@charset "utf-8";
:root {
  --color-red:#FA1F6C;
  --color-pink:#FF9B9B;
  --box-shadow:0 3px 10px rgba(0, 0, 0, 0.16);
  --back-gradient:linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #000000;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  html {
    overflow-x: hidden; 
  }
}


body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-x: hidden; 
}


img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  background-color: #FFFFFF;
  padding: 5px;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1;
  font-weight: 700;
  color: #1C3267;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

dt {
  font-weight: 500;
}

a,button {
  cursor: pointer;
  cursor: hand;
}

a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 4rem;
  }
  
  h2 {
    font-size: 3.4rem;
    font-family: "Kumbh Sans", sans-serif;;
  }
  
  h3 {
    font-size: 2.4rem;
  }
  h4,h5,h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 3.2rem;
    font-family: "Kumbh Sans", sans-serif;;
  }
  
  h3 {
    font-size: 1.8rem;
  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.5rem;
  }
}

/* ヘッダー start */
header {
  z-index: 100;
}
header .wrapper {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 40px;
  gap: 28px;
}

header .header_logo {
  width: 220px;
  max-width: inherit;
}
.header_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_menu .menu > li {
  margin-right: 28px;
  text-align: center;
}
.header_menu .menu > li:last-child {
  margin-right: 0px;
}
.header_menu .menu > li span, .header_contact span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}

.header_menu .contact-btn {
  margin-left: auto;
  max-width: 280px;
}

.header_menu .btn_menu a::after {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  header .openbtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
    padding: 10px 20px 0 20px;
    display: flex;
    align-items: center;
  }
  header.on {
    position: fixed;
  }
  header .wrapper {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .wrapper.header {
    justify-content: space-between;
    padding: 12px 20px;
  }
  header .header_logo {
    width: 120px;
  }
  .header_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #FFFFFF;
    display: none;
  }
  .header_menu .menu {
    display: block;
  }
  .header_menu nav {
    margin-top: 45px;
    padding: 0 20px;
  }
  .header_menu .menu > li {
    margin-right: 0;
    font-size: 1.6rem;
    padding: 18px 0px 18px 10px;
    display: flex;
    align-items: baseline;
    list-style: none;
  }
  .header_menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #193062;
  }
  .header_menu .contact-btn {
    margin: 0 auto;
    margin-top: 24px;
    max-width: 280px;
  }
  header .openbtn{
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }
  .header_menu.pc-hide .menu > li {
    font-size: 3rem;
  }

  header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 28.3%;
    height: 1px;
    border-radius: 2px;
    background: #000000;
    width: 43.75%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 40%; 
  }
  header .openbtn span:nth-of-type(2) {
    top: 60%;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .openbtn.active span:nth-of-type(2){
    top: 25px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .header_menu .menu > li span, .header_contact span {
    display: inline-block;
    padding-left: 10px;
  }
  header .sns-icon-box img {
    width: 30px;
    height: 30px;
  }
}
/* ヘッダー end */

/* フッター start */
footer {
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: relative;
}
footer .logo {
  display: block;
  width: 280px;
}
.two-column__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.two-column__footer p {
  font-size: 1.4rem;
}
.company-info {
  margin-top: 24px;
}
.footer__tel {
  margin-top: 16px;
}
.two-column__footer-right {
  padding-top: 32px;
}
.footer__menu nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}
.footer__menu nav .menu li {
  font-size: 1.4rem;
}
.footer__menu nav .menu li:nth-child(5) {
  flex-basis: 100%;
  text-align: right;
  margin-top: 10px;
}
footer .copy-box {
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
  padding-bottom: 8px;
}
footer .copy {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer .wrapper {
    padding-bottom: 0;
  }
  footer .logo {
    width: 180px;
  }
  .two-column__footer {
    flex-direction: column;
    padding-top: 24px;
    padding: 32px 10px 0 10px;
  }
  .two-column__footer p {
    font-size: 1.2rem;
  }
  .company-info {
    margin-top: 16px;
  }
  .footer__tel {
    margin-top: 8px;
  }
  .two-column__footer-right {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .footer__menu nav .menu {
    justify-content: inherit;
  }
  .footer__menu nav .menu li:nth-child(5) {
    flex-basis: inherit;
    margin-top: inherit; 
    text-align: inherit;
  }
  footer .copy {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
  }
  footer .copy-box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 440px) {
  .footer__menu nav .menu {
    flex-direction: column;
  }
}
/* フッター end */

/* 共通パーツ start */
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
.section-title__box {
  margin-bottom: 40px;
}
.section-title__main {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
.section-title__sub {
  font-size: 2rem;
}
.message {
  margin-bottom: 24px;
}
.contact-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
  background-color: #193062;
  padding: 12px 40px;
  border-radius: 50px;
  position: relative;
  transition: opacity 0.5s ease;
}
.contact-btn a:hover {
  opacity: 0.7;
}
.more-btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: opacity 0.5s ease;
}
.more-btn a:hover {
  opacity: 0.7;
}
.more-btn img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .more-btn img {
    width: 32px;
    height: 32px;
  }
}
/* 共通パーツ end */

/* main start */
main {
  width: 100%;
}
/* main end */

/* fv start */
.bg-wrapper {
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 80%,
    rgba(255,255,255,0) 100%
  );
}
.fv-copy {
  padding-top: 10px;
}
.fv-copy__main {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
.fv-copy__sub {
  font-size: 2.2rem;
  font-weight: 700;
}
.fv-copy__message {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 12px;
}
.fv {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transform-origin: bottom left;
  width: 100vw;
  z-index: 1;
  mask-image: url("../img/fv-mask.png");
  mask-repeat: no-repeat;
  mask-position: right 30%;
  mask-size: 55%;
  -webkit-mask-image: url("../img/fv-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right 30%;
  -webkit-mask-size: 55%;
}

/* ===== 動画 ===== */
.fv__video {
  height: 150vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  width: 100%;
}


@media screen and (max-width: 1120px) {
  .fv {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 30vh;
  }
  .fv-copy__main {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .fv-copy__sub {
    font-size: 1.8rem;
  }
  .fv-copy__message {
    text-align: inherit;
    width: fit-content;
    margin-left: auto;
    font-size: 1.2rem;
    margin-top: 32px;
  }
}

@media screen and (max-width: 440px) {
  .fv {
    height: 25vh;
	mask-size: 65%;
  	-webkit-mask-image: url("../img/fv-mask.png");
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: right 30%;
  	-webkit-mask-size: 65%;
  }
}
/* fv end */

/* cta start */
.cta {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1868px) {
  .cta {
    height: 700px;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1867px) {
  .cta {
    height: 560px;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1700px) {
  .cta {
    height: 460px;
  }
}
.cta-bg {
  position: relative;
  width: 100%;
  padding-top: 45%;
  background-image: url("../img/bg-cta.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease-out;
  z-index: 0;
}
.cta-bg.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
@media screen and (min-width: 1358px) {
  .cta-bg {
    background-size: cover;
    background-position: 0px -200px;
  }
}

.cta__text-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 0 20px;
}
.cta__text-copy {
  font-size: 2.4rem;
}
.cta__text-main {
  margin-top: 48px;
  margin-bottom: 60px;
}

.cta .wrapper .cta__text-box .more-btn a {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cta-bg {
    position: relative;
    width: 100%;
    padding-top: 50%;
    background-image: url("../img/bg-cta.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .cta__text-copy {
    font-size: 2rem;
  }
  .cta__text-main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta__text-copy {
    font-size: 1.6rem;
  }
  .cta__text-main {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 440px) {
  .cta-bg {
    background-image: url("../img/bg-cta-sp.png");
    background-size: cover;
    padding-top: inherit;
    height: 55vh;
    position: relative;
  }
  .cta-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 160px;
    height: 80%;
    background-image: url("../img/bg-cta-sp-copy.png");
    background-size: contain; 
    background-repeat: no-repeat;
  }
  .cta__text-copy {
    font-size: 1.5rem;
  }
  .cta__text-main {
    font-size: 1.2rem;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/* cta end */



/* Vision & Mission start */
.vision-mission {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 440px) {
  .vision-mission {
    padding-top: 40px;
    padding-bottom: 40px;
  } 
}

/* Overview start*/
.overview {
  position: relative;
  padding-bottom: 80px;
}
.overview__box {
  width: 53%;
  margin-bottom: 40px;
}
.overview__box-img {
  position: absolute;
  top: 120px;
  right: -20px;
  max-width: 560px;
}
@media screen and (min-width: 1441px) {
  .overview__box-img {
    max-width: 860px;
  }
}
@media screen and (min-width: 1165px) and (max-width: 1440px) {
  .overview__box-img {
    max-width: 560px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1164px) {
  .overview__box-img {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .overview__box-img {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 880px) {
  .logo-big {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .overview__box{
    width: 100%;
  }
  .logo-big {
    margin-top: 24px;
    margin-bottom: -24px;
    position: relative;
    z-index: 1;
  }
}
.group {
  margin-top: 60px;
}
.group-box {
  display: flex;
  align-items: center;
}
.group-box:not(:last-child) {
  margin-bottom: 48px;
}
.group-logo {
  width: 280px;
  min-width: 280px;
  margin-right: 40px;
}
.group-logo img {
  width: 100%;
}
.group-text__header {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 24px;
}
.group-text__header h3 {
  font-weight: 700;
}
.group-text__header p {
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .group-text__header {
    flex-direction: column;
    align-items: inherit;
    gap: 4px;
  }
  .group-text__header h3 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .overview {
    padding-bottom: 40px;
  }
  .group-text__header {
    gap: 6px;
	align-items: center;
  }
  .group-logo {
    width: 200px;
    min-width: inherit;
	margin: 0 auto;
    margin-bottom: 20px;
  }
  .group-box {
    display: block;
  }
  .group-box:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* Overview end*/


/* member start */
.member {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.05) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}
.member__two-column {
  display: flex;
  justify-content: space-between;
}
.member__left {
  display: flex;
  flex-direction: column;
}
.member__title-box h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.member__title-box h2 {
  margin-bottom: 24px;
}
.member__left .more-btn {
  margin-top: auto;
}
.member__right {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
.member__member-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member__member-box p {
  font-size: 1.2rem;
}
.member-list__member-img {
  width: 100%;
  margin-bottom: 16px;
}
.member__name {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.member__name p {
  line-height: 1;
}
.member__ruby {
  color: #1C3267;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .member__two-column {
    flex-direction: column;
  }
  .member__title-box h2 {
    margin-bottom: 16px;
  }
  .member__title-box h2 span {
    margin-bottom: 8px;
  }
  .member__right {
    justify-content: center;
  }
  .more-btn.sp-only-1080 a {
    margin-top: 32px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .member {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .member__title-box h2 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 440px) {
  .member__title-box {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 24px;
  }
  .member__title-box h2 {
    margin-bottom: 0;
  }
  .member__title-box p {
    line-height: 1;
  }
  .member__right {
    flex-wrap: wrap;
    gap: 32px;
  }
  .member__member-box {
    width: 100%;
    padding: 0 10px;
  }
  .member__member-box img {
    width: 100%;
  }
  .member__name {
    gap: 6px;
  }
}
/* member end */

/* アニメーションCSS */
.line-container {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-top: -30vh;
}
@media screen and (max-width: 440px) {
  .line-container {
    height: 320px;
    margin-top: -160px;
    overflow-x: hidden;
  }
}
/* 線のアニメーション */
.line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #5C5C5C;
  transform-origin: left bottom;
  transform: rotate(-15deg);
  animation: drawLine 3s ease-out forwards;
  z-index: 1;
}

@keyframes drawLine {
  from { width: 0; }
  to { width: 115%; }
}

/* dot 共通 */
#dot-today, #dot-future {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 0;
  /* opacity: 0; */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
}

#dot-today::before, #dot-future::before {
  content: '•';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  transition: opacity 0.8s ease;
}
#dot-today::before {
  color: #5C5C5C;
  font-size: 56px;
  bottom: -23px;
}
#dot-future::before {
  color: #1C3267;
  font-size: 72px;
  bottom: -32px;
}
#dot-future-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央寄せ */
  text-align: center;
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease;
  z-index: 2;
}
.future-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 480px) {
.future-info {
    left: -55px;
  }
}


/* 日付 */
#date-today, #date-future {
  color: #C1C1C1;
  font-size: 1.2rem;
  transition: opacity 0.8s ease, transform 0.35s ease;
  z-index: 2;
}
#date-today {
  position: absolute;
}

/* 100 years later */
#future-text {
  font-size: 1.2rem;
  transition: opacity 0.8s ease, transform 0.35s ease;
  z-index: 2;
}

/* show class */
#dot-today, #dot-future, #date-today, #date-future, #future-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.show {
  opacity: 1!important;
}


/* 下から出てくるアニメーション */
.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  transition-delay: var(--delay, 0s);
}

.scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}




/* メンバー一覧ページ start*/
.member-list, .member-info {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/bg-wave.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
}
.member-list .member__title-box, .member-info .member__title-box {
  margin-bottom: 40px;
}
.member__name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

}
.member-list__box {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.member-box {
  width: calc((100% - 40px) / 2);
}
.member__name-box p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .member-list, .member-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .member-list .member__title-box, .member-info .member__title-box {
    margin-bottom: 24px;
  }
  .member-list__box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .member-box {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  .member-box {
    width: 100%;
  }
}


/* メンバー一覧ページ end*/


/* メンバー個別ページ start*/
.member-info-box {
  display: flex;
  gap: 40px;
}
.member-info__left {
  width: calc(50% - 40px);
}
.member-info__left img {
  width: 100%;
}
.member-info__right {
  width: 50%;
}
.member__qualification {
  margin-bottom: 32px;
}
.member-info__name-box {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .member-info-box {
    flex-direction: column;
    gap: 20px;
  }
  .member-info__left {
    width: 100%;
  }
  .member-info__left img {
    width: 100%;
  }
  .member-info__right {
    width: 100%;
  }
  .member__qualification {
    margin-bottom: 24px;
  }
  .member-info__name-box {
    margin-bottom: 24px;
  }
  .member-info__name-box img {
    width: 100%;
    margin-top: 18px;
  }
}
/* メンバー個別ページ end*/


/* プライバシーポリシー ページstart */
.policy {
  padding-top: 60px;
  padding-bottom: 80px;
}
.policy__item:not(:last-child) {
  margin-bottom: 48px;
}
.policy__item h3 {
  margin-bottom: 24px;
}
ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
ol li {
  margin-left: 2rem;
}
ol li:not(:last-child) {
  margin-bottom: 16px;
}
.spacer {
  margin-bottom: 24px;
}
.spacer-m {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .policy__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .policy__item h3 {
    margin-bottom: 24px;
  }
  ol li:not(:last-child) {
    margin-bottom: 12px;
  }
  .spacer {
    margin-bottom: 20px;
  }
  .spacer-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* プライバシーポリシーページ end */



/* 問い合わせページ start */
.contact {
  padding-top: 60px;
  padding-bottom: 80px;
}
.contact dl {
  display: flex;
}
.contact dl dt {
  width: 300px;
  display: flex;
  padding: 45px 0;
  border-bottom: 1px solid #193062;
  position: relative;
}
.contact dl:last-of-type dt {
  border-bottom: inherit;
}

.contact dl dt.req p::after {
  content: '必須';
  background-color: #193062;
  color: #FFFFFF;
  width: 43px;
  height: 24px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45px;
  left: 180px;
}

.contact dl dd {
  padding: 30px 0;
  border-bottom: 1px solid #193062;
  flex: 1;
}
.contact dl:last-of-type dd {
  border-bottom: inherit;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 2%;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #193062;
  border-bottom: 0;
  pointer-events: none;
}

.contact dl dd input, .contact dl dd textarea, .contact dl dd select {
  width: 100%;
  border: none;
  padding: 18px 20px;
  border: 1px solid #193062;
}

.contact dl dd input[type="text"]::placeholder,
.contact dl dd textarea::placeholder {
  color: #193062;
}

.contact dl dd select {
  color: #193062;
}

input[type="text"]:focus, textarea:focus, .contact dl dd select:focus {
  outline: 2px solid #193062;
}

.contact.policy_check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact.policy_check label {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #193062;
  vertical-align: -5px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  bottom: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 14px;
  height: 28px;
  border-right: 6px solid #193062;
  border-bottom: 6px solid #193062;
  content: '';
}

.policy_check p label a {
  font-size: 1.6rem;
  text-decoration: underline;
  margin-left: 12px;
}

.submit_box p {
  display: flex;
  justify-content: center;
  width: 100%;
}

.submit_box input[type="submit"] {
  font-size: 1.8rem;
  width: 250px;
  max-width: 250px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #193062;
  border: 1px solid #193062;
  transition: all 0.5s ease;
}

.submit_box input:hover {
  background-color: #193062;
  color: #fff;
}

.submit_box input[disabled] {
  cursor: not-allowed;
}

.contact dl .radio-box label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact dl .radio-box label input {
  width: 15px;
  gap: 16px;
}

.contact dl .radio-box .other_box {
  width: 100%;
}
.contact dl .radio-box .other_input {
  width: 80%;
}

.notice_01 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.contact .policy_check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact .policy_check label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .policy_check input {
  cursor: pointer;
}
.wpcf7-response-output {
  display: none;
}
.thanks_ex {
  text-align: center;
  margin-bottom: 40px;
}
.more-btn.thanks a {
justify-content: center;
}

@media screen and (max-width: 768px) {    
  .radio-box .other_box {
    grid-column: span 2; 
  }
  
  .radio-box .other_input {
    margin-left: 10px; 
    flex-grow: 1;
  }
  
  .contact dl .radio-box label {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .contact dl .radio-box label input {
    width: 15px;
    gap: 16px;
  }
  
  .contact dl .radio-box .other_box {
    width: 100%;
  }
  .contact dl .radio-box .other_input {
    width: 50%;
  }
  
  .notice_01 {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .policy_check p label a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .contact.wrapper {
      padding: initial;
  }

  .contactform {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .contact dl {
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
  .contact dl:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .contact dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: none;
    position: relative;
  }

  .contact dl dt p::after {
    font-size: 1.4rem;
    padding: 4px;
    top: 0;
    right: 0;
    margin-left: auto;
  }
  .contact dl dt.req p::after {
    top: 0;
    right: 0;
    font-size: 1.2rem;
  }

  .contact dl dd {
    padding: 0;
    border-bottom: none;
  }

  .select_wrapper::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 4%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #193062;
  }

  .contact dl dd input, .contact dl dd textarea, .contact dl dd select {
    padding: 18px;
  }

  .contact.policy_check {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  input[type="checkbox"]:checked:before {
    border-right: 4px solid #193062;
    border-bottom: 4px solid #193062;
  }

  .thanks_ex {
    text-align: inherit;
  }
}
/* 問い合わせページ end */

/* PCスマホ出し分け&改行調整 start */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none!important;
  }
}

@media screen and (min-width: 1081px) {
  .pc-only-1080 {
    display: block;
  }
  .sp-only-1080 {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .pc-only-1080 {
    display: none;
  }
  .sp-only-1080 {
    display: block;
  }
}

@media screen and (min-width: 441px) {
 .pc-only-440 {
    display: block;
  }
}
@media screen and (max-width: 440px) {
 .pc-only-440 {
    display: none;
  }
}
@media screen and (min-width: 441px) {
 .sp-only-440 {
    display: none;
  }
}
@media screen and (max-width: 440px) {
 .sp-only-440 {
    display: block;
  }
}
/* PCスマホ出し分け&改行調整 end */