/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.kv02 {
  color: #fff;
  position: relative;
  height: 43.75rem;
}
@media (max-width: 767px) {
  .kv02 {
    height: auto;
  }
}
.kv02-img {
  height: 43.75rem;
}
@media (max-width: 767px) {
  .kv02-img {
    height: auto;
  }
}
.kv02-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv02-tip {
  position: absolute;
  width: 33.5rem;
  top: -0.75rem;
  left: -3.5rem;
  display: block;
}
@media (max-width: 767px) {
  .kv02-tip {
    display: none;
  }
}
.kv02 .inner {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .kv02 .inner {
    bottom: 2.5rem;
  }
}
.kv02-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 4.25rem;
  line-height: 6.25rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .kv02-ttl {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 767px) {
  .kv02-ttl span {
    font-size: 2.5rem;
  }
}
.kv02-sub-ttl {
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 0.25rem 0 1.25rem 0;
}
@media (max-width: 767px) {
  .kv02-sub-ttl {
    font-size: 0.875rem;
    line-height: 2.25rem;
    letter-spacing: 0;
    margin: 0.4375rem 0 0.75rem 0;
  }
}
.kv02 .btn-cus a {
  height: 4.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .kv02 .btn-cus a {
    width: 20.3125rem;
    height: 3.25rem;
  }
}
.kv02 .btn-cus a .arrow {
  right: 1rem;
}
@media (max-width: 767px) {
  .kv02 .btn-cus a .arrow {
    right: 0.5rem;
  }
}
.kv02 .btn-cus.fixed {
  position: fixed;
  padding: 2.5rem 0 1rem 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kv02 .btn-cus.fixed {
    bottom: 0;
    text-align: center;
    padding: 1.5rem 0;
  }
  .kv02 .btn-cus.fixed a {
    width: 20.3125rem;
  }
}

.clipInLeft[style*=visible] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: clipIn 1s cubic-bezier(0.79, 0.13, 0.87, 0.96);
          animation: clipIn 1s cubic-bezier(0.79, 0.13, 0.87, 0.96);
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes clipIn {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}

@keyframes clipIn {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section {
  position: relative;
}

.title-en {
  position: absolute;
  top: 6.25rem;
  left: calc(50% - 38.75rem);
  width: 1.8125rem;
}
@media (max-width: 767px) {
  .title-en {
    position: relative;
    top: 0;
    left: 0;
    width: 10.0625rem;
  }
}

sup {
  top: -0.3125rem;
  font-size: 60%;
}

.section-1 {
  background: url("../img/sec01_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 6.25rem 0 7.5rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-1 {
    background: url("../img/sec01_bg_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 2.5rem 0 4rem 0;
  }
}
.section-1::before {
  position: absolute;
  content: "";
  background: url("../img/sec01_logo.png") no-repeat center top;
  background-size: 100%;
  width: 36.75rem;
  top: 16.125rem;
  right: calc(50% - 46.125rem);
  bottom: 0;
}
@media (max-width: 767px) {
  .section-1::before {
    width: 20.9375rem;
    top: 35.875rem;
    right: calc(50% - 14.875rem);
  }
}
.section-1 .title-en {
  top: 6.25rem;
  left: calc(50% - 38.9375rem);
  width: 1.9375rem;
}
@media (max-width: 767px) {
  .section-1 .title-en {
    top: 0;
    left: 0;
    width: 10.0625rem;
  }
}
.section-1 .section-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.75rem;
  line-height: 0.4375rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 2.9375rem 0;
}
@media (max-width: 767px) {
  .section-1 .section-ttl {
    font-size: 1.75rem;
    line-height: 3rem;
    margin: 2.1875rem 0 1.4375rem 0;
  }
}
@media (min-width: 768px) {
  .section-1 .section-ttl .bg-pc {
    display: block;
    background: #FFFFFF;
    padding: 0rem 0.5rem 0rem 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .section-1 .section-ttl .bg-sp {
    display: inline-block;
    background: #FFFFFF;
    line-height: 2.5rem;
    padding: 0rem 0.125rem 0rem 0.25rem;
  }
  .section-1 .section-ttl .bg-sp.lp {
    letter-spacing: -0.08em;
    padding-right: 0.375rem;
  }
}
.section-1 .section-ttl .dot {
  display: inline-block;
  margin-right: -1.1875rem;
}
@media (max-width: 767px) {
  .section-1 .section-ttl .dot {
    margin-right: -0.75rem;
  }
}
.section-1 .section-ttl .lp-ex-pc {
  display: inline-block;
}
@media (min-width: 768px) {
  .section-1 .section-ttl .lp-ex-pc {
    letter-spacing: -0.299em;
  }
}
.section-1 .section-ttl .lp-ex {
  display: inline-block;
  letter-spacing: -0.299em;
}
@media (max-width: 767px) {
  .section-1 .section-ttl .ml-sp {
    display: inline-block;
    margin-left: -0.625rem;
  }
}
.section-1 .section-sub-ttl {
  font-size: 1.25rem;
  line-height: 4rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 10.6875rem 0;
}
@media (max-width: 767px) {
  .section-1 .section-sub-ttl {
    font-size: 1rem;
    line-height: 3.1875rem;
    margin: 0 0 14.4375rem 0;
  }
}
@media (min-width: 768px) {
  .section-1 .section-sub-ttl .highlight-pc {
    position: relative;
  }
  .section-1 .section-sub-ttl .highlight-pc::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: -0.3125rem;
    left: 0;
    right: 0;
    height: 0.125rem;
  }
}
@media (max-width: 767px) {
  .section-1 .section-sub-ttl .highlight-sp {
    position: relative;
  }
  .section-1 .section-sub-ttl .highlight-sp::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: -0.3125rem;
    left: 0;
    right: 0;
    height: 0.125rem;
  }
}
.section-1 .section-sub-ttl .dot {
  display: inline-block;
  margin-right: -0.9375rem;
}
@media (max-width: 767px) {
  .section-1 .section-sub-ttl .dot {
    margin-right: -0.625rem;
  }
}
.section-1 .section-content {
  background: #F4F4F4;
  border-radius: 0.25rem;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 0 5rem 0;
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .section-1 .section-content {
    max-width: 23.4375rem;
    padding: 0 0 2.25rem 0;
    -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12);
  }
}
.section-1 .content-item {
  padding: 7.4375rem 0 2.375rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-1 .content-item {
    padding: 3.625rem 0 1.8125rem 0;
  }
}
.section-1 .content-item .num {
  position: absolute;
  width: 17.25rem;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-1 .content-item .num {
    width: 10.375rem;
    top: 3rem;
    left: auto;
    right: 0;
  }
}
.section-1 .content-item > * {
  position: relative;
  z-index: 1;
}
.section-1 .item-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.75rem;
  line-height: 4.125rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
}
@media (max-width: 767px) {
  .section-1 .item-ttl {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.04em;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .section-1 .item-ttl.lp {
    letter-spacing: -0.04em;
  }
  .section-1 .item-ttl.lp .txt-blue {
    letter-spacing: -0.02em;
  }
}
.section-1 .item-desc {
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: 0 0 4.75rem 0;
}
@media (max-width: 767px) {
  .section-1 .item-desc {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin: 0 0 3.5625rem 0;
  }
}
@media (max-width: 767px) {
  .section-1 .item-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.section-1 .item-row .row-text {
  width: 27.3125rem;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section-1 .item-row .row-text .row-ttl {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text .row-ttl {
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0 0 1.125rem 0;
  }
}
.section-1 .item-row .row-text .row-ttl::before {
  content: "";
  position: absolute;
  background: #0046A7;
  top: 0.375rem;
  left: -1.25rem;
  width: 0.25rem;
  height: 1.875rem;
  border-radius: 0.125rem;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text .row-ttl::before {
    background: #111F31;
    top: 0.3125rem;
    left: -0.625rem;
    width: 0.1875rem;
    height: 1.5rem;
  }
}
.section-1 .item-row .row-text .row-ttl.lines {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text .row-ttl.lines {
    margin-bottom: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .section-1 .item-row .row-text .row-ttl sup {
    top: -0.4375rem;
  }
}
.section-1 .item-row .row-text .row-txt {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text .row-txt {
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
.section-1 .item-row .row-text .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  letter-spacing: 0.01em;
  margin: 0.5rem 0 -0.0625rem 0;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-text .note {
    margin: 0.125rem 0 0.1875rem 0;
  }
}
.section-1 .item-row .row-photo {
  width: 29.5rem;
}
@media (min-width: 768px) {
  .section-1 .item-row .row-photo {
    margin-top: 0.125rem;
  }
}
@media (max-width: 767px) {
  .section-1 .item-row .row-photo {
    width: 100%;
  }
}
.section-1 .item-row .row-photo img {
  -webkit-box-shadow: 0.125rem 0.125rem 2.5rem 0px rgba(73, 150, 204, 0.16);
          box-shadow: 0.125rem 0.125rem 2.5rem 0px rgba(73, 150, 204, 0.16);
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .section-1 .item-row .row-photo img {
    border-radius: 0.5rem;
  }
}
.section-1 .item-row + .item-row {
  margin-top: 3.875rem;
}
@media (max-width: 767px) {
  .section-1 .item-row + .item-row {
    margin-top: 3.75rem;
  }
}
.section-1 .content-item-02 {
  padding-top: 7.6875rem;
}
@media (max-width: 767px) {
  .section-1 .content-item-02 {
    padding-top: 3.8125rem;
  }
}
.section-1 .content-item-02 .item-desc {
  margin: 0 0 3.75rem 0;
}
@media (max-width: 767px) {
  .section-1 .content-item-02 .item-desc {
    margin: 0 0 3.625rem 0;
  }
}

.section-2 {
  background: url("../img/sec02_line.png") repeat center top, #E5EAEB;
  background-size: 23.4375rem;
  padding: 7.9375rem 0 4rem 0;
}
@media (max-width: 767px) {
  .section-2 {
    background: url("../img/sec02_line.png") repeat center top, #E5EAEB;
    background-size: 10.5rem;
    padding: 2.625rem 0 4rem 0;
  }
}
.section-2::before {
  position: absolute;
  content: "";
  background: rgba(229, 234, 235, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  height: 62.5625rem;
}
.section-2::after {
  position: absolute;
  content: "";
  background: rgba(229, 234, 235, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 234, 235, 0)), to(rgb(229, 234, 235)));
  background: linear-gradient(180deg, rgba(229, 234, 235, 0) 0%, rgb(229, 234, 235) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  height: 5.125rem;
}
.section-2 > * {
  position: relative;
  z-index: 1;
}
.section-2 .title-en {
  position: absolute;
  top: 7.375rem;
  left: calc(50% - 38.75rem);
  width: 2.0625rem;
}
@media (max-width: 767px) {
  .section-2 .title-en {
    display: none;
  }
}
.section-2 .section-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.75rem;
  line-height: 3.125rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 2.8125rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .section-2 .section-ttl {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.04em;
    margin: 0 0 2rem 0;
  }
}
.section-2 .section-desc {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 auto 1.25rem auto;
  max-width: 40.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-2 .section-desc {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin: 0 auto 0.625rem auto;
    max-width: 20.3125rem;
    text-align: left;
  }
}
.section-2 .section-note {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin: 0 auto 3.9375rem auto;
  max-width: 40.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .section-2 .section-note {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    margin: 0 auto 2.5625rem auto;
    max-width: 20.3125rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-2 .section-note span:first-child {
  display: inline-block;
}
@media (max-width: 767px) {
  .section-2 .section-note span:first-child {
    margin-right: 0.125rem;
  }
}
.section-2 .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 67rem;
  margin: 0 auto 6rem auto;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.1875rem 2.5rem 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.1875rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .section-2 .anchor-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 20.375rem;
    margin: 0 auto 4rem auto;
    padding: 0.375rem 1.5rem;
  }
}
.section-2 .anchor-link li {
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  .section-2 .anchor-link li {
    width: 100%;
  }
}
.section-2 .anchor-link li + li::before {
  position: absolute;
  content: "";
  border-left: 0.0625rem solid #111F31;
  opacity: 0.1;
  top: 1.5rem;
  left: 0;
  bottom: 1.5rem;
  margin: auto 0;
}
@media (max-width: 767px) {
  .section-2 .anchor-link li + li::before {
    border-left: none;
    border-top: 0.0625rem solid #111F31;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.section-2 .anchor-link a {
  padding: 1.125rem 1rem 2.25rem 0;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 3.125rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .section-2 .anchor-link a {
    padding: 1rem 0 1.0625rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.section-2 .anchor-link a::before {
  content: "";
  position: absolute;
  background: url("../img/arrow_down.svg") no-repeat center bottom;
  background-size: 1.0625rem;
  top: 0;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .section-2 .anchor-link a::before {
    background: url("../img/arrow_down_sp.svg") no-repeat center center;
    background-size: 0.5625rem;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto 0;
    width: 0.9375rem;
  }
}
@media (hover: hover) {
  .section-2 .anchor-link a:hover {
    opacity: 0.5;
  }
  .section-2 .anchor-link a:hover::before {
    bottom: 1.25rem;
  }
}
.section-2 .section-box {
  background: url("../img/box_bg.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 0.25rem;
  padding: 2.875rem 2.5rem 3.5rem;
}
@media (max-width: 767px) {
  .section-2 .section-box {
    background: url("../img/box_bg_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 2.5rem 1.25rem 2.5rem;
    margin: 0 -1.25rem;
  }
}
.section-2 .section-box .box-ttl {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  max-width: 57rem;
  margin: 0 auto 1.3125rem auto;
  padding: 0 0 1.5625rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-ttl {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: 20.3125rem;
    margin: 0 auto 1.25rem auto;
    padding: 0 0 1.625rem 0;
  }
}
.section-2 .section-box .box-ttl::before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  margin: 0 auto;
}
.section-2 .section-box .box-desc {
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 2.375rem auto;
  max-width: 57rem;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-desc {
    letter-spacing: 0.04em;
    font-size: 0.875rem;
    line-height: 1.75rem;
    max-width: 20.3125rem;
    margin: 0 auto 2.25rem auto;
  }
}
.section-2 .section-box .box-bg {
  background: url("../img/box_list_bg.png") no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  padding: 1rem 1.5rem 1.25rem 1.5rem;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-bg {
    background: url("../img/box_list_bg_sp.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 0.875rem 1rem 1.875rem 1rem;
    border-radius: 0.625rem;
  }
}
.section-2 .section-box .box-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 3.25rem;
  height: 3.25rem;
  margin: auto;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-arrow {
    position: relative;
    margin: 0.9375rem auto 0.8125rem auto;
  }
}
.section-2 .section-box .box-item {
  width: 23.5625rem;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-item {
    width: 100%;
  }
}
.section-2 .section-box .item-ttl {
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.section-2 .section-box .box-list {
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-list {
    letter-spacing: 0;
  }
}
.section-2 .section-box .box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-2 .section-box .box-list li span:first-child {
  display: inline-block;
  margin-right: 0.25rem;
}
.section-2 .section-box .box-list li + li {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .section-2 .section-box .box-list li + li {
    margin-top: 0.0625rem;
  }
}
@media (max-width: 767px) {
  .section-2 .section-box .box-item:last-child .box-list li + li {
    margin-top: 0.5rem;
  }
}
.section-2 .talent-item {
  padding: 6.375rem 0 0 0;
}
@media (max-width: 767px) {
  .section-2 .talent-item {
    padding: 3.9375rem 0 0 0;
  }
}
.section-2 .talent-item .box {
  padding: 4rem 0 3.875rem 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .section-2 .talent-item .box {
    padding: 2.5rem 0 2.25rem 0;
  }
}
.section-2 .talent-item .box:not(:last-child) {
  margin-bottom: 2.5rem;
}
.section-2 .talent-item .box-photo {
  width: 17.6875rem;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-photo {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.section-2 .talent-item .box-text {
  width: 40.3125rem;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-text {
    width: 100%;
  }
}
.section-2 .talent-item .box-sub-ttl {
  letter-spacing: 0.08em;
  margin: 0 0 1.4375rem 0;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-sub-ttl {
    margin: 0 0 1.25rem 0;
  }
}
.section-2 .talent-item .box-sub-ttl .ttl-bg {
  background: rgba(17, 31, 49, 0.9);
  border-radius: 0.125rem;
  padding: 0.375rem 1rem;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-sub-ttl .ttl-bg {
    padding: 0.25rem 0.75rem;
  }
}
.section-2 .talent-item .box-sub-ttl .ttl-bg span {
  display: inline-block;
  margin-left: 0.4375rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-sub-ttl .ttl-bg span {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-sub-ttl .ttl-bg .mt-sp {
    display: block;
    margin-top: -0.25rem;
  }
}
.section-2 .talent-item .box-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 1.3125rem 0;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-ttl {
    font-size: 1.5rem;
    line-height: 2.625rem;
    margin: 0 0 1.0625rem 0;
  }
}
.section-2 .talent-item .box-txt {
  letter-spacing: 0;
  margin: 0 0 1.25rem 0;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-txt {
    margin: 0 0 1rem 0;
  }
}
.section-2 .talent-item .box-list {
  letter-spacing: 0.01em;
  font-weight: 500;
}
.section-2 .talent-item .box-list li {
  padding-left: 1.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-list li {
    padding-left: 1.5rem;
  }
}
.section-2 .talent-item .box-list li::before {
  content: "";
  position: absolute;
  background: url("../img/dot.png") no-repeat center center;
  background-size: cover;
  top: 0.75rem;
  left: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-list li::before {
    top: 0.75rem;
    left: 0.5rem;
  }
}
.section-2 .talent-item .box-list li + li {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .section-2 .talent-item .box-list li + li {
    margin-top: 0;
  }
}
.section-2 .talent-sub-ttl {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 4.5rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 -0.3125rem 0;
  padding: 0 0 0 5.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-2 .talent-sub-ttl {
    font-size: 0.875rem;
    line-height: 4.5rem;
    letter-spacing: 0.08em;
    margin: 0 0 -1.3125rem 0;
    padding: 0 0 0 4.125rem;
  }
}
.section-2 .talent-sub-ttl::before {
  content: "";
  position: absolute;
  background: url("../img/ellipse.png") no-repeat center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: -0.5625rem;
  width: 3.375rem;
  height: 3.375rem;
  margin: auto 0;
}
.section-2 .talent-sub-ttl::after {
  content: "";
  position: absolute;
  background: #0046A7;
  top: 0;
  bottom: 0;
  left: 1.125rem;
  width: 4rem;
  height: 0.0625rem;
  margin: auto 0;
}
@media (max-width: 767px) {
  .section-2 .talent-sub-ttl::after {
    width: 2.5rem;
  }
}
.section-2 .talent-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0 0 2.0625rem 0;
}
@media (max-width: 767px) {
  .section-2 .talent-ttl {
    font-size: 1.75rem;
    line-height: 3.75rem;
    letter-spacing: 0.04em;
    margin: 0 0 1.875rem 0;
  }
}
.section-2 .talent .btn-cus {
  margin: 4rem 0 0 0;
  text-align: center;
}

.bg-gray {
  position: relative;
  padding: 0 0 1.5rem 0;
}
@media (max-width: 767px) {
  .bg-gray {
    padding: 0 0 0.5rem 0;
  }
}
.bg-gray::before {
  position: absolute;
  content: "";
  background: url("../img/sec03_bg.jpg") no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .bg-gray::before {
    background: url("../img/sec03_bg_sp.jpg") no-repeat center top;
    background-size: 100%;
  }
}

.section-3 {
  padding: 4.9375rem 0 7.5rem 0;
}
@media (max-width: 767px) {
  .section-3 {
    padding: 4rem 0 5rem 0;
  }
}
.section-3::after {
  position: absolute;
  content: "";
  background: url("../img/sec02_bg_deco.png") no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .section-3::after {
    background: url("../img/sec02_bg_deco_sp.png") no-repeat center top;
    background-size: 100%;
  }
}
.section-3 > * {
  position: relative;
  z-index: 1;
}
.section-3 #section_3 {
  position: absolute;
  top: 6.25rem;
}
@media (max-width: 767px) {
  .section-3 #section_3 {
    top: 0;
  }
}
.section-3 .title-en {
  top: 8.625rem;
  left: calc(50% - 38.9375rem);
  width: 1.9375rem;
}
@media (max-width: 767px) {
  .section-3 .title-en {
    top: 0;
    left: 0;
    width: 7.25rem;
    margin-bottom: 1.5rem;
  }
}
.section-3 .box {
  background: #FFFFFF;
  padding: 3rem 2.25rem 5.0625rem 2.25rem;
}
@media (max-width: 767px) {
  .section-3 .box {
    padding: 1.625rem 0.625rem 3.75rem 0.625rem;
    margin: 0 -1.25rem;
  }
}

/* default settings */
.talent-sub-ttl p {
  will-change: transform;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translate(-6rem);
          transform: translate(-6rem);
}
.talent-sub-ttl p span {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: transform;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0.8em);
          transform: translate(0.8em);
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0.02em;
}

.talent-ttl {
  will-change: transform;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translate(-6rem);
          transform: translate(-6rem);
}
.talent-ttl span {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: transform;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0.8em);
          transform: translate(0.8em);
  margin-right: 0;
  padding-bottom: 0;
}

.talent-item .inner.animated .talent-sub-ttl p {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.talent-item .inner.animated .talent-sub-ttl p span {
  -webkit-clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(1) {
  --index: 1;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(2) {
  --index: 2;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(3) {
  --index: 3;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(4) {
  --index: 4;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(5) {
  --index: 5;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(6) {
  --index: 6;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(7) {
  --index: 7;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(8) {
  --index: 8;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(9) {
  --index: 9;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(10) {
  --index: 10;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(11) {
  --index: 11;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(12) {
  --index: 12;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(13) {
  --index: 13;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(14) {
  --index: 14;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(15) {
  --index: 15;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(16) {
  --index: 16;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(17) {
  --index: 17;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(18) {
  --index: 18;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(19) {
  --index: 19;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-sub-ttl p span:nth-child(20) {
  --index: 20;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.talent-item .inner.animated .talent-ttl span {
  -webkit-clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.56s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.talent-item .inner.animated .talent-ttl span:nth-child(1) {
  --index: 1;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(2) {
  --index: 2;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(3) {
  --index: 3;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(4) {
  --index: 4;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(5) {
  --index: 5;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(6) {
  --index: 6;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(7) {
  --index: 7;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(8) {
  --index: 8;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(9) {
  --index: 9;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(10) {
  --index: 10;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(11) {
  --index: 11;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(12) {
  --index: 12;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(13) {
  --index: 13;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(14) {
  --index: 14;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(15) {
  --index: 15;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(16) {
  --index: 16;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(17) {
  --index: 17;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(18) {
  --index: 18;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(19) {
  --index: 19;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}
.talent-item .inner.animated .talent-ttl span:nth-child(20) {
  --index: 20;
  -webkit-transition-delay: calc(var(--index) * 25ms + 0.1s);
          transition-delay: calc(var(--index) * 25ms + 0.1s);
}