@charset "UTF-8";

/* ==========================================================================
    Top Style
============================================================================= */
#document {
  overflow: hidden;
}

.fv {
  /* background: url("../images/fv-bg.webp") no-repeat center/cover; */
  min-height: 58.333vw;
  padding-block-end: 100px;
  position: relative;
  z-index: 10;
}

.fv-wrap {
  background-color: #fff;
  position: relative;
}

.fv-wrap #screen {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: opacity(0.6);
}

.fv-wrap #screen_img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(220.55deg, rgb(243, 246, 248, 1) 0%, rgb(0 79 120 / 30%) 100%);
}

.fv-inner {
  margin-inline: auto;
  max-width: 1100px;
  padding-top: 190px;
}

.fv-visual {
  margin-bottom: 70px;
  opacity: 0;
}

.fv-visual.is-active {
  animation-name: img-fade-in;
  animation-duration: 1.5s;
  opacity: 1;
}

.fv-lead {
  font-size: 3.2rem;
  margin-bottom: 60px;
  text-align: center;
}

.fv-txt {
  position: relative;
  left: 0;
  max-width: 800px;
  margin-inline: auto;
}

.fv-txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6;
  line-height: 2;
}

.fv-txt p+p {
  margin-top: 1.5em;
}

.fv-news {
  padding-block-start: min(9.027vw, 150px);
  position: relative;
  z-index: 100;
}

.fv .news-list {
  margin-inline: auto;
  width: fit-content;
}

.fv .news-list li,
.fv .news-list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.fv .news-list li {
  border-bottom: solid 1px rgba(0, 79, 120, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 800px;
}

.fv .news-list .cont {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.fv .news-list .date {
  color: #004f78;
  min-width: 5em;
}

.fv .fv-news-btn {
  margin-inline: auto;
  max-width: 800px;
}

.fv .fv-news-btn a {
  margin-inline: auto;
}

/* iOSデバイスでの再生ボタンを非表示にするCSS */
#screen::-webkit-media-controls,
#screen::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#screen::-webkit-media-controls-panel {
  display: none !important;
}

@media screen and (max-width: 767.98px) {
  .fv-inner {
    padding-top: 175px;
    padding-inline: 20px;
    /* margin-inline: 20px; */
  }

  .fv-lead {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .fv-news {
    padding-top: 65px;
  }

  .fv-news__inner {
    padding-inline: 20px;
  }

  .fv .news-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fv .news-list .cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fv .fv-news-btn .cont {
    margin-right: auto;
  }
}



.lawyer-referrals,
.flow-fees,
.service {
  background-color: #e6edf1;
}


.sec-hdg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.8rem;
  gap: 15px;
  margin-bottom: 60px;
  text-align: center;
}

.sec-hdg2 .en {
  font-size: 1.2rem;
  letter-spacing: 2.4px;
}

.lead {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .lead {
    font-size: 1.6rem;
  }

  .lead .txt {
    font-size: 1.2rem;
  }
}

.mvv {
  padding-block: 100px 130px;
}

.mvv section+section {
  margin-top: 100px;
}

.mvv section .sec-hdg2 {
  /* font-family: 'Noto Sans JP'; */
  margin-bottom: 30px;
  text-align: left;
}

.mvv section .sec-hdg2::after {
  background-color: rgba(0, 79, 120, 0.2);
  content: "";
  margin: 10px 0 0;
  height: 1px;
  width: 80px;
}

.mvv section .lead {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: left;
}

.mvv section .figure {
  border-radius: 50px;
  overflow: hidden;
}

.mvv section .figure img {
  width: 100%;
}

.mvv .mvv-message {
  border-top: solid 1px rgba(0, 79, 120, 0.2);
  padding-top: 100px;
}

.mvv section .main p b {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .mvv section .main p b {
    font-size: 1.8rem;
  }
}

.l-column.gap-40 {
  gap: 40px;
}

.l-column .main {
  flex-basis: calc(60% - 20px);
}

.l-column .sub {
  flex-basis: calc(40% - 20px);
}

.mvv .l-column .disc>li {
  color: #004F78;
}

@media screen and (max-width: 767.98px) {
  .mvv .l-column {
    flex-direction: column;
  }
}

.lawyer-referrals {
  position: relative;
}

.lawyer-referrals::after {
  content: "";
  background: url("../images/lawyer-bg01.webp") no-repeat right bottom/contain;
  width: 34.722vw;
  height: 1000px;
  position: absolute;
  right: 0;
  bottom: -34.722vw;
  z-index: 1;
}

.lawyer-referrals .l-white-wrap {
  position: relative;
  z-index: 2;
}

.lawyer-referrals .sec-hdg {
  margin-bottom: 6.5277vw;
}

.lawyer-list {
  width: 100vw;
}

.lawyer-list-wrap {
  position: relative;
  z-index: 20;
}

.lawyer-list .item {
  cursor: pointer;
  margin-inline: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 340px;
}

.lawyer-list .item:hover {
  opacity: 0.7;
}

.lawyer-list .item .figure {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

.lawyer-list .item .profile-hdg {
  position: relative;
}

/* .lawyer-list .item .profile-hdg::after {
  border-radius: 50%;
  border: solid 1px rgba(0,79,120,0.2);
  content: url("../images/ico-plus.svg");
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */
.lawyer-list .item .profile-btn {
  border: solid 1px rgba(0, 79, 120, 0.5);
  border-radius: 20px;
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 1.3rem;
  padding: 10px 30px 10px 15px;
  position: relative;
  margin-block-start: 10px;
  margin-inline-start: auto;
}

.lawyer-list .item .profile-btn::after {
  content: "";
  background: url("../images/ico-arrow.svg") no-repeat 0 0/100% auto;
  position: absolute;
  width: 20px;
  height: 8px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.lawyer-list .item:hover .profile-btn::after {
  right: -15px;
}

.lawyer-list .item .profile-hdg .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.lawyer-list .item .profile-hdg .wrap .name {
  color: #333;
  font-size: 2.4rem;
}

.lawyer-list .item .profile-hdg .wrap .position {
  color: #004f78;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.lawyer-list .item .profile-hdg .wrap .position::before {
  background-color: #e6edf1;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
}

.lawyer-list .item .profile-hdg .en {
  display: block;
  font-size: 1.2rem;
  margin-top: 15px;
}

.lawyer-list .slick-list {
  padding-left: 11.805vw;
}

.lawyer-list .slick-arrow {
  width: 41px;
  height: 8px;
  padding: 10px 0;
  z-index: 50;
}

.lawyer-list .slick-arrow::before {
  display: block;
  width: 41px;
  height: 8px;
}

.lawyer-list .slick-prev {
  left: 6.944vw;
}

.lawyer-list .slick-prev::before {
  content: "";
  background: url("../images/ico-arrow.svg") no-repeat 0 0/100% auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.lawyer-list .slick-next {
  right: 6.944vw;
}

.lawyer-list .slick-next::before {
  content: "";
  background: url("../images/ico-arrow.svg") no-repeat 0 0/100% auto;
}

@media screen and (max-width: 767.98px) {

  .lawyer-list,
  .lawyer-list .item {
    width: auto;
  }

  .lawyer-list .item+.item {
    margin-block-start: 40px;
  }

  .lawyer-list .item .figure img {
    width: 100%;
  }

  .lawyer-list .item .profile-hdg::after {
    width: 36px;
    height: 36px;
    right: 10px;
  }

  .lawyer-list .slick-list {
    padding-left: 20px;
  }

  .lawyer-list .slick-arrow {
    background-color: #fff;
    border: solid 1px #004f78;
    border-radius: 50%;
    padding: 10px 0;
    height: 45px;
    width: 45px;
    z-index: 50;
    top: inherit;
    bottom: -142px;
    display: -ms-grid;
    display: grid;
    place-content: center;
  }

  .lawyer-list .slick-arrow::before {
    width: 20px;
    height: 4px;
  }

  .lawyer-list .slick-arrow.slick-prev {
    left: 35.897vw;
  }

  .lawyer-list .slick-arrow.slick-next {
    right: 35.897vw;
  }

  .lawyer-list .slick-arrow.slick-disabled {
    opacity: 0.3;
  }
}

.flow-fees {
  padding-top: 150px;
  padding-bottom: 210px;
  position: relative;
}

.flow-fees::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.flow-fees::after {
  content: "";
  background: url("../images/lawyer-bg02.webp") no-repeat right bottom/contain;
  width: 34.722vw;
  height: 1000px;
  position: absolute;
  right: 0;
  bottom: -35.416vw;
  z-index: 1;
}

.flow-fees .l-container {
  position: relative;
  z-index: 20;
}

.flow-fees-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25vw;
  justify-content: space-around;
}

.flow-fees-lead .figure {
  -ms-flex-preferred-size: 36.805vw;
  flex-basis: 36.805vw;
  border-radius: 50px;
  overflow: hidden;
}

.flow-fees-lead .sec-hdg {
  margin-bottom: 60px;
}

.flow-fees-lead .btn {
  max-width: 300px;
}

.flow-fees .flow-wrap .bg {
  position: absolute;
  top: -2.777vw;
  left: 0;
  width: 100vw;
  height: 45.138vw;
}

.flow-fees .flow {
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* gap: 6.944vw; */
  gap: 3.472vw;
  /* margin: 100px 20px 250px; */
  /* margin: 50px 20px 130px; */
  margin: 100px 20px 130px;
}

.flow-fees .flow>li {
  flex-basis: calc(33.33% - 2.315vw);
  text-align: center;
}

.flow-fees .flow .flow-hdg {
  /* margin: 0 auto 6.597vw; */
  margin: 0 auto 1.6vw;
  width: 100px;
}

.flow-fees .flow .flow-hdg::after {
  counter-increment: item;
  content: counter(item);
  font-size: 5rem;
  letter-spacing: 14px;
  margin-left: 14px;
}

.flow-fees .flow .flow-hdg .en {
  letter-spacing: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
}

.flow-fees .flow .flow-hdg .en::before,
.flow-fees .flow .flow-hdg .en::after {
  background: rgba(0, 79, 120, 0.2);
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
}

.flow-fees .flow .flow-hdg .en::before {
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  margin-right: 4px;
}

.flow-fees .flow .flow-hdg .en::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.flow-fees .flow .flow-ttl {
  border-bottom: solid 1px rgba(0, 79, 120, 0.2);
  display: inline-block;
  font-size: 2rem;
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.flow-fees .flow p {
  color: #333;
  line-height: 2.4;
}

.flow-fees .flow .disc {
  text-align: left;
  margin-inline: 10px;
}

.flow-fees .fees {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
}

.flow-fees .fees-tbl {
  line-height: 1.4375;
  margin-bottom: 30px;
  width: 100%;
}

.flow-fees .fees-tbl th,
.flow-fees .fees-tbl td {
  padding: 25px 0;
}

.flow-fees .fees-tbl th {
  font-size: 1.6rem;
  font-weight: 900;
}

.flow-fees .fees-tbl thead tr {
  border-bottom: solid 1px rgba(0, 79, 120, 0.5);
}

.flow-fees .fees-tbl thead th {
  position: relative;
}

.flow-fees .fees-tbl thead th::before {
  background-color: rgba(0, 79, 120, 0.5);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 23px;
}

.flow-fees .fees-tbl thead th:first-of-type::before {
  display: none;
}

.flow-fees .fees-tbl thead th.main {
  width: 180px;
}

.flow-fees .fees-tbl thead th.other {
  width: 400px;
}

.flow-fees .fees-tbl tbody tr {
  border-bottom: solid 1px rgba(0, 79, 120, 0.2);
}

.flow-fees .fees-tbl tbody th {
  text-align: left;
  width: 220px;
}

.flow-fees .fees-tbl tbody td {
  text-align: center;
}

.flow-fees .fees-tbl__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .flow-fees-lead {
    margin-left: -3.472vw;
  }

  .flow-fees .flow>li:first-child {
    /* margin-left: 6.944vw; */
  }

  .flow-fees .flow-wrap {
    margin-inline: calc(50% - 50vw);
    position: relative;
    /* width: 100vw; */
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.98px) {
  .flow-fees {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flow-fees-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    gap: 50px;
  }

  .flow-fees-lead .sec-hdg {
    margin-bottom: 40px;
  }

  .flow-fees-lead .figure {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    border-radius: 50px 0 0 50px;
    margin-right: -20px;
  }

  .flow-fees .flow-wrap .bg {
    display: none;
  }

  .flow-fees .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 0;
  }

  .flow-fees .flow .flow-hdg::after {
    font-size: 5rem;
  }

  .flow-fees .fees {
    padding: 100px 0 0;
    position: relative;
    margin-right: -20px;
  }

  .flow-fees .fees-tbl {
    margin-bottom: 0;
  }

  .flow-fees .fees-tbl th,
  .flow-fees .fees-tbl td {
    white-space: nowrap;
  }

  .flow-fees .fees-tbl thead th {
    padding-inline: 30px;
  }

  .flow-fees .fees-tbl__caption {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flow-fees .fees-tbl-wrap {
    overflow-x: scroll;
  }
}

.service .l-white-wrap {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.service-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.55vw, 80px);
  position: relative;
  z-index: 1;
}

.service-lead .sec-hdg {
  margin-bottom: 50px;
}

.service-lead .figure {
  border-radius: 50px;
  height: fit-content;
  -ms-flex-preferred-size: min(36.805vw, 530px);;
  flex-basis: min(36.805vw, 530px);
  overflow: hidden;
}

.service-lead .details {
  -ms-flex-preferred-size: calc(100% - min(36.805vw, 530px) - min(5.55vw, 80px));
  flex-basis: calc(100% - min(36.805vw, 530px) - min(5.55vw, 80px));
}

.service-detail {
  background-color: #f3f6f8;
  border-radius: min(6.944vw, 100px);
  padding: min(8.68vw,126px) min(6.25vw, 90px);
}

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: min(4.166vw, 60px);
  height: 100%;
}

.service-text {
  flex-basis: calc(100% - min(27.777vw, 400px) - min(4.166vw, 60px));
}


.service-list li.is-active {
  opacity: 1;
}

.service-list li .detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.8rem, 1.4285vw, 2rem);
  gap: 15px;
}

.service-list li .detail .en {
  color: #004f78;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  white-space: nowrap;
}

.service-list li .detail .en + p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: min(27.777vw, 400px);
  flex-basis: min(27.777vw, 400px);
  height: min(27.777vw, 400px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.service-img>div {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-img>div img {
  max-height: 43.5%;
}

.service-img>div.is-active {
  visibility: visible;
  opacity: 1;
}

.service-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.777vw, 40px);
  /* margin-bottom: 16.666vw; */
  margin-block: 100px 40px;
}

.service-btn-item {
  background: -webkit-gradient(linear, left top, right top, from(#004f78), to(#006aa1));
  background: -webkit-linear-gradient(left, #004f78 0%, #006aa1 100%);
  background: linear-gradient(90deg, #004f78 0%, #006aa1 100%);
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  gap: 60px;
  padding: 50px min(4.166vw, 60px);
  position: relative;
}

.service-btn-item.is-disabled {
  background: #a6a6a6;
  color: rgba(255, 255, 255, .6);
}

.service-btn-item.is-disabled:hover {
  cursor: auto;
  opacity: 1;
}

.service-btn-item::after {
  background: url("../images/ico-arrow-white.svg") no-repeat center/100% auto;
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: min(4.166vw, 60px);
}

.service-btn-item .en {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.service-btn-item .en::before {
  content: "";
  background: url("../images/ico-symbol.svg") no-repeat center/100% auto;
  width: 26px;
  height: 6px;
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(307deg) brightness(104%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(307deg) brightness(104%) contrast(101%);
}

.service-btn-item b {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
}

.service-btn-item:hover {
  opacity: 0.8;
}

.service-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 16.666vw;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .service-inner-group {
    margin-block-start: -60px;
  }
}

@media screen and (min-width: 768px) {
  .service-lead {
    margin-left: min(3.472vw, 50px);
  }

  .service-content .sec-hdg2 {
    margin-bottom: 40px;
    text-align: left;
  }

  .service-list>li .figure {
    display: none;
  }

  .service-list>li+li {
    margin-top: 26px;
  }

  .service-list li .detail .en {
    flex-basis: 72px;
  }

  .service-list li .detail .en + p {
    flex-basis: calc(100% - 72px);
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .service-lead {
    margin-block-end: 80px;
  }
}

@media screen and (max-width: 767.98px) {
  .service-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-lead .figure {
    border-radius: 50px 0 0 50px;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    margin-right: -40px;
    position: relative;
    z-index: 20;
  }

  .service-inner {
    margin-top: 37px;
    margin-right: -40px;
    position: relative;
  }

  .service-inner+.service-inner {
    margin-top: 50px;
    margin-bottom: 82px;
  }

  .service-detail {
    border-radius: 12.82vw 0 0 12.82vw;
    padding: 50px 40px 60px 20px;
  }

  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-content .sec-hdg2 {
    margin-bottom: 30px;
  }

  .service-list li {
    opacity: 1;
  }

  .service-list li+li {
    margin-top: 40px;
  }

  .service-list li .figure {
    background-color: #fff;
    border-radius: 50%;
    max-width: 180px;
    max-height: 180px;
    width: 78vw;
    height: 78vw;
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin: 0 auto 20px;
  }

  .service-list li .figure img {
    max-width: 57%;
    margin-inline: auto;
  }

  .service-list li .detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .service-list li .detail .en + p {
    justify-content: center;
  }

  .service-list .slick-arrow {
    background-color: #fff;
    border: solid 1px #004f78;
    border-radius: 50%;
    padding: 10px 0;
    height: 45px;
    width: 45px;
    z-index: 50;
    top: inherit;
    bottom: -102px;
    display: -ms-grid;
    display: grid;
    place-content: center;
  }

  .service-list .slick-arrow::before {
    content: "";
    background: url("../images/ico-arrow.svg") no-repeat 0 0/100% auto;
    width: 20px;
    height: 4px;
  }

  .service-list .slick-arrow.slick-prev {
    left: calc(30.768vw - 10px);
  }

  .service-list .slick-arrow.slick-prev::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .service-list .slick-arrow.slick-next {
    right: calc(25.641vw - 10px);
  }

  .service-list .slick-arrow.slick-disabled {
    opacity: 0.3;
  }

  .service-img {
    display: none;
  }

  .service-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-block: 50px;
  }

  .service-btn-item {
    border-radius: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 20px;
    padding: 30px;
  }

  .service-btn-item b {
    /* font-size: 2.2rem; */
    font-size: 2.1rem;
    line-height: 1.4;
  }

  .service-message {
    font-size: 1.6rem;
  }
}

.parallax-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6edf1), color-stop(18%, rgba(230, 237, 241, 0)));
  background: -webkit-linear-gradient(top, #e6edf1 0%, rgba(230, 237, 241, 0) 18%);
  background: linear-gradient(180deg, #e6edf1 0%, rgba(230, 237, 241, 0) 18%);
}

.parallax-content {
  min-height: 600px;
}

.parallax-content::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../images/parallax-bg.webp?v2.2");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.parallax-content.is-active::before {
  -webkit-animation: bg-img-in 2.5s forwards;
  animation: bg-img-in 2.5s forwards;
}

@media screen and (max-width: 767.98px) {
  .parallax-content {
    /* min-height: 250px; */
    min-height: 370px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
  }

  .parallax-content::before {
    background-image: url("../images/parallax-bg-sp.webp?v3");
    height: 100vw;
    position: absolute;
  }
}

.csr {
  background-color: #fff;
  padding-bottom: min(13.888vw, 200px);
}

.csr-inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f3f6f8), to(rgba(243, 246, 248, 0)));
  background: -webkit-linear-gradient(top, #f3f6f8 50%, rgba(243, 246, 248, 0) 100%);
  background: linear-gradient(180deg, #f3f6f8 50%, rgba(243, 246, 248, 0) 100%);
  border-radius: min(6.944vw, 100px) min(6.944vw, 100px) 0 0;
  padding: min(7.638vw, 110px) 0 min(4.166vw, 60px);
}

.csr .sec-hdg2 {
  -webkit-transform: translateY(calc(max(-110px, -7.638vw) + -0.5em));
  transform: translateY(calc(max(-110px, -7.638vw) + -0.5em));
  margin-bottom: -0.5em;
}

@media screen and (max-width: 767.98px) {
  .csr {
    padding-top: 60px;
    padding-bottom: 0;
  }
}


.info-hdg {
  border-bottom: solid 1px rgba(0, 79, 120, 0.1);
  padding-bottom: 10px;
}

.info-definition dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1.6rem;
  gap: 10px;
  max-width: 780px;
  margin-inline: auto;
}

.info-definition.fd-column dl {
  flex-direction: column;
}

.info-definition dl+dl {
  margin-top: 30px;
}

.info-definition dt {
  font-family: "Cinzel", serif;
  letter-spacing: 1.8px;
}

.info-definition.fd-column dt {
  flex-basis: inherit;
}

.info-definition dt::before {
  content: "";
  border: solid 1px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

.info-definition dd {
  line-height: 2;
}

.info-definition a:not([class]) {
  color: #006aa1;
  text-decoration: underline;
}

.info-definition a:not([class]):hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .info-definition dt {
    flex-basis: 10em;
  }

  .info-definition dd {
    flex-basis: calc(100% - 10em - 10px);
  }
}

@media screen and (max-width: 767.98px) {
  .info-definition dl {
    flex-direction: column;
  }
}


dialog {
  border: 0;
  margin: 0;
  z-index: 1000;
}

.modal {
  background-color: #fff;
  border-radius: 6.944vw 0 0 6.944vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: none;
  opacity: 0;
  height: 100vh;
  margin-left: auto;
  overflow-y: scroll;
  padding: 6.944vw 7.986vw 0;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 85.146vw;
  z-index: 1000;
}

.modal[open] {
  -webkit-animation: fade-in 1s 1 forwards;
  animation: fade-in 1s 1 forwards;
  display: block;
}

.modal .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.166vw;
  height: 100%;
  overflow-y: scroll;
  padding-inline: 0;
}

.modal .l-container .figure {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.modal .l-container .figure .message {
  background-color: #f3f6f8;
  border-radius: 0 0 3.472vw 3.472vw;
  color: #004f78;
  padding: 3.472vw;
}

.modal .l-container .figure .message-hdg {
  font-size: 1.8rem;
  letter-spacing: 3.6px;
  margin-bottom: 20px;
}

.modal .l-container .figure .message p {
  /* font-size: 1.6rem; */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.modal .l-container .details .profile-hdg {
  margin-bottom: 40px;
}

.modal .l-container .details .profile-hdg .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.modal .l-container .details .profile-hdg .wrap .name {
  font-size: 2.8rem;
}

.modal .l-container .details .profile-hdg .wrap .position {
  color: #004f78;
  font-size: 1.4rem;
}

.modal .l-container .details .profile-hdg .en {
  color: #004f78;
  font-size: 1.4rem;
  letter-spacing: 2.8px;
}

.modal .l-container .details .profile-box {
  border: solid 1px #e6edf1;
  border-radius: 0 3.472vw 3.472vw 3.472vw;
  margin-bottom: 30px;
  padding: 3.472vw;
}

.modal .l-container .details .profile-box .hdg {
  color: #004f78;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.modal .l-container .details .profile-box p {
  font-family: 'Zen Kaku Gothic Antique';
  font-size: 1.5rem;
  line-height: 1.8;
}

.modal .l-container .details .profile-box .disc li + li {
  margin-block-start: 10px;
}

.modal .l-container .details .career {
  /* font-family: "Shippori Mincho", serif; */
  font-family: 'Zen Kaku Gothic Antique';
  font-size: 1.5rem;
}

.modal .l-container .details .career>div {
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.modal .l-container .details .career>div+div {
  margin-top: 15px;
}

.modal .l-container .details .career dt {
  -ms-flex-preferred-size: 3.5em;
  flex-basis: 3.5em;
  color: #004f78;
}

.modal .l-container .details .career dd {
  -ms-flex-preferred-size: calc(100% - 3.5em);
  flex-basis: calc(100% - 3.5em);
  /* line-height: 1.2; */
  line-height: 1.6;
}

.modal-close {
  background-color: #f3f6f8;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}

.modal-close span {
  background-color: #004f78;
  display: block;
  height: 1px;
  width: 17px;
}

.modal-close span:first-of-type {
  -webkit-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}

.modal-close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translateX(1px);
  transform: rotate(-45deg) translateX(1px);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 79, 120, 0.3);
  z-index: 99;
  display: none;
}

.modal-backdrop.is-active {
  display: block;
}

@media screen and (min-width: 768px) {

  .modal .l-container .figure,
  .modal .l-container .details {
    -ms-flex-preferred-size: calc(50% - (4.166vw / 2));
    flex-basis: calc(50% - (4.166vw / 2));
  }
}

@media screen and (max-width: 767.98px) {
  .modal {
    padding: 6.944vw 20px;
    /* width: 90.146vw; */
  }

  .modal .l-container {
    gap: 40px;
  }

  .modal .l-container .details .profile-hdg {
    margin-bottom: 20px;
  }

  .modal-close {
    top: 20px;
    right: 20px;
  }

  .modal .l-container .figure {
    border-radius: 6.944vw 6.944vw 0 0;
  }
}

@-webkit-keyframes txt-fade-up {
  0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes txt-fade-up {
  0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
