html {
  font-size: 0.7320644217vw;
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header > .inner {
  padding-bottom: clamp(12px, 1.6rem, 16px);
  padding-left: clamp(18px, 2.4rem, 24px);
  padding-right: clamp(18px, 2.4rem, 24px);
  padding-top: clamp(12px, 1.6rem, 16px);
}
@media screen and (min-width: 1240px) {
  .header > .inner {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.header > .inner > .inner02 {
  justify-content: space-between;
}
.header > .inner > .inner02 > .h-unit > .g-navi {
  margin-right: clamp(52.5px, 7rem, 70px);
}
.header > .inner > .inner02 > .h-unit > .btn-A {
  margin-right: clamp(52.5px, 7rem, 70px);
}
.header.is-open {
  background-color: #FFF;
}

.local .main {
  padding-top: clamp(150px, 20rem, 200px);
}

.mainvisual > .video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainvisual > .inner > .inner02 {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1200px;
}
.mainvisual > .inner > .inner02 > .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mainvisual2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: clamp(61.5px, 8.2rem, 82px);
}
.mainvisual2 > .inner > .inner02 {
  height: clamp(450px, 60rem, 600px);
  position: relative;
}
.mainvisual2 > .inner > .inner02 > .catch2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mainvisual2 > .inner > .inner02 > .catch2 > * {
  color: #FFF;
  display: block;
}
.mainvisual2 > .inner > .inner02 > .catch2 > .en {
  font-size: clamp(72px, 9.6rem, 96px);
  margin-bottom: clamp(22.5px, 3rem, 30px);
}

.about-section {
  background: url(../img/top/img01.jpg) no-repeat right bottom;
  background-size: clamp(450px, 60rem, 600px);
}
.about-section > .inner > .inner02 {
  padding-bottom: clamp(450px, 60rem, 600px);
  padding-top: clamp(112.5px, 15rem, 150px);
}
@media screen and (min-width: 1240px) {
  .about-section > .inner > .inner02 {
    padding-bottom: clamp(112.5px, 15rem, 150px);
  }
}
.about-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(45px, 6rem, 60px);
}
.about-section > .inner > .inner02 > .read-A {
  margin-bottom: clamp(45px, 6rem, 60px);
}
.about-section > .inner > .inner02 > .txt-A {
  margin-bottom: clamp(75px, 10rem, 100px);
  max-width: 520px;
  width: 100%;
}
.about-section > .inner > .inner02 > .btn-B {
  max-width: 370px;
}

.philosophy-section {
  background: url(../img/top/img02.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
@media screen and (min-width: 1240px) {
  .philosophy-section {
    background-size: 100%;
  }
}
.philosophy-section > .inner {
  background-color: rgba(0, 0, 0, 0.85);
}
.philosophy-section > .inner > .inner02 {
  color: #FFF;
  padding-bottom: clamp(75px, 10rem, 100px);
  position: relative;
}
@media screen and (min-width: 1240px) {
  .philosophy-section > .inner > .inner02 {
    padding-bottom: 0;
  }
}
.philosophy-section > .inner > .inner02 > .box-E {
  left: 100vw;
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-top: clamp(75px, 10rem, 100px);
  top: 0;
}
@media screen and (min-width: 1240px) {
  .philosophy-section > .inner > .inner02 > .box-E {
    position: sticky;
  }
}

.service-section {
  overflow: hidden;
}
.service-section > .inner > .inner02 {
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-top: clamp(105px, 14rem, 140px);
}
.service-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(30px, 4rem, 40px);
}
.service-section > .inner > .inner02 > .txt-B {
  margin-bottom: clamp(75px, 10rem, 100px);
}
.service-section > .inner > .inner02 > .list-A {
  margin-right: calc(50% - 50vw);
}

.case-section {
  overflow: hidden;
}
.case-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(60px, 8rem, 80px);
}
.case-section > .inner > .inner02 > .box-B {
  margin-bottom: clamp(45px, 6rem, 60px);
}
.case-section > .inner > .inner02 > .box-B:last-child {
  margin-bottom: 0;
}

.message-section {
  background: url(../img/top/main.jpg) no-repeat center center;
}
.message-section > .inner > .inner02 {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1200px;
}
.message-section > .inner > .inner02 > .txt-C {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(75px, 10rem, 100px);
}
.news-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.company-company-section > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(105px, 14rem, 140px);
  max-width: 1200px;
}
.company-company-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.company-access-section > .inner > .inner02 {
  height: clamp(487.5px, 65rem, 650px);
}

.message-message-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.message-message-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(45px, 6rem, 60px);
}

.message-thoughts-section {
  background: url(../img/message/back.jpg) no-repeat center center/cover;
  color: #FFF;
}
.message-thoughts-section > .inner > .inner02 {
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-top: clamp(75px, 10rem, 100px);
  text-align: center;
}
.message-thoughts-section > .inner > .inner02 > .txt-D {
  margin-bottom: clamp(45px, 6rem, 60px);
}

.services-services-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.services-services-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(45px, 6rem, 60px);
}
.services-services-section > .inner > .inner02 > .list-A {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.columns-columns-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  position: relative;
}
.columns-columns-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.columns-columns-section > .inner > .inner02 > .list-D {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  right: 0;
  top: 0;
}
@media screen and (min-width: 1240px) {
  .columns-columns-section > .inner > .inner02 > .list-D {
    margin-bottom: 0;
    position: absolute;
  }
}
.columns-columns-section > .inner > .inner02 > .pagenation {
  margin-top: clamp(67.5px, 9rem, 90px);
  text-align: center;
}
.columns-columns-section > .inner > .inner02 > .pagenation > .item:not(.page-prev):not(.page-next) {
  margin-right: clamp(15px, 2rem, 20px);
}
.columns-columns-section > .inner > .inner02 > .pagenation > .page-prev {
  margin-right: clamp(22.5px, 3rem, 30px);
}
.columns-columns-section > .inner > .inner02 > .pagenation > .page-next {
  margin-left: clamp(7.5px, 1rem, 10px);
}

.column-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.column-section > .inner > .inner02 > .head-C {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.column-section > .inner > .inner02 > .cat-list {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  margin-left: clamp(60px, 8rem, 80px);
}
.column-section > .inner > .inner02 > .article {
  margin-bottom: clamp(90px, 12rem, 120px);
}
.column-section > .inner > .inner02 > .article > h3, .column-section > .inner > .inner02 > .article p {
  line-height: 1.75;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.column-section > .inner > .inner02 > .article > h3:last-child, .column-section > .inner > .inner02 > .article p:last-child {
  margin-bottom: 0;
}

.recruit-recruit-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.recruit-recruit-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(60px, 8rem, 80px);
}

.recruit-message-section {
  background: url(../img/recruit/back.jpg) no-repeat center center/cover;
  color: #FFF;
}
.recruit-message-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(75px, 10rem, 100px);
  text-align: center;
}
.recruit-message-section > .inner > .inner02 > .txt-E {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.contact-contact-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  max-width: 770px !important;
}
.contact-contact-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.contact-contact-section > .inner > .inner02 > .txt-B {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.work-work-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(75px, 10rem, 100px);
}
.work-work-section > .inner > .inner02 > .head-wrap-A {
  margin-bottom: clamp(75px, 10rem, 100px);
}
.work-work-section > .inner > .inner02 > .txt-box > .txt-A {
  margin-bottom: clamp(30px, 4rem, 40px);
}
.work-work-section > .inner > .inner02 > .txt-box > .txt-A:last-child {
  margin-bottom: 0;
}

.work-onayami-section {
  background-color: #111;
  color: #FFF;
}
.work-onayami-section > .inner > .inner02 {
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-top: clamp(75px, 10rem, 100px);
}
.work-onayami-section > .inner > .inner02 > .read-D {
  margin-bottom: clamp(56.25px, 7.5rem, 75px);
}

.work-service-section > .inner > .inner02 {
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-top: clamp(75px, 10rem, 100px);
}
.work-service-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(75px, 10rem, 100px);
}

.work-features-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.work-features-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.work-works-section {
  background-color: #111;
  color: #FFF;
}
.work-works-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(75px, 10rem, 100px);
}
.work-works-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.work-works-section > .inner > .inner02 > .list-I {
  color: #111;
}

.work-flow-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(75px, 10rem, 100px);
}
.work-flow-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(67.5px, 9rem, 90px);
}

.works-works-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  position: relative;
}
.works-works-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(75px, 10rem, 100px);
}
.works-works-section > .inner > .inner02 > .list-D {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  right: 0;
  top: 0;
}
@media screen and (min-width: 1240px) {
  .works-works-section > .inner > .inner02 > .list-D {
    margin-bottom: 0;
    position: absolute;
  }
}

.media-media-section > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
}
.media-media-section > .inner > .inner02 > .head-A {
  margin-bottom: clamp(75px, 10rem, 100px);
}

.contact-section {
  background: url(../img/common/back.jpg) no-repeat center center/cover;
  color: #FFF;
}
.contact-section > .inner > .inner02 {
  height: clamp(487.5px, 65rem, 650px);
  position: relative;
}
.contact-section > .inner > .inner02 > .box {
  left: 50%;
  position: absolute;
  max-width: 370px;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-section > .inner > .inner02 > .box > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.case-studies-section {
  background: url(../img/service/back.jpg) no-repeat center center/cover;
}
.case-studies-section > .inner > .inner02 {
  height: clamp(487.5px, 65rem, 650px);
  position: relative;
}
.case-studies-section > .inner > .inner02 > .box {
  left: 50%;
  position: absolute;
  max-width: 1080px;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-studies-section > .inner > .inner02 > .box > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.case-studies-section > .inner > .inner02 > .box > .txt {
  line-height: 1.75;
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.case-studies-section > .inner > .inner02 > .box > .btn-B {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
}

.footer {
  background-color: #111;
  color: #FFF;
}
.footer > .inner {
  padding-left: clamp(18px, 2.4rem, 24px);
  padding-right: clamp(18px, 2.4rem, 24px);
}
.footer > .inner > .inner02 {
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(60px, 8rem, 80px);
  padding-top: clamp(75px, 10rem, 100px);
  max-width: 1200px;
}
.footer > .inner > .inner02 > .f-unit {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  width: 100%;
}
.footer > .inner > .inner02 > .f-unit:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .footer > .inner > .inner02 > .f-unit {
    margin-bottom: 0;
    width: auto;
  }
}
.footer > .inner > .inner02 > .f-unit > .f-ci {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.footer > .inner > .inner02 > .f-unit > .txt-B {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.footer > .inner > .inner02 > .f-unit > .txt-B:last-child {
  margin-bottom: 0;
}
.footer > .inner > .inner02 > .f-unit > .f-list {
  margin-right: clamp(52.5px, 7rem, 70px);
}
.footer > .inner > .inner02 > .f-unit > .f-list:last-child {
  margin-right: 0;
}
.footer > .inner > .inner02 > .f-unit > .f-list > .item {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.footer > .inner > .inner02 > .f-unit > .f-list > .item:last-child {
  margin-bottom: 0;
}
.footer > .inner > .inner02 > .f-unit > .f-u-list > .item {
  margin-bottom: 5px;
  min-width: 190px;
}
.footer > .inner > .inner02 > .f-unit > .f-u-list > .item:last-child {
  margin-bottom: 0;
}
.footer > .inner > .inner02 > .copy {
  border-top: 1px solid #444;
  font-size: clamp(10.5px, 1.4rem, 14px);
  margin-top: clamp(127.5px, 17rem, 170px);
  padding-top: clamp(22.5px, 3rem, 30px);
  width: 100%;
}

.ci {
  width: clamp(131.25px, 17.5rem, 175px);
}

.f-ci {
  width: clamp(225px, 30rem, 300px);
}
.f-ci > img {
  width: 100%;
}

.g-navi-wrap {
  background-color: #FFF;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: clamp(61px, 12.2rem, 122px);
  transition-duration: 0.3s;
  width: 100%;
}
.g-navi-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1240px) {
  .g-navi-wrap {
    background-color: transparent;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    position: static;
    top: auto;
    width: auto;
  }
  .g-navi-wrap > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.g-navi-wrap > .btn-A {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(37.5px, 5rem, 50px);
}
@media screen and (min-width: 1240px) {
  .g-navi-wrap > .btn-A {
    margin-top: 0;
  }
}

.g-navi {
  border-top: 1px solid #DDD;
}
@media screen and (min-width: 1240px) {
  .g-navi {
    margin-right: 40px;
  }
}
.g-navi > .item {
  border-bottom: 1px solid #DDD;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item {
    border-bottom: none;
    width: auto;
  }
}
.g-navi > .item > a {
  display: block;
  padding-bottom: clamp(16.5px, 3.3rem, 33px);
  padding-left: clamp(16px, 3.2rem, 32px);
  padding-right: clamp(16px, 3.2rem, 32px);
  padding-top: clamp(16.5px, 3.3rem, 33px);
}
.g-navi > .item > .sub-menu {
  left: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu {
    background-color: #EEE;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: none;
    opacity: 0;
    padding-bottom: clamp(37.5px, 5rem, 50px);
    padding-top: clamp(37.5px, 5rem, 50px);
    pointer-events: none;
    position: absolute;
  }
}
.g-navi > .item > .sub-menu > .inner {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.g-navi > .item > .sub-menu > .inner > .tit-D {
  display: none;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .tit-D {
    display: block;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list {
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list {
    padding-left: clamp(75px, 10rem, 100px);
    padding-right: 0;
    width: auto;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item {
  border-bottom: 1px solid #DDD;
  width: 100%;
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item:first-child {
  border-top: 1px solid #DDD;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item:first-child {
    border-top: none;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item:last-child {
  border-bottom: none;
  margin-right: 0;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item {
    border-bottom: none;
    margin-right: clamp(75px, 10rem, 100px);
    width: auto;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > a {
  display: inline-block;
  font-size: clamp(11.7px, 1.3rem, 13px);
  padding-bottom: clamp(11.25px, 1.5rem, 15px);
  padding-left: clamp(11.25px, 2.25rem, 22.5px);
  padding-right: clamp(11.25px, 2.25rem, 22.5px);
  padding-top: clamp(11.25px, 1.5rem, 15px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item > a {
    margin-bottom: clamp(11.25px, 1.5rem, 15px);
    font-size: clamp(15px, 2rem, 20px);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list {
  overflow: hidden;
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item {
  border-bottom: 1px solid #DDD;
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item:first-child {
  border-top: 1px solid #DDD;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item:first-child {
    border-top: none;
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item {
    border-bottom: none;
    margin-bottom: clamp(3.75px, 0.5rem, 5px);
  }
}
.g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item > a {
  display: block;
  font-size: clamp(11.7px, 1.3rem, 13px);
  padding-bottom: clamp(11.25px, 1.5rem, 15px);
  padding-left: clamp(11.25px, 2.25rem, 22.5px);
  padding-right: clamp(11.25px, 2.25rem, 22.5px);
  padding-top: clamp(11.25px, 1.5rem, 15px);
}
@media screen and (min-width: 1240px) {
  .g-navi > .item > .sub-menu > .inner > .sub-list > .item > .sub-sub-list > .item > a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.g-navi > .item:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.menubtn {
  border: 1px solid #CCC;
  border-radius: 50%;
  height: clamp(37.5px, 5rem, 50px);
  overflow: hidden;
  width: clamp(37.5px, 5rem, 50px);
}
@media screen and (min-width: 1240px) {
  .menubtn {
    display: none;
  }
}
.menubtn > a {
  position: relative;
}
.menubtn > a > .inner {
  bottom: 0;
  display: block;
  height: clamp(9px, 1.2rem, 12px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(7.5px, 1rem, 10px);
}
.menubtn > a > .inner > span {
  background-color: #0847C5;
  display: block;
  height: 1px;
  position: absolute;
  transition-duration: 0.3s;
  width: 100%;
}
.menubtn > a > .inner > span:nth-of-type(1) {
  top: 0;
}
.menubtn > a > .inner > span:nth-of-type(2) {
  bottom: 0;
  margin: auto 0;
  top: 0;
}
.menubtn > a > .inner > span:nth-of-type(3) {
  bottom: 0;
}
.menubtn.is-open > a > .inner > span:nth-of-type(1) {
  bottom: 0;
  margin: auto 0;
  transform: rotate(-45deg);
}
.menubtn.is-open > a > .inner > span:nth-of-type(2) {
  opacity: 0;
}
.menubtn.is-open > a > .inner > span:nth-of-type(3) {
  margin: auto 0;
  top: 0;
  transform: rotate(45deg);
}

.catch > * {
  display: block;
}
.catch > .ja {
  font-size: clamp(29.64px, 5.2rem, 52px);
  line-height: 1.75;
  margin-bottom: clamp(15px, 2rem, 20px);
}
.catch > .en {
  font-size: clamp(15px, 2rem, 20px);
}

.section > .inner {
  padding-left: clamp(18px, 2.4rem, 24px);
  padding-right: clamp(18px, 2.4rem, 24px);
}
.section > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.head-A > * {
  display: block;
}
.head-A > .en {
  font-size: clamp(48px, 6.4rem, 64px);
}

.head-B {
  background-color: #111;
  color: #FFF;
  letter-spacing: 0.4em;
  padding-bottom: clamp(15px, 2rem, 20px);
  padding-left: clamp(6px, 0.8rem, 8px);
  padding-right: clamp(6px, 0.8rem, 8px);
  padding-top: clamp(7.5px, 1rem, 10px);
  writing-mode: vertical-rl;
}

.head-C {
  align-items: flex-start !important;
}
.head-C > * {
  line-height: 1.5;
}
.head-C > .label {
  font-size: clamp(27px, 3.6rem, 36px);
  width: clamp(60px, 8rem, 80px);
}
.head-C > .txt {
  font-size: clamp(22.5px, 3rem, 30px);
  width: calc(100% - clamp(60px, 8rem, 80px));
}

.read-A {
  font-size: clamp(27px, 3.6rem, 36px);
  line-height: 1.75;
}

.read-B {
  font-weight: 600;
}

.read-C {
  color: #0847C5;
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 600;
  line-height: 1.5;
}

.read-D {
  font-size: clamp(22.5px, 3rem, 30px);
  font-weight: 600;
}

.tit-A {
  font-size: clamp(13.5px, 1.8rem, 18px);
  font-weight: 600;
}

.tit-B {
  font-size: clamp(13.5px, 1.8rem, 18px);
  font-weight: 600;
  padding-left: clamp(30px, 4rem, 40px);
  position: relative;
}
.tit-B::before {
  background: url(../img/common/check.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(15px, 2rem, 20px);
  margin: auto 0;
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(18.75px, 2.5rem, 25px);
}

.tit-C > * {
  vertical-align: middle;
}
.tit-C > .number {
  color: #0847C5;
  margin-right: clamp(15px, 2rem, 20px);
}
.tit-C > .number > * {
  display: block;
  text-align: center;
}
.tit-C > .number > .label {
  font-size: clamp(13.5px, 1.8rem, 18px);
}
.tit-C > .number > .num {
  font-size: clamp(48px, 6.4rem, 64px);
}
.tit-C > .txt {
  font-size: clamp(15px, 2rem, 20px);
  font-weight: 600;
}

.tit-D > * {
  display: block;
}
.tit-D > .en {
  color: #0847C5;
  margin-bottom: clamp(3.75px, 0.5rem, 5px);
  font-size: clamp(24px, 3.2rem, 32px);
}

.txt-A {
  line-height: 1.75;
}

.txt-B {
  font-size: clamp(12.88px, 1.4rem, 14px);
  line-height: 1.75;
}

.txt-C {
  font-size: clamp(38.4px, 9.6rem, 96px);
}
.txt-C br {
  display: none;
}
@media screen and (min-width: 1240px) {
  .txt-C {
    display: block;
  }
}

.txt-D {
  font-size: clamp(27px, 3.6rem, 36px);
}

.txt-E {
  font-size: clamp(48px, 6.4rem, 64px);
}

.btn-A {
  width: 140px;
}
.btn-A > a {
  background-color: #111;
  border-radius: 3px;
  color: #FFF;
  font-size: 13px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.btn-A > a::after {
  background: url(../img/common/arr_a.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 10px;
}

.btn-B {
  border: 1px solid #0847C5;
  border-radius: clamp(3.75px, 0.5rem, 5px);
  overflow: hidden;
  width: 100%;
}
.btn-B > a {
  line-height: clamp(60px, 8rem, 80px);
  position: relative;
  text-align: center;
}
.btn-B > a::after {
  background: url(../img/common/arr_b.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(11.25px, 1.5rem, 15px);
  margin: auto 0;
  position: absolute;
  right: clamp(37.5px, 5rem, 50px);
  top: 0;
  transform: translateX(100%);
  width: clamp(11.25px, 1.5rem, 15px);
}

.link-A {
  position: relative;
}
.link-A::before {
  background: url(../img/common/arr_b.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(8.25px, 1.1rem, 11px);
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(8.25px, 1.1rem, 11px);
}

.link-C {
  border-bottom: 1px solid #444;
  width: 100%;
}
.link-C > a {
  padding-bottom: clamp(15px, 2rem, 20px);
  position: relative;
}
.link-C > a > * {
  display: block;
}
.link-C > a > .max {
  font-size: clamp(32.5px, 5rem, 50px);
}
.link-C > a::before {
  background: url(../img/common/arr_a.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(11.25px, 1.5rem, 15px);
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(11.25px, 1.5rem, 15px);
}

.arr-A {
  background: url(../img/common/arr_a.svg) no-repeat center center/cover;
  height: clamp(11.25px, 1.5rem, 15px);
  width: clamp(11.25px, 1.5rem, 15px);
}

.arr-B {
  background: url(../img/common/arr_b.svg) no-repeat center center/cover;
  height: clamp(11.25px, 1.5rem, 15px);
  width: clamp(11.25px, 1.5rem, 15px);
}

.list-A .item {
  aspect-ratio: 153/100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-A .item {
    width: 50%;
  }
}
.list-A .item > a {
  background-color: rgba(0, 0, 0, 0.35);
  align-items: flex-start;
  color: #FFF;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  padding: clamp(22.5px, 3rem, 30px);
  width: 100%;
}
.list-A .item > a > * {
  display: block;
}
.list-A .item > a > .inner {
  width: 100%;
}
.list-A .item > a > .inner > * {
  display: block;
}
.list-A .item > a > .inner > .arr-A {
  margin-bottom: clamp(22.5px, 3rem, 30px);
  margin-left: auto;
}
.list-A .item > a > .inner > .txt-A {
  border-top: 1px solid #FFF;
  padding-top: clamp(22.5px, 3rem, 30px);
}
.list-A.list-A- > .item > a {
  padding-bottom: clamp(30px, 4rem, 40px);
}
.list-A.list-A- > .item > a > .inner {
  border-bottom: 1px solid #FFF;
  width: 100%;
}
.list-A .slick-dots {
  margin-top: clamp(60px, 8rem, 80px);
  text-align: center;
  width: 100%;
}
.list-A .slick-dots > li {
  display: inline-block;
  margin-right: 8px;
}
.list-A .slick-dots > li:last-child {
  margin-right: 0;
}
.list-A .slick-dots > li > button {
  background-color: #D9D9D9;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
}
.list-A .slick-dots > li.slick-active > button {
  background-color: #111;
}

.list-B .item {
  margin-right: clamp(7.5px, 1rem, 10px);
  max-width: 325px;
  width: 100%;
}
.list-B .item > a > * {
  display: block;
  margin-bottom: clamp(15px, 2rem, 20px);
}
.list-B .item > a > *:last-child {
  margin-bottom: 0;
}
.list-B .item > a > .img {
  aspect-ratio: 13/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.list-B .item > a > .link-A {
  display: inline-block;
}
.list-B.list-B- > .item {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-B.list-B- > .item {
    max-width: calc(33.33333% - 33.3333333333px);
    margin-right: clamp(37.5px, 5rem, 50px);
  }
  .list-B.list-B- > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.list-C > .item {
  border-bottom: 1px solid #CCC;
}
.list-C > .item:last-child {
  border-bottom: none;
}
.list-C > .item > a {
  padding-bottom: clamp(7.5px, 1rem, 10px);
  padding-top: clamp(7.5px, 1rem, 10px);
  position: relative;
  width: 100%;
}
.list-C > .item > a > .date {
  width: clamp(131.25px, 17.5rem, 175px);
}
.list-C > .item > a > .txt {
  width: calc(100% - clamp(131.25px, 17.5rem, 175px));
}
.list-C > .item > a > .arr-B {
  bottom: 0;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
}

.list-D > .item {
  margin-right: clamp(30px, 4rem, 40px);
  position: relative;
}
.list-D > .item:last-child {
  margin-right: 0;
}
.list-D > .item > a {
  font-size: clamp(10.5px, 1.4rem, 14px);
  padding-left: clamp(18.75px, 2.5rem, 25px);
}
.list-D > .item::before {
  background-color: #0847C5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: clamp(11.25px, 1.5rem, 15px);
}

.list-E > .item {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.list-E > .item:last-child {
  margin-bottom: 0;
}
.list-E > .item > .img {
  aspect-ratio: 36/23;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: clamp(22.5px, 3rem, 30px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-E > .item > .img {
    margin-bottom: 0;
    width: clamp(270px, 36rem, 360px);
  }
}
.list-E > .item > .inner {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-E > .item > .inner {
    padding-left: clamp(30px, 4rem, 40px);
    width: calc(100% - clamp(270px, 36rem, 360px));
  }
}
.list-E > .item > .inner > .head-A {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}

.list-F > .item > .unit {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  align-items: flex-start;
}
.list-F > .item > .unit:last-child {
  margin-bottom: 0;
}
.list-F > .item > .unit > .label {
  background-color: #111;
  color: #FFF;
  font-size: clamp(10.5px, 1.4rem, 14px);
  line-height: clamp(18px, 2.4rem, 24px);
  margin-top: clamp(2.25px, 0.3rem, 3px);
  position: relative;
  text-align: center;
  width: clamp(52.5px, 7rem, 70px);
}
.list-F > .item > .unit > .label::after {
  background-color: #111;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: clamp(7.5px, 1rem, 10px);
}
.list-F > .item > .unit > .item {
  line-height: 1.75;
  padding-left: clamp(15px, 2rem, 20px);
  width: calc(100% - clamp(52.5px, 7rem, 70px));
}

.list-G {
  align-items: stretch !important;
  justify-content: space-between;
}
.list-G > .item {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #111;
  margin-bottom: clamp(30px, 4rem, 40px);
  padding-bottom: clamp(11.25px, 1.5rem, 15px);
  padding-left: clamp(15px, 2rem, 20px);
  padding-right: clamp(15px, 2rem, 20px);
  padding-top: clamp(11.25px, 1.5rem, 15px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-G > .item {
    width: calc(50% - 20px);
  }
}
.list-G > .item > .tit-B {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.list-G > .item > .txt {
  line-height: 1.75;
  padding-left: clamp(30px, 4rem, 40px);
}

.list-H > .item {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.list-H > .item:last-child {
  margin-bottom: 0;
}
.list-H > .item > .img {
  aspect-ratio: 3/2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: clamp(7.5px, 1rem, 10px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-H > .item > .img {
    margin-bottom: 0;
    width: clamp(337.5px, 45rem, 450px);
  }
}
.list-H > .item > .box-D {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-H > .item > .box-D {
    width: calc(100% - clamp(337.5px, 45rem, 450px));
  }
}
.list-H > .item > .box-D > .txt {
  line-height: 1.75;
}
@media screen and (min-width: 1240px) {
  .list-H > .item.fl:not(.fl-) > .box-D {
    padding-left: clamp(52.5px, 7rem, 70px);
  }
}
@media screen and (min-width: 1240px) {
  .list-H > .item.fl- > .box-D {
    padding-right: clamp(52.5px, 7rem, 70px);
  }
}

.list-I > .item {
  border: 1px solid #CCC;
  background-color: #FFF;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.list-I > .item:last-child {
  margin-bottom: 0;
}
.list-I > .item > .img {
  aspect-ratio: 13/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: clamp(22.5px, 3rem, 30px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-I > .item > .img {
    margin-bottom: 0;
    width: clamp(243.75px, 32.5rem, 325px);
  }
}
.list-I > .item > .inner {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-I > .item > .inner {
    padding-left: clamp(37.5px, 5rem, 50px);
    width: calc(100% - clamp(243.75px, 32.5rem, 325px));
  }
}
.list-I > .item > .inner > .tit {
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  margin-bottom: clamp(15px, 2rem, 20px);
}
.list-I > .item > .inner > .txt {
  line-height: 1.75;
}
.list-I > .item > a {
  padding: clamp(10px, 2rem, 20px);
  width: 100%;
}
.list-I > .item > a > .img {
  aspect-ratio: 13/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: clamp(22.5px, 3rem, 30px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-I > .item > a > .img {
    margin-bottom: 0;
    width: clamp(243.75px, 32.5rem, 325px);
  }
}
.list-I > .item > a > .inner {
  width: 100%;
}
.list-I > .item > a > .inner > * {
  display: block;
}
@media screen and (min-width: 1240px) {
  .list-I > .item > a > .inner {
    padding-left: clamp(37.5px, 5rem, 50px);
    padding-right: clamp(22.5px, 3rem, 30px);
    width: calc(100% - clamp(243.75px, 32.5rem, 325px));
  }
}
.list-I > .item > a > .inner > .tit {
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  margin-bottom: clamp(15px, 2rem, 20px);
}
.list-I > .item > a > .inner > .txt {
  line-height: 1.75;
  margin-bottom: clamp(15px, 2rem, 20px);
}

.list-J {
  align-items: stretch !important;
  justify-content: space-between;
}
.list-J > .item {
  border: 1px solid #CCC;
  margin-bottom: clamp(15px, 2rem, 20px);
  padding: clamp(10px, 2rem, 20px);
  width: 100%;
}
.list-J > .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .list-J > .item {
    margin-bottom: 0;
    width: calc(25% - 15px);
  }
}
.list-J > .item > .img {
  aspect-ratio: 43/29;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: clamp(15px, 2rem, 20px);
  width: 100%;
}
.list-J > .item > .tit {
  font-size: clamp(13.5px, 1.8rem, 18px);
  font-weight: 600;
  margin-bottom: clamp(15px, 2rem, 20px);
  text-align: center;
}
.list-J > .item > .txt {
  line-height: 1.75;
}

.list-K {
  aspect-ratio: 99/140;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-K {
    width: clamp(371.25px, 49.5rem, 495px);
  }
}
.list-K > .item {
  aspect-ratio: 99/140;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: clamp(7.5px, 1rem, 10px);
  overflow: hidden;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .list-K > .item {
    position: absolute;
    width: clamp(371.25px, 49.5rem, 495px);
  }
}

.cat-list > .item {
  border: 1px solid #CCC;
  font-size: clamp(10.5px, 1.4rem, 14px);
  line-height: clamp(21px, 2.8rem, 28px);
  margin-right: clamp(3.75px, 0.5rem, 5px);
  padding-left: clamp(7.5px, 1rem, 10px);
  padding-right: clamp(7.5px, 1rem, 10px);
  width: auto;
}
.cat-list > .item:last-child {
  margin-right: 0;
}

.pagenation > .item:not(.page-prev):not(.page-next) > a {
  background-color: #E5E5E5;
  border-radius: 50%;
  font-size: clamp(10.5px, 1.4rem, 14px);
  line-height: clamp(18.75px, 2.5rem, 25px);
  text-align: center;
  width: clamp(18.75px, 2.5rem, 25px);
}
.pagenation > .item:not(.page-prev):not(.page-next).is-active > a {
  background-color: #111;
  color: #FFF;
}
.pagenation > .page-prev, .pagenation > .page-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: clamp(7.5px, 1rem, 10px);
  width: clamp(7.5px, 1rem, 10px);
}
.pagenation > .page-prev {
  background-image: url(../img/common/arr_l.svg);
}
.pagenation > .page-next {
  background-image: url(../img/common/arr_r.svg);
}

.pagenation-B {
  justify-content: space-between;
  width: 100%;
}
.pagenation-B > .item > a {
  font-size: clamp(10.5px, 1.4rem, 14px);
  position: relative;
}
.pagenation-B > .item > a::before {
  border-bottom: 1px solid #111;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.pagenation-B > .item.page-prev > a {
  padding-left: 15px;
}
.pagenation-B > .item.page-prev > a::before {
  border-left: 1px solid #111;
  left: 0;
  transform: rotate(45deg);
}
.pagenation-B > .item.page-next > a {
  padding-right: 15px;
}
.pagenation-B > .item.page-next > a::before {
  border-right: 1px solid #111;
  right: 0;
  transform: rotate(-45deg);
}

.f-u-list > .item {
  border: 2px solid #0847C5;
  border-radius: clamp(3.75px, 0.5rem, 5px);
}
.f-u-list > .item > a {
  line-height: clamp(37.5px, 5rem, 50px);
  position: relative;
  text-align: center;
}
.f-u-list > .item > a > .arr-A {
  bottom: 0;
  display: block;
  margin: auto;
  position: absolute;
  right: clamp(15px, 2rem, 20px);
  top: 0;
}

.table-A {
  border-top: 1px solid #CCC;
}
.table-A > .unit {
  border-bottom: 1px solid #CCC;
  padding-bottom: clamp(7.5px, 1rem, 10px);
  padding-top: clamp(7.5px, 1rem, 10px);
}
.table-A > .unit > * {
  line-height: 1.5;
}
.table-A > .unit > .label {
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .table-A > .unit > .label {
    font-weight: 400;
    width: clamp(180px, 24rem, 240px);
  }
}
.table-A > .unit > .item {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .table-A > .unit > .item {
    width: calc(100% - clamp(180px, 24rem, 240px));
  }
}

.table-B > .unit {
  font-size: clamp(12.88px, 1.4rem, 14px);
  margin-bottom: clamp(15px, 2rem, 20px);
}
.table-B > .unit:last-child {
  margin-bottom: 0;
}
.table-B > .unit > .label {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .table-B > .unit > .label {
    margin-bottom: 0;
    width: clamp(127.5px, 17rem, 170px);
  }
}
.table-B > .unit > .label > * {
  vertical-align: middle;
}
.table-B > .unit > .label > .txt {
  font-weight: 600;
}
.table-B > .unit > .label > .req {
  color: #DA0000;
}
.table-B > .unit > .item {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .table-B > .unit > .item {
    width: calc(100% - clamp(127.5px, 17rem, 170px));
  }
}
.table-B > .unit.unit- {
  align-items: flex-start;
}
.table-B > .unit.unit- > .label {
  margin-top: clamp(7.5px, 1rem, 10px);
}
.table-B > .unit.unit-- {
  margin-top: clamp(60px, 8rem, 80px);
}

.box-A {
  max-width: 495px;
}
.box-A > .inner {
  margin-bottom: clamp(75px, 10rem, 100px);
  width: 100%;
}
.box-A > .inner:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .box-A > .inner {
    height: clamp(600px, 80rem, 800px);
  }
  .box-A > .inner:last-child {
    height: clamp(930px, 124rem, 1240px);
  }
}
.box-A > .inner > .head-A {
  margin-bottom: clamp(30px, 4rem, 40px);
}
.box-A > .inner > .read-B {
  margin-bottom: clamp(30px, 4rem, 40px);
}

.box-B {
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
}
.box-B > .head-B {
  margin-right: clamp(37.5px, 5rem, 50px);
}

.box-C > .img {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .box-C > .img {
    margin-bottom: 0;
    width: clamp(371.25px, 49.5rem, 495px);
  }
}
.box-C > .inner {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .box-C > .inner {
    padding-left: clamp(86.25px, 11.5rem, 115px);
    width: calc(100% - clamp(371.25px, 49.5rem, 495px));
  }
}
.box-C > .inner > .txt {
  margin-bottom: clamp(11.25px, 1.5rem, 15px);
}
.box-C > .inner > .txt-D {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}

.box-E {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.box-E:last-child {
  margin-bottom: 0;
}
.box-E > .en {
  font-size: clamp(27px, 3.6rem, 36px);
  margin-bottom: clamp(15px, 2rem, 20px);
  opacity: 0.35;
}
.box-E > .inner {
  position: relative;
  z-index: 1;
}
.box-E > .inner > .read-B {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}

.box-F {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .box-F {
    margin-bottom: clamp(37.5px, 5rem, 50px);
  }
}
.box-F > .link-C {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.box-F > .link-C:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .box-F > .link-C {
    width: calc(33.33333% - 20px);
  }
}

.box-G {
  align-items: flex-start !important;
  justify-content: space-between;
}
.box-G > .inner {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  align-items: flex-start;
}
.box-G > .inner:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .box-G > .inner {
    margin-bottom: 0;
  }
}
.box-G > .inner > .link-C {
  margin-bottom: clamp(15px, 2rem, 20px);
}
.box-G > .inner > .list {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  width: 100%;
}
.box-G > .inner > .list:last-child {
  margin-bottom: 0;
}
.box-G > .inner > .list > .item {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.box-G > .inner > .list > .item:last-child {
  margin-bottom: 0;
}
.box-G > .inner > .list > .item > a {
  font-size: clamp(13.5px, 1.8rem, 18px);
  padding-left: 25px;
  position: relative;
}
.box-G > .inner > .list > .item > a::before {
  background-color: #0847C5;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.box-G > .inner > .list > .item > .sub-list {
  margin-top: clamp(7.5px, 1rem, 10px);
}
.box-G > .inner > .list > .item > .sub-list > .item {
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.box-G > .inner > .list > .item > .sub-list > .item:last-child {
  margin-bottom: 0;
}
.box-G > .inner:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .box-G > .inner:nth-of-type(1) {
    width: calc(66.66666% - 15px);
  }
  .box-G > .inner:nth-of-type(1) > .list {
    width: 33.33333%;
  }
}
.box-G > .inner:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .box-G > .inner:nth-of-type(2) {
    width: calc(33.33333% - 15px);
  }
}

.article > h3 {
  font-size: clamp(18px, 3rem, 30px);
  font-weight: 600;
  line-height: 1.75;
}
.article > p {
  font-size: clamp(12.88px, 1.4rem, 14px);
}
.article > p > a {
  text-decoration: underline;
}
.article > p > strong {
  font-weight: 600;
}

.article2 > h3 {
  font-size: clamp(18px, 3rem, 30px);
  font-weight: 600;
  line-height: 1.75;
}
.article2 > p {
  font-size: clamp(12.88px, 1.4rem, 14px);
  line-height: 1.75;
  margin-bottom: clamp(30px, 4rem, 40px);
}
.article2 > p:last-child {
  margin-bottom: 0;
}
.article2 > p > a {
  text-decoration: underline;
}
.article2 > p > strong {
  font-weight: 600;
}

.input-A {
  background-color: #F0F0F0;
  line-height: clamp(30px, 4rem, 40px);
  padding-left: clamp(6px, 0.8rem, 8px);
  padding-right: clamp(6px, 0.8rem, 8px);
  width: 100%;
}

.textarea-A {
  background-color: #F0F0F0;
  padding: clamp(6px, 0.8rem, 8px);
  height: clamp(187.5px, 25rem, 250px);
  width: 100%;
}

.submit-A {
  background-color: #0B48C5;
  color: #FFF;
  border-radius: clamp(3.75px, 0.5rem, 5px);
  line-height: clamp(45px, 6rem, 60px);
  text-align: center;
  width: clamp(105px, 14rem, 140px);
}

.head-wrap-A > * {
  vertical-align: middle;
}
.head-wrap-A > .head-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .head-wrap-A > .head-A {
    margin-bottom: 0;
    width: 200px;
  }
}
.head-wrap-A > .read-C {
  width: 100%;
}
.head-wrap-A > .read-C br {
  display: none;
}
@media screen and (min-width: 1240px) {
  .head-wrap-A > .read-C {
    width: calc(100% - 200px);
  }
  .head-wrap-A > .read-C br {
    display: block;
  }
}

.acc-btn {
  font-weight: 600;
  position: relative;
}
.acc-btn::before {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: clamp(11.25px, 2.25rem, 22.5px);
  top: 0;
  width: 10px;
}
.acc-btn::after {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: clamp(11.25px, 2.25rem, 22.5px);
  top: 0;
  transform: rotate(90deg);
  width: 10px;
}
@media screen and (min-width: 1240px) {
  .acc-btn {
    font-weight: 400;
  }
  .acc-btn::before {
    display: none;
  }
  .acc-btn::after {
    display: none;
  }
}

.arrow-box {
  transform: translateY(-70%);
}
@media screen and (min-width: 1240px) {
  .arrow-box {
    transform: translateY(-60%);
  }
}
.arrow-box > .slide-arrow {
  border: 1px solid #DDD;
  border-radius: 50%;
  height: clamp(45px, 6rem, 60px);
  margin-right: clamp(5px, 2rem, 20px);
  position: relative;
  width: clamp(45px, 6rem, 60px);
}
.arrow-box > .slide-arrow:last-child {
  margin-right: 0;
}
.arrow-box > .slide-arrow::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(15px, 2rem, 20px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(15px, 2rem, 20px);
}
.arrow-box > .slide-arrow.next-arrow::after {
  background-image: url(../img/common/arr_d_r.svg);
}
.arrow-box > .slide-arrow.prev-arrow::after {
  background-image: url(../img/common/arr_d_l.svg);
}

.en {
  font-family: "Afacad", sans-serif;
  letter-spacing: 0em;
}

.bl {
  display: block;
  height: 100%;
  width: 100%;
}

.fl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.fl- {
  flex-direction: row-reverse;
}

.ib {
  letter-spacing: -0.4em;
}
.ib > * {
  display: inline-block;
  letter-spacing: 0.1em;
}

.is-hide {
  opacity: 0;
  pointer-events: none;
}

._sp {
  display: block;
}
@media screen and (min-width: 1240px) {
  ._sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */