@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
:root {
  --Red: #C40C08;
  --Gold: #D5BE79;
  --white: #fff;
  --fontsize_XXS: 10px;
  --fontsize_XS: 10px;
  --fontsize_S: 12px;
  --fontsize_M: 14px;
  --fontsize_L: 16px;
  --fontsize_XL: 18px;
  --fontsize_XXL: 20px;
  --rect112_height: 3673px;
  --moveSEC: 0.5s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
}

body {
  color: #374b52;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.open_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.super_wrap {
  overflow-x: hidden;
}

a {
  color: #374b52;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s ease;
}
a:hover {
  opacity: 0.6;
}
a.add_link_underline {
  text-decoration: underline;
}

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

/*WordPress*/
.screen-reader-text,
.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.flex {
  display: flex;
}

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

.justify_center {
  justify-content: center;
}

.justify_end {
  justify-content: flex-end;
}

.space_between {
  justify-content: space-between;
}

.align_items_center {
  align-items: center;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fw_bold {
  font-weight: bold;
}

.fs10 {
  font-size: 10px;
}

.red {
  color: #e23541;
}

.txt_fade_in {
  opacity: 0;
  transition: opacity 1.4s;
}
.txt_fade_in.active {
  opacity: 1;
}

.img_fade_in {
  opacity: 0;
  transition: opacity 1.4s;
}
.img_fade_in.active {
  opacity: 1;
}

.btn_reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.inner {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.index_topics_wrap {
  display: flex;
  align-items: center;
  border-radius: 17.6px;
  border-image-source: linear-gradient(96deg, var(--white) 12%, rgba(255, 255, 255, 0) 52%, var(--white) 92%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(96deg, var(--white) 12%, rgba(255, 255, 255, 0) 52%, var(--white) 92%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-right: 22px;
  min-height: 96px;
  overflow: hidden;
}
.index_topics_wrap + .index_topics_wrap {
  margin-top: 16px;
}

.index_topics_thum {
  width: 189.7px;
  min-width: 189px;
  aspect-ratio: 386/240;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index_ttd {
  display: flex;
  width: 100%;
}

.index_topics_title {
  margin-left: 37.3px;
  margin-right: auto;
}

.index_topics_date {
  font-weight: 500;
  margin-left: 22px;
}

.w_btn a {
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14.7px;
  padding: 19px 38px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.72);
  font-weight: bold;
}

.under_h1 {
  margin-top: 26px;
}
.under_h1 h1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.originality_wraps {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.originality_wrap {
  width: 320px;
  height: 349px;
  border-radius: 30px;
  background-color: rgba(9, 103, 140, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 30px;
}
.originality_wrap:nth-child(1) .img {
  margin-bottom: 32px;
}
.originality_wrap:nth-child(2) .img {
  margin-bottom: 32px;
}
.originality_wrap:nth-child(3) .img {
  margin-bottom: 24px;
}
.originality_wrap .txt {
  width: 160px;
  height: 40px;
  border-radius: 1000px;
  background-color: rgba(57, 101, 112, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
  position: relative;
}
.originality_wrap .txt:before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: conic-gradient(from 360deg at 50% 50%, rgba(247, 242, 117, 0.6) 0%, rgba(181, 245, 119, 0.6) 10%, rgba(125, 240, 187, 0.6) 20%, rgba(99, 206, 204, 0.6) 30%, rgba(128, 187, 214, 0.6) 40%, rgba(99, 206, 204, 0.6) 50%, rgba(125, 240, 187, 0.6) 60%, rgba(181, 245, 119, 0.6) 70%, rgba(247, 242, 117, 0.6) 80%, rgba(245, 197, 91, 0.6) 90%, rgba(247, 231, 89, 0.6) 100%);
  border-radius: 1000px;
  content: "";
  inset: 0;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.movePos {
  opacity: 0;
  visibility: hidden;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  backdrop-filter: blur(15.8px);
  background-color: rgba(55, 75, 82, 0.4);
  font-size: 32px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  z-index: 10;
  transition: opacity 0.5s;
  display: none;
}
.movePos.is-active {
  visibility: visible;
  opacity: 1;
  display: flex;
  /*width: 100px;
    height: 100px;
    font-size: 20px;*/
}
.movePos.is-active.posA {
  animation: originMOVE var(--moveSEC) ease 0s 1 alternate forwards, originposA var(--moveSEC) ease 0s 1 alternate forwards;
}
.movePos.is-active.posB {
  animation: originMOVE var(--moveSEC) ease 0s 1 alternate forwards, originposB var(--moveSEC) ease 0s 1 alternate forwards;
}
.movePos.is-active.posC {
  animation: originMOVE var(--moveSEC) ease 0s 1 alternate forwards, originposC var(--moveSEC) ease 0s 1 alternate forwards;
}

#MOVE_A {
  top: var(--moveA1_top);
  left: var(--moveA1_left);
}

#MOVE_B {
  top: var(--moveB1_top);
  left: var(--moveB1_left);
}

#MOVE_C {
  top: var(--moveC1_top);
  left: var(--moveC1_left);
}

body:not(.home) .super_bg2 {
  backdrop-filter: blur(100px);
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) and (max-width: 1199.9999px) {
  .super_wrap {
    min-width: 1200px;
  }
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .only_sp {
    display: none;
  }
  .super_bg2 {
    padding-top: 64px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-feature-settings: "palt";
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .only_pc {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .sp_column {
    flex-direction: column;
  }
  .sp_column.align_items_center {
    justify-content: center;
  }
  .w_btn a {
    height: 46px;
    padding: 19px 38px;
  }
  .originality_wraps {
    align-items: center;
    justify-content: center;
    gap: 2%;
  }
  .originality_wrap {
    width: 32%;
    height: auto;
    border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .originality_wrap:nth-child(1) .img {
    margin-bottom: 20px;
  }
  .originality_wrap:nth-child(2) .img {
    margin-bottom: 20px;
  }
  .originality_wrap:nth-child(3) .img {
    margin-bottom: 20px;
  }
  .originality_wrap .img {
    width: min(90%, 72px);
  }
  .originality_wrap .txt {
    width: min(90%, 106px);
    width: 72px;
    height: 26px;
    font-size: 12px;
  }
  .originality_wrap .txt:before {
    padding: 2px;
  }
  .index_topics_wrap {
    border-radius: 17.6px;
    padding-right: 0;
    min-height: 96px;
  }
  .index_topics_wrap + .index_topics_wrap {
    margin-top: 16px;
  }
  .index_topics_thum {
    width: 100%;
    max-width: 120px;
    min-width: auto;
    min-height: 96px;
    height: 100%;
  }
  .index_ttd {
    gap: 8px;
    flex-direction: column;
    padding: 8px 8px;
  }
  .index_topics_title {
    margin-left: 0;
    margin-right: auto;
  }
  .index_topics_date {
    margin-left: 0;
  }
  .under_h1 h1 {
    font-size: 18px;
  }
}
/******************************/
/**********ヘッダー************/
/*****************************/
#header {
  background-image: linear-gradient(to bottom, rgba(242, 245, 247, 0.5), rgba(242, 245, 247, 0.2));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 30;
}
#header .inner {
  width: 100%;
  max-width: none;
  padding: 10px 30px 18px 20px;
  line-height: 1;
}
#header .site_title a {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
#header .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_menu_list {
  list-style: none;
  display: flex;
  gap: 20px;
}
#header .header_menu_list .sub-menu {
  display: none;
}
#header .header_menu_list a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  #header {
    height: 64px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  #header {
    height: 62px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
  #header .inner {
    padding: 0;
  }
  #header .header_wrap {
    display: none;
  }
  #header .header_wrap_sp {
    display: flex;
    align-items: center;
    position: relative;
  }
  #header .site_title {
    z-index: 200;
  }
  #header .site_title a {
    font-size: 16px;
    display: block;
    padding: 23px 20px;
  }
  #header .hamburger_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 62px;
  }
  #header .hamburger_btn span,
  #header .hamburger_btn span:before,
  #header .hamburger_btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: all 0.4s ease;
  }
  #header .hamburger_btn span:before {
    bottom: 8px;
  }
  #header .hamburger_btn span:after {
    top: 8px;
  }
  #header .header_menu_wrap_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px;
    background-color: rgba(219, 224, 225, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 1s;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    isolation: isolate;
    will-change: backdrop-filter;
  }
  #header .header_menu_list_sp {
    margin-top: 40px;
    list-style: none;
  }
  #header .header_menu_list_sp a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .open_menu #header .hamburger_btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.1s ease;
  }
  .open_menu #header .hamburger_btn span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open_menu #header .hamburger_btn span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .open_menu #header .hamburger_btn_wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
  }
  .open_menu #header .header_menu_wrap_sp {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
}
body.contact .super_bg {
  background-color: #B4DBAC;
}

.page_contact {
  padding-bottom: 56px;
}
.page_contact .inner {
  max-width: 640px;
}
.page_contact .under_h1 {
  margin-bottom: 71.5px;
}
.page_contact .note {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page_contact .note .head {
  margin-right: 10px;
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_contact .inner {
    padding-top: 62px;
  }
  .page_contact .under_h1 {
    margin-top: 0;
    padding-top: 38px;
    margin-bottom: 38px;
  }
  .page_contact .note {
    align-items: flex-start;
    font-size: 14px;
  }
  .page_contact .note .head {
    width: 70px;
    margin-right: initial;
  }
  .page_contact .note .txt {
    width: calc(100% - 70px);
  }
  .page_contact .note + .note {
    margin-top: 16px;
  }
}
body.newsletter .super_bg {
  background-color: #86D6AF;
}

.page_newsletter {
  padding-bottom: 80px;
}
.page_newsletter .inner {
  max-width: 760px;
}
.page_newsletter .p1 {
  margin-top: 34.5px;
  margin-bottom: 52px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_newsletter .d1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.page_newsletter .p_txt {
  font-size: 12px;
  line-height: 1.6;
}
.page_newsletter .p_txt + .p_head {
  margin-top: 10px;
}
.page_newsletter .p_head {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.page_newsletter .mail_flex {
  margin-bottom: 40px;
}
.page_newsletter .mail_flex form {
  display: flex;
  justify-content: center;
  gap: 10px 24px;
}
.page_newsletter .mail_flex input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 356px;
  padding: 11px 12px 11px 12px;
  border-bottom: solid 2px #374b52;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.page_newsletter .mail_flex input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 666.7px;
  background-color: #374b52;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.page_backnumber {
  padding-top: 10.5px;
  padding-bottom: 80px;
}
.page_backnumber .inner {
  max-width: 920px;
}
.page_backnumber .under_h1 {
  margin-bottom: 34.5px;
}
.page_backnumber .bn_wrap {
  padding: 24px 40px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  display: block;
}
.page_backnumber .bn_wrap + .bn_wrap {
  margin-top: 24px;
}
.page_backnumber .bn_head {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.page_backnumber .bn_txt {
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_newsletter {
    padding-bottom: 50px;
  }
  .page_newsletter .inner {
    padding-top: 62px;
  }
  .page_newsletter .under_h1 {
    margin-top: 0;
    padding-top: 38px;
  }
  .page_newsletter .p1 {
    font-size: 14px;
  }
  .page_newsletter .d1 {
    font-size: 16px;
  }
  .page_newsletter .mail_flex {
    width: min(100%, 500px);
    margin-right: auto;
    margin-left: auto;
  }
  .page_newsletter .mail_flex form {
    gap: 10px;
    align-items: end;
  }
  .page_newsletter .mail_flex input[type=text] {
    width: calc(100% - 90px);
    font-size: 14px;
  }
  .page_newsletter .mail_flex input[type=submit] {
    font-size: 14px;
    width: 60px;
    height: 32px;
    border-radius: 16px;
  }
  .page_backnumber {
    padding-bottom: 50px;
  }
  .page_backnumber .bn_wrap {
    padding: 25px;
  }
  .page_backnumber .bn_head {
    font-size: 16px;
  }
}
body.location .super_bg {
  background-color: #72c6cb;
}

.page_location {
  padding-bottom: 80px;
}
.page_location .inner {
  max-width: 1320px;
}
.page_location .under_h1 {
  margin-bottom: 50.5px;
}
.page_location .note {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
.page_location p {
  text-align: center;
  line-height: normal;
}
.page_location .add_bottom_dot::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(55, 75, 82, 0.3);
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
}
.page_location .p1 {
  line-height: 1.8;
}
.page_location .p2 {
  margin-bottom: 64px;
}
.page_location .p7, .page_location .p9, .page_location .p11 {
  margin-top: 12px;
}
.page_location .p14 {
  margin-top: 16px;
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_location .f14 {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.page_location .f16 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.page_location .f18 {
  font-size: 18px;
}
.page_location .w500 {
  font-weight: 500;
}
.page_location #gmap {
  margin-top: 46px;
  margin-bottom: 40px;
  aspect-ratio: 1280/549;
  width: 100%;
}
.page_location .white_wrap {
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  background: #fff;
}
.page_location .white_wrap p {
  text-align: left;
}
.page_location .white_wrap .flex {
  gap: 41.1px;
  align-items: center;
}
.page_location .r_wrap {
  max-width: 414px;
}
.page_location .p20 {
  font-size: 24px;
  font-weight: 600;
}
.page_location .p21 {
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
}
.page_location .line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.page_location .line > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  gap: 8px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.page_location .line > span::after {
  margin-top: 2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: center/cover no-repeat url("../images/location/line.svg");
}
.page_location .line p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page_location .line p span {
  font-size: 12px;
  display: block;
}
.page_location .line + .line {
  margin-top: 20px;
}
.page_location .line + .line.reduce_mt {
  margin-top: 10px;
}
.page_location .note_2 {
  margin-top: 9px;
  opacity: 0.5;
  font-size: 8px;
  font-weight: 500;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .page_location .l_wrap {
    width: min(100% - 414px - 41.1px, 750px);
  }
  .page_location .r_wrap {
    width: 414px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_location .inner {
    padding-top: 62px;
  }
  .page_location .under_h1 {
    margin-top: 0;
    padding-top: 38px;
  }
  .page_location #gmap {
    margin-top: 40px;
    margin-bottom: 30px;
    aspect-ratio: 3/2;
    width: 100%;
  }
  .page_location .note {
    font-size: 20px;
  }
  .page_location .white_wrap {
    padding: 24px;
  }
  .page_location .white_wrap .flex {
    flex-direction: column;
    gap: 25px;
  }
  .page_location .r_wrap {
    max-width: initial;
    width: 100%;
  }
  .page_location .p20 {
    font-size: 20px;
  }
  .page_location .note_2 {
    margin-top: 25px;
  }
  .page_location .f14 {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .page_location .f16 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .page_location .f18 {
    font-size: 16px;
  }
  .page_location .p2 {
    margin-bottom: 50px;
  }
  .page_location .p21 {
    line-height: 1.8;
  }
}
body.facility .super_bg {
  background-color: #f2f5f7;
  background-color: #d6eaaf;
}
body.facility #header {
  background-image: linear-gradient(to bottom, rgba(242, 245, 247, 0.5), rgba(242, 245, 247, 0.2));
  backdrop-filter: blur(4.44px);
  -webkit-backdrop-filter: blur(4.44px);
}

.floors_circle {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(14px);
  background-color: rgba(55, 75, 82, 0.4);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}
.floors_circle.white {
  backdrop-filter: blur(3.3px);
  background-color: rgba(255, 255, 255, 0.8);
  color: #374b52;
}

.page_facility .under_h1 {
  margin-bottom: 140px;
}
.page_facility .p0 {
  opacity: 0.45;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.page_facility .p1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.92px;
  margin-bottom: 30px;
}
.page_facility .p2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  max-width: 525px;
}
.page_facility .p3 {
  font-size: 12px;
  opacity: 0.6;
}
.page_facility .flex1 {
  gap: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_facility .img_wrap1 {
  flex-shrink: 0;
  position: relative;
}
.page_facility .img_wrap1 .circle {
  width: 163px;
  height: 163px;
  border-radius: 1007.2px;
  backdrop-filter: blur(16.1px);
  background-color: rgba(55, 75, 82, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32.6px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: absolute;
}
.page_facility .img_wrap1 .c1 {
  top: -81.5px;
  left: 50%;
  transform: translateX(-50%);
}
.page_facility .img_wrap1 .c2 {
  left: -45px;
  bottom: 53px;
}
.page_facility .img_wrap1 .c3 {
  right: -45px;
  bottom: 53px;
}

.facility_floors {
  padding-top: 80px;
  padding-bottom: 80px;
}
.facility_floors .under_h1 {
  margin-top: 0;
  margin-bottom: 54px;
}
.facility_floors .floors_bg {
  padding: 42px 40.8px 59.3px 80px;
  border-radius: 52px;
  background-color: rgba(55, 75, 82, 0.04);
}
.facility_floors .floors_wrap {
  display: flex;
  align-items: center;
  gap: 62px;
  justify-content: center;
}
.facility_floors .img_wrap {
  flex-shrink: 0;
}
.facility_floors .img_wrap figcaption {
  text-align: right;
  opacity: 0.45;
  font-size: 85%;
  margin-top: -1em;
}
.facility_floors .floors_flex {
  display: flex;
  align-items: center;
  gap: 32px;
}
.facility_floors .ps1 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
}
.facility_floors .ps2 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
.facility_floors .ps3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.facility_floors .ff2 {
  margin-top: 48.2px;
  margin-bottom: 55.6px;
}
.facility_floors .ff4 {
  margin-top: 50px;
}
.facility_floors .ff4 .floors_circle {
  font-size: 16px;
}
.facility_floors .p4 {
  margin-top: 16px;
}
.facility_floors .p7 span {
  font-size: 20px;
}
.facility_floors ul {
  list-style: none;
}
.facility_floors ul li {
  font-weight: bold;
  display: flex;
}
.facility_floors ul li + li {
  margin-top: 6px;
}
.facility_floors ul li span {
  min-width: 96px;
  margin-right: 8px;
}

.facility_floors_txt {
  padding-top: 80px;
  padding-bottom: 80px;
}
.facility_floors_txt .floors_title {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.facility_floors_txt .floors_title .circle_wrap {
  width: 196px;
  position: relative;
}
.facility_floors_txt .floors_title.ft1 {
  margin-top: 120px;
}
.facility_floors_txt .floors_title.ft2 .floors_circle {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.facility_floors_txt .floors_title.ft2 .floors_circle:nth-child(2) {
  position: absolute;
  top: 0;
  left: 88px;
}
.facility_floors_txt .floors_title.ft3 {
  margin-top: 120px;
}
.facility_floors_txt .floors_title.ft3 .floors_circle {
  width: 120px;
  height: 120px;
  font-size: 17.3px;
  color: #374b52;
  backdrop-filter: blur(3.7px);
  background-color: rgba(255, 255, 255, 0.8);
}
.facility_floors_txt .txt_wrap {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
  width: 100%;
  width: calc(100% - 236px);
}
.facility_floors_txt .txt_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #b8c0ce;
  bottom: -16px;
  left: 0;
}
.facility_floors_txt .d1 {
  font-size: 32px;
  font-weight: 600;
}
.facility_floors_txt .d2 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.facility_floors_txt .d3 {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.facility_floors_txt .d4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
.facility_floors_txt .d4 .head {
  min-width: 154px;
  margin-right: 24px;
}
.facility_floors_txt .d4 + .d4 {
  margin-top: 12px;
}
.facility_floors_txt .f_note {
  margin-top: 4px;
  font-size: 14px;
}
.facility_floors_txt .f_flex {
  display: flex;
  gap: 16px;
}
.facility_floors_txt .f_flex .w50 {
  width: calc(50% - 8px);
}
.facility_floors_txt .f_flex .w33 {
  width: calc(33% - 8px);
}
.facility_floors_txt .f_flex.gap0 {
  margin-top: 32px;
  gap: 0;
}
.facility_floors_txt .f_flex .img_wrap {
  position: relative;
}
.facility_floors_txt .f_flex .img_wrap .caption {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
.facility_floors_txt .floor_image_wrap {
  padding: 32px 40px 24px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 32px auto 40px;
}
.facility_floors_txt .floor_image_flex {
  display: flex;
  justify-content: space-between;
}
.facility_floors_txt .floor_image_flex.justify_center {
  justify-content: center;
}
.facility_floors_txt .floor_image_flex .space80 {
  width: 80px;
}
.facility_floors_txt .floor_image_flex .space64 {
  width: 64px;
}
.facility_floors_txt .floor_detail {
  width: calc(50% - 8px);
}
.facility_floors_txt .floor_num_wrap {
  opacity: 0.5;
  font-size: 39.1px;
  font-weight: 600;
  text-align: center;
  color: #374b52;
  margin-bottom: 8px;
}
.facility_floors_txt .floor_map_wrap {
  text-align: center;
  margin-bottom: 64px;
}
.facility_floors_txt .floor_note_wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.facility_floors_txt .floor_note_wraps.w50 > div {
  width: calc(50% - 8px);
}
.facility_floors_txt .floor_note_wraps.w25 > div {
  width: calc(25% - 12px);
}
.facility_floors_txt .floor_note_wraps.w33 > div {
  width: calc(33% - 12px);
}
.facility_floors_txt .floor_note_wrap {
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.8);
}
.facility_floors_txt .floor_note_wrap .head {
  font-size: 14px;
  font-weight: bold;
}
.facility_floors_txt .floor_note_wrap .note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.facility_floors_txt .p1 {
  margin-top: 12px;
  font-size: 14px;
}
.facility_floors_txt .mt32 {
  margin-top: 32px;
}
.facility_floors_txt .swiper_super_wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.facility_floors_txt .swiper-wrapper {
  height: auto;
  transition-timing-function: linear;
}
.facility_floors_txt .swiper .w33 {
  width: 416px;
}
.facility_floors_txt .swiper-button-prev {
  top: 167px;
  left: 20px;
}
.facility_floors_txt .swiper-button-next {
  top: 167px;
  right: 20px;
}

.facility_note_block.super_bg2 {
  padding-top: initial;
}
.facility_note_block .txt {
  text-align: right;
  font-size: 65%;
  padding-bottom: 16px;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .facility_floors_txt .inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_facility .inner {
    padding-top: 62px;
  }
  .page_facility .under_h1 {
    margin-top: 0;
    padding-top: 38px;
    margin-bottom: 70px;
  }
  .page_facility .flex1 {
    flex-direction: column;
    gap: 40px;
  }
  .page_facility .img_wrap1 .facility_img {
    width: 270px;
    height: 270px;
  }
  .page_facility .img_wrap1 .circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    font-size: 16px;
  }
  .page_facility .img_wrap1 .c1 {
    top: -41px;
    left: 50%;
  }
  .page_facility .img_wrap1 .c2 {
    left: -22px;
    bottom: 26px;
  }
  .page_facility .img_wrap1 .c3 {
    right: -22px;
    bottom: 26px;
  }
  .page_facility .p1 {
    font-size: 20px;
  }
  .facility_floors {
    padding-top: 50px;
    padding-bottom: initial;
  }
  .facility_floors .floors_bg {
    padding: 30px 25px;
    border-radius: 24px;
  }
  .facility_floors .floors_flex {
    gap: 24px;
    align-items: flex-start;
  }
  .facility_floors .under_h1 {
    margin-bottom: 30px;
  }
  .facility_floors ul li {
    flex-direction: column;
  }
  .facility_floors ul li + li {
    margin-top: 16px;
  }
  .facility_floors ul li span {
    font-size: 18px;
  }
  .facility_floors .floors_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .facility_floors .img_wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .facility_floors .img_wrap figcaption {
    font-size: 80%;
  }
  .facility_floors .r_wrap {
    width: 100%;
  }
  .facility_floors .ps1 {
    font-size: 18px;
  }
  .facility_floors .ps2 {
    font-size: 16px;
  }
  .facility_floors .ps3 {
    font-size: 14px;
  }
  .facility_floors .ff4 .floors_circle {
    font-size: 13px;
  }
  .facility_floors .p7 span {
    font-size: 18px;
  }
  .floors_circle {
    width: 64px;
    height: 64px;
    font-size: 14px;
  }
  .facility_floors_txt {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .facility_floors_txt .floors_title {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .facility_floors_txt .floors_title .circle_wrap {
    width: 120px;
  }
  .facility_floors_txt .floors_title.ft1 {
    margin-top: 40px;
  }
  .facility_floors_txt .floors_title.ft2 .floors_circle:nth-child(2) {
    left: 56px;
  }
  .facility_floors_txt .floors_title.ft3 {
    margin-top: 40px;
  }
  .facility_floors_txt .txt_wrap {
    width: 100%;
    font-size: 18px;
  }
  .facility_floors_txt .d1 {
    font-size: 18px;
  }
  .facility_floors_txt .d2 {
    font-size: 16px;
  }
  .facility_floors_txt .d3 {
    margin-bottom: 20px;
  }
  .facility_floors_txt .d4 {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .facility_floors_txt .d4 .head {
    min-width: initial;
    width: 120px;
    margin-right: initial;
  }
  .facility_floors_txt .d4 .txt {
    width: calc(100% - 120px);
  }
  .facility_floors_txt .w33 {
    margin-top: 20px;
  }
  .facility_floors_txt .floor_image_wrap {
    padding: 30px 20px;
  }
  .facility_floors_txt .floor_image_flex {
    flex-direction: column;
  }
  .facility_floors_txt .floor_detail {
    width: min(100%, 493px);
    margin-right: auto;
    margin-left: auto;
  }
  .facility_floors_txt .floor_detail + .floor_detail {
    margin-top: 20px;
  }
  .facility_floors_txt .floor_num_wrap {
    font-size: 20px;
  }
  .facility_floors_txt .floor_map_wrap {
    margin-bottom: 10px;
  }
  .facility_floors_txt .floor_note_wrap {
    padding: 8px 16px;
    padding: initial;
    background-color: initial;
    height: initial;
    border-radius: initial;
    align-items: initial;
  }
  .facility_floors_txt .swiper .w33 {
    width: 240px;
  }
  .facility_floors_txt .swiper_super_wrap {
    margin-bottom: 30px;
  }
  .facility_floors_txt .floors_title {
    align-items: flex-start;
  }
  .facility_floors_txt .floors_title.ft3 .floors_circle {
    width: 72px;
    height: 72px;
    font-size: 14px;
  }
  .facility_floors_txt .swiper-button-prev {
    top: 116px;
    left: 20px;
  }
  .facility_floors_txt .swiper-button-next {
    top: 116px;
    right: 20px;
  }
  .facility_floors_txt .swiper-button-next .nav-arrow, .facility_floors_txt .swiper-button-prev .nav-arrow {
    width: 40px;
    height: 40px;
  }
  .facility_floors_txt .f_flex {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .facility_floors_txt .f_flex .w50 {
    width: 100%;
  }
  .facility_floors_txt .f_flex .img_wrap .caption {
    font-size: 10px;
    bottom: 5px;
    right: 8px;
  }
}
@keyframes current1 {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
body.about {
  background-color: #f2f5f7;
}
body.about.no-inertia-area, body.about.no-inertia-area2 {
  overflow: hidden !important;
  padding-right: 0 !important;
}
body.about.no-inertia-area #header, body.about.no-inertia-area2 #header {
  padding-right: var(--scrollbar-width, 0px);
  width: 100%;
}
body.about body.adjust-width #SAME_BG,
body.about body.adjust-width .page_about_mv,
body.about body.adjust-width .page_about_eco,
body.about body.adjust-width .page_about_challenge,
body.about body.adjust-width #JACK2 {
  width: calc(100% + var(--scrollbar-width, 0px));
}
body.about #header {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: linear-gradient(to bottom, rgba(242, 245, 247, 0.5) 0%, rgba(242, 245, 247, 0.2) 100%);
}
body.about #BASE_A2,
body.about #BASE_B2,
body.about #BASE_C2 {
  position: absolute;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.about #BASE_A2 {
  top: var(--moveA1_top);
  left: var(--moveA1_left);
}
body.about #BASE_B2 {
  top: var(--moveB1_top);
  left: var(--moveB1_left);
}
body.about #BASE_C2 {
  top: var(--moveC1_top);
  left: var(--moveC1_left);
}
body.about.current1 #BASE_A2 {
  top: var(--moveA2_top) !important;
  left: var(--moveA2_left) !important;
}
body.about.current1 #BASE_B2 {
  top: var(--moveB2_top) !important;
  left: var(--moveB2_left) !important;
}
body.about.current1 #BASE_C2 {
  top: var(--moveC2_top) !important;
  left: var(--moveC2_left) !important;
}
body.about.current1 .txt_A {
  width: 72px;
  height: 72px;
  font-size: 20px;
  font-weight: 500;
  background-color: rgba(57, 101, 112, 0.4);
  border: 1px solid #fff;
  letter-spacing: 0;
}
body.about.current1 .txt_A::before {
  content: none;
}
body.about .txt_A {
  position: absolute;
  width: 160px;
  height: 40px;
  border-radius: 1000px;
  background-color: rgba(57, 101, 112, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.about .txt_A:before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: conic-gradient(from 360deg at 50% 50%, rgba(247, 242, 117, 0.6) 0%, rgba(181, 245, 119, 0.6) 10%, rgba(125, 240, 187, 0.6) 20%, rgba(99, 206, 204, 0.6) 30%, rgba(128, 187, 214, 0.6) 40%, rgba(99, 206, 204, 0.6) 50%, rgba(125, 240, 187, 0.6) 60%, rgba(181, 245, 119, 0.6) 70%, rgba(247, 242, 117, 0.6) 80%, rgba(245, 197, 91, 0.6) 90%, rgba(247, 231, 89, 0.6) 100%);
  border-radius: 1000px;
  content: "";
  inset: 0;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body.about.current1 #BASE_A2 {
  top: var(--moveA2_top);
  left: var(--moveA2_left);
}
body.about.current1 #BASE_B2 {
  top: var(--moveB2_top);
  left: var(--moveB2_left);
}
body.about.current1 #BASE_C2 {
  top: var(--moveC2_top);
  left: var(--moveC2_left);
}
body.about.current1 .txt_A {
  width: 72px;
  height: 72px;
  font-size: 20px;
  font-weight: 500;
  background-color: rgba(57, 101, 112, 0.4);
  border: 1px solid #fff;
  padding-top: 1px;
  letter-spacing: 0;
}
body.about.current1 .txt_A::before {
  content: none;
}

body.about.non_current1 .txt_A {
  display: none;
}

.page_about_mv {
  padding-top: 90px;
  padding-bottom: 120px;
  margin-top: -64px;
  position: relative;
  color: white;
  background-color: #f2f5f7;
}
.page_about_mv .img_wrap {
  width: 100%;
  height: 960px;
  background: center/cover no-repeat url("../images/page/about/mv.png");
  position: absolute;
  top: 0;
  left: 0;
}
.page_about_mv .color_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_about_mv .color_bg2 {
  background: conic-gradient(from 268deg at 65% 110%, rgba(245, 197, 91, 0.5) 8%, rgba(247, 242, 117, 0.5) 16%, rgba(181, 245, 119, 0.5) 26%, rgba(125, 240, 187, 0.5) 38%, rgba(99, 206, 204, 0.5) 47%, rgba(99, 206, 204, 0.5) 67%, rgba(125, 240, 187, 0.5) 76%, rgba(181, 245, 119, 0.5) 85%, rgba(247, 242, 117, 0.5) 95%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_about_mv .inner {
  max-width: 800px;
}
.page_about_mv .about_title {
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
}
.page_about_mv .about_sub_title {
  margin-top: 112px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
.page_about_mv p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.page_about_mv p + p {
  margin-top: 20px;
}
.page_about_mv .p4 span {
  font-size: 20px;
  font-weight: 700;
}

.page_about_eco {
  padding-bottom: 80px;
  background-color: #f2f5f7;
  min-height: 100vh;
  overflow: hidden;
}
.page_about_eco .head2 {
  margin-bottom: 57px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.page_about_eco .eco_circle_wraps {
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about_eco .eco_circle_wrap {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_about_eco .eco_circle_wrap .w_bg {
  width: 100%;
  height: 100%;
  background-color: #fffaf0;
  opacity: 0.2;
  position: absolute;
}
.page_about_eco .eco_circle_wrap span {
  opacity: 0.7;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.page_about_eco .eco_circle_wrap:nth-child(1) {
  background-image: url(../images/page/about/eco_1.png);
}
.page_about_eco .eco_circle_wrap:nth-child(2) {
  background-image: url(../images/page/about/eco_2.png);
}
.page_about_eco .eco_circle_wrap:nth-child(3) {
  background-image: url(../images/page/about/eco_3.png);
}
.page_about_eco .bg_wrap {
  margin-top: 100px;
  padding: 48px 72px 44px 72px;
  border-radius: 40px;
  background-color: white;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.page_about_eco .head {
  margin-bottom: 57px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.page_about_eco .eco_txt_wraps {
  gap: 48px;
  display: flex;
  justify-content: center;
}
.page_about_eco .eco_txt_wraps .img_wrap {
  flex-shrink: 0;
}
.page_about_eco .eco_txt_wraps .txt_wraps {
  width: 100%;
  max-width: 552px;
  position: relative;
}
.page_about_eco .eco_txt_wraps .txt_wraps .upper_div {
  width: 520px;
  width: calc(100% - 32px);
  width: 100%;
  height: 209px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 58%, rgba(255, 255, 255, 0.7) 100%);
  top: -50px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.page_about_eco .eco_txt_wraps .txt_wraps .lower_div {
  width: 520px;
  width: calc(100% - 32px);
  width: 100%;
  height: 247px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 42%);
  bottom: -12px;
  left: 0;
  position: absolute;
}
.page_about_eco .eco_txt_wraps .txt_wrap {
  margin-top: 71px;
  width: 100%;
  max-width: 552px;
  height: 320px;
  overflow-y: hidden;
  position: relative;
}
.page_about_eco .eco_txt_wraps .txt_wrap .simplebar-scrollbar {
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.08);
}
.page_about_eco .eco_txt_wraps .txt_wrap .simplebar-track {
  background-color: #fff;
}
.page_about_eco .eco_txt_wraps .txt_wrap p {
  line-height: 2;
  letter-spacing: 0.08em;
}
.page_about_eco .eco_txt_wraps .txt_wrap p + p {
  margin-top: 1em;
}
.page_about_eco .eco_txt_wraps .txt_wrap p span {
  font-size: 18px;
  font-weight: bold;
}
.page_about_eco .eco_txt_wraps .txt_wrap .first_p {
  margin-top: 86px;
}
.page_about_eco .eco_txt_wraps .txt_wrap .last_p {
  margin-bottom: 140px;
}
.page_about_eco .eco_txt_wraps .outer {
  position: relative;
  height: 100%;
}
.page_about_eco .eco_txt_wraps .outer_in {
  position: absolute;
  left: 0;
  top: calc(1em * var(--scroll_txt) * -1);
  transition: top 0.3s ease;
}
.page_about_eco .SEC1 {
  min-height: max(100vh, 805px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  background: #f2f5f7;
  z-index: 30;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.page_about_eco .SEC1.is-active {
  opacity: 1;
  visibility: visible;
}
.page_about_eco .SEC1.is-deactive {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page_about_eco .SEC1 .inner {
  width: 100%;
  margin-top: -30px;
}
.page_about_eco .SEC2 {
  min-height: max(100vh, 805px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page_about_eco .SEC2 .inner {
  width: 100%;
  position: unset;
}
.page_about_eco .SEC2 .img_wrap {
  transition: all 0.5s linear;
  transform-origin: center right;
  opacity: 0;
}
.page_about_eco .SEC2.current1 .img_wrap {
  animation: current1 0s linear 0.5s 1 normal forwards;
}
.page_about_eco .SEC2.is-active .img_wrap {
  transform: scale(1);
  opacity: 1;
}
.page_about_eco .arrow_pagers {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 20;
}
.page_about_eco .arrow_pagers .arrow_btn {
  width: 44px;
  height: 44px;
  background-color: #f2f5f7;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.page_about_eco .arrow_pagers .arrow_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #374b52;
  border-right: 2px solid #374b52;
  transition: opacity 0.3s;
}
.page_about_eco .arrow_pagers .arrow_btn.up_btn span {
  transform: translate(-50%, -30%) rotate(-45deg);
}
.page_about_eco .arrow_pagers .arrow_btn.down_btn span {
  transform: translate(-50%, -70%) rotate(135deg);
}
.page_about_eco .arrow_pagers .arrow_btn:hover {
  background-color: #fff;
}
.page_about_eco .arrow_pagers .arrow_btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.page_about_eco #TRIANGLE,
.page_about_eco #circle_TOP,
.page_about_eco #Support,
.page_about_eco #circle_JISSOU,
.page_about_eco #circle_RENKEI,
.page_about_eco #circle_YUUGOU,
.page_about_eco #circle_MENTA,
.page_about_eco #circle_LEFT,
.page_about_eco #Challenge,
.page_about_eco #circle_SHIKOU,
.page_about_eco #circle_KEIKAKU,
.page_about_eco #circle_KIDUKI,
.page_about_eco #circle_RIGHT,
.page_about_eco #Community,
.page_about_eco #circle_EVENT,
.page_about_eco #circle_ART,
.page_about_eco #circle_MANABU,
.page_about_eco #circle_CHOSEN,
.page_about_eco #circle_SUMU {
  transition: opacity 0.3s ease;
}
.page_about_eco .current1 #circle_MANABU,
.page_about_eco .current1 #circle_CHOSEN,
.page_about_eco .current1 #circle_SUMU {
  visibility: hidden;
}
.page_about_eco .current2 #TRIANGLE,
.page_about_eco .current2 #circle_TOP,
.page_about_eco .current2 #Support,
.page_about_eco .current2 #circle_JISSOU,
.page_about_eco .current2 #circle_RENKEI,
.page_about_eco .current2 #circle_YUUGOU,
.page_about_eco .current2 #circle_MENTA,
.page_about_eco .current2 #circle_LEFT,
.page_about_eco .current2 #Challenge,
.page_about_eco .current2 #circle_SHIKOU,
.page_about_eco .current2 #circle_KEIKAKU,
.page_about_eco .current2 #circle_KIDUKI,
.page_about_eco .current2 #circle_CHOSEN {
  opacity: 0.3;
}
.page_about_eco .current3 #TRIANGLE,
.page_about_eco .current3 #circle_LEFT,
.page_about_eco .current3 #Challenge,
.page_about_eco .current3 #circle_SHIKOU,
.page_about_eco .current3 #circle_KEIKAKU,
.page_about_eco .current3 #circle_KIDUKI,
.page_about_eco .current3 #circle_RIGHT,
.page_about_eco .current3 #Community,
.page_about_eco .current3 #circle_EVENT,
.page_about_eco .current3 #circle_ART,
.page_about_eco .current3 #circle_MANABU {
  opacity: 0.3;
}
.page_about_eco .current4 #TRIANGLE,
.page_about_eco .current4 #circle_TOP,
.page_about_eco .current4 #Support,
.page_about_eco .current4 #circle_JISSOU,
.page_about_eco .current4 #circle_RENKEI,
.page_about_eco .current4 #circle_YUUGOU,
.page_about_eco .current4 #circle_MENTA,
.page_about_eco .current4 #circle_RIGHT,
.page_about_eco .current4 #Community,
.page_about_eco .current4 #circle_EVENT,
.page_about_eco .current4 #circle_ART,
.page_about_eco .current4 #circle_SUMU {
  opacity: 0.3;
}
.page_about_challenge {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.page_about_challenge .bg_img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/page/about/mv.png);
  top: 0;
}
.page_about_challenge .bg_color_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px) brightness(100%);
  background-color: rgba(80, 118, 128, 0.8);
  top: 0;
}
.page_about_challenge .inner {
  text-align: center;
}
.page_about_challenge .under_h1 {
  margin-top: 0;
}
.page_about_challenge .under_h1 h1 {
  font-weight: 500;
  line-height: 2.2;
  color: white;
}
.page_about_challenge .intro {
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
.page_about_challenge .intro p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_about_challenge .intro p + p {
  margin-top: 20px;
}
.page_about_challenge .maru {
  height: 48px;
  padding: 6px 20px;
  border-radius: 100px;
  border: solid 2px white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  color: white;
  position: relative;
}
.page_about_challenge .maru1 {
  margin-bottom: 48px;
  width: min(100%, 430px);
  line-height: 1.2;
}
.page_about_challenge .maru2 {
  margin-bottom: 40px;
  width: min(100%, 430px);
  line-height: 1.4;
}
.page_about_challenge p {
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: white;
}
.page_about_challenge p.small {
  font-size: 75%;
}
.page_about_challenge .p1 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.page_about_challenge .p3 {
  margin-bottom: 40px;
}
.page_about_challenge .p3 span {
  font-size: 20px;
  font-weight: bold;
}
.page_about_challenge .p4, .page_about_challenge .p5 {
  margin-bottom: 1em;
}
.page_about_challenge .p6 {
  margin-top: 10px;
  font-size: 12px;
}
.page_about_challenge .img_txt_wrap {
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_about_challenge .img_txt_wrap .img_wrap {
  flex-shrink: 0;
}
.page_about_challenge .img_txt_wrap .txt_wrap p {
  line-height: 2;
  color: white;
}
.page_about_challenge .img_txt_wrap .txt_wrap p + p {
  margin-top: 20px;
}
.page_about_challenge .g_bg {
  margin-top: 80px;
  padding: 40px;
  border-radius: 40px;
  background-color: #f7f7f7;
}
.page_about_challenge .g_bg .w_bg {
  padding: 20px 20px;
  border-radius: 20px;
  background-color: white;
  width: calc((100% - 40px) / 3);
}
.page_about_challenge .g_bg .initial {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about_challenge .g_bg .second {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page_about_challenge .g_bg .second > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
}
.page_about_challenge .g_bg .head {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.page_about_challenge .g_bg .c_bg {
  margin-top: 40px;
}
.page_about_challenge .m_wrap {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.page_about_challenge .m_wrap_companies {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  justify-content: center;
}
.page_about_challenge .m_wrap_companies a {
  width: calc((100% - 120px) / 7);
}
.page_about_challenge .m_wrap2 {
  gap: 32px;
  margin-top: 20px;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.page_about_challenge .m_wrap2 > * {
  width: 100%;
  max-width: 160px;
  text-align: left;
}
.page_about_challenge .m_wrap2 .dummy {
  height: 1px;
}
.page_about_challenge .m_wrap2 .img_wrap {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about_challenge .m_wrap2 .title {
  font-size: 14px;
  font-weight: bold;
}
.page_about_challenge .m_wrap2 .txt {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
}
.page_about_challenge .m_wrap2 + .head {
  margin-top: 40px;
}
.page_about_challenge .w_bg2 {
  margin-top: 80px;
  padding: 32px 40px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  align-items: center;
}
.page_about_challenge .w_bg2 .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.4px;
  white-space: nowrap;
}
.page_about_challenge .w_bg2 .border_wrap {
  margin-left: 32px;
  margin-right: 32px;
  width: 2px;
  height: 100px;
  background-color: #c2c2c2;
}
.page_about_challenge .w_bg2 .head_txt {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.page_about_challenge .w_bg2 .head_txt + .head_txt {
  margin-top: 8px;
}
.page_about_challenge .w_bg2 .head {
  min-width: 100px;
  text-align: right;
}
.page_about_challenge .w_bg2 .txt {
  text-align: left;
}
.page_about_challenge .w_bg2 .txt span {
  font-size: 16px;
}
.page_about_challenge #JACK2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}
.page_about_challenge #JACK2 .AS {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about_challenge #JACK2 .AS.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}
.page_about_challenge #JACK2 .split_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 60px;
}
.page_about_challenge #JACK2 .left_content {
  width: 41%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_about_challenge #JACK2 .left_content .maru {
  margin-bottom: 30px;
  min-width: 300px;
  padding: 12px 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}
.page_about_challenge #JACK2 .left_content .img_wrap {
  width: 100%;
}
.page_about_challenge #JACK2 .left_content .img_wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}
.page_about_challenge #JACK2 .right_content {
  width: 44%;
  color: white;
  text-align: left;
}
.page_about_challenge #JACK2 .right_content .under_h1 h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
}
.page_about_challenge #JACK2 .right_content .intro p, .page_about_challenge #JACK2 .right_content .text_block p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 1.3em;
  text-align: left;
  color: #fff;
}
.page_about_challenge #JACK2 .right_content .intro p span, .page_about_challenge #JACK2 .right_content .text_block p span {
  font-size: 1.15em;
  font-weight: bold;
}
.page_about_challenge .AS .before {
  opacity: 1;
}
.page_about_challenge .AS .after {
  opacity: 0;
}
.page_about_challenge .AS .before,
.page_about_challenge .AS .after {
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.page_about_challenge .AS .img_before,
.page_about_challenge .AS .img_after {
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.page_about_challenge .AS.is-active .before {
  opacity: 0;
}
.page_about_challenge .AS.is-active .after {
  opacity: 1;
}
.page_about_challenge .AS.is-active .img_before {
  transform: translateX(-50%) scale(2.5);
  opacity: 0;
}
.page_about_challenge .AS.is-active .img_after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.page_about_challenge .AS .img_before {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.page_about_challenge .AS .img_after {
  transform: translateX(-50%) scale(0.85);
  opacity: 0;
}

.page_about_message {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.page_about_message .under_h1 {
  margin-top: 0;
  margin-bottom: 64px;
}
.page_about_message .p_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.page_about_message .p_wrap + .p_wrap {
  margin-top: 64px;
}
.page_about_message .p_wrap .img_wrap {
  max-width: 272px;
  min-width: 272px;
  margin-bottom: 14px;
}
.page_about_message .p_wrap .txt_wrap {
  font-size: 14px;
  text-align: center;
}
.page_about_message .p_wrap .txt_wrap div {
  margin-top: 8px;
}
.page_about_message .left {
  position: relative;
  z-index: 1;
}
.page_about_message .right p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page_about_message .w_bg {
  margin-top: 80px;
  margin-left: -32px;
  padding: 32px 32px 32px 64px;
  border-radius: 24px;
  background-color: white;
}
.page_about_message .message_wrap {
  margin-bottom: 160px;
}
.page_about_message .w_bg2 {
  gap: 50px;
  padding: 16px 35px 16px 16px;
  border-radius: 48px;
  background-color: white;
  display: flex;
  align-items: center;
}
.page_about_message .w_bg2 .txt_wrap {
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #5f96a9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_about_message .w_bg2 .head {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.page_about_message .w_bg2 p {
  font-size: 14px;
}

.visual_img {
  width: 50%;
}

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3; /* ← 動画の比率 */
  border-radius: 32px;
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cover or contain */
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .page_about_eco {
    padding-bottom: 80px;
  }
  .page_about_eco .under_h1 {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .page_about_eco .eco_circle_wrap:nth-child(1), .page_about_eco .eco_circle_wrap:nth-child(3) {
    margin-top: 90px;
  }
  .page_about_message .inner {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .page_about_challenge .m_wrap_companies {
    padding: 40px;
  }
  .sp_only_img {
    display: none !important;
  }
  .pc_only_svg {
    display: block !important;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_about_mv .about_title {
    font-size: 18px;
  }
  .page_about_mv .img_wrap {
    width: 100%;
    height: 890px;
    background-position: 86% center;
  }
  body.about .page_about_mv {
    padding-bottom: 60px;
    margin-top: initial;
  }
  body.about .page_about_mv .about_sub_title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  body.about .page_about_mv p {
    font-size: 14px;
  }
  body.about .page_about_mv .p4 span {
    font-size: 16px;
  }
  body.about .page_about_eco {
    padding-top: 50px;
  }
  body.about .page_about_eco .head2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  body.about .SEC1 {
    position: relative;
    min-height: auto;
    height: auto;
    padding: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    background: #f2f5f7;
  }
  body.about .SEC1 img {
    width: 120px;
  }
  body.about .SEC1 .inner {
    margin-top: 0;
    padding: 0 20px;
  }
  body.about .SEC1 .eco_circle_wraps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  body.about .SEC1 .eco_circle_wraps .eco_circle_wrap {
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
    height: auto;
  }
  body.about .SEC1 .eco_circle_wraps .eco_circle_wrap span {
    font-size: 24px;
  }
  body.about .SEC1 .eco_circle_wraps .eco_circle_wrap:last-child {
    width: calc(100% - 40px);
    max-width: 300px;
    margin-top: 10px;
  }
  body.about .SEC2 {
    position: relative;
    min-height: auto;
    height: auto;
    padding: 50px 20px 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  body.about .SEC2 .head {
    display: none;
  }
  body.about .SEC2 .inner {
    display: block;
    padding: 0 10px;
  }
  body.about .SEC2 .inner .bg_wrap {
    margin-top: 0;
    padding: 40px 25px 10px;
  }
  body.about .SEC2 .img_wrap {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 40px;
    opacity: 1;
    transform: none;
    display: block;
  }
  body.about .SEC2 .img_wrap svg, body.about .SEC2 .img_wrap img {
    width: 100%;
    height: auto;
  }
  body.about .SEC2 .eco_txt_wraps {
    display: block;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wraps {
    max-width: 100%;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wraps .upper_div, body.about .SEC2 .eco_txt_wraps .txt_wraps .lower_div {
    display: none;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap {
    height: auto;
    margin-top: 0;
    overflow: visible;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap .outer {
    height: auto;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap .outer_in {
    position: relative;
    top: 0;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap p {
    opacity: 1;
    transform: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap p span {
    font-size: 16px;
  }
  body.about .SEC2 .eco_txt_wraps .txt_wrap .first_p,
  body.about .SEC2 .eco_txt_wraps .txt_wrap .last_p {
    display: none;
  }
  body.about .SEC2 .arrow_pagers {
    display: none;
  }
  body.about .SEC2 #circle_MANABU, body.about .SEC2 #circle_CHOSEN, body.about .SEC2 #circle_SUMU,
  body.about .SEC2 #TRIANGLE, body.about .SEC2 #Support, body.about .SEC2 #Challenge, body.about .SEC2 #Community {
    opacity: 1;
    visibility: visible;
  }
  body.about #BASE_A2, body.about #BASE_B2, body.about #BASE_C2 {
    display: none;
  }
  body.about .page_about_challenge {
    padding: 60px 0;
    height: auto !important;
  }
  body.about .page_about_challenge .under_h1 h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  body.about .page_about_challenge .intro {
    margin-bottom: 40px;
  }
  body.about .page_about_challenge #JACK2 {
    height: auto;
    overflow: visible;
    display: block;
  }
  body.about .page_about_challenge #JACK2 .AS {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-bottom: 30px;
  }
  body.about .page_about_challenge #JACK2 .AS .after {
    opacity: 1;
  }
  body.about .page_about_challenge #JACK2 .AS:last-child {
    margin-bottom: 0;
  }
  body.about .page_about_challenge #JACK2 .split_inner {
    flex-direction: column;
    gap: 0;
    padding: initial;
  }
  body.about .page_about_challenge #JACK2 .split_inner.reverse {
    flex-direction: column-reverse;
  }
  body.about .page_about_challenge #JACK2 .right_content {
    width: 100%;
  }
  body.about .page_about_challenge #JACK2 .left_content {
    width: 100%;
  }
  body.about .page_about_challenge #AS0 .under_h1 h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  body.about .page_about_challenge #AS0 .intro {
    margin-bottom: 0;
  }
  body.about .page_about_challenge #AS0 .intro p {
    font-size: 14px !important;
  }
  body.about .page_about_challenge #AS1 .maru, body.about .page_about_challenge #AS2 .maru {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    padding: 12px 15px;
    font-size: 14px !important;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  body.about .page_about_challenge #AS1 .maru .before, body.about .page_about_challenge #AS1 .maru .after, body.about .page_about_challenge #AS2 .maru .before, body.about .page_about_challenge #AS2 .maru .after {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    white-space: normal;
  }
  body.about .page_about_challenge #AS1 .maru .before.before, body.about .page_about_challenge #AS1 .maru .after.before, body.about .page_about_challenge #AS2 .maru .before.before, body.about .page_about_challenge #AS2 .maru .after.before {
    display: none !important;
  }
  body.about .page_about_challenge #AS1 .img_wrap1, body.about .page_about_challenge #AS1 .img_wrap, body.about .page_about_challenge #AS2 .img_wrap1, body.about .page_about_challenge #AS2 .img_wrap {
    height: auto !important;
    max-width: 100% !important;
    margin-bottom: 0;
  }
  body.about .page_about_challenge #AS1 .img_wrap1 img, body.about .page_about_challenge #AS1 .img_wrap img, body.about .page_about_challenge #AS2 .img_wrap1 img, body.about .page_about_challenge #AS2 .img_wrap img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  body.about .page_about_challenge #AS1 .img_wrap1 .img_before, body.about .page_about_challenge #AS1 .img_wrap .img_before, body.about .page_about_challenge #AS2 .img_wrap1 .img_before, body.about .page_about_challenge #AS2 .img_wrap .img_before {
    display: none;
  }
  body.about .page_about_challenge #AS1 .img_wrap1 .img_after, body.about .page_about_challenge #AS1 .img_wrap .img_after, body.about .page_about_challenge #AS2 .img_wrap1 .img_after, body.about .page_about_challenge #AS2 .img_wrap .img_after {
    display: block;
    opacity: 1 !important;
  }
  body.about .page_about_challenge #AS1 .img_wrap1 {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body.about .page_about_challenge #AS2 .img_wrap {
    padding-bottom: initial;
  }
  body.about .page_about_challenge #AS3 {
    padding: 0 !important;
  }
  body.about .page_about_challenge #AS3 p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: left;
    margin-bottom: 20px;
  }
  body.about .page_about_challenge #AS3 p.p3 {
    margin-top: 0;
    width: 100%;
  }
  body.about .page_about_challenge #AS3 p.p4 {
    margin-top: 0;
  }
  body.about .page_about_challenge #AS3 p span {
    font-size: 16px !important;
  }
  body.about .page_about_challenge .g_bg {
    padding: 30px 24px;
    margin-top: 40px;
  }
  body.about .page_about_challenge .g_bg .head {
    font-size: 18px;
  }
  body.about .page_about_challenge .g_bg .m_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  body.about .page_about_challenge .g_bg .w_bg {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 20px;
  }
  body.about .page_about_challenge .m_wrap_companies {
    padding: 24px;
    gap: 10px;
  }
  body.about .page_about_challenge .m_wrap_companies a {
    width: calc((100% - 10px) / 2);
  }
  body.about .page_about_challenge .m_wrap2 {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  body.about .page_about_challenge .m_wrap2 > * {
    max-width: 200px;
    text-align: center;
  }
  body.about .page_about_challenge .message_wrap {
    margin-bottom: 50px;
  }
  body.about .page_about_challenge .w_bg2 {
    flex-direction: column;
    padding: 30px 24px;
    gap: 5px;
    align-items: center;
    text-align: center;
  }
  body.about .page_about_challenge .w_bg2 .title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  body.about .page_about_challenge .w_bg2 .border_wrap {
    width: 60px;
    height: 2px;
    margin: 10px 0;
  }
  body.about .page_about_challenge .w_bg2 .head_txt {
    flex-direction: column;
    gap: 5px;
  }
  body.about .page_about_challenge .w_bg2 .head_txt .head {
    min-width: auto;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
  }
  body.about .page_about_challenge .w_bg2 .head_txt .txt {
    font-size: 14px;
  }
  body.about .page_about_challenge .w_bg2 .head_txt .txt span {
    font-size: 12px;
    display: block;
  }
  body.about .page_about_challenge .w_bg2 .head_txt + .head_txt {
    margin-top: 1em;
  }
  body.about .page_about_message {
    padding: 50px 0 50px;
  }
  body.about .page_about_message .under_h1 {
    margin-bottom: 40px;
  }
  body.about .page_about_message .p_wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }
  body.about .page_about_message .p_wrap .img_wrap {
    max-width: 180px;
    min-width: auto;
    margin-bottom: 5px;
  }
  body.about .page_about_message .p_wrap .txt_wrap {
    margin-bottom: 10px;
  }
  body.about .page_about_message .p_wrap .txt_wrap div {
    font-size: 13px;
    margin-top: 4px;
  }
  body.about .page_about_message .p_wrap .right {
    padding: 0 20px;
    width: 100%;
  }
  body.about .page_about_message .p_wrap .right .w_bg {
    margin: 0 auto;
    padding: 25px;
  }
  body.about .page_about_message .p_wrap .right p {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  body.about .page_about_message .p_wrap + .p_wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  body.about .page_about_message .w_bg2 {
    flex-direction: column;
    padding: 0 0 20px;
    margin: 50px 10px 0;
    border-radius: 24px;
    gap: 25px;
    overflow: hidden;
  }
  body.about .page_about_message .w_bg2 .head {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  body.about .page_about_message .w_bg2 .visual_img {
    width: 100% !important;
    padding: 0;
  }
  body.about .page_about_message .w_bg2 .visual_img .video-wrap {
    border-radius: 0;
    width: 100%;
    aspect-ratio: 16/9;
  }
  body.about .page_about_message .w_bg2 .txt_wrap {
    padding: 0 25px 20px;
  }
  body.about .page_about_message .w_bg2 .txt_wrap p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}
.sp_only_img {
  display: block;
}

.pc_only_svg {
  display: none;
}

/* スマホ表示時の上書き */
@media screen and (max-width: 768px) {
  #JACK2 #AS2 .pc_only_svg {
    display: none !important;
  }
  #JACK2 #AS2 .sp_only_img {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  #JACK2 #AS2 .sp_only_img img {
    width: 100%;
    max-width: 340px;
    height: auto;
    position: relative !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.program #header {
  backdrop-filter: blur(10px) brightness(100%);
  background-image: linear-gradient(to bottom, rgba(242, 245, 247, 0.5), rgba(242, 245, 247, 0.2));
}

.page_program {
  padding-top: 64px;
  padding-bottom: 103px;
  background-color: #f2f5f7;
  margin-top: -64px;
}
.page_program .under_h1 {
  margin-top: 0;
  padding-top: 26px;
  margin-bottom: 161px;
}
.page_program .flex {
  display: flex;
  gap: 85px;
  justify-content: center;
  align-items: center;
}
.page_program .img_wrap1 {
  flex-shrink: 0;
  position: relative;
}
.page_program .img_wrap1 img {
  border-radius: 50%;
  width: 540px;
  height: 540px;
}
.page_program .circle {
  width: 163px;
  height: 163px;
  border-radius: 1007.2px;
  backdrop-filter: blur(16.1px);
  background-color: rgba(55, 75, 82, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32.6px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: absolute;
}
.page_program .c1 {
  top: -81.5px;
  left: 50%;
  transform: translateX(-50%);
}
.page_program .c2 {
  left: -45px;
  bottom: 53px;
}
.page_program .c3 {
  right: -45px;
  bottom: 53px;
}
.page_program .p1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.92px;
  margin-bottom: 30px;
}
.page_program .p2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  max-width: 525px;
}

.page_program_image_section {
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.page_program_image_section .img_wrap {
  text-align: center;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_program {
    margin-top: initial;
    padding-bottom: 40px;
  }
  .page_program .under_h1 {
    padding-top: 38px;
    margin-bottom: 70px;
  }
  .page_program .flex {
    flex-direction: column;
    gap: 40px;
  }
  .page_program .img_wrap1 img {
    width: 270px;
    height: 270px;
  }
  .page_program .img_wrap1 .circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    font-size: 16px;
  }
  .page_program .img_wrap1 .c1 {
    top: -41px;
    left: 50%;
  }
  .page_program .img_wrap1 .c2 {
    left: -22px;
    bottom: 26px;
  }
  .page_program .img_wrap1 .c3 {
    right: -22px;
    bottom: 26px;
  }
  .page_program .p1 {
    font-size: 20px;
  }
  .page_program_image_section {
    padding-bottom: 40px;
  }
}
body.privacy .super_bg {
  background-color: #86d6af;
}
body.privacy #header {
  backdrop-filter: blur(10px) brightness(100%);
  background: linear-gradient(180deg, rgba(242, 245, 247, 0.5) 0%, rgba(242, 245, 247, 0.2) 100%);
}

.page_privacy {
  padding-top: 16px;
  padding-bottom: 80px;
}
.page_privacy .inner {
  max-width: 666px;
}
.page_privacy .under_h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.page_privacy p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_privacy p + p {
  margin-top: 1em;
}
.page_privacy p span {
  font-weight: bold;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .page_privacy {
    padding-top: 0;
  }
  .page_privacy .inner {
    padding-top: 62px;
  }
  .page_privacy .under_h1 {
    margin-top: 0;
    padding-top: 38px;
  }
}
body.post-type-archive-topics {
  background-color: #5495b1;
}

.topics_slide_contents .under_h1 {
  margin-top: 26.5px;
  margin-bottom: 50.5px;
}
.topics_slide_contents .topics_slide_wrap {
  overflow-x: hidden;
}
.topics_slide_contents .swiper_main {
  height: 480px;
  background-color: #ffffff;
  position: relative;
}
.topics_slide_contents .swiper_main .swiper_flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.topics_slide_contents .swiper_main .img_wrap {
  height: 100%;
  aspect-ratio: 386/240;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics_slide_contents .swiper_main .txt_wrap {
  /* デフォルト：非表示 */
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  flex: 1;
  padding: 32px;
  background-color: #ffffff;
  color: #374b52;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.topics_slide_contents .swiper_main {
  /* アクティブなテキスト表示 */
}
.topics_slide_contents .swiper_main .txt_wrap.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.topics_slide_contents .swiper_main .swiper_title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #374b52;
}
.topics_slide_contents .swiper_main .swiper_date {
  font-weight: 500;
  color: #374b52;
}
.topics_slide_contents .topics_slide_thum_wrap {
  margin-top: 20px;
}
.topics_slide_contents .swiper_thum {
  height: 80px;
}
.topics_slide_contents .swiper_thum .swiper-wrapper {
  justify-content: center;
}
.topics_slide_contents .swiper_thum .swiper-slide {
  width: 120px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.topics_slide_contents .swiper_thum .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.topics_slide_contents .swiper_thum .swiper-slide.swiper-slide-thumb-active::before {
  background-color: transparent;
}

.topics_cat_contents {
  padding-top: 80px;
  padding-bottom: 40px;
}
.topics_cat_contents .inner {
  max-width: 640px;
}
.topics_cat_contents .head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.92px;
  text-align: center;
}
.topics_cat_contents .topics_cats {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topics_cat_contents .topic_category {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  color: #374B52;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.5);
}
.topics_cat_contents .topic_category.is_active {
  background-color: rgb(255, 255, 255);
}

.topics_contents {
  padding-bottom: 80px;
}
.topics_contents .topics_wraps {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topics_contents .topics_wraps .dummy {
  width: 100%;
  max-width: 386px;
  height: 1px;
}
.topics_contents .topic_wrap {
  width: calc((100% - 80px) / 3);
}
.topics_contents .topic_thum_wrap {
  aspect-ratio: 386/240;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics_contents .topic_title {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
  font-weight: bold;
}
.topics_contents .topic_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.topics_contents .topic_cat {
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.5);
}
.topics_contents .topic_date {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.topics_contents .more_btn_wrap {
  margin-top: 80px;
}
.topics_contents .more_btn_wrap a {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12.7px 25.3px;
  border-radius: 666.7px;
  background-color: #374b52;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .topics_slide_contents .under_h1 {
    padding-top: 100px; /*  62+38 */
    margin-top: initial;
    margin-bottom: 30px;
  }
  .topics_slide_contents .swiper_main {
    height: auto;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 20px;
    background-color: #ffffff;
    position: relative;
  }
  .topics_slide_contents .swiper_main .swiper_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    position: relative;
  }
  .topics_slide_contents .swiper_main .img_wrap {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 386/240;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .topics_slide_contents .swiper_main .txt_wrap {
    /* デフォルト：非表示 */
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
    flex: 1;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    color: #374B52;
    flex-direction: column;
    justify-content: center;
    position: static;
    min-height: 124px;
  }
  .topics_slide_contents .swiper_main {
    /* アクティブなテキスト表示 */
  }
  .topics_slide_contents .swiper_main .txt_wrap.is-active {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .topics_slide_contents .swiper_main .swiper_title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #333333;
  }
  .topics_slide_contents .swiper_main .swiper_date {
    font-weight: 500;
    color: #333333;
  }
  .topics_slide_contents .topics_slide_thum_wrap {
    margin-top: initial;
  }
  .topics_cat_contents {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .topics_cat_contents .head {
    font-size: 20px;
  }
  .topics_cat_contents .topic_category {
    font-size: 12px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 12px;
  }
  .topics_contents {
    padding-bottom: 50px;
  }
  .topics_contents .topics_wraps {
    width: 100%;
    gap: 20px;
  }
  .topics_contents .topic_wrap {
    width: calc((100% - 20px) / 2);
  }
  .topics_contents .topic_title {
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .topics_contents .topic_title h2 {
    font-size: 16px;
  }
  .topics_contents .topic_cat {
    font-size: 12px;
    height: 24px;
    padding: 8px 8px;
    border-radius: 12px;
  }
  .topics_slide_contents .swiper_thum {
    width: 100%;
    overflow: hidden;
  }
  .topics_slide_contents .swiper_thum .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .topics_slide_contents .swiper_thum .swiper-slide {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
  }
  .topics_slide_contents .swiper_thum::-webkit-scrollbar {
    display: none;
  }
}
body.single .super_bg {
  background-color: #5495b1;
}
body.single #header {
  background: linear-gradient(180deg, rgba(242, 245, 247, 0.5) 0%, rgba(242, 245, 247, 0.2) 100%);
}

.single_content {
  padding-top: 60px;
  padding-bottom: 120px;
}
.single_content .inner {
  max-width: 840px;
}
.single_content .thumbnail_wrap img {
  aspect-ratio: 386/240;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_content .single_h1_wrap {
  margin-top: 40px;
  margin-bottom: 10px;
}
.single_content .single_h1_wrap h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
}
.single_content .single_date_wrap {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.single_content .category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single_content .topic_cat {
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 1000px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.single_content .single_content_wrap {
  margin-top: 60px;
}
.single_content .single_content_wrap h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.single_content .single_content_wrap p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.single_content .single_content_wrap p + p {
  margin-top: 20px;
}
.single_content .single_content_wrap p + h2 {
  margin-top: 40px;
}
.single_content .single_content_wrap a {
  text-decoration: underline;
}
.single_content .content_nav {
  margin-top: 60px;
}
.single_content .content_nav a {
  font-size: 14px;
  display: block;
  position: relative;
}
.single_content .content_nav a span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.single_content .content_nav a .arrow {
  position: absolute;
  top: 12px;
}
.single_content .content_nav a.prev {
  padding-left: 28px;
  text-align: left;
}
.single_content .content_nav a.prev .arrow {
  left: 0;
}
.single_content .content_nav a.next {
  padding-right: 28px;
  text-align: right;
}
.single_content .content_nav a.next .arrow {
  right: 0;
}
.single_content .article {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px;
  border-radius: 10px;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .single_content {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .single_content .single_h1_wrap {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .single_content .single_h1_wrap h1 {
    font-size: 18px;
  }
  .single_content .topic_cat {
    font-size: 12px;
    height: 24px;
    padding: 8px 8px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .single_content .single_content_wrap {
    margin-top: 30px;
  }
  .single_content .single_content_wrap h2 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .single_content .single_content_wrap p {
    font-size: 14px;
  }
  .single_content .single_content_wrap p + p {
    margin-top: 16px;
  }
  .single_content .single_content_wrap p + h2 {
    margin-top: 30px;
  }
  .single_content .content_nav a {
    font-size: 12px;
  }
  .single_content .content_nav a span {
    font-size: 14px;
  }
  .single_content .article {
    padding: 20px;
  }
}
.footer_newsletter_section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer_newsletter_section .p1 {
  margin-top: 34.5px;
  line-height: 1.8;
  text-align: center;
}
.footer_newsletter_section .w_btn {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
.footer_newsletter_section .w_btn img {
  transition: all 0.6s;
}
.footer_newsletter_section .w_btn a:hover img {
  transform: translateX(8px);
}
.footer_newsletter_section .bn_btn {
  text-align: center;
}
.footer_newsletter_section .bn_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 13px 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.footer_newsletter_section .bn_btn a img {
  transition: all 0.6s;
}
.footer_newsletter_section .bn_btn a:hover img {
  transform: translateX(8px);
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .footer_newsletter_section .inner {
    max-width: 700px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .footer_newsletter_section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer_newsletter_section .w_btn {
    width: 250px;
    padding: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .footer_newsletter_section .w_btn img {
    height: 17px;
    width: 22px;
  }
  .footer_newsletter_section .bn_btn a {
    gap: 7px;
    padding: 13px 28px;
    font-size: 20px;
  }
  .footer_newsletter_section .bn_btn a img {
    width: 20px;
    height: 13px;
    margin-bottom: -6px;
  }
  .footer_newsletter_section .p1 {
    margin-top: 20px;
  }
}
.footer_contact_section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_contact_section .w_btn {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
}
.footer_contact_section .w_btn img {
  transition: all 0.6s;
}
.footer_contact_section .w_btn a:hover img {
  transform: translateX(8px);
}
.footer_contact_section .p1 {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer_contact_section .c_btn {
  text-align: center;
}
.footer_contact_section .c_btn a {
  width: 264px;
  height: 56px;
  padding: 19px 38px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.footer_contact_section .c_btn a img {
  transition: all 0.6s;
}
.footer_contact_section .c_btn a:hover img {
  transform: translateX(8px);
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .footer_contact_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_contact_section .c_btn {
    margin-top: 50px;
    text-align: center;
  }
  .footer_contact_section .c_btn a {
    width: 250px;
    height: 46px;
  }
  .footer_contact_section .w_btn {
    font-size: 16px;
  }
  .footer_contact_section .w_btn img {
    height: 17px;
    width: 22px;
  }
  .footer_contact_section .p1 {
    margin-top: 20px;
  }
}
/******************************/
/**********フッター************/
/*****************************/
/*
body.home {
  .footer_bg_wrap {
    backdrop-filter: blur(100px);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(50px) brightness(100%);
  }
}
body:not(.home) {
  .footer_bg_wrap {
    //backdrop-filter: blur(100px);
    background-color: #dfe6e8;
  }
}*/
.footer_bg_wrap {
  backdrop-filter: blur(100px);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(50px) brightness(100%);
}

#to_top {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#to_top > div {
  margin-left: auto;
  width: 80px;
}
#to_top > div > div {
  width: 60px;
  height: 60px;
  bottom: 48px;
  right: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  transition: all 0.8s ease 0s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
#to_top.to_top_fadein > div > div {
  opacity: 1;
  transition: all 0.8s ease 0s;
}
#to_top img {
  width: 20px;
  height: 10px;
  opacity: 0.5;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .inner {
  max-width: 1000px;
}
.footer .p1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.116em;
}
.footer h2 {
  margin-top: 20px;
  margin-bottom: 72px;
  text-align: center;
}
.footer h2 a {
  font-size: 48px;
  font-weight: 500;
}
.footer h2 a span {
  font-size: 32px;
}
.footer .p2 {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
.footer .footer_bottom_links {
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer .footer_bottom_links a {
  font-size: 18px;
  font-weight: 500;
}
.footer .footer_link_wrap {
  margin-top: 236px;
}
.footer .footer_link_wrap ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 44px;
}
.footer .footer_link_wrap ul + ul {
  margin-top: 24px;
}
.footer .footer_link_wrap a {
  display: flex;
  align-items: center;
}
.footer .footer_link_wrap a:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: center/cover no-repeat url("../images/footer/arrow.svg");
  margin-left: 8px;
}
.footer .footer_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer_wp_menu {
  display: flex;
  gap: 49px;
}

.footer_menu_list {
  list-style: none;
}
.footer_menu_list li + li {
  margin-top: 30px;
}
.footer_menu_list a {
  font-weight: 500;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  #to_top > div {
    width: 50px;
  }
  #to_top > div > div {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  #to_top img {
    width: 24px;
    height: 8px;
  }
  .footer {
    padding-top: 20px;
  }
  .footer h2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .footer h2 a {
    font-size: 24px;
  }
  .footer h2 a span {
    font-size: 14px;
  }
  .footer .p1 {
    font-size: 14px;
  }
  .footer .footer_bottom_links {
    margin-top: 50px;
  }
  .footer .footer_bottom_links a {
    font-size: 14px;
  }
  .footer .footer_link_wrap {
    margin-top: 50px;
  }
  .footer .footer_link_wrap a:after {
    height: 8px;
    width: 8px;
    min-width: 8px;
    margin-left: 8px;
  }
  .footer .footer_link_wrap ul {
    gap: 10px 20px;
    flex-direction: column;
    align-items: center;
  }
}
.fadeIn {
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fadeIn.active {
  animation: fadeIn 2s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.fade_in_up {
  opacity: 0;
  transform: translateY(100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_up.active {
  animation-name: fadeInUp;
}

.fade_in_left {
  opacity: 0;
  transform: translateX(-100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_left.active {
  animation-name: fadeInLeft;
}

.fade_in_right {
  opacity: 0;
  transform: translateX(100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_right.active {
  animation-name: fadeInRight;
}

/***********************************/
/**********アニメーション************/
/**********************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes to_transparent {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to_appear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cf7_wrap {
  margin-top: 37px;
  /* 各項目共通 */
}
.cf7_wrap input[type=text],
.cf7_wrap input[type=email],
.cf7_wrap input[type=tel],
.cf7_wrap select,
.cf7_wrap textarea {
  width: 100%;
  height: 40px;
  padding: 9px 12px 12px;
  border: none;
  border-bottom: solid 2px #374b52;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "Noto Sans JP", serif;
}
.cf7_wrap input[type=text]:focus,
.cf7_wrap input[type=email]:focus,
.cf7_wrap input[type=tel]:focus,
.cf7_wrap select:focus,
.cf7_wrap textarea:focus {
  outline: 0;
}
.cf7_wrap input[type=checkbox],
.cf7_wrap input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.cf7_wrap .wpcf7-list-item {
  display: block;
}
.cf7_wrap textarea {
  height: 213px;
  border-radius: 8px;
  border: solid 2px rgba(55, 75, 82, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
}

.cf7_item {
  margin-bottom: 24px;
  position: relative;
}
.cf7_item:first-child:after {
  bottom: auto;
  top: -1px;
}
.cf7_item:last-of-type {
  margin-bottom: 0;
}

.cf7_head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.cf7_content {
  width: 100%;
}

.cf7_contentccept_check {
  margin-top: 60px;
  margin-bottom: 61.5px;
}
.cf7_contentccept_check .wpcf7-list-item {
  margin: 0;
}
.cf7_contentccept_check label {
  display: flex;
  justify-content: center;
}
.cf7_contentccept_check a {
  color: #004ea8;
  text-decoration: underline;
}
.cf7_contentccept_check input {
  display: none;
}
.cf7_contentccept_check input + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cf7_contentccept_check input + span::after, .cf7_contentccept_check input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.cf7_contentccept_check input + span::before {
  width: 22px;
  height: 22px;
  border: solid 1px #004ea8;
  background-color: transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cf7_contentccept_check input + span::after {
  border: none;
  width: 16px;
  height: 6px;
  border-left: 2px solid #004ea8;
  border-bottom: 2px solid #004ea8;
  transform: rotate(-45deg);
  top: 7px;
  left: 3px;
  display: none;
}
.cf7_contentccept_check input:checked + span::after {
  display: block;
}
.cf7_contentccept_check select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: none;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
}

.cf7_submit {
  margin-top: 46px;
}
.cf7_submit input[type=submit] {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  color: #fff;
  border: none;
  background-color: transparent;
  width: 240px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 666.7px;
  background-color: #374b52;
  transition: opacity 0.8s ease;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.cf7_submit input[type=submit]:hover {
  opacity: 0.6;
}

.cf7_spinner_wrap {
  position: relative;
}
.cf7_spinner_wrap .wpcf7-spinner {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/*必須ラベル*/
.cf7_req {
  width: 44px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #e92626;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.2;
  color: #e92626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -60px;
  top: 10px;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .cf7_item {
    display: block;
  }
  .cf7_wrap label {
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
  .cf7_head {
    width: 100%;
    margin: 0;
  }
  .cf7_content {
    width: 100%;
    padding-left: 40px;
  }
  .cf7_wrap input[type=text],
  .cf7_wrap input[type=email],
  .cf7_wrap input[type=tel],
  .cf7_wrap select,
  .cf7_wrap textarea {
    margin-left: 0;
    padding: 8px 8px 8px;
  }
  .cf7_submit {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cf7_submit input[type=submit] {
    font-size: 16px;
    width: 186px;
  }
  .cf7_req {
    font-size: 10px;
    left: 0;
    width: 32px;
  }
}/*# sourceMappingURL=style.css.map */