@charset "UTF-8";
:root {
  /* Sine（もっとも弱い） */
  --ease-sine-in: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-sine-out: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-sine-inout: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  /* Quad（弱め。Sineより強く、Cubicより弱い） */
  --ease-quad-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-quad-inout: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* Cubic（Quadより強く、Quartより弱い） */
  --ease-cubic-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-cubic-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-cubic-inout: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Quart（Cubicより強く、Quintより弱い） */
  --ease-quart-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-quart-inout: cubic-bezier(0.77, 0, 0.175, 1);
  /* Quint（Quartより強く、Expoより弱い） */
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-inout: cubic-bezier(0.86, 0, 0.07, 1);
  /* Expo（もっとも強い） */
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-inout: cubic-bezier(1, 0, 0, 1);
  /* Circ（Expoのような強さを持つが、加速や減速の時間がよりゆるやか。） */
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-circ-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

main {
  position: relative;
  z-index: 2;
  width: 100%;
}
main.section_service_active:before {
  z-index: 1;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.section_wrap {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .section_wrap {
    padding: 0 30px;
  }
}

.section_page_wrap {
  margin-top: 160px;
  margin-bottom: 160px;
}

.cnt_box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  border-radius: 40px;
  padding: 120px 95px;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .cnt_box {
    padding: 120px 40px;
  }
}

.cnt_box_page {
  padding: 80px 80px 130px;
}
.cnt_box_page:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 80px;
  left: 80px;
  width: calc(100% - 160px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* header */
.header_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px 0 30px;
  box-sizing: border-box;
}
.header_wrap .header_navi_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 583px;
  max-height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 6px;
  padding: 13px 20px;
  box-sizing: border-box;
}
.header_wrap .header_navi_wrap .header_logo {
  position: relative;
  width: 104px;
  padding-right: 30px;
  margin-right: 30px;
}
.header_wrap .header_navi_wrap .header_logo img {
  width: 100%;
  height: auto;
  transition: all 0.12s ease-in 0s;
}
.header_wrap .header_navi_wrap .header_logo:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 1px;
  right: 0;
}
.header_wrap .header_navi_wrap .header_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.header_wrap .header_navi_wrap .header_nav li {
  margin-right: 25px;
}
.header_wrap .header_navi_wrap .header_nav li a {
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.header_wrap .header_navi_wrap .header_nav li a:hover {
  opacity: 0.7;
}
.header_wrap .header_navi_wrap .header_nav li:last-child {
  margin-right: 0;
}
.header_wrap.active .header_navi_wrap .header_logo img {
  filter: brightness(0);
}
.header_wrap.active .header_navi_wrap .header_nav li a {
  color: #000;
}

.header_contact_wrap ul, .footer_contact_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.header_contact_wrap ul li, .footer_contact_wrap ul li {
  margin-left: 10px;
}
.header_contact_wrap ul li a, .footer_contact_wrap ul li a {
  position: relative;
  display: block;
  width: 162px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 6px;
}
.header_contact_wrap ul li a span, .footer_contact_wrap ul li a span {
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 45px;
  color: #fff;
  font-size: 1.2rem;
}
.header_contact_wrap ul li a span:before, .footer_contact_wrap ul li a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  top: -2px;
  left: -27px;
  background-image: url("../../img/icon_soudan.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.header_contact_wrap ul li a i, .footer_contact_wrap ul li a i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  overflow: hidden;
}
.header_contact_wrap ul li a i:after, .footer_contact_wrap ul li a i:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 14px;
  left: 0;
}
.header_contact_wrap ul li a i:before, .footer_contact_wrap ul li a i:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  top: 21px;
  right: 15px;
  background-image: url("../../img/arrow01_white.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.header_contact_wrap ul li a:hover, .footer_contact_wrap ul li a:hover {
  background-color: rgb(0, 0, 0);
}
.header_contact_wrap ul li a:hover i:before, .footer_contact_wrap ul li a:hover i:before {
  -webkit-animation: arrow_anime 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: arrow_anime 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.header_contact_wrap ul li a.a2, .footer_contact_wrap ul li a.a2 {
  background-color: rgba(233, 251, 31, 0.8);
}
.header_contact_wrap ul li a.a2 span, .footer_contact_wrap ul li a.a2 span {
  color: #000;
}
.header_contact_wrap ul li a.a2 span:before, .footer_contact_wrap ul li a.a2 span:before {
  width: 15px;
  height: 18px;
  left: -24px;
  background-image: url("../../img/icon_contact.png");
  background-size: 15px auto;
}
.header_contact_wrap ul li a.a2 i:after, .footer_contact_wrap ul li a.a2 i:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.header_contact_wrap ul li a.a2 i:before, .footer_contact_wrap ul li a.a2 i:before {
  background-image: url("../../img/arrow01_black.png");
}
.header_contact_wrap ul li a.a2:hover, .footer_contact_wrap ul li a.a2:hover {
  background-color: rgb(233, 251, 31);
}

.footer_contact_wrap {
  display: none;
}

@-webkit-keyframes arrow_anime {
  0% {
    right: 15px;
    opacity: 1;
  }
  50% {
    right: -12px;
    opacity: 1;
  }
  50.1% {
    right: -12px;
    opacity: 0;
  }
  50.5% {
    right: 35px;
    opacity: 0;
  }
  51% {
    right: 35px;
    opacity: 1;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}

@keyframes arrow_anime {
  0% {
    right: 15px;
    opacity: 1;
  }
  50% {
    right: -12px;
    opacity: 1;
  }
  50.1% {
    right: -12px;
    opacity: 0;
  }
  50.5% {
    right: 35px;
    opacity: 0;
  }
  51% {
    right: 35px;
    opacity: 1;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}
.full {
  display: none;
}

/* KV */
.main_box {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.main_box__wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.main_box__wrap .text_box {
  position: absolute;
  top: 30.6%;
  left: 180px;
}
.main_box__wrap .text_box h1 {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8rem;
  color: #fff;
  line-height: 112%;
  overflow: hidden;
}
.main_box__wrap .text_box h1 .t1 {
  font-weight: 300;
}
.main_box__wrap .text_box h1 .t2 {
  font-weight: 600;
}
.main_box__wrap .text_box .text1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 45px;
  letter-spacing: 0.7px;
}
.main_box__wrap .text_box .text2 {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  margin-top: 23px;
}
.main_box__wrap .news_box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 360px;
  height: 60px;
  max-height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 6px;
  padding: 13px 20px;
  box-sizing: border-box;
  color: #fff;
}
.main_box__wrap .news_box .l {
  position: relative;
  width: 70px;
  font-size: 1.2rem;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.5px;
}
.main_box__wrap .news_box .l:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.1);
  top: -8px;
  right: 18px;
}
.main_box__wrap .news_box .r {
  width: calc(100% - 70px);
  padding-top: 30px;
}
.main_box__wrap .news_box .r:after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 30px;
  right: 8px;
}
.main_box__wrap .news_box .r .kv_news_slide {
  overflow: hidden;
  height: 34px;
  width: 260px;
}
.main_box__wrap .news_box .r .kv_news_slide dl {
  width: 225px;
}
.main_box__wrap .news_box .r .kv_news_slide dl dt {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1.1rem;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.main_box__wrap .news_box .r .kv_news_slide dl dt .date {
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
}
.main_box__wrap .news_box .r .kv_news_slide dl dt .date:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 1.5px;
  right: 0px;
}
.main_box__wrap .news_box .r .kv_news_slide dl dd {
  width: 225px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.main_box__wrap .news_box .r .kv_news_slide dl dd a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.main_box__wrap .news_box .r .kv_news_slide dl dd a .ticker__text {
  position: relative;
  display: inline-block;
  padding-right: 225px;
  transform: translateX(0%);
}
.main_box__wrap .news_box .r .kv_news_slide dl dd a:hover {
  opacity: 0.7;
}
.main_box__wrap .news_box .r .kv_news_slide dl dd a:hover .ticker__text {
  -webkit-animation-name: tickerAnimation;
          animation-name: tickerAnimation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main_box__wrap .news_box .r .slide-arrow {
  position: absolute;
  width: 7px;
  z-index: 10;
  right: 0;
  top: 1px;
  cursor: pointer;
  transition: all 0.12s ease-in 0s;
}
.main_box__wrap .news_box .r .slide-arrow:hover {
  opacity: 0.7;
}
.main_box__wrap .news_box .r .next-arrow {
  top: 27px;
  transform: rotate(180deg);
}
.main_box__wrap .scroll_box {
  position: absolute;
  right: 50px;
  bottom: 55px;
  overflow: hidden;
  padding-bottom: 10px;
}
.main_box__wrap .scroll_box a {
  color: #fff !important;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  overflow: hidden;
  width: 100%;
}
.main_box__wrap .scroll_box a span {
  transition: all 0.2s ease-in 0s;
}
.main_box__wrap .scroll_box a:before, .main_box__wrap .scroll_box a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  top: 19px;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main_box__wrap .scroll_box a:after {
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: main_navi_pathmove 2s ease-in-out infinite;
          animation: main_navi_pathmove 2s ease-in-out infinite;
}
.main_box__wrap .scroll_box a:hover span {
  opacity: 0.7;
}

@-webkit-keyframes tickerAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes tickerAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes main_navi_pathmove {
  0% {
    width: 0;
    left: -100%;
    opacity: 1;
  }
  30% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0px;
    left: 100%;
    opacity: 1;
  }
}
@keyframes main_navi_pathmove {
  0% {
    width: 0;
    left: -100%;
    opacity: 1;
  }
  30% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0px;
    left: 100%;
    opacity: 1;
  }
}
.t1_anime, .t2_anime, .t3_anime {
  visibility: hidden;
}

.kv_title_animetion_1 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: kv_title_animetion;
  animation-name: kv_title_animetion;
  visibility: visible !important;
}

@-webkit-keyframes kv_title_animetion {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes kv_title_animetion {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/* BG */
#bg_mv {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1;
}
#bg_mv .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#bg_mv .video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#bg_mv .video-box:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* common */
.h1_text {
  color: #fff;
  font-size: 8rem;
  font-weight: 400;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  line-height: 110%;
}

.h2_text, .h2_text_center {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-left: 17px;
}
.h2_text:before, .h2_text_center:before {
  position: absolute;
  content: "";
  display: block;
  left: 2px;
  top: 3px;
  width: 4px;
  height: 4px;
  border: 2px solid #000;
  border-radius: 50%;
}

.h2_text_center {
  padding-right: 17px;
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}
.h2_text_center:after {
  position: absolute;
  content: "";
  display: block;
  right: 2px;
  top: 3px;
  width: 4px;
  height: 4px;
  border: 2px solid #000;
  border-radius: 50%;
}

.h3_point span {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  margin-bottom: 15px;
}

.box_main_text, .box_main_text_center {
  font-size: 2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.5px;
}

.box_main_text_center {
  text-align: center;
}

.box_main_text_border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 55px;
  margin-bottom: 60px;
}

.box_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box_col2__left {
  width: 49%;
}
.box_col2__left .box_main_text {
  max-width: 350px;
}
.box_col2__right {
  width: 48.5%;
}

ul.disc {
  margin-left: 10px;
  position: relative;
}
ul.disc li {
  line-height: 180%;
  font-size: 1.2rem;
}
ul.disc li:before {
  content: "•";
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  left: -10px;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

.table01 {
  border-collapse: collapse;
  width: 100%;
  margin-top: -5px;
}
.table01 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table01 th, .table01 td {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  vertical-align: top;
  line-height: 140%;
  padding: 15px 0;
}
.table01 th {
  font-weight: 500;
}

/* common */
/* about */
.about_wrap {
  margin: 150px 0 200px;
}
.about_wrap .box2 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.about_wrap .box2 a img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about_wrap .box2 a .circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background-image: url("../../img/icon_play.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in 0s;
}
.about_wrap .box2 a .circle span {
  display: block;
  transition: all 0.2s ease-out 0s;
}
.about_wrap .box2 a .circle span:before {
  position: absolute;
  content: "";
  display: block;
  width: 137px;
  height: 137px;
  left: -57px;
  top: -55px;
  background-image: url("../../img/about_pic02.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: 40s linear infinite circle_rotation;
          animation: 40s linear infinite circle_rotation;
  transition: all 0.2s ease-in 0s;
}
.about_wrap .box2 a:hover .circle span {
  transform: scale(1.1);
}

@-webkit-keyframes circle_rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle_rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* memner */
.member_wrap {
  margin: 0 0 200px;
}
.member_wrap ul.member_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 60px;
}
.member_wrap ul.member_list > li {
  width: 48.4%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 40px 20px;
}
.member_wrap ul.member_list > li .title, .member_wrap ul.member_list > li .title_s {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.member_wrap ul.member_list > li .title span, .member_wrap ul.member_list > li .title_s span {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 10px;
}
.member_wrap ul.member_list > li .title i, .member_wrap ul.member_list > li .title_s i {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.member_wrap ul.member_list > li .title_s {
  margin-bottom: 10px;
}
.member_wrap ul.member_list > li .title_s span {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.5);
}
.member_wrap ul.member_list > li .img {
  width: 212px;
  margin: 0 auto 20px;
}
.member_wrap ul.member_list > li .img img {
  width: 100%;
  height: auto;
}
.member_wrap ul.member_list > li .post {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.member_wrap ul.member_list > li .name {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.member_wrap ul.member_list > li .name_en {
  text-align: center;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.member_wrap ul.member_list > li p {
  font-size: 1.2rem;
  line-height: 180%;
  margin-bottom: 20px;
}
.member_wrap ul.member_list > li .bottom_line {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* business */
.business_wrap {
  margin: 0 0 200px;
}
.business_wrap .gray_box {
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px 50px 50px;
  text-align: center;
}
.business_wrap .gray_box .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
}
.business_wrap .gray_box .title_en {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.business_wrap .box_margin {
  display: block;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.business_wrap .business_img_col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.business_wrap .business_img_col3 li {
  width: 32%;
  padding: 40px 24px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  box-sizing: border-box;
}
.business_wrap .business_img_col3__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.8px;
}
.business_wrap .business_img_col3__title_en {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
.business_wrap .business_img_col3__img {
  width: 126px;
  text-align: center;
  margin: 0 auto 40px;
}
.business_wrap .business_img_col3__img img {
  width: 100%;
  height: auto;
}

/* service */
.service_wrap {
  margin: 0 0 200px;
}
.service_wrap .cnt_box {
  z-index: 1;
}
.service_wrap ul.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.service_wrap ul.service_list li {
  width: 48.4%;
  margin-bottom: 30px;
  border-radius: 20px;
}
.service_wrap ul.service_list li:nth-child(5), .service_wrap ul.service_list li:nth-child(6) {
  margin-bottom: 0;
}
.service_wrap ul.service_list li a {
  position: relative;
  display: block;
  width: 100%;
}
.service_wrap ul.service_list li a .text {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
}
.service_wrap ul.service_list li a .text .t1, .service_wrap ul.service_list li a .text .t3, .service_wrap ul.service_list li a .text .t5 {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.service_wrap ul.service_list li a .text .t2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.service_wrap ul.service_list li a .text .t3 {
  opacity: 0.5;
  margin-bottom: 22px;
}
.service_wrap ul.service_list li a .text .t4 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.service_wrap ul.service_list li a .text .t5 {
  position: absolute;
  right: 40px;
  bottom: 40px;
  margin: 0;
}
.service_wrap ul.service_list li a .text .t5::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -2px;
  width: 15px;
  height: 15px;
  background-image: url("../../img/icon_eye.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.service_wrap ul.service_list li a .img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.service_wrap ul.service_list li a .img img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: auto;
  line-height: 0;
}
.service_wrap ul.service_list li a .img:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
.service_wrap ul.service_list li a:hover .img:after {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.service_wrap.section_active:before {
  z-index: 2;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.service_modal_wrap {
  position: fixed;
  z-index: 3;
  display: none;
  opacity: 0;
  left: 0;
  right: 0;
  top: 120px;
  margin: 0 auto;
  width: calc(100% - 160px);
  height: calc(100vh - 185px);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 40px;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 0;
}
.service_modal_wrap.active {
  display: block;
  -webkit-animation: service_modal_wrap_anime 0.6s forwards;
          animation: service_modal_wrap_anime 0.6s forwards;
}
.service_modal_wrap .wrap {
  position: relative;
  display: none;
  opacity: 0;
  padding: 80px 80px 50px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.service_modal_wrap .wrap.wrap_active {
  display: block;
  -webkit-animation: service_modal_wrap__wrap_anime 0.6s forwards;
          animation: service_modal_wrap__wrap_anime 0.6s forwards;
}
.service_modal_wrap .wrap .text_box {
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service_modal_wrap .wrap .text_box .t1 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.service_modal_wrap .wrap .title, .service_modal_wrap .wrap .title_s {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 110%;
  margin-bottom: 30px;
}
.service_modal_wrap .wrap .title span, .service_modal_wrap .wrap .title_s span {
  display: block;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 0px;
  opacity: 0.5;
}
.service_modal_wrap .wrap .title_s {
  font-size: 2rem;
  line-height: 140%;
}
.service_modal_wrap .wrap .title_s span {
  font-size: 1.2rem;
  margin-top: 5px;
}
.service_modal_wrap .wrap .title_en {
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.service_modal_wrap .wrap .title_en span {
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-right: 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.service_modal_wrap .wrap .title_en i {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.service_modal_wrap .wrap .text_box_inline {
  margin-top: 50px;
}
.service_modal_wrap .wrap .text_box_center {
  margin-bottom: 50px;
  color: #fff;
}
.service_modal_wrap .wrap .h2_text_center:before, .service_modal_wrap .wrap .h2_text_center:after {
  border-color: #fff;
}
.service_modal_wrap .wrap .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.service_modal_wrap .wrap .box_black {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.service_modal_wrap .wrap .box_black .col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
.service_modal_wrap .wrap .box_black .col2 .title_s {
  width: 350px;
  padding-right: 30px;
  box-sizing: border-box;
}
.service_modal_wrap .wrap .box_black .col2 .text {
  width: calc(100% - 380px);
}
.service_modal_wrap .wrap .box_black .col2 .text dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.5px;
}
.service_modal_wrap .wrap .box_black .col2 .text dl dt {
  width: 50px;
  margin-bottom: 10px;
  word-break: keep-all;
}
.service_modal_wrap .wrap .box_black .col2 .text dl dd {
  width: calc(100% - 50px);
  box-sizing: border-box;
  margin-bottom: 10px;
}

@-webkit-keyframes service_modal_wrap_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes service_modal_wrap_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes service_modal_wrap__wrap_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes service_modal_wrap__wrap_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service_modal_navi, .news_datail_navi {
  position: fixed;
  display: none;
  z-index: 4;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.service_modal_navi.active, .news_datail_navi.active {
  display: block;
}
.service_modal_navi .navi_box, .news_datail_navi .navi_box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  width: 290px;
  height: 45px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.service_modal_navi .navi_box span, .service_modal_navi .navi_box a, .news_datail_navi .navi_box span, .news_datail_navi .navi_box a {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  transition: all 0.12s ease-in 0s;
}
.service_modal_navi .navi_box span:hover, .service_modal_navi .navi_box a:hover, .news_datail_navi .navi_box span:hover, .news_datail_navi .navi_box a:hover {
  opacity: 0.7;
}
.service_modal_navi .navi_box .prev, .service_modal_navi .navi_box .next, .news_datail_navi .navi_box .prev, .news_datail_navi .navi_box .next {
  position: relative;
  width: 91px;
}
.service_modal_navi .navi_box .prev span:before, .service_modal_navi .navi_box .prev a:before, .service_modal_navi .navi_box .next span:before, .service_modal_navi .navi_box .next a:before, .news_datail_navi .navi_box .prev span:before, .news_datail_navi .navi_box .prev a:before, .news_datail_navi .navi_box .next span:before, .news_datail_navi .navi_box .next a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 7px;
  top: 3px;
  right: -16px;
  background-image: url("../../img/arrow01_white.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.service_modal_navi .navi_box .prev span:before, .service_modal_navi .navi_box .prev a:before, .news_datail_navi .navi_box .prev span:before, .news_datail_navi .navi_box .prev a:before {
  right: inherit;
  left: -16px;
  transform: rotate(180deg);
}
.service_modal_navi .navi_box .close, .news_datail_navi .navi_box .close {
  position: relative;
  width: calc(100% - 182px);
}
.service_modal_navi .navi_box .close:before, .service_modal_navi .navi_box .close:after, .news_datail_navi .navi_box .close:before, .news_datail_navi .navi_box .close:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  top: -2px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.service_modal_navi .navi_box .close:before, .news_datail_navi .navi_box .close:before {
  right: inherit;
  left: 0;
}
.service_modal_navi .navi_box .close span, .service_modal_navi .navi_box .close a, .news_datail_navi .navi_box .close span, .news_datail_navi .navi_box .close a {
  padding-left: 10px;
}
.service_modal_navi .navi_box .close span:before, .service_modal_navi .navi_box .close a:before, .news_datail_navi .navi_box .close span:before, .news_datail_navi .navi_box .close a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 3px;
  left: -4px;
  background-image: url("../../img/icon_batu.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}

.news_datail_navi {
  display: block;
  filter: blur(0);
}
.news_datail_navi .navi_box {
  transition: all 0.3s ease-out;
}
.news_datail_navi .navi_box .close a {
  padding-left: 0px;
}
.news_datail_navi .navi_box .close a:before {
  display: none;
}
.news_datail_navi .navi_box .link_off {
  opacity: 0.7;
  pointer-events: none;
}
.news_datail_navi.off {
  z-index: -1;
  filter: blur(5px);
}
.news_datail_navi.off .navi_box {
  opacity: 0;
}

/* company */
.company_wrap {
  margin: 0 0 200px;
}
.company_wrap .box_col2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.company_wrap .box_col2__left {
  width: 28%;
}
.company_wrap .box_col2__right {
  width: 69%;
}
.company_wrap .table01 tr th {
  width: 80px;
}

/* news */
.category_title_wrap .wrap {
  position: relative;
  padding: 185px 0 120px;
  box-sizing: border-box;
}
ul.news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
ul.news_list li {
  width: 31.5%;
  margin-bottom: 30px;
}
ul.news_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 30px 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
ul.news_list li a:hover {
  background-color: rgb(255, 255, 255);
}
ul.news_list li a .img {
  margin-bottom: 20px;
}
ul.news_list li a .img img {
  border-radius: 10px;
}
ul.news_list li a .date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
ul.news_list li a .date .text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-right: 6px;
  box-sizing: border-box;
}
ul.news_list li a .date .text .t1 {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
ul.news_list li a .date .text .t1:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 1.5px;
  right: 0px;
}
ul.news_list li a .date .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
ul.news_list li a .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 30px;
}
ul.news_list li a .view {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% - 60px);
}
ul.news_list li a .view .t1 {
  position: relative;
  width: 80px;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-align: right;
}
ul.news_list li a .view .t1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 15px;
  height: 15px;
  background-image: url("../../img/icon_eye_black.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
ul.news_list li a .view .line {
  height: 1px;
  width: calc(100% - 80px);
  display: block;
  margin-right: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}
ul.news_list::after {
  content: "";
  display: block;
  width: 31.5%;
}

.category_pagenavi {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}
.category_pagenavi .wp-pagenavi, .category_pagenavi .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 70px;
  box-sizing: border-box;
}
.category_pagenavi .wp-pagenavi a, .category_pagenavi .wp-pagenavi span, .category_pagenavi .nav-links a, .category_pagenavi .nav-links span {
  display: block;
  width: 45px !important;
  height: 45px !important;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 15px;
  -webkit-tap-highlight-color: transparent;
}
.category_pagenavi .wp-pagenavi a.prev, .category_pagenavi .wp-pagenavi a.next, .category_pagenavi .wp-pagenavi span.prev, .category_pagenavi .wp-pagenavi span.next, .category_pagenavi .nav-links a.prev, .category_pagenavi .nav-links a.next, .category_pagenavi .nav-links span.prev, .category_pagenavi .nav-links span.next {
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.category_pagenavi .wp-pagenavi a.prev:before, .category_pagenavi .wp-pagenavi a.next:before, .category_pagenavi .wp-pagenavi span.prev:before, .category_pagenavi .wp-pagenavi span.next:before, .category_pagenavi .nav-links a.prev:before, .category_pagenavi .nav-links a.next:before, .category_pagenavi .nav-links span.prev:before, .category_pagenavi .nav-links span.next:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  top: 42%;
  right: 43%;
  background-image: url("../../img/arrow01_white.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s var(--ease-sine-out);
}
.category_pagenavi .wp-pagenavi a.prev, .category_pagenavi .wp-pagenavi span.prev, .category_pagenavi .nav-links a.prev, .category_pagenavi .nav-links span.prev {
  left: 0;
  transform: rotate(180deg);
}
.category_pagenavi .wp-pagenavi a.next, .category_pagenavi .wp-pagenavi span.next, .category_pagenavi .nav-links a.next, .category_pagenavi .nav-links span.next {
  right: 0;
}
.category_pagenavi .wp-pagenavi a:hover, .category_pagenavi .wp-pagenavi a.current, .category_pagenavi .wp-pagenavi span:hover, .category_pagenavi .wp-pagenavi span.current, .category_pagenavi .nav-links a:hover, .category_pagenavi .nav-links a.current, .category_pagenavi .nav-links span:hover, .category_pagenavi .nav-links span.current {
  background-color: #fff;
  color: #000;
}
.category_pagenavi .wp-pagenavi a:hover.prev:before, .category_pagenavi .wp-pagenavi a:hover.next:before, .category_pagenavi .wp-pagenavi a.current.prev:before, .category_pagenavi .wp-pagenavi a.current.next:before, .category_pagenavi .wp-pagenavi span:hover.prev:before, .category_pagenavi .wp-pagenavi span:hover.next:before, .category_pagenavi .wp-pagenavi span.current.prev:before, .category_pagenavi .wp-pagenavi span.current.next:before, .category_pagenavi .nav-links a:hover.prev:before, .category_pagenavi .nav-links a:hover.next:before, .category_pagenavi .nav-links a.current.prev:before, .category_pagenavi .nav-links a.current.next:before, .category_pagenavi .nav-links span:hover.prev:before, .category_pagenavi .nav-links span:hover.next:before, .category_pagenavi .nav-links span.current.prev:before, .category_pagenavi .nav-links span.current.next:before {
  background-image: url("../../img/arrow01_black.png");
}
.category_pagenavi .wp-pagenavi a.inactive, .category_pagenavi .wp-pagenavi span.inactive, .category_pagenavi .nav-links a.inactive, .category_pagenavi .nav-links span.inactive {
  opacity: 0.4;
}
.category_pagenavi .wp-pagenavi a.inactive:hover, .category_pagenavi .wp-pagenavi span.inactive:hover, .category_pagenavi .nav-links a.inactive:hover, .category_pagenavi .nav-links span.inactive:hover {
  background-color: inherit;
  color: #fff;
}
.category_pagenavi .wp-pagenavi a.inactive:hover:before, .category_pagenavi .wp-pagenavi span.inactive:hover:before, .category_pagenavi .nav-links a.inactive:hover:before, .category_pagenavi .nav-links span.inactive:hover:before {
  background-image: url("../../img/arrow01_white.png");
}

.news_head {
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_head .date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.news_head .date .text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-right: 6px;
  box-sizing: border-box;
}
.news_head .date .text .t1 {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.news_head .date .text .t1:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 1.5px;
  right: 0px;
}
.news_head .date .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.news_head .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
}

.detail_wrap p {
  margin: 30px 0;
}

.is-provider-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* news */
/* contact */
ul.contact_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 60px 0;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.contact_flow li {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
ul.contact_flow li.on {
  background-color: rgba(233, 251, 31, 0.8);
}

.form_table {
  width: 100%;
}
.form_table th {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.form_table th span {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  top: 3px;
}
.form_table td {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.form_table td.td_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.form_table td.td_col2 > div {
  width: 48%;
}

.form_table_confirm th {
  padding-bottom: 5px;
}

.privacy_policy_box {
  display: block;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  margin: 10px auto 50px;
  padding: 50px 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.privacy_policy_box .sub_title_s {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.privacy_policy_box p {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 180%;
}

.form_kakunin_wrap p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

/* contact */
/* Contact Form7 */
.wpcf7-spinner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.wpcf7-response-output {
  border-color: #dc3232 !important;
  padding: 15px 20px !important;
  color: #dc3232 !important;
  box-sizing: border-box !important;
  margin-bottom: 30px !important;
  line-height: 160% !important;
}

/* Contact Form7 */
/* footer_contact_box */
.footer_contact_box .cnt_box {
  background-color: rgba(233, 251, 31, 0.8);
  padding: 80px 95px;
}
.footer_contact_box .btn {
  margin-top: 50px;
}
.footer_contact_box .btn a {
  position: relative;
  display: block;
  width: 414px;
  height: 73px;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
.footer_contact_box .btn a span {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 52px;
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer_contact_box .btn a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: -1px;
  left: -24px;
  background-image: url("../../img/icon_contact2.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.footer_contact_box .btn a i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 73px;
  overflow: hidden;
}
.footer_contact_box .btn a i:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 20px;
  left: 0px;
}
.footer_contact_box .btn a i:before {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  top: 32px;
  right: 25px;
  background-image: url("../../img/arrow01_white.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.footer_contact_box .btn a:hover {
  background-color: rgb(0, 0, 0);
}
.footer_contact_box .btn a:hover i:before {
  -webkit-animation: contact_arrow_anime 0.7s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: contact_arrow_anime 0.7s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

@-webkit-keyframes contact_arrow_anime {
  0% {
    right: 25px;
    opacity: 1;
  }
  50% {
    right: -11px;
    opacity: 1;
  }
  50.1% {
    right: -11px;
    opacity: 0;
  }
  50.5% {
    right: 60px;
    opacity: 0;
  }
  51% {
    right: 60px;
    opacity: 1;
  }
  100% {
    right: 25px;
    opacity: 1;
  }
}

@keyframes contact_arrow_anime {
  0% {
    right: 25px;
    opacity: 1;
  }
  50% {
    right: -11px;
    opacity: 1;
  }
  50.1% {
    right: -11px;
    opacity: 0;
  }
  50.5% {
    right: 60px;
    opacity: 0;
  }
  51% {
    right: 60px;
    opacity: 1;
  }
  100% {
    right: 25px;
    opacity: 1;
  }
}
.footer_wrap {
  width: 100%;
  height: 100vh;
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 0;
}
.footer_wrap .footer_top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46.5%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  padding: 0 30px 210px;
  box-sizing: border-box;
}
.footer_wrap .footer_top .logo {
  width: 100%;
  max-width: 191px;
}
.footer_wrap .footer_top .logo img {
  width: 100%;
  height: auto;
}
.footer_wrap .footer_top .text {
  position: relative;
  margin-left: 12.2%;
  padding-left: 12.2%;
}
.footer_wrap .footer_top .text:before {
  content: "";
  position: absolute;
  display: flex;
  width: 1px;
  height: 226px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_wrap .footer_top .text .name {
  position: relative;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 6rem;
  color: #fff;
  line-height: 115%;
  top: -4px;
}
.footer_wrap .footer_top .text .name .t1 {
  font-weight: 300;
}
.footer_wrap .footer_top .text .name .t2 {
  font-weight: 600;
}
.footer_wrap .footer_top .text .text1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 33px;
  letter-spacing: 0.7px;
}
.footer_wrap .footer_top .text .text2 {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  margin-top: 23px;
}
.footer_wrap .footer_bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.footer_wrap .footer_bottom .copy {
  position: absolute;
  right: 50px;
  color: #fff;
  opacity: 0.7;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer_wrap .footer_bottom .sns_wrap {
  position: absolute;
  left: 30px;
  top: -10px;
}
.footer_wrap .footer_bottom .sns_wrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.footer_wrap .footer_bottom .sns_wrap ul li {
  margin-right: 10px;
  color: #fff;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.footer_wrap .footer_bottom .sns_wrap ul li img {
  width: 30px;
  height: 30px;
}
.footer_wrap .footer_bottom .sns_wrap ul li a:hover {
  opacity: 0.7;
}

.loader {
  background: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.loader .logo {
  position: absolute;
  text-align: center;
}

@media all and (max-width: 960px) {
  .section_wrap {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  .section_page_wrap {
    margin-top: 21vw;
    margin-bottom: 21vw;
    padding: 0 5%;
  }
  .news_list_wrap {
    padding: 0 5%;
  }
  /* header */
  .header_wrap {
    z-index: 96;
    width: 100%;
    padding: 2% 2.5% 0;
  }
  .header_wrap .header_navi_wrap {
    position: relative;
    padding: 35px 17px 10px;
    width: 100%;
    height: 45px;
    max-height: inherit;
    flex-wrap: wrap;
    transition: 0.45s ease-in-out;
  }
  .header_wrap .header_navi_wrap.active {
    height: 103vw;
  }
  .header_wrap .header_navi_wrap .header_logo {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 100px;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .header_wrap .header_navi_wrap .header_logo::after {
    display: none;
  }
  .header_wrap .header_navi_wrap .header_nav {
    display: none;
  }
  .header_wrap .header_contact_wrap {
    display: none;
  }
  /* navi */
  .full {
    width: 100%;
    position: relative;
    z-index: 9 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    box-sizing: border-box;
    padding-top: 8vw;
    padding-bottom: 2vw;
    transition: 0.7s ease-in-out;
  }
  .globalMenu {
    width: 100%;
    box-sizing: border-box;
  }
  .globalMenu ul.list {
    width: 100%;
  }
  .globalMenu ul.list li {
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
  }
  .globalMenu ul.list li a {
    position: relative;
    width: 100%;
    display: block;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    color: #fff;
    font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 120%;
  }
  .full.active {
    display: block;
    -webkit-animation: fadein 0.5s ease-in-out forwards;
            animation: fadein 0.5s ease-in-out forwards;
  }
  .full.active_off {
    -webkit-animation: fadeout 0.5s ease-in-out forwards;
            animation: fadeout 0.5s ease-in-out forwards;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      visibility: visible;
    }
    100% {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      visibility: visible;
    }
    100% {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
  }
  @-webkit-keyframes fadeout {
    0% {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
    100% {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
    }
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
    100% {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
    }
  }
  .navToggle {
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 10;
    box-sizing: border-box;
    transition: 0.35s ease-in-out;
  }
  .navToggle span {
    display: block;
    position: absolute;
    border-bottom: solid 1px #fff;
    transition: 0.35s ease-in-out;
    width: 30px;
    left: 0px;
  }
  .header_wrap.active .navToggle span {
    border-bottom: solid 1px #000;
  }
  .navToggle span:nth-child(1) {
    top: 17px;
  }
  .navToggle span:nth-child(2) {
    top: 22px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 22px;
    transform: rotate(25deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2) {
    top: 22px;
    transform: rotate(-25deg);
  }
  .navToggle.active span:nth-child(3) {
    top: 22px;
    opacity: 0;
    transform: rotate(-25deg);
  }
  /* navi */
  _::-webkit-full-page-media, _:future, :root h1 .t2_sp::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 5vw;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  .main_box {
    height: 100svh;
  }
  .main_box__wrap {
    height: 100svh;
  }
  .main_box__wrap .scroll_box_pc {
    display: none !important;
  }
  .main_box__wrap .text_box {
    top: 30%;
    left: 5%;
  }
  .main_box__wrap .text_box h1 {
    font-size: 9.5vw;
    padding-right: 5vw;
    width: 100%;
  }
  .main_box__wrap .text_box .text1 {
    font-size: 4.5vw;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .main_box__wrap .text_box .text2 {
    font-size: 3.6vw;
    margin-top: 10px;
  }
  .main_box__wrap .scroll_box_sp {
    position: relative;
    display: inline-block !important;
    right: inherit;
    left: 0;
    margin-top: 25vw;
  }
  .main_box__wrap .scroll_box_sp span, .main_box__wrap .scroll_box_sp a {
    font-size: 3vw;
  }
  .main_box__wrap .scroll_box_sp span::before, .main_box__wrap .scroll_box_sp span:after, .main_box__wrap .scroll_box_sp a::before, .main_box__wrap .scroll_box_sp a:after {
    top: 70%;
  }
  .main_box__wrap .news_box {
    bottom: 70px;
    left: 2.5%;
    width: 95%;
    max-width: 360px;
    height: 65px;
    max-height: 65px;
  }
  .main_box__wrap .news_box .r {
    padding-top: 26px;
  }
  .main_box__wrap .news_box .r .kv_news_slide {
    width: 105%;
    max-width: 260px;
    height: 52px;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl {
    position: relative;
    width: 90%;
    margin-bottom: 10px;
    top: 2px;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl.l1 {
    top: 9px;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl dt {
    padding-bottom: 2px;
    line-height: 15px;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl dd {
    width: 100%;
    line-height: 15px;
    overflow: auto;
    white-space: inherit;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl dd a {
    width: 100%;
    line-height: 15px;
    height: 2.5em;
    max-height: 2.5em;
    white-space: inherit;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .main_box__wrap .news_box .r .kv_news_slide dl dd a.sp {
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .main_box__wrap .news_box .r .slick-list {
    z-index: 1;
  }
  .main_box__wrap .news_box .r .slide-arrow {
    top: 5px;
    right: -5px;
    padding: 5px;
  }
  .main_box__wrap .news_box .r .next-arrow {
    top: 37px;
  }
  .main_box__wrap .news_box .r:after {
    top: 41px;
    right: 6px;
  }
  /* common */
  .cnt_box {
    border-radius: 20px;
    padding: 10vw 7.5vw;
  }
  .h1_text {
    color: #fff;
    font-size: 10vw;
    font-weight: 400;
    font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
    line-height: 110%;
  }
  .h2_text, .h2_text_center {
    font-size: 3.6vw;
    margin-bottom: 5vw; /*30*/
    padding-left: 15px;
  }
  .h2_text:before, .h2_text_center:before {
    top: 0.8vw;
    width: 1vw;
    height: 1vw;
    left: 0;
  }
  .h2_text_center {
    padding-right: 15px;
    margin: 0 auto 20px;
  }
  .h2_text_center:after {
    top: 0.8vw;
    width: 1vw;
    height: 1vw;
    right: 0;
  }
  .h3_point span {
    font-size: 3.1vw;
    padding: 4px 8px;
    margin-bottom: 3vw;
  }
  .box_main_text, .box_main_text_center {
    font-size: 4.6vw; /* 2 */
    line-height: 150%;
    margin-bottom: 10px;
  }
  .box_main_text_center {
    font-size: 4.1vw;
    text-align: center;
  }
  .box_col2 {
    flex-wrap: wrap;
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  .box_col2__left {
    width: 100%;
  }
  .box_col2__left .box_main_text {
    max-width: inherit;
  }
  .box_col2__right {
    width: 100%;
  }
  ul.disc {
    margin-left: 3vw;
    position: relative;
  }
  ul.disc li {
    line-height: 170%;
    font-size: 3.1vw;
  }
  ul.disc li:before {
    content: "•";
    color: rgba(0, 0, 0, 0.4);
    font-size: 4.4vw;
    left: -2.5vw;
    top: 0;
    width: 0;
    position: relative;
    display: inline-block;
  }
  .table01 th, .table01 td {
    font-size: 3.4vw;
    letter-spacing: 0.5px;
    line-height: 140%;
    padding: 15px 0;
  }
  .table01 th {
    font-weight: 500;
  }
  /* common */
  /* about */
  .about_wrap {
    margin: 15vw 0 15vw;
  }
  .about_wrap .box2 a img {
    border-radius: 10px;
  }
  .about_wrap .box2 a .circle {
    width: 20px;
    height: 20px;
  }
  .about_wrap .box2 a .circle span:before {
    width: 27vw;
    height: 27vw;
    left: -11vw;
    top: -10.8vw;
    background-image: url("../../img/about_pic02_sp.png");
  }
  .about_wrap .box2 a:hover .circle:before {
    zoom: 110%;
  }
  .modaal-video-wrap {
    margin: 0 auto !important;
  }
  /* memner */
  .member_wrap {
    margin: 0 0 15vw;
  }
  .member_wrap ul.member_list {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
  .member_wrap ul.member_list > li {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 7vw 4vw 5vw;
    margin-bottom: 9vw;
  }
  .member_wrap ul.member_list > li .title, .member_wrap ul.member_list > li .title_s {
    margin-bottom: 6vw;
  }
  .member_wrap ul.member_list > li .title span, .member_wrap ul.member_list > li .title_s span {
    font-size: 3.1vw;
  }
  .member_wrap ul.member_list > li .title_s {
    margin-bottom: 10px;
  }
  .member_wrap ul.member_list > li .title_s span {
    font-size: 2.7vw;
    color: rgba(0, 0, 0, 0.5);
  }
  .member_wrap ul.member_list > li .img {
    width: 50%;
    margin: 0 auto 4vw;
  }
  .member_wrap ul.member_list > li .img img {
    width: 100%;
    height: auto;
  }
  .member_wrap ul.member_list > li .post {
    font-size: 3.1vw;
    margin-bottom: 3vw;
  }
  .member_wrap ul.member_list > li .name {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .member_wrap ul.member_list > li .name_en {
    font-size: 3.1vw;
    margin-bottom: 5vw;
  }
  .member_wrap ul.member_list > li p {
    font-size: 3.1vw;
    margin-bottom: 3.5vw;
  }
  .member_wrap ul.member_list > li .bottom_line {
    margin-bottom: 1vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* business */
  .business_wrap {
    margin: 0 0 15vw;
  }
  .business_wrap .gray_box {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 10vw 4vw 7vw;
  }
  .business_wrap .gray_box .title {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .business_wrap .gray_box .title_en {
    font-size: 2.9vw;
    margin-bottom: 6vw;
  }
  .business_wrap .box_margin {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  .business_wrap .business_img_col3 {
    flex-wrap: wrap;
    padding: 0 1.5vw;
    box-sizing: border-box;
  }
  .business_wrap .business_img_col3 li {
    position: relative;
    width: 100%;
    padding: 6vw 5vw 4vw 25vw;
    border-radius: 15px;
    margin-bottom: 4vw;
    text-align: left;
  }
  .business_wrap .business_img_col3__title {
    font-size: 3.8vw;
    margin-bottom: 5px;
    text-align: left;
  }
  .business_wrap .business_img_col3__title_en {
    font-size: 2.9vw;
    margin-bottom: 2vw;
    text-align: left;
  }
  .business_wrap .business_img_col3__img {
    position: absolute;
    left: 4.8vw;
    top: 18%;
    width: 24.4%;
    margin: 0 auto 0;
  }
  .business_wrap .business_img_col3 p {
    font-size: 3.2vw;
  }
  /* service */
  .service_wrap {
    margin: 0 0 15vw;
    -webkit-overflow-scrolling: touch;
  }
  .service_wrap ul.service_list {
    flex-wrap: wrap;
    margin-top: 7vw;
  }
  .service_wrap ul.service_list li {
    width: 100%;
    height: 50vw;
    margin-bottom: 4vw;
    border-radius: 15px;
  }
  .service_wrap ul.service_list li:nth-child(5) {
    margin-bottom: 4vw;
  }
  .service_wrap ul.service_list li a .text {
    padding: 6vw 6vw 6vw;
  }
  .service_wrap ul.service_list li a .text .t1, .service_wrap ul.service_list li a .text .t3, .service_wrap ul.service_list li a .text .t5 {
    font-size: 2.9vw;
    margin-bottom: 6vw;
  }
  .service_wrap ul.service_list li a .text .t1 {
    position: relative;
  }
  .service_wrap ul.service_list li a .text .t1 i {
    position: relative;
    top: -7px;
    left: 23%;
    width: 77%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service_wrap ul.service_list li a .text .t2 {
    font-size: 4vw;
    letter-spacing: 1px;
    margin-bottom: 2vw;
  }
  .service_wrap ul.service_list li a .text .t3 {
    margin-bottom: 5vw;
  }
  .service_wrap ul.service_list li a .text .t4 {
    font-size: 3.3vw;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 140%;
  }
  .service_wrap ul.service_list li a .text .t5 {
    position: absolute;
    right: 5vw;
    bottom: -2vw;
    width: 69vw;
    text-align: right;
    letter-spacing: 0.5px;
  }
  .service_wrap ul.service_list li a .text .t5 span {
    position: relative;
    display: inline-block;
  }
  .service_wrap ul.service_list li a .text .t5 span::before {
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: -2px;
    width: 15px;
    height: 15px;
    background-image: url("../../img/icon_eye.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .service_wrap ul.service_list li a .text .t5 i {
    position: relative;
    top: -7px;
    width: 68%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service_wrap ul.service_list li a .text .t5::before {
    display: none;
  }
  .service_wrap ul.service_list li a .img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 50vw;
    overflow: hidden;
    border-radius: 15px;
  }
  .service_wrap ul.service_list li a .img img {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
    width: auto;
    height: 50vw;
  }
  .service_wrap ul.service_list li a .img:after {
    border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vw;
  }
  .service_wrap.section_active .cnt_box {
    height: 100vh;
  }
  .service_modal_wrap {
    width: 95%;
    height: calc(100dvh - 185px);
    border-radius: 20px;
    top: 80px;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
  }
  .service_modal_wrap .wrap {
    padding: 10vw 8% 10vw;
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .service_modal_wrap .wrap .text_box {
    color: #fff;
    padding-bottom: 7vw;
    margin-bottom: 7vw;
  }
  .service_modal_wrap .wrap .text_box .t1 {
    font-size: 3.1vw;
  }
  .service_modal_wrap .wrap .title, .service_modal_wrap .wrap .title_s {
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }
  .service_modal_wrap .wrap .title span, .service_modal_wrap .wrap .title_s span {
    font-size: 3.1vw;
    padding-top: 2vw;
  }
  .service_modal_wrap .wrap .title_s {
    font-size: 4vw;
    line-height: 170%;
  }
  .service_modal_wrap .wrap .title_s span {
    font-size: 3.1vw;
    margin-top: 5px;
    padding-top: 0;
  }
  .service_modal_wrap .wrap .title_en {
    width: 100%;
    margin-bottom: 5vw;
  }
  .service_modal_wrap .wrap .title_en span {
    font-size: 3.1vw;
  }
  .service_modal_wrap .wrap .title_en i {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service_modal_wrap .wrap .text_box_inline {
    margin-top: 5vw;
  }
  .service_modal_wrap .wrap .text_box_center {
    margin-bottom: 5vw;
  }
  .service_modal_wrap .wrap .h2_text_center {
    margin-bottom: 3vw;
  }
  .service_modal_wrap .wrap .h2_text_center:before, .service_modal_wrap .wrap .h2_text_center:after {
    border-color: #fff;
  }
  .service_modal_wrap .wrap .img img {
    border-radius: 10px;
  }
  .service_modal_wrap .wrap .box_black {
    border-radius: 15px;
    padding: 7vw;
    box-sizing: border-box;
    margin-bottom: 5vw;
  }
  .service_modal_wrap .wrap .box_black .col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_modal_wrap .wrap .box_black .col2 .title_s {
    width: 100%;
    padding-right: 0;
  }
  .service_modal_wrap .wrap .box_black .col2 .title_en span {
    font-size: 2.9vw;
  }
  .service_modal_wrap .wrap .box_black .col2 .text {
    width: 100%;
  }
  .service_modal_wrap .wrap .box_black .col2 .text dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #fff;
    line-height: 160%;
    letter-spacing: 0.5px;
  }
  .service_modal_wrap .wrap .box_black .col2 .text dl dt {
    width: 12vw;
    font-size: 3.1vw;
  }
  .service_modal_wrap .wrap .box_black .col2 .text dl dd {
    width: calc(100% - 12vw);
    font-size: 3.1vw;
  }
  .service_modal_navi {
    bottom: 50px;
  }
  .service_modal_navi .navi_box {
    width: 100%;
    height: 45px;
    border-radius: 0;
  }
  .service_modal_navi .navi_box .prev, .service_modal_navi .navi_box .next {
    width: 33.3333333333%;
  }
  .service_modal_navi .navi_box .close {
    width: 33.3333333333%;
  }
  .news_datail_navi {
    bottom: 60px;
  }
  .news_datail_navi .navi_box {
    width: 95%;
    height: 45px;
    border-radius: 5px;
  }
  .news_datail_navi .navi_box .prev, .news_datail_navi .navi_box .next {
    width: 33.3333333333%;
  }
  .news_datail_navi .navi_box .close {
    width: 33.3333333333%;
  }
  /* company */
  .company_wrap {
    margin: 0 0 15vw;
  }
  .company_wrap .box_col2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    flex-wrap: wrap;
  }
  .company_wrap .box_col2__left {
    width: 100%;
  }
  .company_wrap .box_col2__right {
    width: 100%;
  }
  .company_wrap .table01 tr th {
    width: 80px;
  }
  /* news */
  .category_title_wrap .wrap {
    position: relative;
    padding: 100px 0 50px;
    box-sizing: border-box;
  }
  ul.news_list {
    margin-bottom: 30px;
  }
  ul.news_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.news_list li a {
    padding: 30px 30px;
    border-radius: 15px;
  }
  .category_pagenavi {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
  }
  .category_pagenavi .wp-pagenavi, .category_pagenavi .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .category_pagenavi .wp-pagenavi a, .category_pagenavi .wp-pagenavi span, .category_pagenavi .nav-links a, .category_pagenavi .nav-links span {
    display: block;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 5px 15px;
  }
  .category_pagenavi .wp-pagenavi a.prev:before, .category_pagenavi .wp-pagenavi a.next:before, .category_pagenavi .wp-pagenavi span.prev:before, .category_pagenavi .wp-pagenavi span.next:before, .category_pagenavi .nav-links a.prev:before, .category_pagenavi .nav-links a.next:before, .category_pagenavi .nav-links span.prev:before, .category_pagenavi .nav-links span.next:before {
    width: 9px;
    height: 8px;
    top: 38%;
    right: 34%;
  }
  .news_head {
    padding-bottom: 5vw;
    margin-bottom: 8vw;
  }
  .news_head .date {
    width: 100%;
    margin-bottom: 3vw;
  }
  .news_head .date .text {
    font-size: 2.9vw;
  }
  .news_head .title {
    font-size: 4.6vw;
  }
  /* news */
  /* contact */
  ul.contact_flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 7vw 0 8vw;
    padding-top: 8vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  ul.contact_flow li {
    width: 31%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    text-align: center;
    font-size: 3.4vw;
    padding: 10px 0;
  }
  ul.contact_flow li.on {
    background-color: rgba(233, 251, 31, 0.8);
  }
  .form_table th {
    font-size: 3.8vw;
    padding-bottom: 10px;
  }
  .form_table th span {
    font-size: 3.4vw;
    top: 3px;
  }
  .form_table td {
    font-size: 3.8vw;
    padding-bottom: 30px;
  }
  .form_table_confirm th {
    padding-bottom: 0;
  }
  .privacy_policy_box {
    display: block;
    width: 100%;
    height: 70vh;
    overflow-y: scroll;
    margin: 0 auto 6vw;
    padding: 8vw 7vw;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  .privacy_policy_box .sub_title_s {
    font-size: 3.8vw;
    margin-bottom: 5vw;
    line-height: 140%;
  }
  .privacy_policy_box p {
    font-size: 3.4vw;
    margin-bottom: 15px;
    line-height: 180%;
  }
  .form_kakunin_wrap p {
    font-size: 3.6vw;
  }
  /* contact */
  /* footer_contact_box */
  .footer_contact_box .cnt_box {
    padding: 10vw 10vw;
  }
  .footer_contact_box .btn {
    margin-top: 5vw;
    box-sizing: border-box;
    padding: 0 2vw;
  }
  .footer_contact_box .btn a {
    width: 100%;
    height: 16vw;
  }
  .footer_contact_box .btn a span {
    top: 39%;
    left: 14vw;
    font-size: 4.1vw;
  }
  .footer_contact_box .btn a span:before {
    width: 4vw;
    height: 4vw;
    top: -1%;
    left: -6.5vw;
  }
  .footer_contact_box .btn a i {
    width: 16vw;
    height: 16vw;
  }
  .footer_contact_box .btn a i:after {
    top: 25%;
    height: 8vw;
  }
  .footer_contact_box .btn a i:before {
    top: 43%;
    width: 3vw;
    height: 3vw;
    right: 6vw;
  }
  .footer_contact_box .btn a:hover i:before {
    -webkit-animation: contact_arrow_anime_sp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: contact_arrow_anime_sp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  @-webkit-keyframes contact_arrow_anime_sp {
    0% {
      right: 6vw;
      opacity: 1;
    }
    50% {
      right: -3vw;
      opacity: 1;
    }
    50.1% {
      opacity: 0;
    }
    50.5% {
      right: 16vw;
      opacity: 0;
    }
    51% {
      right: 16vw;
      opacity: 1;
    }
    100% {
      right: 6vw;
      opacity: 1;
    }
  }
  @keyframes contact_arrow_anime_sp {
    0% {
      right: 6vw;
      opacity: 1;
    }
    50% {
      right: -3vw;
      opacity: 1;
    }
    50.1% {
      opacity: 0;
    }
    50.5% {
      right: 16vw;
      opacity: 0;
    }
    51% {
      right: 16vw;
      opacity: 1;
    }
    100% {
      right: 6vw;
      opacity: 1;
    }
  }
  .footer_wrap {
    width: 100%;
    height: 100%;
    margin-top: 25vw;
    padding: 20vw 0 0;
  }
  .footer_wrap .footer_top {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    top: 20%;
    margin: 0 auto;
    padding: 0 7% 46vw;
  }
  .footer_wrap .footer_top .logo {
    width: 100%;
    max-width: inherit;
    text-align: center;
    margin: 0 auto 11vw;
    padding: 0 0 11vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_wrap .footer_top .logo img {
    width: 51%;
  }
  .footer_wrap .footer_top .text {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .footer_wrap .footer_top .text:before {
    display: none;
  }
  .footer_wrap .footer_top .text .name {
    font-size: 9.2vw;
    line-height: 110%;
    top: 0;
    text-align: center;
  }
  .footer_wrap .footer_top .text .name .t1 {
    font-weight: 300;
  }
  .footer_wrap .footer_top .text .name .t2 {
    font-weight: 600;
  }
  .footer_wrap .footer_top .text .text1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    margin-top: 8vw;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer_wrap .footer_top .text .text2 {
    color: #fff;
    font-size: 3.1vw;
    letter-spacing: 1px;
    margin-top: 3.4vw;
    text-align: center;
  }
  .footer_wrap .footer_bottom {
    bottom: 90px;
  }
  .footer_wrap .footer_bottom .copy {
    font-size: 2.6vw;
    right: 5%;
  }
  .footer_wrap .footer_bottom .sns_wrap {
    left: 5%;
  }
  .footer_wrap .footer_bottom .sns_wrap ul li {
    font-size: 2.6vw;
  }
  .footer_contact_wrap {
    position: fixed;
    display: block;
    z-index: 10;
    bottom: -60px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in 0s;
  }
  .footer_contact_wrap ul {
    flex-wrap: nowrap;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-in 0s;
  }
  .footer_contact_wrap ul li {
    width: 50%;
    margin: 0px;
  }
  .footer_contact_wrap ul li a {
    width: 100%;
    height: 50px;
    border-radius: 0;
    line-height: 16px;
  }
  .footer_contact_wrap ul li a span {
    position: absolute;
    display: inline-block;
    top: 19px;
    left: 45px;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
  }
  .footer_contact_wrap ul li a.a2 span:before {
    width: 14px;
    height: 17px;
    background-size: 14px auto;
  }
  .footer_contact_wrap.active {
    bottom: 0;
  }
  .footer_contact_wrap.active ul {
    opacity: 1;
  }
}