html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #221815;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  max-width: 100vw;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:767px) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1010px;
  }
}

main {
  padding-top: 85px;
}

header {
  width: 100%;
  position: fixed;
  padding-bottom: 5px;
  background: #fff;
  z-index: 20;
}

header::before {
  content: '';
  display: inline-block;
  width: 50%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0E3686;
}

header::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #85CBC5;
}

.header-inner {
  height: 80px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-ttl {
  margin: 0;
}


.header-side {
  margin-right: 80px;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width:768px) and (max-width: 991px) {
  .header-side {
    margin-right: 60px;
  }
}

.header-btn {
  margin-right: 20px;
  position: relative;
  background: #F4F4F4;
}

.header-btn a,
.header-btn .hb-trigger {
  width: 140px;
  padding: 10px 2px;
  text-align: center;
  line-height: 1;
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  font-size: 1.5rem;
  background-color: #85CBC5;
  cursor: pointer;
}

.hb-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.8s ease .5s visibility 1s ease .3s;
}

.hb-list.hb-active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hb-list a {
  border-top: 1px solid rgba(255, 255, 255, .2);
  background: #0E3686;
  position: relative;
}

.hb-list a::after {
  content: '';
  background: #ffffff;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.hb-list a:hover {
  text-decoration: none;
}

.header-btn::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #0E3686;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* @media (any-hover:hover) {
.header-btn:hover::before {
  width: 100%;
}

.header-btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
}
} */

.header-side-sns {
  margin-left: 40px;
}

@media screen and (min-width:768px) and (max-width: 991px) {
  .header-side-sns {
    margin-left: 20px;
  }
}

.header-side-sns ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-side-sns li {
  margin-right: 15px;
}

.header-side-sns li a:hover {
  opacity: .7;
}

div.spnav-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 20px;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 120;
}

div.spnav-btn .line {
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background: #0E3686;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div.spnav-btn .line_01 {
  top: calc(50% - 9px);
  left: 50%;
  margin-left: -10px;
}

div.spnav-btn .line_02 {
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
}

div.spnav-btn .line_03 {
  top: calc(50% + 7px);
  left: 50%;
  margin-left: -10px;
}

.nav-open div.spnav-btn {
  position: fixed;
}

.nav-open div.spnav-btn .line {
  background: #fff;
}

.nav-open div.spnav-btn .line_01 {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nav-open div.spnav-btn .line_02 {
  opacity: 0;
}

.nav-open div.spnav-btn .line_03 {
  top: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.spnav-menu {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 4px;
  font-size: 12px;
  color: #0E3686;
  font-weight: bold;
}

.global {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
  background: #0E3686;
}

.nav-open .global .navigation {
  transform: translateX(0);
}

.nav-open .global {
  width: auto;
}

.navigation {
  min-width: 240px;
  background: #0E3686;
  transform: translateX(110%);
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 50;
  position: relative;
  height: 100%;
  padding-top: 80px;
  overflow-y: auto;
  padding-bottom: 80px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

@media (max-width: 767px) {
  .navigation {
    padding-top: 50px;
  }
}

.navigation::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.global a {
  color: #fff;
  white-space: nowrap;
  padding: 25px 50px;
  display: block;
  font-size: 1.8rem;
  position: relative;
}

.global .gn-sub {
  padding: 25px 50px;
  font-size: 1.8rem;
  color: #fff;
}

.global .gn-sub li {
  display: flex;
  align-items: center;
}

.global .gn-sub li a {
  font-size: 1.4rem;
  padding: 0;
}

.global .gn-sub li .sep {
  padding: 0 1rem;
  font-size: 1.2rem;
}

.global li {
  position: relative;
}

.global li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  background: #6FBCB5;
  z-index: -1;
}

.global a:hover {
  text-decoration: none;
}

@media (any-hover: hover) {
  .global li:hover::before {
    transform: scale(1, 1);
  }
}

.global ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global .sns-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.global .sns-list li {
  margin: 0 5px;
}

.global .sns-list li::before {
  content: none;
}

.global .sns-list a {
  padding: 0;
  transition: .3s;
}

.global .sns-list a:hover {
  opacity: .7;
}


span.spnav-btn {
  content: '';
  display: block;
  width: 0%;
  height: 100vh;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(1px);
  position: fixed;
  top: 0;
  right: 0;
  transition: width .2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 30;
}

.nav-open span.spnav-btn {
  width: 100%;
}


footer {
  padding: 40px 0 30px;
  background: #221815;
  color: #fff;
  position: relative;
  z-index: 3;
}

footer a {
  color: #fff;
  font-size: 1.4rem;
}

footer a:hover {
  color: #fff;
}

.footer-nav ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav li {
  margin-left: 40px;
}

.footer-nav li.fn-sub ul {
  display: block;
  margin: 0;
}

.footer-nav li.fn-sub>a {
  pointer-events: none;
}

.footer-nav li.fn-sub ul li {
  margin: 0;
  text-align: right;
  line-height: 1.4;
}

.footer-nav li.fn-sub ul li a {
  font-size: 1.1rem;
  white-space: nowrap;
}

.footer-company {
  margin: 0 0 20px;
}

.footer-btm {
  border-top: 1px solid #7B7B7B;
  padding-top: 15px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.footer-btm-to a {
  color: #7B7B7B;
  position: relative;
}

.footer-btm-to a::after {
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #7B7B7B;
  border-right: 1px solid #7B7B7B;
  position: relative;
  top: -1px;
}

.footer-btm-copy small {
  font-size: .8rem;
}

.content-btm {
  display: flex;
}

.content-btm-btn {
  width: 50%;
  height: 290px;
  position: relative;
}

.content-btm-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover: hover) {
  .content-btm-btn:hover::before {
    transform: scale(1, 1);
  }
}

.content-btm-btn.btm-btn01::before {
  background: #0E3686;
}

.content-btm-btn.btm-btn02::before {
  background: #85CBC5;
}

.content-btm-btn.btm-btn03::before {
  background: #365D59;
}

.content-btm-btn a {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 12;
  position: relative;
}

.content-btm-btn a:hover {
  text-decoration: none;
}

@media (any-hover: hover) {
  .content-btm-btn:hover a {
    color: #fff;
  }
}

.btm-btn01 {
  border-top: 5px solid #0E3686;
  background: #ECF1FC;
}

.btm-btn01 a {
  color: #0E3686;
}

.btm-btn02 {
  border-top: 5px solid #85CBC5;
  background: #B0EFE1;
}

.btm-btn02 a {
  color: #48726F;
}

.btm-btn03 {
  border-top: 5px solid #365D59;
  background: #36958C;
}

.btm-btn03 a {
  color: #fff;
}

.btm-name {
  font-size: 3.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.btm-name small {
  font-size: min(4.8vw, 2.6rem);
}

.btm-name .btm-name-sub {
  font-size: 1.6rem;
}

.btm-arrow {
  width: 130px;
  height: 1px;
  display: block;
  position: relative;
}

.btm-arrow::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  transform-origin: right center;
  transform: rotate(20deg);
  position: absolute;
  right: 0px;
  top: 0;
}

.btm-btn01 .btm-arrow,
.btm-btn01 .btm-arrow::after {
  background: #0E3686;
}

.btm-btn02 .btm-arrow,
.btm-btn02 .btm-arrow::after {
  background: #48726F;
}

.btm-btn03 .btm-arrow,
.btm-btn03 .btm-arrow::after {
  background: #fff;
}

@media (any-hover: hover) {

  .content-btm-btn:hover .btm-arrow,
  .content-btm-btn:hover .btm-arrow::after {
    background: #fff;
  }
}

.container-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.color-red {
  color: #c00;
}

.top-section .top-mv {
  margin-bottom: 0;
  position: relative;
  aspect-ratio: 683 / 215;
}
.top-section .top-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-section figure.ac::after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: .4s;
}

.top-section figure.active::after {
  transform: scale(0, 1);
}

.top-section figure.ac::before {
  content: '';
  background: #85CBC5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: .6s;
}

.top-section figure.active::before {
  transform: scale(0, 1);
}

.top-section-ttl>span {
  display: block;
}

.top-section-ttl {
  margin-bottom: -12rem;
  transform: translateY(-12rem);
}

.top-section-ttl2 .top-section-ttl {
  margin-bottom: 0;
  transform: translateY(0);
}

.top-section-ttl2 {
  position: relative;
}

.top-section-ttl2 .container-fluid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.top-section-ttl2 .container-inner {
  height: 100%;
  position: relative;
}

.top-section-ttl2 .top-section-ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}

.top-section-ttl2 .top-section-ttl .en {
  line-height: .7;
}

.top-section-ttl2ja {
  font-size: 5rem;
  font-family: 'Noto Serif JP', serif;
}

.col-ttl2 {
  margin-right: 40px;
}

.col-ttl22 {
  margin-top: 26px;
  font-family: 'Noto Serif JP', serif;
}

.top-section-ttl .en {
  font-size: 144px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: -.05em;
}

.top-section-ttl.en-s .en {
  font-size: 12.4rem;
}

.top-section-ttl .ja {
  font-size: 5rem;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.color-mint {
  color: #6FBCB5;
}

.color-white {
  color: #fff;
}

.main-content {
  position: relative;
  background: #fff;

  z-index: 0;
}

#home .main-content {
  z-index: 4;
}

.bg-mint::before {
  content: '';
  width: 90%;
  height: 47.7vw;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg-mint.event-examinee::before {
  height: 55vw;
}

.work-list {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 10px 20px 30px 0;
}

.work-list-num {
  font-size: 10rem;
  color: #9CB5B3;
  font-family: 'Libre Baskerville', serif;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -60px;
  opacity: .4;
}

.work-list h2 {
  margin-bottom: .8em;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  font-weight: 400;
  position: relative;
  z-index: 10;
  /* transform: translateX(60px); */
  padding-left: 60px;
  display: inline-block;
}

@media (max-width: 767px) {
  .work-list h2 {
    padding-left: 50px;
  }
}

.work-list::before {
  content: '';
  display: inline-block;
  width: 90%;
  height: 100%;
  background: #EDFAF9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.w-col-container {
  padding: 0 25px;
}

.w-row {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.w-col-md-6 {
  padding: 0 25px;
  width: 50%;
}

.next-step {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

.next-step.w-540 {
  max-width: 540px;
}

.next-step.w-540 .ns-s {
  width: 5em;
  position: relative;
  top: 10px;
}

.next-step p.small {
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
}

.next-step.w-540 a {
  align-items: center;
}

.next-step a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  /* padding: 0 10px; */
}

.next-step a:hover {
  text-decoration: none;
}

.next-step a::before {
  content: '';
  display: block;
  background: #0E3686;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width:768px) {
  .next-step a:hover::before {
    transform: scale(1, 1);
  }
}

.ns-j {
  font-size: 5rem;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 1;
}

.ns-s {
  margin-bottom: 6px;
  margin-left: 10px;
  padding-right: 40px;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: #6FBCB5;
  font-family: 'Libre Baskerville', serif;
  /* transform:translateX(-40px); */
}

.ns-s.en.movie {
  font-size: 1.4rem;
  margin: 0px 0 20px;
}

@media (any-hover:hover) {
  .next-step a:hover .ns-s .ns-s.en.movie {
    color: #fff;
  }
}

.ns-s::before {
  content: '';
  display: inline-block;
  width: calc(100%);
  height: 1px;
  background: #6FBCB5;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.ns-s::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  transform-origin: right center;
  transform: rotate(20deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
  background: #6FBCB5;
}

@media (any-hover:hover) {

  .next-step a:hover .ns-s::before,
  .next-step a:hover .ns-s::after {
    background: #fff;
  }
}

@media (any-hover:hover) {
  .p_fuku-cont__box01 a:hover .ns-s {
    color: #fff;
  }

  .p_fuku-cont__box01 a:hover .ns-s::before,
  .p_fuku-cont__box01 a:hover .ns-s::after {
    background: #fff;
  }
}

.information-content {
  margin-top: 50px;
  border-top: 1px solid #6FBCB5;
  padding: 60px 60px 0;
  background: #fff;
}

.information-content dt {
  color: #9CB5B3;
  font-weight: 500;
  flex: 0 0 25%;
}

.information-content dt,
.information-content dd {
  padding: 20px 10px;
}

.information-content dl {
  display: flex;
  border-bottom: 1px dashed #9CB5B3;
}

.submit-btn a.info-to-event {
  width: 70%;
  max-width: 400px;
  background: #F4F4F4;
  padding: 5px 20px 8px;
  color: #6FBCB5;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  margin: 70px auto 20px;
  transition: all .4s;
  border: 1px solid #f4f4f4;
  transition: all .4s;
}

.person-list-content {
  margin-top: 50px;
}

.person-list {
  margin-bottom: 50px;
}

.ac.person-list {
  opacity: 0;
  transform: scale(0.9) translateY(50px);
  transition-property: opacity, transform;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.active.person-list {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@media screen and (min-width:992px) {

  .ac01,
  .ac04,
  .ac07 {
    transition-delay: .1s;
  }

  .ac02,
  .ac05,
  .ac08 {
    transition-delay: .3s;
  }

  .ac03,
  .ac06,
  .ac09 {
    transition-delay: .5s;
  }
}

/* .person-list a {
  color: inherit;
  display: block;
  transition-property: opacity, transform;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (any-hover:hover) {
  .person-list a:hover {
    text-decoration: none;
    transform: scale(1.05) translateY(-10px);

  }

  .person-list a:hover figure {
    box-shadow: 0 -10px 20px rgba(0, 0, 0, .15);
  }
} */
.person-list a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.person-img-wrap{
  position: relative;
}

.person-img-wrap figure {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (any-hover:hover) {
  .person-list a:hover .person-img-wrap figure {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 -10px 20px rgba(0, 0, 0, .15);
  }

  .person-list a:hover .person-name .name {
    font-size: 2.425rem; 
  }
  .person-list a:hover .person-name .name-en {
    font-size: 1.25rem; 
  }
  .person-list a:hover .person-info {
    font-size:1.415rem; 
  }
}
.person-name {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.person-name .name,
.person-name .name-en,
.person-name .name-arrow,
.person-list .person-info {
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
}
.person-name .name {
  font-size: 2.4rem;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
}

.person-name .name-en {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  color: #9CB5B3;
  padding-left: 15px;
}

.name-arrow.zsarina {
  width: 35px;
}

.name-arrow {
  margin-left: auto;
  width: 58px;
  height: 1px;
  margin-top: auto;
  display: inline-block;
  position: relative;
  background: #85CBC5;
  top: -4px;
}

.name-arrow::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  transform-origin: right center;
  transform: rotate(20deg);
  position: absolute;
  right: 0px;
  top: 0;
  background: #85CBC5;
}

.person-info {
  font-size: 1.4rem;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.person-top {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}

.person-top-fig {
  width: 80%;
  height: 37.777vw;
  min-height: 516px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  position: relative;
}

.person-top-msg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.4rem;
  color: #fff;
  z-index: 2;
}

.person-top-msg span {
  background: #0E3686;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  padding: 2px 5px 5px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

.person-top-msg span::before {
  content: '';
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
  transition-duration: 1s;
}

.active.person-top-msg span::before {
  transform: scale(0, 1);
}

.person-label p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.person-label .person-name .name-en {
  font-size: 1.4rem;
}

.person-label {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 440px;
  padding: 20px 40px;
  background: #F4F4F4;
  transition-duration: .5s;
}

.person-top .top-section-ttl {
  margin-bottom: 0;
  transform: translateY(136px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.person-top .person-label .top-section-ttl {
  display: none;
}

.person-top .top-section-ttl .en {
  font-size: 12.4rem;
}

.person-section01 {
  position: relative;
  overflow: hidden;
  min-height: calc(110px + 30vw);
}

.person-section01::before {
  content: '';
  width: 70%;
  height: 336px;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.person-section01 figure {
  width: 46.12vw;
  position: absolute;
  margin-top: 110px;
  top: 0;
  right: 0;
}

.person-section01-content {
  margin-top: 110px;
  width: 490px;
}

.person-section01 {
  margin-bottom: 80px;
}

.person-content h2 span {
  margin-bottom: .6em;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.4rem;
  display: inline-block;
  background: #6FBCB5;
  color: #fff;
  line-height: 1;
  padding: 3px 0 5px;
}

.person-section02 {
  position: relative;
  margin-bottom: 80px;
}

.person-section02 h2 {
  text-align: center;
}

.person-section02 .section02-voice {
  width: 724px;
  margin: 0 auto;
  padding: 0 30px 20px;
  position: relative;
}

.person-section02 .section02-voice::before {
  content: '';
  display: block;
  width: 100%;
  height: 57px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.person-section02 .section02-voice::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.person-section02 figure {
  transform: translateY(-50px);
  position: relative;
  z-index: -3;
}

.person-section02::after {
  content: '';
  display: block;
  width: 100%;
  height: 336px;
  background: #EDFAF9;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: -4;
}

.person-section03 {
  position: relative;
  margin-bottom: 50px;
}

.person-section03-content {
  padding-left: 49%;
  padding-top: 110px;
  padding-bottom: 1px;
}

.section03-voice {
  margin-bottom: 50px;
}

.section03-voice:first-child {
  margin-bottom: 130px;
}

.person-section03 figure {
  margin-top: 110px;
  position: absolute;
  top: 0;
  left: 0;
  width: 46.12vw;
}

.person-section03::before {
  content: '';
  width: 70%;
  height: 336px;
  background: #EDFAF9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.person-section03::after {
  content: '';
  width: 70%;
  height: 336px;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.person-section04 {
  position: relative;
  overflow: hidden;
  min-height: calc(110px + 30vw);
}

.person-section04::before {
  content: '';
  width: 70%;
  height: 336px;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.person-section04 figure {
  width: 46.12vw;
  position: absolute;
  margin-top: 110px;
  top: 0;
  right: 0;
}

.person-section04-content {
  margin-top: 110px;
  width: 490px;
}

.person-section05 {
  position: relative;
  padding-top: 100px;
}

.person-section05::before {
  content: '';
  width: 100%;
  height: 200px;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.person-last {
  padding: 50px 100px;
  border: 10px solid #6FBCB5;
  background: #F4F4F4;
  position: relative;
}

.person-last::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54px 42px;
  border-color: transparent transparent #6FBCB5 transparent;
  position: absolute;
  top: -60px;
  right: 20%;
}

.person-last h3 {
  margin-bottom: 1em;
  font-size: 4.4rem;
  font-weight: 400;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.person-last p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
}

.person-content p {
  text-align: justify;
}

.person-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.person-link {
  margin: 100px 0;
}

.person-link a {
  color: inherit;
  font-size: 1.4rem;
  font-family: 'Libre Baskerville', serif;
  display: block;
  position: relative;
  line-height: 1;
}

.person-link a:hover {
  text-decoration: none;
}

.person-link li::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #0E3686;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover:hover) {
  .person-link li:hover::before {
    width: 100%;
  }

  .person-link li:hover a {
    color: #fff;
  }
}

.person-link li {
  width: 33.3333%;
  text-align: center;
  position: relative;
}

.person-link li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #9CB5B3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.person-link li:last-child::after {
  display: none;
}

.pagenav {
  margin: 50px 0;
}

.pagenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagenav .c-pagenav-office {
  gap: 40px;
  flex-wrap: wrap;
}

.pagenav li {
  padding: 0 30px;
}

.pagenav .c-pagenav-office__li {
  aspect-ratio: 165 / 81;
  width: 200px;
  border: 1px solid #6FBCB5;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'Libre Baskerville', serif;
  color: #6FBCB5;
  line-height: 1.6;
  text-align: center;
  transition: all 0.3s;
}

.pagenav .c-pagenav-office__li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #EDFAF9;
  z-index: -1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pagenav .c-pagenav-office__li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 32px;
  background: url(../img/office/pagenav-arrow.svg) no-repeat center;
  z-index: 1;
  transition: all 0.3s;

}

.pagenav .c-pagenav-office__li:hover {
  opacity: 0.8;
}

.pagenav .c-pagenav-office__li:hover::after {
  bottom: -8px;
}

.pagenav .c-pagenav-office__li a {
  padding: 10px 0;
}

.pagenav li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'Libre Baskerville', serif;
  color: #6FBCB5;
  line-height: 1.6;
}

.pagenav li a:hover {
  text-decoration: none;
}

.pagenav-nam {
  font-family: 'Libre Baskerville', serif;
  display: inline-block;
}

.pagenav-num {
  font-family: 'Libre Baskerville', serif;
  display: inline-block;
}

.pagenav-name {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pagenav .c-pagenav-office__li .pagenav-name {
  font-size: 22px;
}

.pagenav .c-pagenav-office__li .pagenav-name::before {
  content: none;
}

.pn-arrow {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 1px;
  height: 35px;
  display: inline-block;
  background: #fff;
  position: relative;
}

.pn-arrow::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  transform-origin: right bottom;
  transform: rotate(20deg);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

.pagenav-name::before {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background: #0E3686;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.pagenav a:hover .pagenav-name::before {
  height: 100%;
}

.en-num {
  font-size: 12rem;
  color: #6FBCB5;
  font-family: 'Libre Baskerville', serif;
  text-align-last: center;
  margin-bottom: 15px;
  line-height: 1;
}

.en-ttl {
  text-align: center;
}

.en-ttl span {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.4rem;
  display: inline-block;
  background: #6FBCB5;
  color: #fff;
  line-height: 1;
  padding: 3px 0 5px;
}

.en-p {
  max-width: 750px;
  margin: 0 auto 3em;
}

.en-section {
  margin-bottom: 100px;
  position: relative;
}

.en-section::before {
  content: '';
  display: inline-block;
  width: 92%;
  position: absolute;
  left: 0;
  top: 40px;
  height:670px;
  background: #EDFAF9;
  z-index: -1;
}

.en-section.bg-btm::before {
  top: inherit;
  bottom: 0;
}

.en-section.bg-btm.bg-btm20::before {
  top: inherit;
  bottom: 20px;
}

.en-section.bg-right::before {
  left: inherit;
  right: 0;
}

.en-section.h400::before {
  height: 400px;
}

.en-section.h336::before {
  height: 336px;
}

.en-section.t0::before {
  top: 0;
}

.en-section.bg-top-p::before {
  width: 100%;
  height: 310px;
}

.movie-content {
  margin-bottom: 174px;
}

.movie-content .container-inner {
  border-top: 1px solid #6FBCB5;
  padding-top: 60px;
}


.movie-content h3 {
  margin-bottom: .6em;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.07em;
}

.en-movie {
  text-align: center;
}

.en-movie .iframe {
  aspect-ratio: 16/9;
  width: 900px;
}

@media screen and (max-width:1100px) {
  .en-movie .iframe {
    width: 100%;
  }
}

.kenshu-content {
  margin: 80px 0 0px;
  padding: 60px 30px 0;
  background: #fff;
  border-top: 1px solid #6FBCB5;
}

.kenshu-content h3 {
  margin-bottom: .6em;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.07em;
}

.kenshu-content-info {
  text-align: center;
  margin-bottom: 2em;
}

.kenshu-row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.col5>dl {
  width: 20%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.kenshu-row.col5>dl {
  width: 33.333%;
}

.col4>dl {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.col3>dl {
  width: 33.333%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.col2>dl {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.kenshu-row dt {
  background: #9CB5B3;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}

.kenshu-row dd {
  background: #F4F4F4;
}

.kenshu-row h4 {
  color: #6FBCB5;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px 8px 5px;
}

.kenshu-row p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 15px 15px;
  line-height: 1.6;
}

.kenshu-row.col5 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width:767px) {
  .kenshu-row.col5 h4 {
    text-align: left;
    justify-content: start;
  }
}

.kenshu-row ul {
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0;
  padding: 0px 10px 10px;
}

.kenshu-row .kenshu-list {
  padding-top: 16px;
}

.kenshu-row li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1.5em;
}

.kenshu-row li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6FBCB5;
  position: absolute;
  top: 6px;
  left: 0;
}

.iin {
  margin-bottom: 40px;
  border-top: 1px solid #6FBCB5;
  padding: 40px 30px 30px;
  background: #fff;
  line-height: 1.6;
}

.iin h4 {
  margin-bottom: 20px;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4
}

.iin h4>span {
  display: block;
  text-align: center;
}

.iin-l {
  font-size: 2.8rem;
  font-weight: 500;
}

.iin-s {
  font-size: 1.8rem;
  font-weight: 500;
}

.iin-info {
  color: #9CB5B3;
  font-weight: 500;
  margin-bottom: 10px;
}

.iin p {
  font-size: 1.3rem;
}

.fuku-wrap {
  margin-bottom: 40px;
  border-top: 1px solid #6FBCB5;
  padding: 40px 30px 30px;
  background: #fff;
  line-height: 1.6;
}

.fuku-box01 {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 60px;
}

.fuku-box02 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}

.fuku-img02 {
  margin: 50px auto 0;
  width: 900px;
}

.fuku-txt-area {
  width: 900px;
  margin: 0 auto;
}

.fuku-box02 .fuku-cont01,
.fuku-box02 .fuku-cont02 {
  width: calc((100% - 60px)/ 2);
}


.fuku-box01 .fuku-cont {
  width: calc(100% - 516px);
}

.fuku-box01 .fuku-img01 {
  width: 456px;
}

.fuku h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  font-weight: 400;
}

.fuku h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  font-weight: 400;
}

.fuku h4.left {
  text-align: left;
}

.fuku p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.fuku .c-comment-box01 {
  top: -20px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .fuku-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .fuku-box01 {
    margin-top: 30px;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
  }

  .fuku-box02 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .fuku-box02 .fuku-cont01,
  .fuku-box02 .fuku-cont02 {
    width: 100%;
  }

  .fuku-txt-area {
    width: 100%;
    margin: 0 auto;
  }

  .fuku-box01 .fuku-cont {
    width: 100%;
  }

  .fuku-box01 .fuku-img01 {
    width: 100%;
  }

  .fuku-img02 {
    margin: 20px 0 0;
    width: 100%;
  }

  .fuku h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 3rem;
    color: #6FBCB5;

    line-height: 1.4;
  }

  .fuku h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 10px 0;
    color: #6FBCB5;

    line-height: 1.4;
  }

  .fuku h4.left {
    text-align: left;
  }

  .fuku p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
  }

  .fuku .c-comment-box01 {
    top: -20px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width:768px) {
  .fuku.img-mt-auto {
    display: flex;
    flex-direction: column;
  }

  .fuku.img-mt-auto figure {
    margin-top: auto;
  }

  .col-md-6.flex {
    display: flex;
  }


}

.kakono {

  display: flex;
  align-items: flex-start;
}

.kakono dt {
  padding: 10px;
  color: #9CB5B3;
  font-size: 1.4rem;
  background: #F4F4F4;
  white-space: nowrap;
}

.kakono dd ul {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}

.kakono dd ul li {
  font-size: 1.3rem;
}

.kakono dd ul li:nth-child(2n-1) {
  width: 40%;
}

.kakono dd ul li:nth-child(2n) {
  width: 60%;
}

.ft p {
  color: #6FBCB5;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.about-section-ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #6FBCB5;
  padding-top: 100px;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}

.about-section-ttl::before {
  content: '';
  width: 1px;
  height: 76px;
  background: none;
  position: absolute;
  left: 50%;
  top: 0;
}

.about-section-ttl::after {
  content: '';
  width: 1px;
  height: 0;
  background: #9CB5B3;
  position: absolute;
  left: 50%;
  top: 0;
  transition-duration: 1s;
  transition-property: height;
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.active.about-section-ttl::after {
  height: 76px;
}

.know {
  margin-bottom: 40px;
  border-top: 1px solid #6FBCB5;
  padding: 60px 20px 30px;
  background: #fff;
  line-height: 1.6;
}

.know figure {
  text-align: center;
}

.know h4 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.know-small p {
  font-size: 10px;
  text-align: right;
}

.know-small.left p {
  text-align: left;


}

.know-cap {
  text-align: center;
}

.know-cap .num {
  font-size: 160px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: -0.05em;
  line-height: 1;
}

.know-cap .num-2 {
  font-size: 160px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: -0.1em;
  line-height: 1;
}

.know-cap .txt {
  font-size: 49px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: -0.03em;
  line-height: 1;
}

@media screen and (min-width:768px) {
  .know-small.md-mt10 {
    margin-top: 4rem;
  }

  .mt-md-10 {
    margin-top: 6rem !important;
  }
}

.figlist {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.figlist li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 10px;
}

.figlist li p {
  text-align: center;
}

.know h4.eh {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt5-14 {
  font-size: 1.4rem;
  margin: 30px auto 0;
  width: 380px;
}

.top-main-msg-wrap {
  background: #8FCCBE;
  overflow: hidden;
}

.top-main-msg {
  padding: 40px 0 0px;
  line-height: 2.625;
  text-align: center;
  color: #221815;
  position: relative;
}

@media screen and (min-width:767px) {
  .top-main-msg::before {
    content: '';
    display: block;
    width: 146px;
    height: 162px;
    background-image: url(../img/top/alb-msg-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -50px;
    bottom: 10px;
  }

  .top-main-msg::after {
    content: '';
    display: block;
    width: 167px;
    height: 134px;
    background-image: url(../img/top/alb-msg-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -90px;
    top: 20px;
  }
}

.top-main-msg p {
  margin-bottom: 30px;
}

.top-main-msgfig {
  text-align: center;
  padding-bottom: 50px;
}

/* .top-main-msg-wrap {
  background-image: url(../img/top/bg-top-main-msg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: relative;
}

.top-main-msg-wrap::after {
  content: '';
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 144px solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
} */

.top-main-msg-c {
  margin-bottom: 80px;
  text-align: center;
}

.top-main-msg-c a {
  color: #6FBCB5;
  font-size: 4.9rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.top-main-msg-c a:hover {
  text-decoration: none;
  color: #fff;
}

.top-main-msg-c a::before {
  content: '';
  display: block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-main-msg-c a:hover::before {
  transform: scale(1, 1);
}

.top-content-fig {
  padding: 0 60px;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.top-content-fig-wide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

/* .top-content-fig-wide .top-ttl-jp {
	position:relative;
	top:inherit;
	right:inherit;
	bottom:inherit;
	left:inherit;
} */
.top-ttl-jp {
  position: absolute;
  right: 0;
  top: 0;
  color: #6FBCB5;
  font-size: 6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}

.top-ttl-jp-y {
  color: #6FBCB5;
  font-size: 6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  transform: translateY(-20px);
}

.top-content-ttl {
  display: inline-block;
  position: relative;
  top: 88px;
  z-index: 1;
  left: 60px;
}

.top-s-c {
  width: 500px;
  margin: 20px auto;
}

.top-s-c.top-s-c-2 {
  margin: 0 auto;
}

.top-num {
  font-size: 16rem;
  color: #6FBCB5;
  font-family: 'Libre Baskerville', serif;
  line-height: 1;
  display: inline;
  letter-spacing: -.05em;
}

.top-ttl {
  font-size: 4rem;
  color: #6FBCB5;
  font-family: 'Libre Baskerville', serif;
  line-height: 1;
  position: relative;
  top: -76px;
  margin-left: 10px;
  display: inline;
}

.top-next-step {
  width: 100%;
  max-width: 860px;
  margin: 40px auto 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  /* padding: 0 10px; */
}

.top-hover .top-next-step::before {
  content: '';
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-hover .top-content-ttl::before {
  content: '';
  display: inline-block;
  height: 145px;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-hover .top-ttl-jp::before {
  content: '';
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-hover .top-ttl-jp.top-ttl-jp-y::before {
  transform: scale(0, 1);
}

.top-hover .top-ttl-jp-y::before {
  content: '';
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-hover {
  position: relative;
  cursor: pointer;
}

.top-section .fig-japan {
  text-align: center;
  margin-top: -320px;
  margin-bottom: 80px;
  aspect-ratio: auto;
  margin-left: 21vw;
}

.office-miryoku {
  border: 10px solid #6FBCB5;
  padding: 50px 40px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.office-miryoku h3 {
  font-size: 2.5rem;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  white-space: nowrap;
  margin-right: 40px;
}

.office-miryoku-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
}

.office-miryoku-txt p {
  margin: 0;
}

.office-fig-wrap {
  max-width: 864px;
  margin: 0 auto 0rem;
}

.office-fig-wrap .col-md-6 {
  margin-bottom: 4rem;
}

.office-fig-wrap figure {
  margin-bottom: 2rem;
}

.office-fig-wrap figcaption {
  line-height: 1.5;
  font-size: 1.4rem;
}

.office-map {
  padding: 106px 0 100px;
  background: #F4F4F4;
}

.office-map.mt {
  margin-top: 40px;
}

.office-map.pt {
  padding-top: 106px;
}

.office-map dl {
  display: grid;
  grid-template-columns: 64px auto;
  margin-bottom: 0;
}

.office-map dt {
  color: #6FBCB5;
  white-space: nowrap;
  width: 5em;
  letter-spacing: 0.06em;
}

.office-map dd {
  margin-bottom: 0;
  letter-spacing: 0.06em;
  padding-left: 1.6em;
}

.office-box01 {
  position: relative;
}

.office-sec-img {
  position: absolute;
  top: -76px;
  right: -93px;
  width: 422px;
  height: 422px;
  z-index: -1;
}

.office-sec-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gmap {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information-content.official-content {
  padding: 60px 40px 0;
}

h3.official-ttl {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  color: #6FBCB5;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.official-list-wrap {
  margin: 20px 0 60px;
}

.official-list {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

@media (max-width:767px) {
  .official-list {
    justify-content: flex-start;
  }

  .office-map.pt {
    padding-top: 36px;
  }
}

.official-qr {
  margin-right: 10px;
}

.official-list h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  color: #6FBCB5;
}

.official-list p {
  font-size: 1.4rem;
}

.event-ttl01 {
  font-size: 2.8rem;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  margin: 30px 0;
}

.event-list01 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;


}

.event-list01 li {
  margin-bottom: 5px;
  border: 1px solid #6FBCB5;
  width: 317px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  position: relative;
  transition: all .3;
}

.event-list01 li:hover {
  opacity: 0.8;
}

.event-list01 li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/event/pdf.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);

}

.event-list01 a {
  color: #6FBCB5;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding: 10px 0;
  transition: all .3s;
}

.event-list01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.event-area {
  padding: 50px 30px 0;
  background: #fff;
  border-top: 1px solid #6FBCB5;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.event-area h3 {
  margin-bottom: 1em;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}

/*.event-area .submit-btn {
  margin-top:auto;
}*/
.event-area .submit-btn a {
  margin: 0 auto;
}

.event-content .col-md-6 {
  margin: 48px 0 80px;
}

.submit-btn a {
  background: #EDFAF9;
  padding: 5px 20px 8px;
  color: #6FBCB5;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  margin: 50px auto 30px;
  transition: all .4s;
  border: 1px solid #f4f4f4;
  transition: all .4s;
}

.submit-btn a:hover {
  background: #6FBCB5;
  color: #fff;
  text-decoration: none;
}

.event-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  margin-bottom: 5px;
}

.event-list dl {
  display: flex;
  flex-wrap: wrap;
}

.event-list dt {
  white-space: nowrap;
  margin-right: 1.5rem;
}

.end {
  text-decoration: line-through;
}

.end-msg {
  color: #B70106;
  padding-left: 5px;
}

.submit-btn {
  text-align: center;
}

.event-msg {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width:767px) {
  .event-msg {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .event-content .col-md-6 {
    margin: 2rem 0 4rem;
  }
}

.event-contact-info h4 {
  margin: 0;
  line-height: 1.428;
  letter-spacing: 1.96px;
  color: #6FBCB5;
  font-size: 2.6rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
}

.event-contact-wrap {
  margin: 8rem 0 15rem;
}

.event-contact-wrap,
.event-contact-info {
  display: flex;
  justify-content: space-between;
}

.event-contact-info {
  background: #EDFAF9;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px 60px 20px 80px;
}

.event-contact-info a {
  color: inherit;
}

.event-contact-btn {
  background: #f4f4f4;
  flex: 0 0 300px;
}

.event-contact-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6FBCB5;
  font-size: 2.6rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  transition: all .4s;
}

.event-contact-btn a:hover {
  text-decoration: none;
  background: #6FBCB5;
  color: #fff;
}

@media screen and (min-width:768px) {

  .top-hover:hover .top-ttl-jp::before,
  .top-hover:hover .top-ttl-jp-y::before,
  .top-hover:hover .top-content-ttl::before,
  .top-hover:hover .top-next-step::before {
    transform: scale(1, 1);
  }

  .top-hover:hover .top-num,
  .top-hover:hover .top-ttl,
  .top-hover:hover .top-ttl-jp,
  .top-hover:hover .top-ttl-jp-y,
  .top-hover:hover .ns-s {
    color: #fff;
  }

  .top-hover:hover .ns-s::after,
  .top-hover:hover .ns-s::before {
    background: #fff;
  }
}

.link-a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}

.top-person-list ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-person-list li {
  padding: 0 10px;
  width: 16.66%;
  transform: scale(.8, .8);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.active.top-person-list li {
  transform: scale(1, 1)
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.mb-50 {
  margin-bottom: 200px;
}

.top-main {
  height: calc(100vh - 85px);
  position: relative;
  background: #8FCCBE;
}

.ready .top-main {
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ready .loading {
  display: none;
}

.swiper-container {
  height: 100vh;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-wrapper {
  z-index: 0;
}

.top-main-txt {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 3s ease;
}

.loaded .top-main-txt {
  opacity: 1;
  transition-delay: 5s;
}

.top-main-svg {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  text-align: right;
  position: absolute;
  bottom: 38px;
  right: 0;
  z-index: 3;
}

.top-main-alb {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 3;
}


.top-main .scroll {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.loaded .top-main .scroll {
  opacity: 1;
  transition: opacity .8s 5s ease;
}

.top-main-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.top-main-info {
  width: 100%;
  height: 100%;
}

.top-main-info::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #8FCCBE;
  /* width: 100%;
  height:100%;
  border-bottom: 144px solid #fff;
  border-left: 100vw solid transparent; */
  width: 100vw;
  height: 80px;
  z-index: 2;
}


#movie-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.background-wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 160px);
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* .background-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/ami2.png) repeat left top;
  z-index: 1;
  -webkit-animation: fade-in;
  animation: fade-in;
}

.background-wrap::after {
  content: '';
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .07);
} */

.background-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  overflow: hidden;
}

#answer-movie {
  width: 100%;
  height: 100%;
}

.background-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-wrap {
  /*background-image:url(../img/top/top-finish-pc.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

body.finish .background-wrap {
  background-image: url(../img/top/top-finish-pc2023.jpg);
}

body.finish .background-wrap video {
  opacity: 0;
  transition: opacity 2s;
}



.home .content-footer {
  padding: 280px 0;
  background: url(../img/home/top-foot-bg.jpg) no-repeat center center;
  background-size: cover;
}

.top-msg {
  padding: 120px 0 50px;
  text-align: center;
}

.top-msg p {
  margin-bottom: 3em;
  line-height: 3.31;
}

.container-toppage {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.top-link-section {
  padding: 100px 0;
}

.top-link-list {
  display: flex;
  margin: 0 -12px;
}

.top-link-list>.link-list {
  width: 33.33%;
  padding: 0 12px;
}

.link-list .num {
  font-family: 'Libre Baskerville', serif;
  color: #6FBCB5;
  font-size: 90px;
  font-style: italic;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.link-list-inner {
  padding: 50px 75px 80px;
  background: #EDFAF9;
  position: relative;
  border-radius: 2px;
  height: 100%;
}

.link-list-inner .list-en {
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  font-size: 86px;
  writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
  left: -10px;
  top: 0;
  letter-spacing: -5px;
}

.link-list-inner h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  color: #fff;
  background: #6FBCB5;
  text-align: center;
  line-height: 1;
  padding: 0 0 3px;
  margin-bottom: 40px;
}

.link-list-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list-inner ul li {
  position: relative;
  margin-top: 10px;
}

.link-list-inner .ev-list ul li {
  margin-top: 0;
}

.link-list-inner ul li a {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  color: #6FBCB5;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 8px 0 10px;
  line-height: 1.6;
}

.link-list-inner ul li.ev-list .ev-list_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  color: #6FBCB5;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 8px 0 10px;
  line-height: 1.6;
}

.link-list-inner ul li a:hover {
  text-decoration: none;
}

.link-list-inner .ev-list ul {
  display: flex;
}

.link-list-inner .ev-list ul li a {
  width: 94px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-list-inner .ev-list01 a {
  background: #B0EFE1;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 5px;
}

.link-list-inner .ev-list02 a {
  background: #36958C;
  color: #fff;
  font-size: 1.5rem;
}


.link-list-inner li a::before,
.link-list-inner ul li .ev-list_title::before {
  content: '';
  display: block;
  width: calc(100%);
  height: 0.1rem;
  background: #6FBCB5;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.link-list-inner li a::after,
.link-list-inner ul li .ev-list_title::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 0.1rem;
  transform-origin: right center;
  transform: rotate(20deg);
  position: absolute;
  right: 0px;
  bottom: 4px;
  background: #6FBCB5;
}

.link-list-inner li.ev-list a::before,
.link-list-inner li.ev-list a::after {
  content: none;
}

.link-list-inner li::before {
  content: '';
  width: calc(100% + 8px);
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: 0;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.link-list-inner .ev-list li::before,
.link-list-inner li.ev-list::before {
  content: none;
}

@media (any-hover: hover) {
  .link-list-inner li:hover::before {
    transform: scale(1, 1);
  }

  .link-list-inner .new-label {
    display: inline-block;
    margin-left: 13.5px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #0E3686;
    letter-spacing: 0.06em;
  }

  .link-list-inner li:hover a {
    color: #fff;
  }

  .link-list-inner li:hover a::before,
  .link-list-inner li:hover a::after {
    background: #fff;
  }

  .link-list-inner .ev-list li:hover a {
    background: #0E3686;
  }
}

.top2022-about-section {
  position: relative;
  padding-top: 140px;
  margin-bottom: 140px;
}

.top2022-about-section::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 200px);
  background: #EDFAF9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: skewY(6deg) translateY(-20px);
  transform-origin: top left;
}

.top2022-about-section.special::before {
  height: 100%;
}

.top2022-ttl .top2022-section-en {
  font-family: 'Libre Baskerville', serif;
  letter-spacing: -.05em;
  text-align: center;
  font-size: 144px;
  color: rgba(111, 188, 181, .15);
  opacity: .15;
}

.top2022-ttl .top2022-section-en.special {
  font-size: 130px;
}

.top2022-ttl {
  position: relative;
}

.top2022-ttl .top2022-section-ttl {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%) translateY(40px);
  font-size: 5rem;
  color: #6FBCB5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.active.ac_fade-up.top2022-section-ttl {
  transform: translateX(-50%) translateY(0);
}

.top2022-about-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.top2022-about-list .about-list {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

.top2022-about-list .about-list.half {
  width: 50%;
}

.about-list-inner {
  background: #fff;
  position: relative;
  height: 100%;
  padding: 50px 35px;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-list-inner .num {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.about-list-inner::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 76px 0 0;
  border-color: #6FBCB5 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.about-list-inner h3 {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  font-weight: 300;
  color: #6FBCB5;
  text-align: center;
}

.about-list-inner p {
  margin-bottom: 40px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.about-list-inner .center {
  text-align: center;
}

.about-list-inner figure {
  margin-bottom: 40px;
  text-align: center;
}

.about-list-full-content {
  max-width: 948px;
  margin: 0 auto;
}

.about-list-full-row {
  display: flex;
  margin: 40px -20px 50px;
}

.about-list-full-row.border-top {
  padding-top: 50px;
  border-top: 2px solid #E1EAE8;
}

.about-list-full-col {
  width: 50%;
  padding: 20px 20px 0;
}

.about-list-inner .about-list-full-col figure {
  margin-bottom: 20px;
  text-align: center;
}

.about-list-inner .about-list-full-col p {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.08em;
}

.about-list-full-col:first-child {
  border-right: 1px solid #E1EAE8;
}

.about-list-full-col:last-child {
  border-left: 1px solid #E1EAE8;
}

.about-list-inner h4 {
  margin-bottom: 40px;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: #6FBCB5;
  text-align: center;
}

.about-list-full-col4 {
  width: 340px;
  flex: 0 0 340px;
}

.about-list-full-row.border-top {
  align-items: center;
}

.about-list-full-col4 h4 {
  margin-bottom: 10px;
}

.about-list-full-col4 p {
  margin-bottom: 10px;
}

.about-list-full-col8 {
  flex: 1;
}

.about-list-inner .about-list-full-col8 figure {
  margin-bottom: 0;
}

.top2022-readmore {
  margin-top: auto;
  text-align: center;
  display: inline;
  position: relative;
}

.top2022-readmore::before {
  content: '';
  width: calc(105%);
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: 0;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover: hover) {
  .about-list-inner:hover .top2022-readmore::before {
    transform: scale(1, 1);
  }


  .about-list-inner:hover .top2022-readmore .ns-s {
    color: #fff;
  }

  .about-list-inner:hover .top2022-readmore .ns-s::before,
  .about-list-inner:hover .top2022-readmore .ns-s::after {
    background: #fff;
  }
}

.top2022-loop-section {
  max-width: 100%;
  overflow-x: hidden;
}

.top2022-loop-section .swiper-wrapper {
  transition-timing-function: linear !important;
}

.top2022-special-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 120px 60px;
  gap: 90px;
  margin-top: -124px;
}

@media screen and (max-width:767px) {
  .top2022-special-contents {
    padding: 30px 0 60px;
    margin-top: -96px;
  }

  .top-ideal .top2022-section-en.ideal-fz2 {
    font-size: 4em;
  }
}

.top2022-special-content01 {
  width: 245px;
}

.top2022-special-content01 .cap01 {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.top2022-special-content01 .link-list-inner {
  padding: 0;
}

.top2022-special-content01 .link-list-inner a {
  margin-top: 44px;
}

.top2022-special-content02 {
  width: calc(100% - 335px);
}

.top2022-special-content02 .iframe {
  aspect-ratio: 16/9;
  width: 704px;
}

@media screen and (max-width:1100px) {
  .top2022-special-contents {
    gap: 0;
    flex-direction: column;
  }

  .top2022-special-content01 {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }

  .top2022-special-content02 {
    width: 100%;
    order: 1;
  }

  .top2022-special-content02 .iframe {
    width: 100%;
    height: 100%;
  }

  .top2022-special-content01 .link-list-inner a {
    margin-top: 22px;
  }
}

.top2022-person-section {
  padding: 70px 0 0px;
  overflow: hidden;
}

.top2022-person-content {
  display: flex;
  padding-bottom: 100px;
}

.top2022-person-ttl {
  min-width: 480px;
  flex: 0 0 480px;
  position: relative;
  padding: 100px 0 0 167px;
}

.top2022-person-ttl p {
  font-size: 1.4rem;
}

.top2022-person-ttl .top2022-section-en {
  position: absolute;
  left: -160px;
  top: -82px;
  line-height: 1;
}

.top2022-person-ttl .ac_fade-up.top2022-section-ttl {
  position: relative;
  bottom: -2px;

  margin-bottom: 40px;
}

.top2022-person-slider .swiper-container {
  height: auto;
  padding: 0 0 20px;
}

.person-slider-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.slider-button-prev,
.slider-button-next {
  cursor: pointer;
}

.swiper-pagination-current {
  font-weight: 700;
}

.person-slider-nav .swiper-pagination-fraction {
  width: auto;
  padding: 0 30px;
  font-family: 'Noto Serif JP', serif;
}

.person-slider {
  position: relative;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .08);
}

.top2022-person-slider .swiper-slide {
  max-width: 620px;
  height: auto;
  backface-visibility: hidden;
}

.person-infobox {
  width: 375px;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0 10px 10px 20px;
}

.person-infobox .person-name .name-arrow {
  /* margin-left: 40px; */
}

.top2022-person-list {
  flex: 1;
  position: relative;
}

@media screen and (min-width:921px) {
  .top2022-person-slider {
    width: 65vw;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    max-width: 1000px;
  }
}

.person-slider .person-infobox::before {
  content: '';
  width: calc(100%);
  display: inline-block;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: 0;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover: hover) {
  .person-slider:hover .person-infobox::before {
    transform: scale(1, 1);
  }

  .person-slider:hover .person-infobox .person-info {
    color: #fff;
  }
}

svg#create {
  width: 100%;
}

.st0 {
  fill: none;
}

.st0.fill {
  fill-opacity: 1;
  fill: #fff;
  transition: fill-opacity 3s;
  transition-delay: 3s;
}

.loaded .st0.fill {
  fill-opacity: .2;
}

#fountainG {
  position: relative;
  width: 132px;
  height: 16px;
  margin-top: 30px;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(220, 0, 11);
  width: 16px;
  height: 16px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(.3);
  -o-transform: scale(.3);
  -ms-transform: scale(.3);
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 16px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 33px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 49px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 66px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 82px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 99px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 115px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}



@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(220, 0, 11);
  }

  100% {
    transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(220, 0, 11);
  }

  100% {
    -o-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(220, 0, 11);
  }

  100% {
    -ms-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(220, 0, 11);
  }

  100% {
    -webkit-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(220, 0, 11);
  }

  100% {
    -moz-transform: scale(.3);
    background-color: rgb(255, 255, 255);
  }
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loaded #loading {
  -webkit-animation: fadeout 3s 1s forwards;
  -moz-animation: fadeout 3s 1s forwards;
  animation: fadeout 3s 1s forwards;
}

.loaded #loading #fountainG {
  -webkit-animation: fadeout 1s .2s forwards;
  -moz-animation: fadeout 1s .2s forwards;
  animation: fadeout 1s .2s forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}

@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}

.top-section-form {
  position: relative;
  padding: 70px 0 0;
}

.top-section-form::before {
  content: '';
  display: block;
  width: 100%;
  height: 410px;
  background: #EDFAF9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top-section-form-ttl {
  margin-bottom: 20px;
  font-size: 5rem;
  font-family: 'Noto Serif JP', serif;
  color: #6FBCB5;
}

.must {
  display: inline-block;
  background: #B70106;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  padding: 2px 3px 3px;
  position: relative;
  top: -3px;
  margin-right: 2px;
  font-weight: 500;
  white-space: nowrap;
}

.must.must-no {
  background: #9CB5B3;
}

.form-content {
  margin: 50px 0 100px;
  padding: 60px 50px 0;
  background: #fff;
  border-top: 1px solid #6FBCB5;
}

.form-table {
  width: 100%;
  margin-bottom: 40px;
}

.form-table th {
  color: #9CB5B3;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  padding: 20px 30px 20px 0;
  flex-wrap: wrap;
}

.form-table.evant-table th {
  width: 330px;
}

.form-table td {
  padding: 20px 0 20px 0;
}

.form-table tr {
  border-bottom: 1px dotted #9CB5B3;
}

.form-table .must {
  top: 5px;
  margin-right: 10px;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table textarea {
  border: 1px solid #D5D5D5;
  padding: 5px;
  font-size: 16px;
}

.form-table textarea {
  width: 100% !important;
  height: 180px;
}

.fm-m {
  width: 296px;
}

.pp-wrap {
  margin-bottom: 20px;
  height: 154px;
  overflow-y: auto;
  padding: 10px 20px;
  font-size: 1.3rem;
  border: 1px solid #D5D5D5;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  transform: translateY(-50%);
}

.checkbox-input:checked+.checkbox-parts {
  color: #6FBCB5;
  font-weight: 500;
}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 12px;
  height: 24px;
  transform: rotate(40deg);
  border-bottom: 3px solid #6FBCB5;
  border-right: 3px solid #6FBCB5;
}

.radio-input {
  display: none;
}

.radio-input+label {
  padding-left: 30px;
  position: relative;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #6FBCB5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.form-table-after {
  text-align: center;
}

.form-table-after a {
  color: #6FBCB5;
  text-decoration: underline;
}

.submit-btn input[type="submit"] {
  background: #F4F4F4 !important;
  border: 0;
  color: #6FBCB5 !important;
  font-size: 2.6rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  width: 230px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 30px;
  transition: all .4s;
  border: 1px solid #f4f4f4;
}

.submit-btn input[type="submit"]:hover {
  background: #6FBCB5 !important;
  color: #fff !important;
}

.reset-btn input {
  background: #9CB5B3 !important;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  width: 96px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  border: 0;
}

.reset-btn input:hover {
  opacity: .7;
}

.mensetsu-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.select-list {
  display: flex;
  align-items: center;
}

.event-name {
  display: flex;
  align-items: center;
}

.event-name .eventname {
  width: 240px;
}

.event-name .cp_ipselect {
  margin: 0;
}

.mensetsu-list-date input {
  width: 294px;
}

.cp_ipselect {
  overflow: hidden;
  height: 44px;
  margin: 0 0 0 10px;
  text-align: center;
}

.select-list .cp_ipselect {
  margin: 0;
}

.cp_ipselect select {
  width: 120px;

  font-size: 16px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect select.selectDate {
  width: 220px;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 6px;
  height: 6px;
  padding: 0;
  content: '';
  border-right: 1px solid #9CB5B3;
  border-bottom: 1px solid #9CB5B3;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}

.cp_ipselect.cp_sl01 select {
  padding: 0 35px 0 10px;
  display: flex;
  align-items: center;
  height: 44px;
  min-width: 350px;
}

.mensetsu-list-time.cp_ipselect.cp_sl01 select.selectTime {
  min-width: 240px;
}

.cp_ipselect.cp_sl02 {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl02::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 6px;
  height: 6px;
  padding: 0;
  content: '';
  border-right: 1px solid #9CB5B3;
  border-bottom: 1px solid #9CB5B3;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}

.cp_ipselect.cp_sl02 select {
  padding: 0 35px 0 10px;
  display: flex;
  align-items: center;
  height: 44px;
  width: 180px;
}
@media  screen and (max-width: 767px) {
  .fm-m {
    width: 100%;
  }
  .cp_ipselect.cp_sl01 {
    display: block;
    width: 100%;
  }
  .cp_ipselect.cp_sl01 select {
    width: 100%;
    min-width: 0;
  }

  .cp_ipselect.cp_sl02 select {
    width: 100%;
    min-width: 0;
  }

  .mensetsu-list-date input {
    width: 100%;
    
  }
  .pp-wrap {
    width: 100%;
    padding: 10px 0 10px 20px;
  }
}
/* .event-name .cp_ipselect.cp_sl01::before {
  display: none;
}
.event-name .eventname {
  pointer-events: none;
  color:#000;
} */
.ac_fade-up {
  transform: translateY(40px);
  transition-duration: .6s;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
  opacity: 0;
}

.active.ac_fade-up {
  transform: translateY(0);
  opacity: 1;
}

.ac_opacity {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.active.ac_opacity {
  opacity: 1;
}

.ac_delay03 {
  transition-delay: .3s;
}

.top-section-ttl .ac_opacity {
  transition-delay: .6s;
}

.c-thanks {
  padding: 50px 0 100px;
}

a.disabled {
  pointer-events: none;
  background: #f4f4f4;
}

a.disabled .ns-j {
  color: #ccc;
}

a.disabled .ns-s::before {
  background: #ccc;
}

a.disabled .ns-s::after {
  background: #ccc;
}

.submit-btn a.disabled {
  color: #aaa;
}

.entry-msg {
  font-size: 1.5rem;
  color: #c00;
  margin-top: 1em;
  line-height: 1.6;
}

@media screen and (max-width:993px) {
  .person-top {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  .person-label {
    padding-top: 80px;
    position: static;
    bottom: 0px;
    right: 0;
    width: 100%;
  }

  .person-top .top-section-ttl {
    display: none;
  }

  .person-top .person-label .top-section-ttl {
    transform: translateY(-8vw);
    display: block;
    position: static;
    margin: 0;
    /* transform: translateY(10px); */
    line-height: 0;
  }

  .person-top-msg {
    top: 40%;
  }

  .person-section01-content {
    margin-top: 60px;
    width: 80%;
  }

  .person-section01 figure {
    width: 100%;
    position: relative;
    margin-top: 20px;
    bottom: 0;
    right: 0;
    padding-left: 30%;
  }

  .person-section02 .section02-voice {
    width: 80%;
  }

  .person-section02 {
    margin-bottom: 40px;
  }

  .person-section03-content {
    padding-left: 10%;
    padding-top: 50px;
  }

  .person-section03 figure {
    margin-top: 0px;
    position: relative;
    width: 60%;
  }

  .person-section03::after {
    bottom: 20%;
    z-index: -1;
  }

  .person-section04 figure {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-left: 30%;
  }

  .person-section04-content {
    margin-top: 40px;
    width: 80%;
  }

  .col-ttl2 {
    margin-right: 0px;
    padding: 0 15px;
  }

  .col-ttl22 {
    margin-top: 0px;
    padding: 0 15px;
  }

  .ns-j {
    font-size: 4rem;
  }

  .top-section-ttl.en-s .en {
    font-size: 11vw;
  }

  .top-section-ttl {
    margin-bottom: -9rem;
    transform: translateY(-9rem);
  }

  .kakono {
    flex-direction: column;
  }

  .kakono dd ul {
    margin: 10px 0 0;
    padding: 0;
  }

  .ns-s {
    margin-bottom: 0;
    margin-left: 20px;
    transform: translateX(0px);
  }

  .next-step a {
    justify-content: center;
  }

  .top-main-msg-c a {
    font-size: 6vw;
  }

  .top-next-step {
    justify-content: center;
  }

  .top-person-list li {
    padding: 0 5px 10px;
    width: calc(100% / 3);
  }

  .top-ttl-jp.top-ttl-jp-y {
    transform: translateY(-30px);
  }

  .btm-name {
    font-size: 3.9vw;
  }
}

@media screen and (max-width:920px) {
  .top-main-msg {
    padding: 4vw 0 6vw;
    font-size: min(3.74vw, 16px);
  }

  .top-main-msg p {
    margin-bottom: 0;
  }

  .top-main-msg-wrap::after {
    border-bottom: 54px solid #fff;
  }

  .top-link-section {
    padding: 100px 0 0px;
  }

  .top-link-list {
    flex-direction: column;
  }

  .top-link-list>.link-list {
    width: 100%;
    margin-bottom: 60px;
  }

  .link-list .num {
    font-size: 60px;
    top: -30px;
    width: 100%;
    text-align: center;
  }

  .top2022-person-content {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .link-list-inner {
    padding: 50px 20px 45px 50px;
  }

  .link-list-inner .list-en {
    font-size: 50px;
  }

  .top2022-person-ttl .top2022-section-en {
    left: 50%;
    top: -26px;
    transform: translateX(-50%);
  }

  .top2022-ttl .top2022-section-en {
    font-size: 8rem;
  }

  .top2022-person-ttl {
    min-width: 100%;
    flex: 0 0 100%;
    position: relative;
    padding: 0 30px 40px 30px;
  }

  .top2022-person-ttl .ac_fade-up.top2022-section-ttl {
    text-align: center;
    margin-bottom: 20px;
    left: none;
  }

  .person-slider {
    max-width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }

  .person-slider-nav {
    margin-top: 30px;
    justify-content: center;
  }

  .top2022-about-section .top2022-ttl .top2022-section-en {
    font-size: 5.4rem;
    transform: translateY(-5px);
  }

  .top2022-ttl .top2022-section-ttl {
    width: 100%;
    bottom: 0;
    text-align: center;
  }

  .top2022-about-section {
    position: relative;
    padding-top: 80px;
    margin-bottom: 60px;
  }

  .top2022-about-section .top2022-ttl {
    margin-bottom: 30px;
  }

  .top2022-about-list .about-list.half {
    width: 100%;
  }

  .about-list-inner::before {
    border-width: 56px 56px 0 0;
  }

  .about-list-inner {
    padding: 50px 20px 30px;
  }

  .about-list-full-row {
    margin-top: 10px;
    flex-direction: column;
  }

  .about-list-full-col {
    width: 100%;
  }

  .about-list-inner h4 {
    margin-bottom: 30px;
  }

  .about-list-full-col:first-child {
    border-right: 0;
  }

  .about-list-full-col:last-child {
    border-top: 1px solid #E1EAE8;
    border-left: 0;
  }

  .about-list-full-col:last-child {
    padding-top: 40px;
  }

  .about-list-full-content {
    width: 100%;
  }

  .about-list-full-row.border-top {
    align-items: center;
    padding: 50px 20px 0px;
  }

  .about-list-inner p {
    text-align: left;
  }

  .about-list-full-col4 {
    width: 100%;
    flex: 0 0 100%;
  }

  .about-list-inner .about-list-full-col8 figure {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  #answer-movie {
    width: 140%;
    height: 140%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-inner {
    padding: 10px 10px;
    height: 52px;
    align-items: center;
  }

  main {
    padding-top: 57px;
  }

  .header-side {
    height: auto;
    width: 100%;
    justify-content: center;
    padding-right: 30px;
    padding-left: 20px;
    margin-right: 0;
  }

  .site-ttl {
    margin: 0;
    width: auto;
    flex: 54%;
  }

  .header-btn {
    margin: 0 2px;
    width: 46%;
  }

  .header-side-sns {
    display: none;
  }

  .header-btn a,
  .header-btn .hb-trigger {
    width: 100%;
    font-size: 1.25rem;
  }

  div.spnav-btn {
    top: -6px;
    right: 0px;
  }

  .spnav-menu {
    bottom: -5px;
    font-size: 10px;
    margin-left: 4px;
  }

  .footer-nav ul {
    justify-content: flex-start;
  }

  .footer-nav li {
    margin-left: 0;
    width: 33.333%;
  }

  .footer-nav li.fn-sub {
    width: 33.333%;
  }

  .footer-nav li.fn-sub a {
    text-align: left;
    padding-bottom: 0;
  }

  .footer-nav li.fn-sub>a {
    padding-bottom: 0;
  }

  .footer-nav a {
    padding: 10px 10px;
    display: block;
  }

  .content-btm {
    flex-direction: column;
  }

  .content-btm-btn a {
    padding: 30px 5px 30px;
  }

  .content-btm-btn {
    height: 150px;
    width: 100%;
  }

  .btm-name {
    font-size: 2.8rem;

  }

  /* .btm-btn01 .btm-name {
    position: relative;
    top: 15%;
  } */

  .top-section-ttl .ja {
    font-size: 3rem;
  }

  .top-section-ttl .en {
    font-size: 16vw;
  }

  .top-section-ttl {
    margin-bottom: -8rem;
    transform: translateY(-8rem);
  }

  .top-section-ttl.en-s .en {
    font-size: 5rem;
  }

  .top-section-ttl.en-s {
    margin-bottom: -5rem;
    transform: translateY(-5rem);
  }

  .w-col-md-6 {
    width: 100%;
  }

  .work-list {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .work-list-num {
    top: -30px;
    font-size: 8rem;
    left: -10px;
  }

  .next-step a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ns-j {
    font-size: 3rem;
  }

  .ns-s {
    margin-top: 10px;
    margin-left: 20px;
    transform: translateX(0px);
  }

  .information-content {
    padding: 20px 0px 0;
  }

  .information-content dl {
    flex-wrap: wrap;
  }

  .information-content dt {
    padding: 10px 10px 5px;
    flex: 0 0 100%;
  }

  .information-content dd {
    padding: 5px 10px 10px;
  }

  .next-step.w-540 .ns-s {
    width: 2em;
    position: relative;
    top: 5px;
    margin-left: 30px;
  }

  .person-list {
    margin: 0 auto 50px;
    max-width: 540px;
    width: 80%;
  }

  .person-top-msg {
    font-size: min(8vw, 5rem);
    top: 50%;
    text-align: right;
  }

  .person-top .top-section-ttl .en {
    font-size: 8rem;
  }

  .person-label {
    padding-top: 40px;
  }


  .person-label {
    padding: 40px 20px 10px;
  }

  .person-top {
    margin-bottom: 40px;
  }

  .person-section02 .section02-voice::before {
    height: 72px;
  }

  .person-section02 figure {
    transform: translateY(-16px);
  }

  .person-section01 figure {
    padding-left: 10%;
  }

  .person-section01-content {
    width: 90%;
  }

  .person-section02 .section02-voice {
    width: 90%;
    padding: 0 10px 10px;
  }

  .person-section04-content {
    width: 90%;
  }

  .person-section03 figure {
    width: 90%;
  }

  .person-section04 figure {
    padding-left: 10%;
  }

  .person-last {
    padding: 30px 15px;
  }

  .person-last h3 {
    font-size: 3.1rem;
  }

  .person-section05 {
    padding-top: 70px;
  }

  .pagenav li {
    padding: 0 10px;
  }

  .pagenav.office .c-pagenav-office {
    flex-wrap: wrap;
    gap: 15px;
  }

  .pagenav .c-pagenav-office__li {
    aspect-ratio: 165 / 81;
    width: 165px;
    border: 1px solid #6FBCB5;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'Libre Baskerville', serif;
    color: #6FBCB5;
    line-height: 1.6;
    text-align: center;
  }

  .pagenav .c-pagenav-office__li .pagenav-name {
    font-size: 16px;
  }

  .pagenav .c-pagenav-office__li::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #EDFAF9;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .pagenav .c-pagenav-office__li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 32px;
    background: url(../img/office/pagenav-arrow.svg) no-repeat center;
    z-index: 1;
  }

  .pagenav .c-pagenav-office__li a {
    padding: 0;
  }

  .en-ttl {
    text-align: left;
  }

  .en-ttl span {
    line-height: 1.2;
    padding: 3px 10px 5px;
  }

  .ft {
    padding: 0 40px;
    margin-bottom: 30px;
  }

  .ft p {
    margin-top: 10px;
    font-size: 2rem;
  }

  .figlist li {
    width: 33.333%;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  /*.en-p.text-center {
    text-align: left !important;
  }*/

  .col5>dl {
    width: 50%;
  }

  .kenshu-row.col5>dl {
    width: 50%;
  }

  .col4>dl {
    width: 50%;
  }

  .col3>dl {
    width: 100%;
  }

  .col2>dl {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 8px;
  }

  .kenshu-content-info {
    text-align: left;
  }

  .iin {
    margin-bottom: 10px;
  }

  .top-main-msg-c a {
    font-size: 8vw;
    line-height: 1.3;
  }

  .top-content-ttl {
    top: 0;
    left: 0;
  }

  .top-ttl-jp {
    right: 0;
    top: -120px;
    font-size: 5rem;
    white-space: nowrap;
  }

  .top-s-c {
    width: 100%;
  }

  .top-next-step {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .top-next-step .ns-s {
    transform: translateX(-30px);
  }

  .top-next-step .ns-j {
    font-size: 8vw;
    width: 100%;
  }

  .top-content03 .top-ttl {
    top: 0;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .top-section-form {
    padding: 50px 0 0;
  }

  .form-content {
    padding: 20px 20px 0;
  }

  .form-table th {
    font-size: 2rem;
    padding: 20px 0 20px;
  }

  .form-table td {
    padding: 0px 0 20px 0;
  }

  .checkbox-parts {
    display: block;
    line-height: 1.4;
  }

  .form-table .must {
    top: -2px;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }

  .form-table.evant-table th {
    width: 100%;
  }

  .mensetsu-list {
    flex-wrap: wrap;
  }

  .mensetsu-list-date {
    margin-bottom: 10px;
  }

  .cp_ipselect {
    margin: 0 0 20px;
  }

  .mensetsu-list-ttl {
    display: block;
  }

  .top-main-svg {
    right: 0;
    padding: 0;
    bottom: 26px;
    max-width: 90%;
  }

  .en-section.bg-envi-1st::before {
    height: 440px;
  }

  .pagenav-name {
    text-align: center;
    line-height: 1.4;
  }

  .pagenav-name {
    font-size: 1.8rem;
  }

  .form-table .small {
    display: block;
  }

  .top-main {
    width: 100vw;
    /* height: calc(100vh - 200px); */
    height: calc(var(--height) * 100 - 52px);
  }

  .top-main-info {
    /* height:calc(100vh - 200px); */
    height: calc(var(--height) * 100 - 52px);
  }

  .background-wrap {
    height: calc(100% - 52px - 32vw);
    /*background-image:url(../img/top/top-finish-sp.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 52px;
    bottom: 32vw;
  }

  body.finish .background-wrap {
    background-image: url(../img/top/top-finish-sp2023.jpg);
  }

  .top-main-info::before {
    height: 32vw;
  }

  .top-main-alb {
    bottom: 30px;
  }

  .col-ttl22.office-col {
    padding: 0;
    margin-top: 1rem;
  }

  .top-section .fig-japan {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    z-index: -1;
  }

  .office-content .en-ttl {
    text-align: center;
  }

  .office-miryoku {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
  }

  .office-miryoku h3 {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  /* .office-fig-wrap .col-md-6:first-child figcaption {
    margin-bottom: 3rem;
  } */

  .office-map {
    padding: 0;
  }

  .p_office .container-inner.map {
    padding: 30px 0;
  }

  .office-map dl {
    padding: 0 32px;
  }
.office-map dl:nth-child(even) {
   margin-top: 12px;
  }
  .office-map dd {
    padding-left: 1.6rem;
  }

  .gmap {
    padding-bottom: 80%;
  }

  .event-area {
    padding: 40px 10px 0;
    margin-bottom: 2rem;
  }

  .event-contact-wrap {
    flex-direction: column;
  }

  .event-contact-info {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .event-contact-info h4 {
    margin-bottom: 1.5rem;
  }

  .event-contact-info h4 br {
    display: none;
  }

  .event-contact-btn {
    flex: 1;
  }

  .event-contact-btn a {
    padding: 30px;
  }

  .top-section-form-ttl {
    font-size: 4.4rem;
  }

  .official-list-wrap {
    margin: 20px 0 20px;
  }
}

@media screen and (max-width:320px) {
  .header-side {
    padding-left: 0;
  }

  .header-btn a {
    font-size: 1.1rem;
  }
}


/* 202107 update */
.event-head h3 {
  font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
  letter-spacing: -.05em;
  color: #6FBCB5;
  font-size: 4.8rem;
}

.event-head p {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.event-head {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-head>div {
  padding: 0 15px;
}

.event-area h3 span {
  font-size: 20px;
  display: inline-block;
}

.event-list-ac dt {
  background: #9cb5b3;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 1.8rem;
  padding: 12px 40px 12px 20px;
  cursor: pointer;
  position: relative;
}

.event-list-ac dt::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  ;
}

.event-list-ac dt::before {
  content: '';
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  ;
}

.event-list-ac dt.ac_open::before {
  transform: translateY(-50%) rotate(270deg);
}

.event-list-ac dt.ac_open::after {
  transform: translateY(-50%) rotate(180deg);
}

.event-list-ac dd {
  display: none;
  padding: 15px 10px 20px 20px;
  background: #f5f5f5;
}

.event-list-ac dd ul {
  list-style: none;
  padding: 0;
}

.event-list-ac dd ul li {
  margin-bottom: 5px;
}

.submit-btn.event-submit a {
  margin-top: 20px;
}

.info-top-btn {
  margin-bottom: 4rem;
}

.btn-info-entry {
  margin: 3rem auto 0;
  width: 100%;
  max-width: 574px;
  height: 98px;
  background: #6FBCB5;
  position: relative;
}

.btn-info-entry a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.btn-info-entry::before {
  content: '';
  display: block;
  background: #0E3686;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover:hover) {
  .btn-info-entry:hover::before {
    transform: scale(1, 1);
  }
}

.btn-info-entry a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-image: url(../img/information/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 3rem;
}

.btn-info-entry.disabled {
  background: #ccc;
}

.btn-info-entry.disabled::before {
  display: none;
}

.btn-info-entry.disabled a {
  pointer-events: none;
}

.info-box01 {
  max-width: 1080px;
  margin: 0 auto 150px;
  padding: 88px 65px 88px 70px;
  background-color: #F2F7F6;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.info-box01-cont01 {
  width: calc(100% - 303px);
}

.info-box01-cont01 h4 {
  font-size: 22px;
  color: #6FBCB5;
}

.info-box01-cont01 p {
  margin-top: 25px;
}

.info-box01-cont01 .event-list01 {
  margin-top: 40px;
}

.info-box01-cont02 {
  width: 263px;
}

.info-box01-cont02 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:767px) {
  .event-head h3 {
    font-size: 3.2rem;
  }

  .event-head h3 span {
    display: inline-block;
  }

  .event-head>div {
    padding: 0 5px;
  }

  .event-head p {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .global a {
    padding: 15px 50px;
  }

  .global .gn-sub {
    padding: 15px 50px;
  }

  .btn-info-entry {
    height: 58px;
  }

  .btn-info-entry a::after {
    width: 30px;
    height: 10px;
    right: 2rem;
  }

  .environment-content .en-ttl {
    text-align: center;
  }
}

@media screen and (max-width:330px) {
  .top-num {
    font-size: 8rem;
  }

  .top-ttl {
    top: 0;
  }

  .top-content03 .top-ttl {
    top: 0;
    font-size: 3.3rem;
  }

  .btm-name {
    font-size: 2.2rem;
  }
}

.forPc {
  display: inline-block;
}

.forSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .forPc {
    display: none;
  }

  .forSp {
    display: inline-block;
  }
}

/* 202405_改修 */
.top-ideal {
  padding-bottom: 140px;
}

.top-ideal .top2022-section-en.ideal-fz2 {
  font-size: 120px;
  line-height: 1;
}

.top-ideal .top2022-section-ttl {
  bottom: -28px;
}

.top-ideal-cont {
  display: flex;
  margin-top: 70px;
}

.top-ideal-left,
.top-ideal-right {
  width: 50%;
}

.ideal-list {
  list-style: none;
}

.ideal-list-item:not(:first-child) {
  margin-top: 35px;
}

.ideal-list-item .ttl {
  font-family: 'Noto Serif JP', serif;
  color: #6FBCB5;
  font-size: 32px;
  font-weight: 300;
}

.ideal-list-item .txt {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .ideal-list {
    padding-left: 0;
  }

  .top-ideal-cont {
    display: block;
  }

  .top-ideal-left,
  .top-ideal-right {
    width: 100%;
  }

  .top-ideal-left {
    max-width: 370px;
    margin: 0 auto;
  }

  .top-ideal-right {
    margin-top: 20px;
  }

  .top-ideal .top2022-section-en.ideal-fz2 {
    font-size: 4em;
    line-height: 1;
  }
}

/* 2025.05.22改修 */

.c-comment-box01 {
  border: 10px solid #6FBCB5;
  background: #F4F4F4;
  position: relative;
  padding: 20px 30px;
}

.c-comment-box01::before {
  content: '';
  position: absolute;
  top: -43px;
  left: 64;
  clip-path: polygon(80% 0, 0% 100%, 75% 100%);
  background-color: #6FBCB5;
  width: 40px;
  height: 40px;
}

.c-btn01 {
  display: inline-block;
  position: relative;
   width: auto;
  flex: 0 0 auto; /* growしない、shrinkしない、サイズ自分で決める */

}

.c-btn01 .ns-s {
  margin: 0 0 20px;
}

.c-btn01::before {
  content: '';

  display: inline;
  background: #0E3686;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: 0;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);

}

@media (any-hover: hover) {
  .c-btn01:hover::before {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 767px) {
  .info-box01 {
    width: 100%;
    margin: 0 auto 150px;
    padding: 20px;
    background-color: #F2F7F6;
    display: block;
    gap: 40px;
    justify-content: space-between;
  }

  .info-box01-cont01 {
    width: 100%;
  }

  .info-box01-cont01 h4 {
    font-size: 22px;
    color: #6FBCB5;
  }

  .info-box01-cont01 p {
    margin-top: 25px;
  }

  .info-box01-cont01 .event-list01 {
    justify-content: center;
  }

  .info-box01-cont02 {
    margin: 30px auto 0;
    width: 80%;
  }

  .info-box01-cont02 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* ヘッダーの面接エントリーを消すためのcss */
/* .header-btn.btn-entry {
  display: none;
}

.header-btn.btn-contact {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .header-btn.btn-contact {
    margin-right: 20px;
  }

  .header-side {
    justify-content: flex-end;
  }
} */

/* ここまで */




/* 2025 */

/* top */
.about-list__box01 {
  margin-left: 20px;
}
.p_top-swiper__img {
 aspect-ratio: 396.667 / 346.95;
}
.p_top-swiper__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* about */
.p_about .row.jc-center {
  justify-content: center;
}

.p_about .p_about__cap01 {
  letter-spacing: 0.06em;
  line-height: 2;
}

.about-num02 {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about-list__box01 {
    margin-left: 0px;
  }

  .link-list-inner .new-label {
    display: inline-block;
    margin-left: 13.5px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #0E3686;
    letter-spacing: 0.06em;
  }

  .p_about .mt5-14 {
    width: auto;
  }

  .p_about .know h4 {
    font-size: 4rem;
    letter-spacing: 0em;
  }
}

.p_about {}

.p_about {}

.p_about {}

/* person */
.p_person .top-section figure 
{

}

.p_person .top-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_person .p_person__ttl01 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* environment */
.p_en-fuku__cap01 {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;

}

.fuku .p_en-fuku__img01 {
  margin-top: 20px;
}

.fuku .p_en-fuku__ttl01 {
  margin-bottom: 48px;
}
.fuku .p_en-fuku__wrap {}
.p_fuku-cont__box01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fuku .p_en-fuku__txt01 {
  min-height: 192px;
}
/* office */
.p_office {
  margin-bottom: 50px;
}
.p_office .p_office__mv img{
  object-position: right;
}
.p_office .p_office-cap {
  letter-spacing: 0.06em;
}

.p_office .container-inner {
  max-width: 980px;
}

.p_office .container-inner.map {
  max-width: 920px;
}

.p_office .sp {
  display: none;
}

.p_office .en-num {
  font-family: 'Libre Baskerville', serif;
  color: #EDFAF9;
  text-align-last: left;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-left: -64px;
}

.p_office .en-section::before {
  top: 101px;
}

.p_office .en-ttl {
  text-align: left;
  margin-top: -64px;
}

.p_office .en-ttl span {
  background: transparent;
  color: #6FBCB5;

}

.p_office .en-ttl .txt01 {
  font-size: 50px;
}

.p_office .en-ttl .txt02 {
  font-size: 35px;
}

.p_office .p_office-rank__cont {
  display: flex;
  background-color: #fff;
  border: 4px solid #6FBCB5;
}

.p_office .p_office-rank-box {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 24px;
  margin: 50px 0;

  &:not(:last-child) {
    border-right: 1px solid #E1EAE8;
  }
}

.p_office .p_office-rank-box__rank {
  width: 108px;
  height: 71px;
  margin: 30px auto 0;
}

.p_office .p_office-rank__ttl {
  width: 630px;
  position: relative;
  margin: 0 auto;
  top: 46px;
}

.p_office .p_office-rank__ttl.sp {
  display: none;
}

.p_office .p_office-rank-box__ttl {
  font-size: 22px;
  line-height: 1.4;
  color: #6FBCB5;
  margin-top: 14px;
  font-family: 'Noto Serif JP', serif;
}

.p_office .p_office-rank-box__txt {
  margin: 23px auto 0;
  font-size: 18px;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.06em;
  padding: 0 8px;
}

.p_office .p_office-rank-box__txt.fz17 {
  font-size: 17px;
}

.p_office .p_office-question {
  margin-top: 90px;
  padding-top: 60px;
  background-color: #EDFAF9;
  position: relative;
}

.p_office .p_office-question__ttl01 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.9;
}

.p_office .p_office-question__box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;

}

.p_office .p_office-question__dec01 {
  width: 275px;
  height: 102px;

}

.p_office .p_office-question__dec01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_office .p_office-question-card {
  padding: 20px;
  background-color: #fff;
  height: 100%;
}

.p_office .p_office-question-card__box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.p_office .p_office-question-card__ico {
  width: 141px;
}

.p_office .p_office-question-card__ico img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p_office .p_office-question-card__txt-area {
  width: calc(100% - 161px);

}

.p_office .p_office-question-card__ttl01 {
  color: #6FBCB5;
  border-bottom: 2px dashed #E1EAE8;
}

.p_office .p_office-question-card__ttl01 .txt {
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
}

.p_office .p_office-question-card__ttl01 .num {
  font-size: 55px;
  font-family: 'Libre Baskerville', serif;
}

.p_office .p_office-question-card__txt01 {}

.p_office .p_office-question-card__txt02 {
  padding: 24px 20px;
  margin-top: 18px;
  border: 3px solid #6FBCB5;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 119px;
  justify-content: center;
  font-size: 16px;
}

.p_office .p_office-question-card__txt02::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-color: #6FBCB5;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}



.p_office .p_office-question-list01 {
  margin: 30px 0 0 0;
  padding: 0 0 100px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.p_office .p_office-question-list01__li {}

/* .p_office .p_office-gallery {
  background-color: #fff;
  background-image:
    repeating-linear-gradient(90deg,
      #6FBCB5,
      #6FBCB5 1px,
      transparent 1px,
      transparent 32px),
    repeating-linear-gradient(#6FBCB5,
      #6FBCB5 1px,
      transparent 1px,
      transparent 32px);

} */
.p_office .p_office-gallery {
  background-color: #fff;
  background-image:
    linear-gradient(90deg, #6FBCB5 1px, transparent 1px),
    linear-gradient(#6FBCB5 1px, transparent 1px);
  background-size: 30px 30px;
}

.p_office .p_office-gallerfy__img {
  width: 100%;
  padding-bottom: 77px;
  margin-top: -44px;
}

.p_office .p_office-gallerfy__img.sp {
  display: none;
}

.p_office .p_office-gallerfy__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p_office .p_office-gallerfy__dec {
  width: 350px;
  position: relative;
  top: -14px;
}

.p_office .p_office-gallerfy__dec img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



.p_office {}

.p_office {}

@media screen and (max-width:860px) {

  .p_en-fuku__cap01 {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;

  }

  .fuku .p_en-fuku__ttl01 {
    margin-bottom: 0px;
  }

  .p_office .pc {
    display: none;
  }

  .office-sec-img {
    position: absolute;
    top: -32px;
    right: -11px;
    width: 184px;
    height: 184px;
    z-index: -1;
  }


  .p_office .en-num {
    font-family: 'Libre Baskerville', serif;
    color: #EDFAF9;
    text-align-last: left;
    font-weight: 600;
    letter-spacing: -0.04em;
    position: relative;
    top: 20px;
    margin-bottom: -25px;
    margin-left: 0px;
  }

  .p_office .p_office-cap .pc {
    display: none;
  }

  .p_office .en-section::before {
    top: 101px;
  }

  .p_office .en-ttl {
    text-align: left;
    margin-top: -26px;
  }

  .p_office .en-ttl span {
    background: transparent;
    color: #6FBCB5;
    margin-bottom: 10px;
    z-index: 10;

  }

  .p_office .en-ttl .txt01 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .p_office .en-ttl .txt02 {
    font-size: 24px;
    display: block;
    margin-top: -4px;
  }

  .p_office .p_office-rank__cont {
    flex-direction: column;
    padding: 20px;
  }

  .p_office .p_office-rank-box {
    width: 100%;
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;

    &:not(:last-child) {
      border-right: none;
      border-bottom: 1px solid #E1EAE8;
    }
  }

  .p_office .p_office-rank-box.top1 {
    margin-top: 34px;
  }

  .p_office .p_office-rank-box__rank {
    width: 145px;
    height: 96px;
  }

  .p_office .p_office-rank__ttl {
    width: 68vw;
    top: 30px;
  }

  .p_office .p_office-rank__ttl.pc {
    display: none;
  }

  .p_office .p_office-rank__ttl.sp {
    display: block;
  }

  .p_office .p_office-rank-box__ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 14px;

  }

  .p_office .p_office-rank-box__txt {
    margin: 23px auto 0;
    font-size: 15px;

    width: 100%;
  }

  .p_office .p_office-rank-box__txt.fz17 {
    font-size: 15px;
  }

  .p_office .p_office-question {
    margin-top: 60px;
    padding-top: 27px;
    background-color: #EDFAF9;
    position: relative;
  }

  .p_office .p_office-question__ttl01 {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    width: 345px;
    text-align: center;
  }

  .p_office .p_office-question__box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;

  }

  .p_office .p_office-question__dec01 {
    width: 275px;
    height: 102px;

  }

  .p_office .p_office-question__dec01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p_office .p_office-question-card {
    padding: 20px;
    background-color: #fff;
  }

  .p_office .p_office-question-card__box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
  }

  .p_office .p_office-question-card__ico {
    width: 141px;
    order: 2;
    margin: 0 auto;
  }

  .p_office .p_office-question-card__ico img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .p_office .p_office-question-card__txt-area {
    width: 100%;
    padding: 0 20px;
    order: 1;
    text-align: center;
  }

  .p_office .p_office-question-card__ttl01 {
    color: #6FBCB5;
    border-bottom: 2px dashed #E1EAE8;
    padding-bottom: 12px;

  }

  .p_office .p_office-question-card__ttl01 .txt {
    font-size: 20px;
  }

  .p_office .p_office-question-card__ttl01 .num {
    font-size: 50px;
  }

  .p_office .p_office-question-card__txt01 {
    font-size: 13px;
    padding-top: 12px;
  }

  .p_office .p_office-question-card__txt02 {
    margin-top: 15px;
    padding: 10px 20px;
    border: 3px solid #6FBCB5;
    background: #fff;
    position: relative;
    height: auto;
    font-size: 14px;
  }

  .p_office .p_office-question-card__txt02::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 60%;
    width: 16px;
    height: 16px;
    background-color: #6FBCB5;
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  }



  .p_office .p_office-question-list01 {
    margin: 30px 0 0 0;
    padding: 0 0 100px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p_office .p_office-question-list01__li {}

  .p_office .p_office-gallerfy {
    background-color: #fff;
    background-image:
      repeating-linear-gradient(90deg,
        #6FBCB5,
        #6FBCB5 1px,
        transparent 1px,
        transparent 32px),
      repeating-linear-gradient(#6FBCB5,
        #6FBCB5 1px,
        transparent 1px,
        transparent 32px);

  }

  .p_office .p_office-gallerfy__img {
    width: 100%;
    padding-bottom: 77px;
    margin: -22px 0 0 8px;
  }

  .p_office .p_office-gallerfy__img.sp {
    display: none;
    max-width: 375px;
    margin: 0 auto;
  }

  .p_office .p_office-gallerfy__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .p_office .p_office-gallerfy__dec {
    width: clamp(320px, 64vw, 375px);
    position: relative;
    top: -19px;
    left: 10px;
  }

  .p_office .p_office-gallerfy__dec img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }



  .p_office .p_office-gallerfy__img.pc {
    display: none;
  }

  .p_office .p_office-gallerfy__img.sp {
    display: block;
  }

  .c-pagenav-office {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_office .office-map dt {
  width: 64px;
}

.p_office .office-map .w64 {
  width: 64px;
}

.form-table.evant-table th .small-txt {
  font-size: 14px;
  padding-left: 36px;
  margin-top: 10px;
  display: block;
}

.event-examinee .container-inner {
  max-width: 980px;
}

.event-examinee .event-list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.event-examinee .event-list01 li {
  width: auto;
}

@media screen and (max-width: 767px) {
  .event-examinee .event-list01 {
    grid-template-columns: 1fr;
  }

  .event-examinee .event-list01 li {
    width: 100%;
  }

}

@media screen and (767px <=width <=1123px) {
  .p_office .en-num {
    margin-left: 0;
  }

  .office-sec-img {
    width: 24vw;
  }

  .pagenav .c-pagenav-office__li .pagenav-name {
    font-size: clamp(19px, 2.4vw, 22px);

  }

  .p_office .p_office-rank-box__ttl {
    font-size: clamp(18px, 2vw, 20px);
    ;
  }
}