@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap");
@media (max-width: 767.9px) {
  .drawer {
    border-left: solid 1px #d9d9d9;
  }
}

@media (max-width: 767.9px) {
  .gn-main__item {
    border-top: solid 1px #d9d9d9;
  }

  .gn-main__item--mymenu {
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
  }

  .gn-main__item--mymenu a {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 50px;
    background: url(../images/common/btn_icn_blank.png) right 27px center no-repeat;
    background-size: 12px auto;
    display: block;
    padding-left: 27px;
  }
}

@media (min-width: 768px) {
  .gn-main {
    position: relative;
  }

  .gn-main__item--mymenu {
    position: absolute;
    top: -20px;
    right: 0;
  }

  .gn-main__item--mymenu a {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
  }

  .gn-main__item--mymenu a:hover {
    color: #003B88;
  }

  .gn-main__item--mymenu a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px;
    background: url(../images/common/btn_icn_blank.png) center center no-repeat;
    background-size: auto 10px;
  }
}

.gn-main__link {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767.9px) {
  .gn-main__link {
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
    background: url("../images/common/icn_arrow_gray.png") right 27px center no-repeat;
    background-size: 12px auto;
    display: block;
    padding-left: 27px;
  }
}

@media (min-width: 768px) {
  .gn-main__item:nth-child(4) {
    margin-left: 0;
  }

  .gn-main__item:nth-child(4)::before {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .footer {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .fn {
    padding-top: 76px;
  }
}

@media (min-width: 768px) {
  .fn-main {
    width: 960px;
  }
}

.fn-main__link {
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .fn-main__link {
    margin-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .back-to-top {
    bottom: 90px;
  }
}

.local-nav__title,
.ln-list__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.article__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h2--line,
.h3--line {
  font-family: "Noto Serif JP", serif;
}

.h2--line {
  position: relative;
  padding-top: 42px;
  border-top: solid 1px #ebebeb;
}

.h2--line::before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background: #003B88;
  position: absolute;
  left: 0;
  top: -1px;
  margin-top: 0;
}

@media (max-width: 767.9px) {
  .h2--line {
    padding-top: 35px;
    margin-bottom: 32px;
  }
}

.kv {
  width: 100%;
  height: 750px;
  max-width: 1900px;
  margin: 0 auto;
  background: none;
}

@media (max-width: 767.9px) {
  .kv {
    height: 140%;
  }
}

.swiper-container {
  z-index: 0;
}

.lity-close {
  display: none;
}

.bokin-kv-bnr {
  width: 804px;
  background: #fff;
  margin: -20px auto 90px;
}

@media (max-width: 767.9px) {
  .bokin-kv-bnr {
    width: calc(100% + 40px);
    margin: -20px -20px 45px;
  }
}

.bokin-kv-bnr a {
  display: flex;
  position: relative;
  background: #f8f8f8;
}

@media (max-width: 767.9px) {
  .bokin-kv-bnr a {
    flex-direction: row-reverse;
  }
}

.bokin-kv-bnr a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #003B88 url("../images/common/icn_arrow_white.png") center center no-repeat;
  background-size: 13px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .bokin-kv-bnr a:hover::after {
    background: #fff url("../images/common/icn_arrow_blue.png") center center no-repeat;
    background-size: 13px 6px;
  }
}

@media (max-width: 767.9px) {
  .bokin-kv-bnr__img {
    width: 150px;
  }
}

.bokin-kv-bnr__img img {
  vertical-align: bottom;
}

.bokin-kv-bnr__text {
  font-size: 2rem;
  line-height: 1.6;
  padding: 0 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.9px) {
  .bokin-kv-bnr__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0;
    width: calc(100% - 150px);
  }
}

.bokin-top-bnr {
  position: relative;
  display: block;
}

@media (max-width: 767.9px) {
  .bokin-top-bnr {
    background: #F5FAFE;
    text-align: center;
  }

  .bokin-top-bnr img {
    width: 315px;
    height: auto;
  }
}

.bokin-top-bnr__text {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  position: absolute;
  left: 60px;
  top: 230px;
  display: flex;
  align-items: center;
  padding-right: 35px;
  min-height: 28px;
  background: url("../images/common/btn_icn_circle_arrow_blue.png") right center no-repeat;
  background-size: 28px 28px;
}

@media (max-width: 767.9px) {
  .bokin-top-bnr__text {
    font-size: 1.6rem;
    top: 213px;
    left: 50%;
    background-size: 25px 25px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .bokin-top-bnr:hover .bokin-top-bnr__text {
    background: url("../images/common/btn_icn_circle_arrow_blue_on.png") right center no-repeat;
    background-size: 28px 28px;
  }
}

.bokin-btns {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9;
}

@media (max-width: 767.9px) {
  .bokin-btns {
    width: 100%;
    top: auto;
    bottom: 0;
    display: flex;
  }
}

@media (min-width: 768px) {
  .bokin-btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.9px) {
  .bokin-btn {
    height: 70px;
    flex: 1;
    position: relative;
    text-align: center;
  }
}

.bokin-btn__link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #003B88;
}

@media (min-width: 768px) {
  .bokin-btn__link {
    width: 50px;
    height: 130px;
    padding: 10px 0;
    background: #003B88;
    border: solid 1px #003B88;
    border-right: none;
    border-radius: 5px 0 0 5px;
    writing-mode: vertical-rl;
  }
}

@media (max-width: 767.9px) {
  .bokin-btn__link {
    height: 70px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bokin-btn__link:hover {
    color: #003B88;
    background: #fff;
  }
}

@media (max-width: 767.9px) {
  .bokin-btn--keizoku {
    flex: none;
    margin: 0 1px;
  }
}

.bokin-btn--keizoku span {
  font-size: 1rem;
  margin: 5px 0 0 0;
}

@media (min-width: 768px) {
  .bokin-btn--keizoku span {
    margin: 0 5px 0 0;
  }
}

.btn1 {
  font-family: "Noto Serif JP", serif;
}

.btn7 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767.9px) {
  .btn7 {
    font-size: 1.6rem;
  }
}

.btn8__in::after {
  background: #003B88 url("../images/common/icn_arrow_white.png") center center no-repeat;
  background-size: 13px 6px;
}

.btn8:hover .btn8__in::after {
  background: #fff url("../images/common/icn_arrow_blue.png") center center no-repeat;
  background-size: 13px 6px;
}

.btn10__link {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  background-color: #F5FAFE;
}

.btn10__link::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #003B88 url("../images/common/icn_arrow_white.png") center center no-repeat;
  background-size: 13px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.btn10__link:hover {
  color: #2f2f2f;
}

.btn10__link:hover::after {
  background: #fff url("../images/common/icn_arrow_blue.png") center center no-repeat;
  background-size: 13px 6px;
}

/* --- 別バージョン（otherアイコン） --- */
.btn10__link--other::after {
  background: #003B88 url("../images/common/icn_other_white.png") center center no-repeat;
  background-size: 14px 12px;
}

.btn10__link--other:hover::after {
  background: #fff url("../images/common/icn_other_blue.png") center center no-repeat;
  background-size: 14px 12px;
}

.btn11__title {
  line-height: 1.875;
}

.voice__all-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bokin-top .main-block__in {
  padding-top: 100px;
}

@media (max-width: 767.9px) {
  .bokin-top .main-block__in {
    padding-top: 80px;
  }
}

.bokin-top .main-block .section__header .h3 {
  margin-bottom: 40px;
}

.article--popup {
  width: 1100px;
  padding: 50px;
}

@media (max-width: 767.9px) {
  .article--popup {
    width: 100%;
    padding: 0 0 80px;
  }
}

.article--popup .slider__in .swiper-container {
  width: calc(100vw - 50px);
}

@media (min-width: 768px) {
  .article--popup .slider__in .swiper-container {
    width: 900px;
  }
}

.modaal-container {
  max-width: 1100px;
}

@media (max-width: 767.9px) {
  .slider-full {
    margin-right: -27px;
  }
}

.article__lead--full {
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .article__lead--full {
    padding: 76px 0;
    padding-left: 160px;
    margin-left: -160px;
    position: relative;
  }

  .article__lead--full::after {
    content: "";
    display: block;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
  }
}

@media (max-width: 767.9px) {
  .article__lead--full {
    margin: -40px -27px 40px;
    padding: 44px 30px;
  }
}

.section__header {
  position: relative;
}

@media (max-width: 767.9px) {
  .section__header {
    margin-top: 60px;
  }

  .section__header .h3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .lower-2col__block {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .lower-2col__block--wide {
    width: 580px;
  }
}

@media (max-width: 767.9px) {
  .lower-2col__block--wide {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .lower-3col__block {
    width: 316px;
  }
}

@media (min-width: 768px) {
  .lower-4col__block {
    width: 225px;
  }
}

.last-buttons {
  margin-bottom: 70px;
}

@media (max-width: 767.9px) {
  .last-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .last-buttons .btn-list__item--index3col:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .btn-list {
    display: flex;
    flex-wrap: wrap;
  }

  .btn-list__item--index2col {
    width: 460px;
    margin-bottom: 60px;
  }

  .btn-list__item--index2col:not(:nth-of-type(odd)) {
    margin-left: 40px;
  }

  .btn-list__item--index2col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .btn-list__item--index3col {
    width: 308px;
    margin-bottom: 60px;
  }

  .btn-list__item--index3col:not(:nth-of-type(3n - 2)) {
    margin-left: 18px;
  }

  .btn-list__item--index3col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .btn-list__item--index4col {
    width: 225px;
    margin-bottom: 60px;
  }

  .btn-list__item--index4col:not(:nth-of-type(4n - 3)) {
    margin-left: 20px;
  }

  .btn-list__item--index4col:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  .btn-list__item--lower2col {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }

  .btn-list__item--lower2col:not(:nth-of-type(odd)) {
    margin-left: 40px;
  }

  .btn-list__item--lower2col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .btn-list__item--lower3col {
    width: 316px;
    margin-bottom: 60px;
  }

  .btn-list__item--lower3col:not(:nth-of-type(3n - 2)) {
    margin-left: 25px;
  }

  .btn-list__item--lower3col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .btn-list__img {
    width: 100%;
    height: auto;
  }

  .btn-list+.section {
    margin-top: 20px;
  }
}

@media (max-width: 767.9px) {
  .btn-list__item--index2col {
    margin-bottom: 50px;
  }

  .btn-list__item--lower2col:last-child {
    margin-bottom: 0px;
  }

  .btn-list__item--lower3col {
    margin-bottom: 50px;
  }

  .btn-list__item--lower3col:last-child {
    margin-bottom: 0px;
  }
}

.bokin-inquiry {
  background: #fff;
  padding: 60px;
}

@media (max-width: 767.9px) {
  .bokin-inquiry {
    padding: 40px 30px;
  }
}

.bokin-inquiry__title {
  font-size: 1.8rem;
  font-weight: 500;
}

.bokin-inquiry__list {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .bokin-inquiry__list {
    display: flex;
    margin: 50px 0;
  }
}

@media (min-width: 768px) {
  .bokin-inquiry__item:first-child {
    margin-right: 40px;
    padding-right: 40px;
    border-right: solid 1px #d9d9d9;
  }
}

@media (max-width: 767.9px) {
  .bokin-inquiry__item:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d9d9d9;
  }
}

.bokin-inquiry__tel {
  height: 30px;
  margin-top: 20px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  background: url("/houjin/assets/images/common/icn_tel.png") left center no-repeat;
  background-size: 30px auto;
}

@media (max-width: 767.9px) {
  .bokin-inquiry__tel {
    padding-left: 35px;
    margin-top: 15px;
    background-size: 25px auto;
  }
}

.bokin-inquiry__email {
  height: 30px;
  margin-top: 20px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  background: url("/houjin/assets/images/common/icn_mail.png") left center no-repeat;
  background-size: 30px auto;
}

@media (max-width: 767.9px) {
  .bokin-inquiry__email {
    padding-left: 35px;
    margin-top: 15px;
    background-size: 25px auto;
  }
}

.bokin-inquiry__subtitle {
  font-weight: 500;
  margin-bottom: 20px;
}

.dialouge-list .btn8__title {
  margin-top: 20px;
}

@media (max-width: 767.9px) {
  .dialouge-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
  }

  .dialouge-list .btn-list__item--index4col {
    width: 46%;
    margin-bottom: 50px;
  }

  .dialouge-list .btn8__title {
    margin-top: 18px;
    line-height: 1.4;
  }

  .dialouge-list .btn8__title .h5 {
    line-height: inherit;
  }
}

.sortBox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.sortBox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.sortBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #000;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

@media (max-width: 767.9px) {
  .sortBox-wrapper {
    padding: 0 27px;
    margin-bottom: 30px;
  }
}

.btn8__bokin-type {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 0;
  margin-bottom: -10px;
}

.btn8__bokin-type1 {
  padding-left: 32px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn01.png);
  background-size: 30px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type1 {
    padding-left: 35px;
    background-size: 32px auto;
  }
}

.btn8__bokin-type2 {
  padding-left: 27px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn02.png);
}

@media (max-width: 767.9px) {
  .btn8__bokin-type2 {
    padding-left: 25px;
  }
}

.btn8__bokin-type3 {
  padding-left: 35px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn03.png);
  background-size: 30px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type3 {
    padding-left: 38px;
  }
}

.btn8__bokin-type4 {
  padding-left: 30px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn04.png);
  background-size: 26px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type4 {
    padding-left: 30px;
  }
}

.btn8__bokin-type5 {
  padding-left: 32px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn05.png);
  background-size: 26px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type5 {
    padding-left: 30px;
  }
}

.btn8__bokin-type6 {
  padding-left: 34px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn06.png);
}

@media (max-width: 767.9px) {
  .btn8__bokin-type6 {
    padding-left: 30px;
  }
}

.btn8__bokin-type7 {
  padding-left: 34px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn07.png);
  background-size: 28px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type7 {
    padding-left: 35px;
    background-size: 30px auto;
  }
}

.btn8__bokin-type8 {
  padding-left: 34px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn08.png);
  background-size: 28px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type8 {
    padding-left: 35px;
  }
}

.btn8__bokin-type9 {
  padding-left: 34px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn09.png);
  background-size: 28px auto;
}

@media (max-width: 767.9px) {
  .btn8__bokin-type9 {
    padding-left: 35px;
  }
}

.bokin-type {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.bokin-type+.article__title {
  padding-top: 60px;
}

@media (max-width: 767.9px) {
  .bokin-type {
    color: #fff;
    right: 10px;
    top: 10px;
  }
}

.bokin-type1 {
  padding-left: 47px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn01.png);
  background-size: 40px auto;
}

@media (max-width: 767.9px) {
  .bokin-type1 {
    padding-left: 35px;
    background-size: 32px auto;
  }
}

.bokin-type2 {
  padding-left: 30px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn02.png);
}

@media (max-width: 767.9px) {
  .bokin-type2 {
    padding-left: 25px;
  }
}

.bokin-type3 {
  padding-left: 50px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn03.png);
}

@media (max-width: 767.9px) {
  .bokin-type3 {
    padding-left: 38px;
  }
}

.bokin-type4 {
  padding-left: 40px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn04.png);
}

@media (max-width: 767.9px) {
  .bokin-type4 {
    padding-left: 30px;
  }
}

.bokin-type5 {
  padding-left: 40px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn05.png);
}

@media (max-width: 767.9px) {
  .bokin-type5 {
    padding-left: 30px;
  }
}

.bokin-type6 {
  padding-left: 40px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn06.png);
}

@media (max-width: 767.9px) {
  .bokin-type6 {
    padding-left: 30px;
  }
}

.bokin-type7 {
  padding-left: 45px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn07.png);
  background-size: 35px auto;
}

@media (max-width: 767.9px) {
  .bokin-type7 {
    padding-left: 35px;
    background-size: 30px auto;
  }
}

.bokin-type8 {
  padding-left: 45px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn08.png);
}

@media (max-width: 767.9px) {
  .bokin-type8 {
    padding-left: 35px;
  }
}

.bokin-type9 {
  padding-left: 45px;
  background-image: url(/houjin/assets/images/bokin/tanpatsu/icn09.png);
}

@media (max-width: 767.9px) {
  .bokin-type9 {
    padding-left: 35px;
  }
}

.tanpatsu-anchor {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .tanpatsu-anchor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}

.tanpatsu-anchor__item {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .tanpatsu-anchor__item {
    margin-top: 40px;
    width: 196px;
  }

  .tanpatsu-anchor__item:not(:first-child) {
    margin-left: 5px;
  }
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__item {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

.tanpatsu-anchor__link {
  display: block;
  border: solid 1px #d9d9d9;
  height: 100%;
  border-radius: 4px;
  padding: 0 3px;
  box-sizing: border-box;
  background: url("../images/common/btn_icn_anchor.png") right 15px bottom 15px no-repeat;
  background-size: 9px auto;
}

.tanpatsu-anchor__link:hover {
  opacity: 0.3;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__link {
    padding: 20px;
    background: url("../images/common/btn_icn_anchor.png") right 25px center no-repeat;
    background-size: 9px auto;
  }
}

.tanpatsu-anchor__icon {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -15px auto 20px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .tanpatsu-anchor__icon {
    border: solid 1px #d9d9d9;
    border-radius: 50%;
  }
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon {
    font-size: 0.7rem;
    width: 32px;
    height: 52px;
    margin: -26px 0 0 0;
    position: absolute;
    left: 6%;
    top: 50%;
  }
}

.tanpatsu-anchor__icon-img1 {
  width: 38px;
  margin-left: 2px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img1 {
    width: 30px;
  }
}

.tanpatsu-anchor__icon-img2 {
  width: 30.52px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img2 {
    width: 23px;
  }
}

.tanpatsu-anchor__icon-img3 {
  width: 46px;
  margin-top: 4px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img3 {
    width: 32px;
  }
}

.tanpatsu-anchor__icon-img4 {
  width: 36px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img4 {
    width: 26px;
  }
}

.tanpatsu-anchor__icon-img5 {
  width: 36.72px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img5 {
    width: 27px;
  }
}

.tanpatsu-anchor__icon-img6 {
  width: 38px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img6 {
    width: 28px;
  }
}

.tanpatsu-anchor__icon-img7 {
  width: 36.59px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img7 {
    width: 27px;
  }
}

.tanpatsu-anchor__icon-img8 {
  width: 36.59px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img8 {
    width: 27px;
  }
}

.tanpatsu-anchor__icon-img9 {
  width: 36.59px;
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__icon-img9 {
    width: 27px;
  }
}

@media (min-width: 768px) {
  .tanpatsu-anchor__content {
    padding: 0 0 35px;
  }
}

@media (max-width: 767.9px) {
  .tanpatsu-anchor__content {
    padding: 0 20px 0 50px;
  }
}

.tanpatsu-anchor__text {
  font-size: 1.2rem;
  line-height: 1.66;
  border-top: solid 1px #d9d9d9;
  padding-top: 12px;
  margin-top: 12px;
  text-align: center;
}

.tanpatsu-anchor__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.66) * 0.5em);
  content: "";
}

.tanpatsu-anchor__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.66) * 0.5em);
  content: "";
}

.tanpatsu-anchor .h4 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tanpatsu-anchor .h4 {
    text-align: center;
  }
}

.tanpatsu-types {
  background: #f8f8f8;
  padding: 60px;
}

@media (max-width: 767.9px) {
  .tanpatsu-types {
    padding: 60px 30px;
    margin-left: -27px;
    margin-right: -27px;
  }
}

.tanpatsu-type {
  padding: 0px 40px 40px;
  background: #fff;
}

@media (max-width: 767.9px) {
  .tanpatsu-type {
    padding: 0 30px 30px;
    border-radius: 5px;
  }
}

.tanpatsu-type:not(:first-child) {
  margin-top: 20px;
}

.tanpatsu-type__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-bottom: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title {
    font-size: 1.8rem;
    line-height: 1.7;
    display: block;
  }
}

.tanpatsu-type__title--1 {
  padding-top: 33px;
  margin-bottom: 33px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--1 {
    padding-top: 30px;
    margin-bottom: 26px;
  }
}

.tanpatsu-type__title--2 {
  padding-top: 24px;
  margin-bottom: 26px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--2 {
    padding-top: 23px;
  }
}

.tanpatsu-type__title--3 {
  padding-top: 33.5px;
  margin-bottom: 28.5px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--3 {
    padding-top: 34.5px;
    margin-bottom: 26px;
  }
}

.tanpatsu-type__title--4 {
  padding-top: 29px;
  margin-bottom: 29px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--4 {
    padding-top: 28px;
    margin-bottom: 26px;
  }
}

.tanpatsu-type__title--5 {
  padding-top: 28px;
  margin-bottom: 30px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--5 {
    padding-top: 31px;
    margin-bottom: 26px;
  }
}

.tanpatsu-type__title--6 {
  padding-top: 26px;
  margin-bottom: 26px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--6 {
    padding-top: 27px;
  }
}

.tanpatsu-type__title--7 {
  padding-top: 31px;
  margin-bottom: 32px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__title--7 {
    margin-bottom: 26px;
  }
}

.tanpatsu-type__icon {
  margin-right: 20px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon {
    display: block;
    margin-right: 0;
  }
}

.tanpatsu-type__icon-img1 {
  width: 50px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img1 {
    margin-bottom: 25px;
    margin-left: 4px;
  }
}

.tanpatsu-type__icon-img2 {
  width: 38px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img2 {
    margin-bottom: 16px;
  }
}

.tanpatsu-type__icon-img3 {
  width: 52px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img3 {
    margin-bottom: 16px;
  }
}

.tanpatsu-type__icon-img4 {
  width: 42px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img4 {
    margin-bottom: 19px;
  }
}

.tanpatsu-type__icon-img5 {
  width: 42px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img5 {
    width: 40px;
    margin-bottom: 16px;
  }
}

.tanpatsu-type__icon-img6 {
  width: 48px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img6 {
    margin-bottom: 14px;
  }
}

.tanpatsu-type__icon-img7 {
  width: 45px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img7 {
    margin-bottom: 22px;
  }
}

.tanpatsu-type__icon-img8 {
  width: 45px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img8 {
    margin-bottom: 22px;
  }
}

.tanpatsu-type__icon-img9 {
  width: 45px;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__icon-img9 {
    margin-bottom: 22px;
  }
}

.tanpatsu-type__icon img {
  vertical-align: bottom;
  height: auto;
}

.tanpatsu-type__link {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  display: block;
  border-bottom: solid 1px #999;
  background: url("../images/common/icn_arrow_blue.png") right 10px no-repeat;
  background-size: 11px 5px;
  padding: 5px 10px 22px 0;
  letter-spacing: 0.15em;
  position: relative;
}

@media (max-width: 767.9px) {
  .tanpatsu-type__link {
    line-height: 1.6;
    background: url("../images/common/icn_arrow_blue.png") right 50% no-repeat;
    background-size: 11px 5px;
  }

  .tanpatsu-type__link::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }

  .tanpatsu-type__link::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
}

.tanpatsu-type__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #003B88;
  transition: all 500ms ease;
}

.tanpatsu-type__link:hover::before {
  left: 0px;
  width: 100%;
}

@media (max-width: 767.9px) {
  .tanpatsu-type .text {
    line-height: 1.857;
  }

  .tanpatsu-type .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.857) * 0.5em);
    content: "";
  }

  .tanpatsu-type .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.857) * 0.5em);
    content: "";
  }
}

.banner {
  width: 100%;
}

@media (max-width: 767.9px) {
  .banner {
    width: calc(100% + 54px);
    margin-left: -27px;
  }
}

.banner a:hover {
  opacity: 0.7;
}

.banner__in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767.9px) {
  .banner__in {
    width: 100%;
  }
}

.banner .swiper-container {
  width: 900px;
  padding: 80px 0;
}

@media (max-width: 767.9px) {
  .banner .swiper-container {
    width: 100%;
  }
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  background-image: url("../images/common/icn_arrow_blue.png");
  background-size: 16.5px auto;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 0.3;
}

.banner .swiper-button-prev {
  transform: scale(-1, 1);
  left: 0;
}

.banner .swiper-button-next {
  right: 0;
}

.banner .swiper-pagination {
  position: relative;
  bottom: 60px;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 15px;
}

.banner .swiper-pagination-bullet {
  border: solid 1px #000;
  background: none;
}

.banner .swiper-pagination-bullet-active {
  border: solid 1px #003B88;
  background: #003B88;
}

.voice-btn {
  display: block;
}

.voice-btn__in {
  position: relative;
}

.voice-btn__in::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("../images/common/icn_arrow_blue.png") center center no-repeat;
  background-size: 13px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.voice-btn__img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.voice-btn__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0 15px;
  line-height: 1.875;
}

@media (max-width: 767.9px) {
  .voice-btn__title {
    margin: 25px 0 15px;
  }
}

.voice-btn__text {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 7px;
}

.voice-btn__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.voice-btn__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.voice-btn:hover {
  color: #2f2f2f;
}

.voice-btn:hover .voice-btn__in::after {
  background: #003B88 url("../images/common/icn_arrow_white.png") center center no-repeat;
  background-size: 13px 6px;
}

.voice-popup {
  color: #2f2f2f;
  background: #fff;
  width: 800px;
  overflow: scroll;
}

@media (max-width: 767.9px) {
  .voice-popup {
    width: 315px;
  }
}

.voice-popup__header {
  color: #fff;
  background: #003B88;
}

@media (min-width: 768px) {
  .voice-popup__header {
    display: flex;
    flex-direction: row-reverse;
  }
}

.voice-popup__img {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .voice-popup__img {
    width: 285px;
    height: 285px;
    flex-shrink: 0;
  }
}

.voice-popup__in {
  padding: 40px;
  position: relative;
  width: 100%;
}

@media (max-width: 767.9px) {
  .voice-popup__in {
    padding: 30px 30px 40px;
  }
}

.voice-popup__title {
  font-size: 2.6rem;
  line-height: 1.6;
}

.voice-popup__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.voice-popup__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .voice-popup__title {
    font-size: 2.1rem;
  }
}

.voice-popup__title--small {
  font-size: 2.1rem;
  line-height: 1.6;
}

.voice-popup__title--small::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.voice-popup__title--small::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .voice-popup__title--small {
    font-size: 1.8rem;
  }
}

.voice-popup__profile {
  max-width: 435px;
}

@media (min-width: 768px) {
  .voice-popup__profile {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}

.voice-popup__career {
  font-size: 1.4rem;
  line-height: 1.428;
}

.voice-popup__career::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.428) * 0.5em);
  content: "";
}

.voice-popup__career::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.428) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .voice-popup__career {
    line-height: 1.857;
    margin-top: 26px;
  }

  .voice-popup__career::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.857) * 0.5em);
    content: "";
  }

  .voice-popup__career::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.857) * 0.5em);
    content: "";
  }
}

.voice-popup__name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 16px;
}

.voice-popup__main {
  padding: 60px;
}

@media (max-width: 767.9px) {
  .voice-popup__main {
    padding: 40px 30px;
  }
}

.voice-popup__main .h4,
.voice-popup__main .h5 {
  font-family: "Noto Sans JP", sans-serif;
}

.voice-popup__comment {
  color: #666;
  margin-bottom: 50px !important;
}

@media (max-width: 767.9px) {
  .voice-popup__comment {
    margin-top: 26px;
    margin-bottom: 30px !important;
  }
}

.voice-popup__close {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70px;
}

.voice-popup__close:hover {
  cursor: pointer;
  opacity: 0.3;
}

.voice-popup__close::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -2px;
  width: 14px;
  height: 1px;
  background: #2f2f2f;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.voice-popup__close::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -2px;
  width: 14px;
  height: 1px;
  background: #2f2f2f;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.profile-details {
  margin-top: 40px;
}

.profile-details__box {
  padding: 40px;
  background: #f8f8f8;
}

@media (max-width: 767.9px) {
  .profile-details__box {
    margin: 0 -30px;
  }
}

.profile-details__text {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .profile-details__in {
    display: flex;
  }
}

.profile-details__in:not(:first-child) {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .profile-details__sub {
    width: 185px;
    margin-right: 40px;
    flex-shrink: 0;
  }
}

@media (max-width: 767.9px) {
  .profile-details__sub {
    width: 145px;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.profile-details__img {
  width: 100%;
  height: auto;
}

.voice-interview {
  overflow: hidden;
  line-height: 2;
}

.voice-interview::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.voice-interview::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .voice-interview {
    line-height: 1.857;
  }

  .voice-interview::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.857) * 0.5em);
    content: "";
  }

  .voice-interview::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.857) * 0.5em);
    content: "";
  }
}

.voice-interview__dt {
  font-weight: 500;
  float: left;
}

.voice-interview__dd {
  margin-left: 4em;
}

.voice-interview__dd:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 767.9px) {
  .voice-interview__dd:not(:last-child) {
    margin-bottom: 26px;
  }
}

.profile-aside {
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  padding: 35px 40px 40px;
  box-sizing: border-box;
  margin-top: 50px;
}

@media (max-width: 767.9px) {
  .profile-aside {
    margin-top: 40px;
    padding: 35px 30px;
  }
}

.profile-aside__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.profile-aside__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}

.profile-aside__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}

.profile-aside .text {
  font-size: 1.4rem;
}

@media (max-width: 767.9px) {
  .profile-aside .text {
    line-height: 1.857;
  }

  .profile-aside .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.857) * 0.5em);
    content: "";
  }

  .profile-aside .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.857) * 0.5em);
    content: "";
  }
}

.profile-aside .text:last-of-type {
  margin-bottom: 0;
}

.profile-aside__caption {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: left;
  line-height: 1.8;
}

.profile-aside__name {
  font-weight: 500;
  margin-right: 1em;
}

@media (max-width: 767.9px) {
  .profile-aside__name {
    display: block;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-aside-2col {
    display: flex;
    justify-content: center;
  }
}

.profile-aside-2col__block {
  margin-top: 40px;
  width: 250px;
}

@media (max-width: 767.9px) {
  .profile-aside-2col__block {
    text-align: center;
    margin-top: 30px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .profile-aside-2col__block:nth-child(odd) {
    margin-right: 40px;
  }
}

.profile-aside-2col__block--right {
  width: 250px;
}

@media (min-width: 768px) {
  .profile-aside-2col__block--right {
    float: right;
    margin-left: 40px;
  }
}

@media (max-width: 767.9px) {
  .profile-aside-2col__block--right {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }
}

.profile-aside-2col__img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.9px) {
  .profile-aside-2col__img {
    width: 145px;
  }
}

.step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.step__list {
  text-align: center;
  font-family: "Quattrocento", serif;
  font-size: 1.2rem;
  color: #fff;
  background: #003B88;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

@media (max-width: 767.9px) {
  .step__list {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .step__list:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.step__number {
  display: block;
  font-size: 2.4rem;
  margin-top: 3px;
}

@media (max-width: 767.9px) {
  .step__number {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.step__text {
  width: 818px;
  margin-left: 40px;
  line-height: 2;
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
}

.step__text:not(:last-child) {
  border-bottom: solid 1px #d9d9d9;
}

@media (max-width: 767.9px) {
  .step__text:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.step__text:not(:first-of-type)::after {
  content: "";
  display: block;
  background: url("../images/common/icn_arrow_gray.png") 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 6.82px;
  transform: rotate(90deg);
  position: absolute;
  left: -70px;
  top: 0;
  margin-left: -6.82px;
}

@media (max-width: 767.9px) {
  .step__text {
    margin-left: 20px;
    width: calc(100% - 60px);
    height: auto;
  }

  .step__text:not(:first-of-type)::after {
    left: -40px;
    top: -30px;
  }
}

@media (min-width: 768px) {
  .flow {
    display: flex;
    justify-content: space-between;
  }
}

.flow__item {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .flow__item {
    height: 140px;
  }
}

@media (max-width: 767.9px) {
  .flow__item {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.flow__item:not(:first-child) {
  position: relative;
}

@media (min-width: 768px) {
  .flow__item:not(:first-child) {
    margin-left: 30px;
  }
}

@media (max-width: 767.9px) {
  .flow__item:not(:first-child) {
    margin-top: 30px;
  }
}

.flow__item:not(:first-child)::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003B88;
  position: absolute;
}

@media (min-width: 768px) {
  .flow__item:not(:first-child)::before {
    left: -18px;
    top: 50%;
    margin-top: -4px;
  }
}

@media (max-width: 767.9px) {
  .flow__item:not(:first-child)::before {
    left: 50%;
    top: -18px;
    margin-left: -3px;
    transform: rotate(90deg);
  }
}

.flow__note {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  height: 76px;
  margin-top: 25px;
}

.flow__note--blue {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003B88;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  height: 76px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .flow2 .flow__item {
    height: 176px;
    padding: 15px;
  }
}

@media (max-width: 767.9px) {
  .flow2 .flow__item {
    padding: 7px;
  }
}

.more-btn {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.more-btn:hover {
  cursor: pointer;
  opacity: 0.3;
}

.interview {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  margin-bottom: 30px;
}

.interview__name {
  width: 60px;
  flex-shrink: 0;
  margin-bottom: 30px;
  font-weight: 500;
}

.interview__text {
  width: calc(100% - 60px);
  flex-shrink: 0;
  margin-bottom: 30px;
}

.koujyo-image-title {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

.koujyo-image-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.koujyo-image-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .koujyo-image-title {
    margin-top: -12px;
    margin-bottom: 40px;
  }
}

.koujyo-image-note {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media (max-width: 767.9px) {
  .koujyo-image-note {
    display: block;
    margin-top: 5px;
  }
}

.koujyo-zu {
  margin: 0 auto;
  width: 255px;
}

@media (min-width: 768px) {
  .koujyo-zu {
    width: 736px;
  }
}

.koujyo-zu__img {
  width: 100%;
}

.popup-close-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 28px;
  height: 1px;
  background: #2f2f2f;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.popup-close-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 28px;
  height: 1px;
  background: #2f2f2f;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.zeirishi-advice__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .zeirishi-advice__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (max-width: 767.9px) {
  .zeirishi-advice__title {
    font-size: 1.8rem;
    line-height: 1.7;
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .zeirishi-advice__icon {
    margin-right: 20px;
  }

  .zeirishi-advice__icon img {
    vertical-align: bottom;
  }
}

@media (max-width: 767.9px) {
  .zeirishi-advice__icon {
    display: block;
    text-align: center;
  }
}

.inheritance-case {
  padding-top: 40px;
}

.inheritance-case__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  margin-top: -0.385em;
}

@media (min-width: 768px) {
  .inheritance-case__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (max-width: 767.9px) {
  .inheritance-case__title {
    font-size: 1.6rem;
    line-height: 1.625;
    display: block;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .inheritance-case__icon {
    margin-right: 20px;
  }

  .inheritance-case__icon img {
    vertical-align: bottom;
  }
}

@media (max-width: 767.9px) {
  .inheritance-case__icon {
    display: block;
    text-align: center;
  }
}

.comment__text,
.comment__text--l {
  padding-left: 1.1em;
}

.comment__text,
.table-caption {
  font-size: 1.4rem;
}

.e2-caption {
  display: flex;
  justify-content: center;
  text-align: right;
  margin-top: 15px;
}

@media (max-width: 767.9px) {
  .keizoku-lead {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.9px) {
  .keizoku-lead .lower-2col__block--right {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .keizoku-present-link:hover {
    opacity: 0.7;
  }
}

/* NEWS */
.news {
  width: 960px;
  margin: 0 auto 10px;
  position: relative;
}

@media (max-width: 767.9px) {
  .news {
    width: calc(100% + 54px);
    margin: 0 -27px;
  }
}

@media (max-width: 767.9px) {
  .news .scroll .simplebar-track.simplebar-horizontal {
    width: calc(100% - 54px);
    margin-left: 27px;
  }
}

@media (max-width: 767.9px) {
  .news-list-wrapper {
    overflow: visible;
  }
}

.news-list {
  display: flex;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .news-list {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.9px) {
  .news-list {
    padding-left: 27px;
    width: 100%;
  }
}

.news-list__item {
  height: auto;
}

@media (min-width: 768px) {
  .news-list__item {
    width: 225px;
    margin-bottom: 20px;
  }

  .news-list__item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

@media (max-width: 767.9px) {
  .news-list__item {
    padding-right: 15px;
    box-sizing: border-box;
  }

  .news-list__item:last-child {
    padding-right: 27px;
  }
}

.news-btn {
  width: 100%;
  height: 100%;
  min-height: 225px;
  position: relative;
  padding: 32px 30px;
  display: block;
  background: #f2f2f2;
  box-sizing: border-box;
}

@media (max-width: 767.9px) {
  .news-btn {
    width: 290px;
    min-height: 222px;
    padding: 35px 25px;
  }
}

.news-btn__cat {
  font-size: 1rem;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #003B88;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  left: 30px;
  top: -10px;
}

@media (max-width: 767.9px) {
  .news-btn__cat {
    font-size: 0.9rem;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.news-btn__date {
  font-family: "Quattrocento", serif;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 30px;
}

@media (max-width: 767.9px) {
  .news-btn__date {
    font-size: 1.4rem;
  }
}

.news-btn__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  white-space: normal;
}

.news-btn__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.news-btn__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

@media (max-width: 767.9px) {
  .news-btn__text {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .news-btn:hover {
    opacity: 0.5;
    color: #2f2f2f;
  }
}

/*# sourceMappingURL=bokin.css.map */