@charset "UTF-8";
/*
Theme Name:202602_obihirodaiichi
Author: obihirodaiichi
*/
html {visibility: hidden;}
html.wf-active {visibility: visible;}

@keyframes load_logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nav_toggle_1o{
  0%{
    transform: rotate(0deg)translate(0,0)scale(1,1);
  }
  40%{
    transform: rotate(0deg)translate(-100%,0)scale(0,1);
  }
  50%{
    transform: rotate(45deg)translate(-100%,0)scale(0,1);
  }
  90%{
    transform: rotate(45deg)translate(0,0)scale(1,1);
  }
  100%{
    transform: rotate(45deg)translate(0,0)scale(1,1);
  }
}
@keyframes nav_toggle_2o{
  0%{
    transform: rotate(0deg)translate(0,0)scale(1,1);
  }
  40%{
    transform: rotate(0deg)translate(100%,0)scale(0,1);
  }
  60%{
    transform: rotate(135deg)translate(100%,0)scale(0,1);
  }
  100%{
    transform: rotate(135deg)translate(0,0)scale(1,1);
  }
}

/* wheel_animation */
.flipRotateleft{
animation-name: flipRotateAnimeleft;
animation-duration:1s;
animation-delay:1s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity:0;
}
@keyframes flipRotateAnimeleft{
  0% {
   transform: rotate(40deg)translateY(-50%);
  opacity: 0;
  }

  100%  {
  transform:rotate(0deg)translateY(-50%);
  opacity: 1;
  }
}
.flipRotateright{
  animation-name: flipRotateAnimeright;
  animation-duration:1s;
  animation-fill-mode:forwards;
  perspective-origin: left center;
  opacity:0;
  }
@keyframes flipRotateAnimeright{
    0% {
     transform: rotate(40deg)translateY(-50%);
    opacity: 0;
    }
  
    100%  {
    transform:rotate(0deg)translateY(-50%);
    opacity: 1;
    }
  }

/* front page */
@keyframes logo {
  0%{
    opacity: 0;
    filter: blur(16px);
    transform: scale(1.2,1.2);
  }
  100%{
    opacity: 1;
    filter: blur(0);
    transform: scale(1,1);
  }
}
@keyframes logo_address {
  0%{
    opacity: 0;
    transform: translate(40px,0);
  }
  100%{
    opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes common_logo {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes nav_btn {
  0%{
    opacity: 0;
    transform: translate(100%,0);
  }
  100%{
    opacity: 1;
    transform: translate(0,0);
  }
}

@keyframes marquee {
  0% { transform: translateX(0) }
  100% { transform: translateX(-100%) }
}
@keyframes btn_counseling {
  0%{
    opacity: 0;
    transform: translate(40px,0);
  }
  100%{
    opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes video_conatiner {
  0%{
    opacity: 0;
    transform: translate(0,40px);
  }
  100%{
    opacity: 1;
    transform: translate(0,0);
  }
}

/* page */
@keyframes page_title{
  0% {
    opacity: 0;
    transform: translate(-40px,0);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes page_bg{
  0% {
    opacity: 0;
    transform: translate(20px,0);
  }
  100% {
    opacity: .52;
    transform: translate(0,0);
  }
}
@keyframes page_liner{
  0% {
    opacity: 1;
    transform: scale(0,1);
  }
  100% {
    opacity: 1;
    transform: scale(1,1);
  }
}
@keyframes page_body{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed
}
.table .caption {
  display: table-caption;
  width: 100%
}
.table>dl {
  display: table-row
}
.table>dl>dt, .table>dl>dd {
  display: table-cell
}
.table>dl>dd ul {
  margin: 0
}
@media screen and (max-width: 1023px) {
  .table {
    display: block;
    border-collapse: inherit;
    table-layout: inherit
  }
  .table .caption {
    display: block
  }
  .table>dl {
    display: block;
    width: 100%
  }
  .table>dl>dt, .table>dl>dd {
    display: block;
    width: 100%
  }
}
.min {
  font-family: Yu Mincho, \6e38\660e\671d, YuMincho, \6e38\660e\671d\4f53, \30d2\30e9\30ae\30ce\660e\671d ProN W3, Hiragino Mincho ProN, HG\660e\671d E, \ff2d\ff33 \ff30\660e\671d, \ff2d\ff33 \660e\671d, serif
}
.eng {
  font-family: Zen Kaku Gothic New, sans-serif
}
.eng2 {
  font-family: akrobat-regular, sans-serif
}
.al {
  text-align: left!important
}
.ar {
  text-align: right!important
}
.ac {
  text-align: center!important
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}
.anime {
  opacity: 0;
  transition: all .4s
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-delay:1.2s;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeInAnime{
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
.anime.motion01 {
  transform: translateY(40px)
}
.anime.motion02 {
  transform: translateY(-40px)
}
.anime.motion03 {
  transform: translate(40px)
}
.anime.motion04 {
  transform: translate(-40px)
}
.anime.motion05 {
  transform: translateZ(40px)
}
.anime.motion06 {
  transform: translateZ(-40px)
}
.anime.delay01 {
  transition-delay: .04s
}
.anime.delay02 {
  transition-delay: .08s
}
.anime.delay03 {
  transition-delay: .12s
}
.anime.delay04 {
  transition-delay: .16s
}
.anime.delay05 {
  transition-delay: .2s
}
.anime.start {
  opacity: 1;
  transform: translateZ(0)
}
@media print {
  .anime {
    opacity: 1;
    transform: translateZ(0)
  }
}

*, *:before, *:after {
  box-sizing: border-box
}
* {
  margin: 0
}

html {
  scroll-behavior: smooth
}
body {
  -webkit-font-smoothing: antialiased;
  font: 12pt/1.6 \30d2\30e9\30ae\30ce\89d2\30b4 Pro W3, Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, Meiryo UI, \ff2d\ff33 \ff30\30b4\30b7\30c3\30af, sans-serif;
  -ms-font-feature-settings: "normal";
  line-height: 1.8;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-style: normal
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%
}
input, button, textarea, select {
  font: inherit
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word
}
#root, #__next {
  isolation: isolate
}
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}
img {
  vertical-align: bottom
}
a, a:hover {
  text-decoration: none
}
.anchor {
  display: block;
  padding-top: 184px !important;
  margin-top: -184px !important
}
button, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    color: #231815;
    pointer-events: none
  }
  a:hover {
    transition: all .4s;
    text-decoration: none;
    color: #c9c9c9
  }
  .bt_wrap .bt:hover, .bt_wrap .wp-block-button__link:hover, .wp-block-button .bt:hover, .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333c
  }
  .bt_wrap .bt:hover:after, .bt_wrap .wp-block-button__link:hover:after, .wp-block-button .bt:hover:after, .wp-block-button .wp-block-button__link:hover:after {
    border-color: transparent transparent transparent #fff;
    transition-delay: .2s
  }
  .pc {
    display: block
  }
  .sp {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  .br_not_sp{
    display: none;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: #fff
}
.loading .loading_logo {
  margin-bottom: 44px;
  margin-left: 8px;
  opacity: 0;
  transition: all .4s;
  animation: load_logo cubic-bezier(.215, .61, .355, 1) .3s forwards
}
.loading .loader {
  margin: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .4em solid rgba(0, 0, 0, .2);
  border-right: .4em solid rgba(0, 0, 0, .2);
  border-bottom: .4em solid rgba(0, 0, 0, .2);
  border-left: .4em solid #333;
  transform: translateZ(0);
  animation: load_circle 1.1s infinite linear;
  border-radius: 50%;
  width: 53px;
  height: 53px
}
.loading .loader:after {
  border-radius: 50%;
  width: 53px;
  height: 53px
}
.loading.loadend {
  opacity: 0;
  transition: all .6s;
  pointer-events: none
}
.loading.loadend .loading_logo, .loading.loadend .loader {
  opacity: 0
}
.body {
  position: relative
}
.all_wrap {
  overflow: hidden;
  position: relative
}

/* 帯広第一ここから*/

/* header */
.header_wrap{
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.header_logo{
  position: fixed;
  width: 400px;
  height: auto;
  left: 50px;
}
.header_right{
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
}
.header_right ul{
  display: flex;
}
.header_contact{
  font-weight: bold;
  width: 210px;
  height: 60px;
  background-color:#fff;
  display: flex;
  justify-content: center;
}
.cube-kun_link{
  position: fixed;
  right: -30px;
  bottom: 4vh;
  z-index: 2;
}
.cube-kun_button{
  width: 200px;
  height: auto;
}
/* Billboard */
.billboard_wrap{
  margin-bottom: 200px;
}
.billboard{
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.billboard::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 80.75%;
  height: 95%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  background-color: rgba(35,24,21,.48);
}
.billboard::after{
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 95%;
  top: 0;
  left: 0;
  background-image: url(./images/fv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  filter: brightness(100%)saturate(100%);
  animation: billboard_bg cubic-bezier(0.215, 0.61, 0.355, 1) 8s infinite;
}
@keyframes billboard_bg{
  0%{
    filter: brightness(100%)saturate(100%);
  }
  10%{
    filter: brightness(105%)saturate(105%);
  }
  20%{
    filter: brightness(100%)saturate(95%);
  }
  30%{
    filter: brightness(102%)saturate(105%);
  }
  40%{
    filter: brightness(98%)saturate(102%);
  }
  50%{
    filter: brightness(102%)saturate(104%);
  }
  60%{
    filter: brightness(96%)saturate(96%);
  }
  70%{
    filter: brightness(100%)saturate(100%);
  }
  80%{
    filter: brightness(94%)saturate(94%);
  }
  90%{
    filter: brightness(104%)saturate(108%);
  }
  100%{
    filter: brightness(100%)saturate(100%);
  }
}
@media screen and (max-width:768px){
  .billboard{
    height: 141vw;
    max-height: 85.25vh;
  }
  .billboard::before{
    display: none;
  }
  .billboard::after{
    display: none;
  }
  .page_wrap .wp-block-columns.sp_column-reverse{
    flex-direction: column-reverse!important;
  }
}

/* 共通 */
.head_main {
  position: fixed;
  transform: translate3d(0,0,0);
  z-index: 10;
  background-color: #fff; 
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-bottom:1px solid #C6C6C6;
}
.head_main::after{
  position: absolute;
  content:'';
}
.head_main h1 {
  position: relative;
  z-index: 30;
  width: 300px;
  margin-top: 6px;
  margin-left: 3.895%;
  animation: fv_logo cubic-bezier(.215, .61, .355, 1) 1s forwards
}
.head_main img {
  object-fit: contain;
  padding-top: 6px;
  width: 100%;
  height: auto;
}
.head_main .toggle {
  z-index: 30;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #083e52;
  animation: fv_toggle cubic-bezier(.215, .61, .355, 1) 1s forwards;
  animation-delay: .2s;
  cursor:pointer;
}
.header_button_wrap{
  position: absolute;
  right: 60px;
  height: 60px;
  display: flex;
  width: 290px;
  background-color:#fff;
  border-bottom: 1px solid #C6C6C6;
}
.header_button_list{
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  border-left: 1px solid #C6C6C6;
}
.header_button_wrap .sp_bottom_nav{
  display: none;
}
.header_button_wrap span{
  width: 145px;
  padding-left: 50px;
}
.header_button{
  color: #23999F;
  font-weight:bold;
  position: relative;
  display: flex;
  align-items:center;
  height: 100%;
}
.sp_bottom_nav{
  display: none;
}
.header_button span{
  font-size: 13px;
}
.button_contact{
  position: relative;
}
.button_contact::before{
content:'';
position: absolute;
display: block;
top:0;
left: 12px;
width: 31px;
height: 24px;
background: url('./images/front/contact_icon.png') no-repeat center center/cover ;
}
.button_documents{
  position: relative;
}
.button_documents::before{
content:'';
position: absolute;
display: block;
top: -4px;
left: 12px;
width: 26px;
height: 31px;
background: url('./images/front/documents.png') no-repeat center center/cover ;
}
.button_webform{
  position: relative;
}
.button_webform::before{
content:'';
position: absolute;
display: block;
top: -5px;
left: 12px;
width: 25px;
height: 35px;
background: url('./images/front/webform_icon.png') no-repeat center center/cover ;
}
.head_main .toggle:after {
  position: absolute; 
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  display: block;
  content: "";
  width: 60%;
  height: 60%;
  margin: auto;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .75s
}
.head_main .toggle span {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 55%;
  height: 5%;
  background-color: #fff;
  right: 0;
  left: 0;
  margin: auto;
  transition: all .4s;
  transform: rotate(0) scale(1)
}
.head_main .toggle span:nth-child(1) {
  transform-origin: center;
  top: 35%
}
.head_main .toggle span:nth-child(2) {
  transform-origin: center;
  bottom: 35%
}
.menu_wrap{
  width: 50%;
  display: flex;
  justify-content:space-around;
  padding-top: 120px;
}
.menu_wrap .sh_menu{
  font-size: 25px;
  font-weight: bolder;
  color: #FFFF00;
  border-bottom:1px solid #FFFF00;
padding: 14px 0;
}
.menu_wrap .sub-menu{
  padding: 7px 0;
}
.menu_wrap .sub-menu li:not(.sh_menu){
padding: 7px 0;
font-weight: bolder;
}
.menu_wrap .sub-menu li a{
  color: #fff;
  text-shadow: 2px 3px 2px rgb(61 70 70 / 50%);
  line-height: 1.5;
}
.global_nav_cell .license_list_menu .license_sub{
  color: #fff;
  text-shadow: 2px 3px 2px rgb(61 70 70 / 50%);
  line-height: 1.5;
  padding-left: 6px!important;
  font-weight: normal!important;
}
.foot_nav_cell .license_list_menu .license_sub{
  padding-top: 0;
  padding-bottom: 0;
}
.head_main .nav_main {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  height:100%;  
  overflow-y: scroll;
  background-color: rgba(71,196,166,.8);
  margin: auto;
  backdrop-filter: blur(20px);
  transition: all .3s;
  opacity: 0;
  transform: translate(100%);
  padding: 0 0 32px;
}
.head_main .nav_main ul {
  transition: all .5s;
  opacity: 0;
  transform: translate(50%);
  transition-delay: .3s
}
.head_main .nav_main li {
  transition: all .4s;
  transform: translate(40px);
  opacity: 0
}
.head_main .nav_main li:nth-child(1) {
  transition-delay: .6s
}
.head_main .nav_main li:nth-child(2) {
  transition-delay: .68s
}
.head_main .nav_main li:nth-child(3) {
  transition-delay: .76s
}
.head_main .nav_main li:nth-child(4) {
  transition-delay: .84s
}
.head_main .nav_main li:nth-child(5) {
  transition-delay: .92s
}
.head_main .nav_main li:nth-child(6) {
  transition-delay: 1s
}
.head_main .nav_main li:nth-child(7) {
  transition-delay: 1.08s
}
.head_main .nav_main li:nth-child(8) {
  transition-delay: 1.16s
}

.head_main .nav_main a {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 16px
}
.global_nav_wrap{
  display: flex;
  flex-direction: row-reverse;
}
.menu_wrap .global_nav_cell{
  width: 300px;
}
.menu__cell:not(:last-child){
  margin-bottom: 20px;
}
.menu_link_zaikousei{
  margin-bottom: 16px;
}
.head_main .nav_main span:nth-child(1) {
  font-family: PT Sans Narrow, sans-serif;
  color: #47c4a6;
  font-size: 2rem
}
.head_main .nav_main span:nth-child(2) {
  color: #333;
  font-size: 1rem
}
.open .head_main .toggle:after {
  animation: toggle-anime .4s .25s forwards
}
.open .head_main .toggle span:nth-child(1) {
  transform: rotate(-45deg) scale(.5);
  top: 47.5%
}
.open .head_main .toggle span:nth-child(2) {
  transform: rotate(45deg) scale(.5);
  bottom: 47.5%
}
.open .head_main .nav_main, .open .head_main .nav_main ul, .open .head_main .nav_main ul li {
  opacity: 1;
  transform: translate(0)
}
@media screen and (max-width: 1200px) {
 .menu_wrap{
  width: auto;
 }
 .menu_wrap .global_nav_cell{
  margin: 30px;
 }
}
@media screen and (max-width: 600px) {
  .head_main h1 {
    width: 290px;
    margin-top: 6px
  }
  .head_main .toggle {
    width: 48px
  }
  .head_main .nav_main {
    /* top: 48px;
    height: calc(100vh - 48px) */
    height: 100vh;
  }
  .head_main .nav_main span:nth-child(1) {
    font-size: 1.5rem
  }
  .head_main .nav_main span:nth-child(2) {
    font-size: .875rem
  }
  .menu_wrap .sh_menu{
    font-size: 20px;
  }
  .pc_top_nav{
    display: none;
  }
  .sp_bottom_nav{
    display: none;
    position: fixed;
    z-index: 2;
    top: 90vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp_bottom_nav .header_button_wrap{
    position: static;
    background:transparent;
    height: auto;
    border:none;
    max-width: 80%;
    display: flex;
    justify-content:space-around;
    margin: 0 auto;
}
.sp_bottom_nav li{
  background:#23999F;
  border-radius:20px;
  border:none;
}
.sp_bottom_nav li:first-child{
  width: 120px;
  }
.sp_bottom_nav li:nth-child(n+2){
width: 100px;
}
.sp_bottom_nav .header_button_wrap span{
color: #fff;
font-size: 11px;
display: flex;
flex-direction: row-reverse;
justify-content: center;
padding: 10px;
width: auto;
}
.header_button_contact::before{
  position: static;
  display: inline-block;
  background: url('./images/front/sp_contact_button.png') no-repeat center /contain;
  width: 19px;
  height: 20px;
  margin-left: 6px;
}
.header_button_documents::before{
  position: static;
  display: inline-block;
  background: url('./images/front/sp_document_button.png') no-repeat center /contain;
  width: 22px;
  height: 18px;
  margin-left: 6px;
}
.header_button_webform::before{
  position: static;
  display: inline-block;
  background: url('./images/front/sp_webform_button.png') no-repeat center /contain;
  width: 22px;
  height: 20px;
}
.cube-kun_button{
  width: 180px;
}
}
@media screen and (max-width: 375px) {
  .head_main h1 {
    margin-top: 6px
  }
  .head_main .toggle {
    width: 58px
  }
}

.arrow_button{
  font-weight: bold;
  font-size: 17px;
  position: relative;
  bottom:0;
}
.arrow_link{
  color: #000;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items:center;
}
.arrow_link::before{
  position: relative;
  content:'';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #23999F;
    display: inline-block;
    margin-left: 0.5em;
}
.arrow_link::after{
  position: absolute;
  content:'';
  width: 5px;
  height: 5px;
  right: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*mv*/
.fv_text_wrap{
  position:absolute;
  width: 100%;
  max-width: 83.5vw;
  top: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
  pointer-events: none;
}
.fv_text{
  position: absolute;
  width: 100%;
  max-width: 83.5vw;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s;
  transform: translate(0,30%);
  animation: fv_text cubic-bezier(0.215, 0.61, 0.355, 1) 2s forwards;
}
.fv_text01{
  animation-delay: 1.3s;
}
.fv_text02{
  animation-delay: 1.4s;
}
.fv_text03{
  animation-delay: 1.5s;
}
.fv_text04{
  animation-delay: 1.6s;
}
.fv_text05{
  animation-delay: 1.7s;
}
.fv_text06{
  animation-delay: 1.8s;
}
@keyframes fv_text{
  0%{
    opacity: 0;
    transform: translate(0,30%);
  }
  50%{
    opacity: 1;
    transform: translate(0,0);
  }
  80%{
    opacity: 1;
    transform: translate(0,0);
  }
  100%{
    opacity: 0;
    transform: translate(0,0);
  }
}
@media screen and (max-width:768px){
  .fv_text_wrap{
    max-width: 52.4vw;
    top: auto;
    right: 3.2vw;
    bottom: 24.13vw;
    left: auto;
    margin: 0;
  }
  .fv_text img{
    filter: brightness(1000%)drop-shadow(0 0 3px rgba(0,0,0,.75));
  }
  @keyframes fv_text{
    0%{
      opacity: 0;
      transform: translate(0,30%);
    }
    50%{
      opacity: 1;
      transform: translate(0,0);
    }
    100%{
      opacity: 1;
      transform: translate(0,0);
    }
  }
}

.mv{
  width: 100vw;
  height: 96vh;
  position: relative;
  z-index: -200;
}
.mv::after{
  content:'';
  width: 100vw;
  background:#CEE1E1;
  height: 320px;
  z-index: -10;
  position: absolute;
  bottom: -320px;
  display: block;
  }
@keyframes mv{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* スライダー全体 */
.hero_slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 96vh;
}

/* スライダー画像 */
.hero_slider .mv_pic{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
  ①スライド画像
  表示する画像を定義
*/
.hero_slider .mv_pic:nth-of-type(1){
  background-image: url(./images/front/mv01.webp);
}
.hero_slider .mv_pic:nth-of-type(2){
  animation-delay: 5s;
  background-image: url(./images/front/mv02.webp);
}
.hero_slider .mv_pic:nth-of-type(3){
  animation-delay: 10s;
  background-image: url(./images/front/mv03.webp);
}
.hero_slider .mv_pic:nth-of-type(4){
  animation-delay: 15s;
  background-image: url(./images/front/mv04.webp);
}

/*
  ②アニメーション設定
  animation-durationのみ変更
*/
.hero_slider .mv_pic{
  animation-name: hero_slide;
  animation-iteration-count: infinite;
  animation-duration: 30s;  /* ①で設定したanimation-delayを合計を挿入 */
}

/* アニメーション定義 */
@keyframes hero_slide {
  0% {
    opacity: 0;
  }
20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.mv_container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.drive_pic img{
  max-height: 520px;
  width: 100%;
  object-fit: cover;
}
.wheel{
  width: 500px;
  height: 500px;
  position: relative;
}
.wheel.driving{
  position: absolute;
  top: 50%;
  left: -320px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.driving::before{
  position: absolute;
  content:'';
  background: url('./images/front/wheel_shadow_white.png') no-repeat center /cover;
  z-index: -1;
  width: 271px;
  height: 271px;
top: 64px;
right: 120px;
}
.driving::after{
  position: absolute;
  content:'';
  background: url('./images/front/wheel_copy01.png') no-repeat center /cover;
  z-index: 10;
  width: 245px;
  height: 395px;
top: 52px;
right: 18px;

}
.mv_container::after{
  content:'';
  background: url('./images/front/support_script.png') no-repeat center /cover;
  width: 414px;
  height: 188px;
  display: inline-block;
  position: absolute;
  bottom: -120px;
  left: 190px;
  z-index: -1;
}
.scroll_icon {
  width: 28px;
  position: absolute;
    z-index: 100;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mv_copy{
  font-size: 30px;
  text-shadow:  2px 3px 2px rgb(61 70 70 / 50%);
  text-align: center;
  color: #fff;
  position: relative;
}
.mv_copy span{
  display: block;
}
@media screen and (max-width: 768px) {
.mv{
  height: 100vh;
  background:#CEE1E1;
}
.mv::before{
  height: 100vh;
}
.hero_slider{
  height: 100vh;
}
.mv_container::after {
  width: 248px;
  height: 112px;
  bottom: -63px;
  left: 60px;
}
.hero_slider .mv_pic:nth-of-type(1){
  background-position:center;
  background-image: url(./images/front/mv01.webp);
  }
.hero_slider .mv_pic:nth-of-type(2){
background-position:top;
background-image: url(./images/front/mv02_sp.webp);
}
.hero_slider .mv_pic:nth-of-type(3){
background-position:top;
  background-image: url(./images/front/mv03_sp.webp);
}
.hero_slider .mv_pic:nth-of-type(4){
  background-position:right;
    background-image: url(./images/front/mv04_sp.webp);
  }
/* .hero_slider .mv_pic:nth-of-type(5){
      background-image: url(./images/front/mv05_sp.jpg);
    }
    .hero_slider .mv_pic:nth-of-type(6){
      background-image: url(./images/front/mv06_sp.jpg);
    } */

.mv_container{
  width: 90%;
}
.mv_copy{
  font-size: 16px;
}
.wheel{
  width: 300px;
  height: 300px;
}
.wheel.driving {
  top: 75%;
  left: -192px;
}
.driving::before{
  width: 162px;
  height: 162px;
  top: 38px;
  right: 72px;

}
.driving::after {
  width: 147px;
  height: 237px;
  top: 31px;
  right: 10px;
}
.scroll_icon{
  bottom: 100px;
}
}

.mv_slider{
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -2;
  justify-content: center;
  width: 100%;
  height:0;
  overflow:hidden;
  padding-bottom:55.69%;
  pointer-events: none;
  opacity: 0;
  transition: transform 1s;
  animation: slider_img cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
}
@keyframes slider_img{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.mv_slider::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 10s linear;
}
.mv_slider01::before{
  background-image: url(../images/mv01.jpg);
}
.mv_slider02::before{
  background-image: url(../images/mv02.jpg);
}
.slick-active .mv_slider::before{
  transform: scale(1);
}
@media screen and (max-width:768px){
  .mv{
  }
  .mv_slider_wrap{
    overflow: hidden;
  }
  .mv_slider{
    padding-bottom: 141vw;
  }
  @keyframes mv{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 1;
    }
  }
  @keyframes slider_img{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 1;
    }
  }
  .mv_slider01::before{
    background-image: url(../images/mv01_sp.jpg);
  }
  .mv_slider02::before{
    background-image: url(../images/mv02_sp.jpg);
  }
}
.content_body{
  position: relative;
}

/* top_catch */
.slick-loading .slick-list {
  background: #fff url(./js/slick/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  src: url(./js/slick/fonts/slick.eot);
  src: url(./js/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(./js/slick/fonts/slick.woff) format("woff"), url(./js/slick/fonts/slick.ttf) format("truetype"), url(./js/slick/fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: calc(100px - 18px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before{
  content:'';
  display: block;
  width: 40px;
  height: 40px;
  background: url('./images/front/slide_left.png') no-repeat center /cover;
}
.slick-next:before {
  content:'';
  display: block;
  width: 40px;
  height: 40px;
  background: url('./images/front/slide_right.png') no-repeat center /cover;
}
.slick-prev {
  left: 60px;
}
.slick-next {
  right: 60px;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 200px;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  height: 200px;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 20px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.info{
  background:#CEE1E1;
  width:100%;
  height: 100%;
  margin-left: 55px;
  margin-top: -5vh;
  padding-bottom: 20px;
  border-radius:10px;
}

.top_news{
  display: flex;
  gap: 32px;
  width: 100%;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 56px;
}
.top_news p{
  margin-block: calc((1em - 1lh) / 2);
}
.top_news_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top_news_item {
  display: flex;
}
.top_news_link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-weight: bold;
  color: #23999F;
}
.top_news_link dt,
.top_news_link dd {
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
.top_news_link dt {
  display: flex;
  gap: .75rem;
}
.top_news_label {
  position: relative;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  line-height: 1.375rem;
  font-weight: bolder;
  color: #fff;
  width: 88px;
  background: #23999F;
  border-radius: 0.625rem;
}
.is-post .top_news_label {}
.is-current .top_news_label{
  background: #cf1e79;
}

.top_news_brank {
  margin-left: 1rem;
  color: #cf1e79;
  font-weight: bold;
}

.banner_slider{
  display: flex;
  margin-left: 55px;
  justify-content: space-between;
}
.banner_slider li{
  width: 350px;
  height: 200px;
}
/* .top_catch::before{
  content:'';
  width: 55px;
  background-color:#CEE1E1;
} */
.top_catch_container{
  background: linear-gradient(#CEE1E1 80%, #fff);
  display: flex;
  justify-content: space-between;
  max-height:520px;
}
@media screen and (max-width: 768px) {
  .info {
     margin-top: -20px;
     margin-left: 20px;
  }
  .top_news{
    gap: 24px;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top_news_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top_news_link {
    flex-direction: column;
    padding-left: 0;
  }
 .banner_slider{
  margin-left: 20px;
 }
 .slick-list{
  height: 160px;
 }
 .slick-track{
  height: 160px;
 }
 .slick-prev, .slick-next{
  bottom: calc(80px - 18px);
 }
 .slick-prev{
  left: 20px;
 }
 .slick-next{
  right: 34px;
 }
}

/* top_catch */
.top_banner_container{
  position: relative;
}
.top_left_container{
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  padding-top: 58px;
  width: 50%;
}
.top_left_content{
  position: relative;
}
.top_left_circle{
  position: absolute;
  background: url('./images/front/circle_layer.png') no-repeat center /cover;
  width: 406px;
  height: 462px;
  display: block;
  left: -500px;
  }
.catch_copy span{
  display: block;
  font-size: 36px;
  font-weight: bold;
}
.catch_copy .indent{
  margin-left: -1em;
  line-height: 1;
}
.catch_text{
  padding: 45px 0;
}
.top_right_container{
  width: 50%;
  position: relative;
}
.wheel.start{
  position: absolute;
  top: 50%;
  right:-320px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.wheel.start::before{
  position: absolute;
  content:'';
  background: url('../images/front/wheel_shadow_green.png') no-repeat center /cover;
  z-index: -1;
  width: 363px;
  height: 363px;
bottom:-300px;
left: 60px;
}
.wheel.start::after{
  position: absolute;
  content:'';
  background: url('./images/front/wheel_copy02.png') no-repeat center /cover;
  z-index: 1;
  width: 245px;
  height: 395px;
top: 52px;
left: 15px;
}
@media screen and (max-width: 1200px) {
  .top_left_container{
    width: 300px;
    margin-left: 10%;
  }
  .top_right_container{
   width: auto;
  }
  .menu_wrap .global_nav_cell{
   margin: 30px;
  }
 }
 @media screen and (max-width: 768px) {
  .menu_wrap .global_nav_cell{
    margin: 0 30px;
    padding-top: 70px;
  }
  .menu_wrap {
    display: flex;
    padding-top: 0;
    flex-direction: column;
 }
 .wheel.start{
  right: -210px;
 }
 .wheel.start::after{
  width: 147px;
  height: 237px;
  top: 31px;
  left: 9px;
 }
 .top_left_container{
  padding: 0 7.94%;
  margin-left: 0;
  width: 100%;
 }
 .top_catch_container{
 min-height: auto;
  flex-direction: column-reverse;
  max-height: none;
 }
 .catch_copy span{
  font-size: 25px;
  display: inline-block;
 }
 .catch_copy .indent{
  margin-right: 1rem;
  margin-left: 0;
 }
 .catch_text{
  padding-top: 16px;
  padding-bottom: 20px;
 }
}

/*news*/
.news_container{
  padding-top: 70px;
  padding-bottom: 34px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news_wrap{
  width: 763px;
}
.news_title_wrap{
  display: flex;
  width: 500px;
  justify-content: space-between;
  align-items:center;
}
.topics_title{
color: #47C4A6;
font-size: 36px;
font-family: PT Sans Narrow, sans-serif;
font-weight: normal;
font-size: 60px;
}
.news_page_link{
  display: flex;
  justify-content: space-between;
  width: 334px;
}
.news_page_link a{
  color: #606060;
}
.news_meta{
  display: flex;
  align-items:center;
}
.news_time{
  color: #606060;
}
.news_category{
  width: 90px;
  height: 35px;
    border-radius:20px;
display: flex;
justify-content: center;
align-items:center;
margin-left: 40px;
margin-right: 20px;
font-weight: bold;
color: #fff;
}
.news_all{
    background-color:#23999F;
  }
.news_zaikousei{
    background-color:#CF1E79;
  }
.news_list{
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 14px 0;
  border-bottom: 1.5px dashed #23999F;
}
.news_list a{
  display: flex;
  align-items:center;
  color: #23999F;
  font-weight: bold;
}
.news_link{
  width: 480px;
  color: #23999f;
  text-decoration: underline;
}
.calender_wrap{
  width: 370px;
}
.holiday-all{
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .news_container{
    max-width: 90%;
  }
  .news_wrap {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .news_container{
    display: block;
    padding: 40px 7.94%;
    max-width: 100%;
  }
  .news_wrap {
    width: auto;
    margin-bottom: 20px;
  }
  .news_meta{
    padding-bottom: 6px;
  }
  .news_category{
    margin-left: 10px;
  }
  .news_list:first-child{
    padding-top: 0;
  }
  .news_list a{
    flex-direction: column;
    align-items:start;
  }
  .calender_wrap{
    width: 100%;
  }
}

/* nyukou_info */
.nyukou_info{
  position: relative;
}
.nyukou_icon_container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyukou_contents_wrap{
  height: 591px;
  padding: 100px 0;
  display: block;
  background: url('./images/front/top_nyukou_bg.png') no-repeat center /cover;
  border-radius: 10px 0 0 10px;
  margin-left: 80px;
}
.nyukou_icon_wrap{
  width: 1000px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateY(-44%) translateX(-50%);
  -webkit-transform: translateY(-44%) translateX(-50%);
}
.contents_catch{
  display: flex;
  align-items:center;
}
.contents_title{
  font-family: PT Sans Narrow, sans-serif;
  font-size: 60px;
  font-weight: normal;
  margin-right: 48px;
}
.nyukou_icon_list.large{
  width: 490px;
  height: 205px;
  margin-bottom: 22px;
}
.nyukou_icon_list.small{
  width: 490px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .nyukou_contents_wrap{
    margin-left: 0;
}
}
@media screen and (max-width: 768px) {
  .nyukou_contents_wrap{
    padding: 30px 7.94%;
    height: auto;
    border-radius:0 0;
    padding-bottom: 48px;
}
.nyukou_icon_wrap{
  position: static;
  transform: none;
  width: 100%;
}
.contents_catch{
  flex-direction: column;
  align-items:start;
}
.contents_title{
  margin-right: 0;
}
.contents_copy{
  padding-bottom: 16px;
}
.nyukou_icon_list.large{
  height: auto;
  margin-bottom: 12px;
}
.nyukou_icon_list.small{
  height: auto;
  margin-bottom: 12px;
}

}

/* page_link_container */
.page_link{
  padding-top: 214px;
  position: relative;
  overflow-x: hidden;
}
.page_link::after{
  content:'';
  background: url('./images/front/circle_layer.png') no-repeat center /cover;
  width: 406px;
  height: 462px;
  position: absolute;
  top: -110px;
  right: 95px;
  z-index: -1;
  opacity: 0.6;
}
.page_link_wrap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.page_link_container .mint{
color: #47C4A6;
font-size: 20px;
font-weight: bold;
padding-top: 30px;
padding-bottom: 28px;
}
.page_link_title{
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.daiichi_homeru_container{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.daiichi_homeru_pic{
  width: 600px;
  height: auto;
}
.daiichi_homeru_pic img{
border-radius: 10px;
}
.daiichi_homeru_wrap{
  width: 600px;
    position: relative;
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.daiichi_homeru_wrap::before{
  content:'';
  background: url('./images/front/homeru_title_img.png') no-repeat center /cover;
  width: 365px;
  height: 141px;
  position: absolute;
  top: -38px;
  left: 8px;
  z-index: -1;
}
.daiichi_homeru_wrap::after{
  content:'';
  background: url('./images/front/circle_purple.png') no-repeat center /cover;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -400px;
  right: -300px;
  z-index: -1;
}
.daiichi_homeru_container .arrow_button{
  position: absolute;
  bottom:0;
}
.daiichi_dx_container{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding-top: 115px;
}
.daiichi_dx_pic{
  width: 600px;
  height: auto;
}
.daiichi_dx_pic img{
  border-radius:10px;
}
.daiichi_dx_wrap{
  width: 600px;
  position: relative;
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
}
.daiichi_dx_wrap::before{
  content:'';
  background: url('./images/front/degital_title_img.png') no-repeat center /cover;
  width: 365px;
  height: 141px;
  position: absolute;
  top: -38px;
  left: 4px;
  z-index: -1;
}
.daiichi_dx_container .arrow_button{
  position: absolute;
  bottom:0;
}
.daiichi_homeru_text,
.daiichi_dx_text,
.license_text,
.drone_text{
line-height: 2;
width: 456px;
}

.brand_container{
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 115px;
}
.brand_wrap{
  width: 600px;
  position: relative;
  padding-top: 45px;
  padding-left: 45px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  
}
.brand_wrap::before{
  content:'';
  background: url('./images/front/brand_title_img.png') no-repeat center /cover;
  width: 321px;
  height: 141px;
  position: absolute;
  top: -38px;
  left:20px;
  z-index: -1;
}
.brand_wrap::after{
  content:'';
  background: url('./images/front/circle_layer.png') no-repeat center /cover;
  width: 406px;
  height: 462px;
  position: absolute;
  bottom: -120px;
  right: -110px;
  z-index: -1;
  opacity: 0.2;
}
.brand_pic{
  width: 600px;
  height:auto;
}
.brand_pic img{
  border-radius:10px;
}
.brand_container .arrow_button{
  position: absolute;
  bottom:0;
}

.license_container{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 115px;
}
.license_wrap{
  width: 600px;
  position: relative;
  padding-top: 45px;
  padding-left: 45px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  
}
.license_wrap::before{
  content:'';
  background: url('./images/front/license_title_img.png') no-repeat center /cover;
  width: 378px;
  height: 141px;
  position: absolute;
  top: -38px;
  left:20px;
  z-index: -1;
}
.license_pic{
  width: 600px;
  height:auto;
}
.license_pic img{
  border-radius:10px;
}
.license_container .arrow_button{
  position: absolute;
  bottom:0;
}

.drone_container{
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 115px;
}
.drone_pic{
  position: relative;
  width: 600px;
  height:auto;
  overflow: hidden;
}
.drone_pic > img{
  display: block;
  border-radius:10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .drone_pic::before{
  content: '';
  display: block;
  position: absolute;
  border-radius:10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(63,119,152,.5);
  mix-blend-mode: multiply;
  z-index: 0;
} */
.drone_pic figcaption{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 30px);
  border-radius:10px;
  overflow: hidden;
}
.drone_pic figcaption img{
  object-fit: contain;
  max-height: 56.25%;
}
.drone_pic::after{
  content:'';
  background: url('./images/front/circle_purple.png') no-repeat center /cover;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -162px;
 left: -462px;
  z-index: -1;
}
.drone_wrap{
  width: 600px;
  position: relative;
  padding-top: 45px;
    padding-left: 45px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.drone_wrap::before{
  content:'';
  background: url('./images/front/drone_title_img.png') no-repeat center /cover;
  width: 325px;
  height: 141px;
  position: absolute;
  top: -38px;
  left: 4px;
  z-index: -1;
}
.drone_container .arrow_button{
  position: absolute;
  bottom:0;
}
@media screen and (max-width: 1200px) {
  .page_link_wrap{
   max-width: 90%;
}
.daiichi_homeru_wrap{
  padding-top: 0;
}
.daiichi_dx_wrap{
  padding-top: 0;
}
.license_wrap{
  padding-top: 0;
}
.drone_wrap{
  padding-top: 0;
}
.page_link_container .mint{
  padding-top: 14px;
  padding-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
  .page_link{
    padding-top: 0;
  }
  .page_link_wrap{
    padding: 0 7.94%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 60px;
}
  .daiichi_homeru_wrap,
  .daiichi_dx_wrap,
  .brand_wrap,
  .license_wrap,
  .drone_wrap{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .daiichi_homeru_container,
  .daiichi_dx_container,
  .brand_container,
  .license_container,
  .drone_container{
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 30px;
  }
  .daiichi_homeru_pic,
  .daiichi_dx_pic,
  .brand_pic,
  .license_pic,
  .drone_pic{
    width: 100%;
    margin-bottom: 30px;
  }
  .daiichi_homeru_text,
  .daiichi_dx_text,
  .brand_text,
  .license_text,
  .drone_text{
    width: 100%;
    text-align: justify;
  }
  .daiichi_homeru_container .arrow_button{
    position: static;
    padding-top: 20px;
  }
  .daiichi_dx_container .arrow_button{
    position: static;
    padding-top: 20px;
  }
  .brand_container .arrow_button{
    position: static;
    padding-top: 20px;
  }
  .license_container .arrow_button{
    position: static;
    padding-top: 20px;
  }
  .drone_container .arrow_button{
    position: static;
    padding-top: 20px;
  }
  .daiichi_dx_wrap::before{
    left: -20px;
  }
  .drone_wrap::before{
    left: -20px;
  }
  }

/* instagram */
.instagram_container{
  position: relative;
  width: 100%;
  background:rgba(217, 217, 217, 0.7) ;
  mix-blend-mode: multiply;
  padding: 80px;
}
.instagram_wrap::before{
  content:'';
  background: url('./images/front/instagram_title_img.png') no-repeat center /cover;
  width: 542px;
  height: 142px;
  position: absolute;
  top: -136px;
  left: -20px;
  z-index: -1;
}
.instagram_wrap::after{
  content:'';
  background: url('./images/front/follow_script.png') no-repeat center /cover;
  width: 160px;
  height: 95px;
  position: absolute;
  top: -78px;
  left: 400px;
  z-index: 1;
}
.instagram_wrap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.instagram_wrap .blog_link{
 display: flex;
}
.instagram_text{
  padding-top: 10px;
  padding-bottom: 20px;
}
.instagram_feed_wrap{
  width: 1200px;
  height: 150px;
}
.snapwidget-widget{
  margin-bottom: 20px;
}
.instagram_feed_wrap .sbi_photo_wrap{
  width: 150px;
  height: 150px;
}
.instagram_sp{
  display: none;
}
.instagram_canvas{
  max-width: 900px;
  margin: 0 auto;
}
#sb_instagram .sbi_photo .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
  overflow: auto;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0;
  transition: .3s;
  transform: translateY(100%);
}
#sb_instagram .sbi_photo:hover .caption,
#sb_instagram .sbi_photo:focus .caption {
  opacity: 1;
  transform: translateY(0);
}
#sb_instagram .sbi_photo:hover .fa-clone,
#sb_instagram .sbi_photo:focus .fa-clone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .instagram_container{
    padding: 0 7.94%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
}
.instagram_wrap::before{
  top: -90px;
}
.instagram_pc{
  display: none;
}
.instagram_sp{
  display: block;
}
.instagram_text{
  padding-top: 20px;
}


}

/* 下層ページテンプレート01 */
p, li ,h1 ,h2 ,h3 ,h4,td, li{
  letter-spacing: 0.06rem;
  text-align: justify;
}
.sect_page_fv {
  width: 100%;
  background: #D9EAED;
  position: relative;
  z-index: -1;
}
.sect_page_fv::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 12px;
  width: 731px;
  height: 493px;
  background: url('./images/front/page_under_circle.png') no-repeat center /cover;
  z-index: -1;
}
.sect_h1{
 font-size: 32px;
 color: #083E52; 
 position: relative;
 padding-left: 30px;
}
.sect_h1::before{
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  left: 0;
  width: 17px;
  height: 30px;
  background: url('./images/front/page_under_head.png') no-repeat center /contain;
}
.sect_sbt{
  padding-top: 30px;
  color: #083E52; 
}
.sect_page_content {
  padding-top: 120px;
  padding-bottom: 70px;
  margin: 0 auto;
  max-width: 1090px;
}
.page_wrap{
  width: 100%;
  padding: 60px 0;
}
.page_content{
  margin: 0 auto;
  max-width: 1090px;
}
.page_content_section{
  margin-bottom: 60px;
}
.page_section_after2nd{
  padding-top: 60px;
}
.sect_block{
  padding: 60px 0;
}
.page_sect_link{
  display: contents;
  color: #47C1A3;
  font-weight: bolder;
}
.sect_pink{
  color:#CC1E79;
}
.sect_head_grey{
  color: #808080;
  font-size: 22px;
  font-weight: 600;
  border-bottom:1px solid #47C1A3;
}
.under_02_conversion .sect_head_grey{
  margin-bottom: 20px;
}
.sect_dl{
  padding-top: 30px;
}
.sect_dl dt{
  display: flex;
  align-items:baseline;
  padding-top: 6px;
  font-weight: bolder;
}
.sect_dl dt::before{
  content:'Q';
  display: inline-block;
  color: #47C1A3;
font-size: 20px;
font-weight: bolder;
padding-right: 4px;
}
.sect_dl dd{
  display: flex;
  align-items:baseline;
  padding-top: 6px;
}
.sect_dl dd::before{
  content:'A';
  display: inline-block;
  color: #CC1E79;
font-size: 20px;
font-weight: bolder;
padding-right: 4px;
}
.sect_ul{
  list-style: none;
  padding-top: 30px;
}
.sect_ul li{
  position: relative;
  padding: 6px 0 0 16px;
}
.sect_ul li::before{
content:'';
position: absolute;
top: 17px;
left: 0;
background: #47C1A3;
border-radius:50%;
width: 6px;
height: 6px;
}
.sect_ol{
  padding-top: 30px;
  list-style-type: auto;
  padding-left: 1.35em;
}
.sect_ol li{
  position: relative;
  padding-top: 6px;
}
.sect_pink_ul{
  width: 100%;
  padding: 30px 0 30px 2rem;
  background:#CC1E79;
  list-style-type: none;
  margin-bottom: 60px;
}
.sect_pink_ul li{
  font-weight: bolder;
  color: #fff;
  position: relative;
  padding: 6px 0 0 16px;
}
.sect_pink_ul li::before{
  content:'';
position: absolute;
top: 17px;
left: 0;
background: #fff;
border-radius:50%;
width: 6px;
height: 6px;
}
.sect_caution_head{
  position: relative;
  font-weight: bolder;
color: #4D4D4D;
padding-left: 16px;
padding-top: 30px;
}
.sect_caution_head::before{
  content: '';
  position: absolute;
  display: block;
  top: 36px;
  left: 0;
  width: 8px;
  height: 16px;
  background: url('./images/front/sect_caution.png');
}
.text_content{
  padding: 20px 0;
}
.sect_tabel{
width: 100%;
padding-top: 20px;
}
.sect_tabel:not(.thead){
  width: 1090px;
}
.sect_tabel:not(.thead) table{
  width: 100%;
}
.sect_tabel:not(.thead) table>tbody>tr>td:first-child{
  width: 260px;
  background: #47C1A3;
 color: #fff;
 font-weight: bolder;
 text-align: center;
}
.sect_tabel:not(.thead) table>tbody>tr>td:nth-child(n+2){
  background: #E9F2F0;
  text-align: left;
  padding:1rem  0.5rem;
}
.senior-training .sect_tabel{
  padding-top: 30px;
}
.senior-training .sect_tabel:not(last-child){
  margin-bottom: 20px;
}
.sect_head_grey.mb30,
.senior-training .sect_head_grey{
  margin-bottom: 30px;
}
.senior-training .legal{
  margin-bottom: 50px;
}
.sect_tabel.thead table>tbody>tr:first-child>td{
  font-size: 18px;
  position: relative;
  border-bottom:12px solid #fff;
  color: #47C1A3;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 6px;
}
.sect_tabel.thead table>tbody>tr:first-child>td::after{
  position: absolute;
  bottom:0;
  content:'';
  display: block;
  width: 100%;
  border-bottom:1px solid #47C1A3;
}
.sect_tabel.thead table>tbody>tr:nth-child(n+2)>td:first-child{
  width: 350px;
  background: #47C1A3;
 color: #fff;
 font-weight: bolder;
 text-align: center;
}
.sect_tabel.thead table>tbody>tr:nth-child(n+2)>td:nth-child(n+2){
  background: #E9F2F0;
  text-align: left;
  padding:0.5rem 0 0.5rem 1rem;
}
.sect_tabel.thead table>tbody>tr:nth-child(n+2)>td:nth-child(2){
  width: 350px;
}
.sect_tabel.thead table>tbody>tr:nth-child(n+2)>td:nth-child(3){
  width: auto;
  padding-right: 20px;
}
.sect_tabel.thead table{
  width: 100%;
}
.tab_top_text{
  padding: 30px 0 10px 0;
}
.tab_flex{
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
}
.tab_pic{
  max-width: 350px;
  padding-left: 20px;
}
.tab-content .sect_head_grey:not(first-child){
  padding-top: 30px;
}
.tab-wrap .sect_tabel:not(.thead){
  width: 100%;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #47C1A3;
  display: block;
  order: -1;
}
.tab-label {
  color: #47C1A3;
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  border:1px solid #47C1A3;
  border-bottom:none;
}
.tab-label:not(:nth-of-type(9)){
  border-right:none;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content .price_wrap{
  padding-top: 10px;
}
.tab-content .price_wrap dd{
  font-size: 2rem;
    font-weight: 600;
    color: #ffa629;
    line-height: 1;
    padding-bottom: 10px;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #47C1A3;
  color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.tab-content .sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(3){
  padding: 0.5rem 1rem;
}
.special-case .training-schedule{
  padding: 20px 0;
}
.special-case .sect_head_grey{
  padding-top: 30px;
}
.license .margin-bottom-10{
  margin-bottom: -10px;
}
@media screen and (max-width: 1090px) {
  .sect_page_content {
    padding-left:7.94%;
    padding-right:7.94%;
  }
  .page_content{
    padding-left:7.94%;
    padding-right:7.94%;
  }
  .sect_tabel table>tbody>tr:nth-child(n+2)>td:first-child{
    width: 20%;
    padding: 0 6px;
  }
  .sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(2){
    width: 25%;
    padding: 0 6px;
  }
  .sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(3){
    width: 45%;
    padding: 0 6px;
  }
}
@media screen and (max-width: 600px) {
  .tab-label:nth-of-type(1){
    border-right:1px solid #47C1A3;
  }
  .tab-label:nth-of-type(3){
    border-right:1px solid #47C1A3;
  }
  .tab-label:nth-of-type(6){
    border-right:1px solid #47C1A3;
  }
  .tab-label:nth-of-type(8){
    border-right:1px solid #47C1A3;
  }
  .tab-label:nth-of-type(9){
    border-right:1px solid #47C1A3;
  }
  .sect_tabel table{
    border-spacing: 0 6px;
  }
  .sect_tabel:not(.thead){
    width: auto;
  }
.sect_tabel table>tbody>tr:first-child>td{
  display: none;
}
.sect_tabel table>tbody>tr:nth-child(n+2)>td:first-child{
  display: block;
  width: auto!important;
 padding: 0.5rem 1rem;
  text-align: left;
}
.sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(2){
  display: block;
  width: auto!important;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #fff;
}

.sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(2)::before{
  content:'技能';
  font-weight: bolder;
  display: inline-block;
  margin-right: 10px;
}
.scooters .sect_tabel table>tbody>tr:nth-child(4)>td:nth-child(2)::before{
display: none;}

.sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(3){
  position: relative;
  display: block;
  width: 100%;
  padding:6px;
}
.sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(3)::before{
  content:'学科';
  font-weight: bolder;
  display: inline-block;
  margin-right: 10px;
}
.sect_pink_ul{
  padding: 16px 12px;
  margin-bottom: 0;
}
.tab_flex{
  flex-direction: column-reverse;

}
.tab_pic{
  width: auto;
 padding-left: 0;
 padding-top: 0;

}
.history_table table>tbody>tr:not(:first-child)>td:nth-child(2){
  text-align: center!important;
}
.page_license .sect_tabel.thead table>tbody>tr:nth-child(n+2)>td:nth-child(n+2){
  text-align: center;
  }
}

/* 講習TOP */
.training_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training_container{
  width: 350px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.training_content_wrap::after{
  content:'';
  display: block;
  height: auto;
  width: 350px;
}
.training_container .page_link_button{
  padding: 14px 0 10px 0;
}
.training_container .page_link_button .arrow_link{
  font-size: 18px;
  font-weight: bolder;
  color: #47C0A2;
  justify-content: space-between;
}
.paper_driver .page_link_button .arrow_link{
  font-size: 17px;
}
@media screen and (max-width: 830px) {
  .training_container{
   width: auto;
  }
  .paper_driver .page_link_button .arrow_link{
    font-size: 18px;
  }
}
.under_02_conversion{
  padding-top: 155px;
}
.single .under_02_conversion {
padding-top: 60px;
}
.conversion_wrap_mint{
  background:#47BFA1;
  padding: 14px 18px;
  display: flex;
  align-items:center;
  justify-content: center;
}
.conversion_wrap_mint span{
  color: #fff;
  font-size: 16px;
}
.conversion_wrap_mint span:first-child{
  font-weight: bolder;
}
.conversion_wrap_mint p{
  color: #fff;
  font-weight: bolder;
  font-size: 32px;
  padding:0 20px;
}
.page_conversion .sect_head_grey{
  margin-bottom: 12px;
}
.page_conversion_wrap{
  display: flex;
}
.page_conversion_wrap .button_list{
  display: flex;
}
.page_conversion_wrap .button_list .button_contact{
  background:#47BFA1;
}
.page_conversion_wrap .button_list:first-child li{
width: 220px;
height: 75px;
display: flex;
justify-content: center;
align-items:center;
}
.page_conversion_wrap .button_list:nth-child(2){
  display: flex;
}
.page_conversion_wrap .button_list:nth-child(2) li{
  width: 385px;
  display: flex;
  align-items:center;
}
.tel_button_wrap{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 830px) {
  .under_02_conversion{
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .conversion_wrap_mint{
    flex-direction: column;
  }
  .page_wrap .page_content .conversion_wrap_mint p{
    font-size: 20px!important;
  }
}
/* 施設・設備 */
.facilities_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.facilities_container{
  width: 350px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.facilities_content_wrap::after{
  content:'';
  display: block;
  height: auto;
  width: 350px;
}
.facilities_title{
  font-size: 18px;
  font-weight: bolder;
  color: #47C0A2;
}
.facilities_pic{
  width: 350px;
}
.facilities_pic img{
  width: 100%;
  height: 220px;  
  object-fit: cover;
}
.facilities_container .page_link_button{
  padding: 14px 0 10px 0;
}
.facilities_container .page_link_button .arrow_link{
  font-size: 18px;
  font-weight: bolder;
  color: #47C0A2;
  justify-content: space-between;
}
.paper_driver .page_link_button .arrow_link{
  font-size: 17px;
}
@media screen and (max-width: 830px) {
  .facilities_container{
   width: 100%;
  }
  .facilities_pic{
    width: auto;
  }
  .facilities_pic img{
   width: auto;
  }
  .paper_driver .page_link_button .arrow_link{
    font-size: 18px;
  }
}

/* SDGs宣言 */
.sdgs_sect{
  margin-bottom: 50px;
}
.sdgs .text_right p{
  text-align: right;
}
.sdgs_sect .sect_ul{
  padding-top: 0;
}
.sdgs_text{
  padding: 16px;
}
.sdgs_container>.wp-block-group__inner-container{
  display: flex;
  justify-content: space-between;
  align-items:end;
  width: 1090px;
}
.sdgs_icon>.wp-block-group__inner-container{
  display: flex;
  flex-wrap: wrap;
}
.sdgs_about>.wp-block-group__inner-container{
display: flex;
}
.sdgs_goals{
  width: 100%;
  height: 100%;
}
.sdgs_goals img{
  width: 100%;
  height: 100%;
}
.sdgs_goals_text{
padding-left: 60px;
}
@media screen and (max-width: 830px) {
  .sdgs .text_right{
    padding-bottom: 20px;
  }
  .sdgs_text{
    padding: 16px 0 16px 16px;
  }
  .sdgs_container>.wp-block-group__inner-container{
    width: auto;
    flex-direction: column;
    align-items:start;
    padding-left: 1rem;
  }
  .sdgs_icon>.wp-block-group__inner-container{
    padding-top: 20px;
  }
  .sdgs_about>.wp-block-group__inner-container{
    flex-direction: column-reverse;
  }
  .sdgs_goals{
    padding-top: 16px;
  }
  .sdgs_goals_text{
    padding-left: 0;
  }
}

/* ABOUT_DAIICHI */
.about_daiichi .page_wrap{
  background:#E6EAEA;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 120px;
}
.about_daiichi .sect_page_fv{
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100vw;
  z-index: 1;
  height: 492px;
  background-image: url(./images/about/bg_about_fv.jpg);
}
.sect_page_fv.top_title{
  z-index: 0;
}
.sect_page .about_daiichi{
  z-index: -1;
}
.about_daiichi .mint{
color: #47BFA1;
}
.about_daiichi .green{
  color: #23979D;
  }
.about_daiichi .sect_page_fv::after{
  display: none;
}
.about_daiichi .sect_page_content p{
  text-align: center;
  max-width: 756px;
  margin: 0 auto;  

}
.about_daiichi .sect_page_fv h1{
  font-family: PT Sans Narrow, sans-serif;
  font-size: 130px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
  
}
.about_daiichi .sect_page_fv h2{
  font-family: PT Sans Narrow, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.about_daiichi .sect_page_fv h2.mint{
  color: #47BFA1;
}
.about_top_catch{
  position: relative;
  width: 100%;
  height: 740px;
}
.about_top_catch_color{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 889px;
}
.about_top_catch_color::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateX(6.285714285vw);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.about_top_catch_content_wrap{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1090px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;
  padding: 100px 0;
}
.about_top_catch_lead{
  max-width: 756px;
  width: 80vw;
  padding: 32px 0;
  text-align: center;
  color: #808080;
  font-weight: bolder;
  font-size: 22px;
}
.about_top_catch_lead+p{
  max-width: 756px;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}
.about_top_catch_pic{
  display: flex;
  padding-top: 80px;
  max-width: 1090px;
  width: 80vw;
}
.about_top_catch_pic p:nth-child(even){
  padding:0 4px;
}
.about_dx_wrap{
  position: relative;
}
.about_homeru_wrap .lead_title,
.about_dx_wrap .lead_title{
  font-size: 23px;
  color: #fff;
}
.about_dx_wrap .sect_page_fv{
  position: relative;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  height: 380px;
  background: url('./images/about/about_daiichi_dx.jpg') no-repeat center /cover;
}
.about_dx_wrap .sect_page_fv::before{
content:'';
position: absolute;
background-blend-mode: multiply;
width: 100%;
height: 380px;
display: block;
background:rgba(35, 121, 195, 0.4) ;
z-index: -1;
}
.about_dx_text_lead {
  color: #23979D;
  font-size: 22px;
  font-weight: bolder;
  padding-bottom: 20px;
}
.about_dx_flexwrap .about_dx_container:first-child{
  padding-top: 30px;
}
.about_dx_container{
position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about_homeru_wrap .sect_page_fv{
  margin: 0 calc(50% - 50vw);
  height: 380px;
  background: url('./images/front/mv03.webp') no-repeat bottom /cover;
}
.about_homeru_wrap .sect_page_content{
padding-top: 0;
padding-bottom: 0;
}
.about_homeru_wrap .sect_page_fv h2{
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", ＭＳＰゴシック, sans-serif;
}
.about_homeru_wrap .about_dx_pic{
  margin-right: -50px;
}
.homeru_container{
  flex-direction: row-reverse;
  margin-bottom: 150px;
}
.homeru_container:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1300px;
  height: 440px;
  display: block;
  bottom: -50px;
  left: -495px;
  z-index: 0;
}
.about_dx_container:not(.homeru_container):nth-child(even):before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1300px;
  height: 382px;
  display: block;
  bottom: -50px;
  left: -495px;
  z-index: 0;
}
.about_dx_container:not(.homeru_container):nth-child(odd):before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1300px;
  height: 382px;
  display: block;
  bottom: -36px;
  right: -495px;
  z-index: 0;
  clip-path:polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
}
.about_dx_container:nth-child(even){
  flex-direction: row-reverse;
}
.about_dx_pic{
  width: 545px;
  height: 100%;
  z-index: 1;
  box-shadow:2px 5px 11px 0 rgb(0 0 0 / 50%);
}
.about_dx_container:first-child .about_dx_pic{
  margin-top: -50px;
  z-index: 1;
}
.about_dx_container:nth-child(odd):not(.homeru_container) .about_dx_pic{
  margin-left: -50px;
}
.about_dx_container:nth-child(even) .about_dx_pic{
  margin-right: -50px;
}
.about_dx_pic img{
  width: 100%;
  height: 100%;
}
.about_dx_text_wrap{
  width: 545px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}
.about_dx_container .arrow_button{
  display: flex;
  padding-top: 25px;
}
.about_support_wrap{
  padding-bottom: 100px;
}
.about_support_wrap .sect_page_fv{
  background:transparent;
  width: auto;
  height: auto;
}
.about_support_wrap .sect_page_fv::after{
  display: none;
}
.about_support_wrap .lead_title{
 font-size: 32px;
 color: #000;
 padding-bottom: 10px;
}
.about_support_flexwrap{
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.about_support_container{
  display: flex;
  flex-direction: column;
  width: 333px;
  justify-content: flex-start;
  align-items:center;
}
.about_support_container_title{
  color: #47BFA1;
  font-size: 32px;
  padding-top: 10px;
}
.about_support_container_lead{
  color: #808080;
  font-size: 22px;
  font-weight: bolder;
  padding-bottom: 10px;
}
.about_support_pic{
  width: 156px;
  height: 156px;
}
.about_support_pic img{
  width: 100%;
  height: 100%;
}
.about_training_wrap{
  position: relative;
}
.about_daiichi .about_training_wrap .sect_page_fv{
  position: relative;
  z-index: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100vw;
  height: 380px;
  background-image: url(./images/about/about_trainingbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .about_daiichi .about_training_wrap .sect_page_fv::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(./images/about/bg_about_training.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .8;
} */
.about_daiichi .about_training_wrap .sect_page_fv p{
  text-align: center;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 400;
}
.about_training_catch_color{
  position: relative;
  background:#fff;
  width: 100vw;
  height: 566px;
}
.about_training_catch_content_wrap{
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 698px;
  display: flex;
  flex-direction: column;
  align-items:center;
  padding: 100px 0 0;
}
.about_training_catch_content_wrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateX(6.285714285vw);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.about_training_catch_content_wrap h2{
  text-align: center;
  max-width: 80vw;
}
.about_training_catch_text{
  padding: 32px 0;
  max-width: 756px;
  width: 80vw;
  text-align: center;
}
.about_training_catch_content_wrap .about_top_catch_pic{
  padding-top: 72px;
}
@media screen and (max-width: 1400px) {
  .about_top_catch_content_wrap::before{
    display: none;
  }
  .about_training_catch_content_wrap::after{
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .about_dx_container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .homeru_container .about_dx_pic{
    margin-right: 0;
  }
  .homeru_container .about_dx_text_wrap{
    padding-right: 1rem;
  }
  .about_dx_container:nth-child(odd):not(.homeru_container) .about_dx_text_wrap{
    padding-left: 1rem;
  }
  .about_dx_container:nth-child(odd):not(.homeru_container) .about_dx_pic{
    margin-left: 0;
  }
  .about_dx_container:nth-child(even):not(.homeru_container) .about_dx_text_wrap{
    padding-right: 1rem;
  }
  .about_dx_container:nth-child(even):not(.homeru_container) .about_dx_pic{
    margin-right: 0;
  }
  .about_dx_container:not(.homeru_container):nth-child(odd):before{
    bottom: -22px;
    height: 360px;
  }
.about_dx_container:not(.homeru_container):nth-child(even):before{
  bottom: -33px;
  height: 360px;
}
  .about_dx_container:not(.homeru_container):nth-child(1):before{
height: 500px;
bottom: -24px;
  }
  .about_support_wrap .sect_page_content{
padding-top: 60px;
}
}
@media screen and (max-width: 830px) {
  .about_daiichi .page_wrap{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about_daiichi .sect_page_content:not(.top_title>div){
    padding-top: 40px;
  }
  .about_daiichi .sect_page_fv{
    background-position:center;
  }
  .about_daiichi .sect_page_fv h1{
    font-size: 50px;
  }

  .about_top_catch{
    height: auto;
  }
  .about_top_catch_lead{
    text-align: justify;
  }
  .about_top_catch_color{
    position: relative;
    height: 100%;
    margin: 0 calc(50% - 50vw);
  }
  .about_top_catch_color::before{
    top: -32px;
    bottom: auto;
    margin: 0 auto;
    border-top: 32px solid #fff;
    box-sizing: content-box;
    transform: translateX(4vw);
  }
  .about_top_catch_content_wrap{
    position: static;
    transform: none;
    width: auto;
    padding: 60px 20px;
  }
  .about_top_catch_pic{
    flex-direction: column;
  }
  .about_top_catch_pic p:nth-child(even){
    padding:10px 0;
  }
  .about_daiichi .sect_page_fv h2{
    font-size: 40px;
  }
  .about_dx_wrap .sect_page_fv::before{
    height: 100%;
  }
  .about_dx_container{
    flex-direction: column;
  }

  .about_dx_container:nth-child(even){
    flex-direction: column;
  }
  .about_dx_container:nth-child(even) .about_dx_pic{
    margin-right: -30px;
  }
  .about_dx_container:nth-child(odd):not(.homeru_container) .about_dx_pic{
    margin-left: -30px;
  }
  .about_dx_container.homeru_container .about_dx_pic{
    margin-right: -30px;
  }
  .about_dx_container.homeru_container .about_dx_text_wrap{
    padding-right: 1rem;
  }
  .about_dx_pic{
    width: auto;
    height: auto;
  }
  .about_dx_text_wrap{
    width: auto;
  }
  .about_dx_text_lead{
    padding-top: 20px;
  }
  .about_dx_container:not(.homeru_container):nth-child(odd):before{
padding-right: 1rem;
  }
  .about_dx_container:not(.homeru_container):nth-child(even):before{
    padding-left: 1rem;
  }
  .about_dx_container:not(.homeru_container):nth-child(odd):before{
    bottom:auto;
    top: 50px;
    height: 100%;
  }
  
  .about_dx_container:not(.homeru_container):nth-child(even):before{
    bottom:auto;
    top: 50px;
    height: 100%;
  }
  .about_support_wrap .lead_title{
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center!important;
  }
  .about_support_flexwrap{
    flex-direction: column;
    padding-top: 0;
  }
  .about_top_catch_lead+p{
    text-align: justify;
  }
  .about_daiichi .sect_page_content h2{
    text-shadow: 2px 3px 5px rgba(0,0,0,0.8);
    font-size: 30px;
  }
  .about_daiichi .sect_page_content p{
    text-align: justify;
  }
  .about_daiichi .about_homeru_wrap .lead_title{
text-align: center;
text-shadow: 2px 3px 5px rgba(0,0,0,0.8);
  }
  .about_support_wrap .sect_page_fv .sect_page_content{
    padding: 0 0 30px;
  }
  .about_support_container{
    width: auto;
    padding-bottom: 20px;
  }
  .about_training_catch_color{
    margin: 0 calc(50% - 50vw);
    height: 100%;
  }
  .about_training_catch_content_wrap{
    position: relative;
    padding: 60px 20px;
    transform: none;
    width: auto;
    height: 100%;
    margin-bottom: 60px;

  }
  .about_training_catch_content_wrap::before{
    top: -32px;
    bottom: auto;
    margin: 0 auto;
    border-top: 32px solid #fff;
    box-sizing: content-box;
    transform: translateX(4vw);
  }
  .about_training_catch_content_wrap h2{
    text-align: justify;
  }
  .about_daiichi .about_training_wrap .sect_page_fv p{
    max-width: 95%;
    margin: 0 auto;
  }
  .about_training_catch_text{
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {

}

/* ABOUT_DAIICHIここまで */
/* 免許について */

.license .page_wrap .page_content .pink_ul li::before{
  content:'';
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  border-radius:50%;
  width: 6px;
  height: 6px;
}
.license .page_wrap .page_content ol.step_list{
  list-style-type: none;
  padding-left: 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.license .page_wrap .page_content ol.step_list li{
  width: calc(20% - 20px);
  height: 60px;
  padding: 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F2F0;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  color: #606060;
  filter: drop-shadow(1px 1px 6px rgba(0,0,0,.16));
}
.license .page_wrap .page_content ol.step_list li:nth-child(10){
  background-color: #47c4a6;
  color: #fff;
}
.license .page_wrap .page_content ol.step_list li::before{
  top: 0;
  right: -15px;
  bottom: 0;
  left: auto;
  margin: auto 0;
  border-radius: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #E9F2F0;
  background-color: transparent;
}
.license .page_wrap .page_content ol.step_list li:nth-child(10)::before{
  border-left: 16px solid #47c4a6;
}
.license .page_wrap .page_content ol.step_list li::after{
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: .75rem;
  color: #555;
  font-weight: 300;
}
.license .page_wrap .page_content ol.step_list li:nth-child(1)::after{
  content: 'STEP01';
}
.license .page_wrap .page_content ol.step_list li:nth-child(2)::after{
  content: 'STEP02';
}
.license .page_wrap .page_content ol.step_list li:nth-child(3)::after{
  content: 'STEP03';
}
.license .page_wrap .page_content ol.step_list li:nth-child(4)::after{
  content: 'STEP04';
}
.license .page_wrap .page_content ol.step_list li:nth-child(5)::after{
  content: 'STEP05';
}
.license .page_wrap .page_content ol.step_list li:nth-child(6)::after{
  content: 'STEP06';
}
.license .page_wrap .page_content ol.step_list li:nth-child(7)::after{
  content: 'STEP07';
}
.license .page_wrap .page_content ol.step_list li:nth-child(8)::after{
  content: 'STEP08';
}
.license .page_wrap .page_content ol.step_list li:nth-child(9)::after{
  content: 'STEP09';
}
.license .page_wrap .page_content ol.step_list li:nth-child(10)::after{
  content: 'STEP10';
  color: #fff;
}
.license .page_wrap .page_content ol.step_list li br{
  display: none;
}
.license .page_wrap .page_content .price_wrap dl{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.license .page_wrap .page_content .price_wrap dt{
  font-size: 1.25rem;
  font-weight: 600;
}
.license .page_wrap .page_content .price_wrap dd{
  font-size: 2rem;
  font-weight: 600;
  color: #ffa629;
  line-height: 1;
}
.license .text_content{
  padding: 20px 0;
}
.license .padding-top30{
  padding-top: 30px;
}
.license .price_wrap{
  padding-top: 30px;
}
.license .page_wrap .page_content figure{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.license .page_wrap .page_content figure figcaption{
  order: 1;
  text-align: center;
}
.license .page_wrap .page_content figure table{
  width: 100%;
  max-width: 1090px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
  order: 2;
}
.license .page_wrap .page_content table>tbody>tr:not(:first-child)>td:first-child{
  background: #47C1A3;
  line-height: 1.5;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  max-width: 260px
}
.license .page_wrap .page_content table>tbody>tr:not(:first-child)>td:not(:first-child){
  background: #E9F2F0;
  line-height: 1.5;
  text-align: left;
  padding:1rem  0.5rem;
}
.license .page_wrap .page_content table>tbody>tr:first-child>td{
  font-size: 18px;
  position: relative;
  border-bottom:12px solid #fff;
  color: #47C1A3;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 6px;
}
.license .page_wrap .page_content table>tbody>tr:first-child>td::after{
  position: absolute;
  bottom:0;
  content:'';
  display: block;
  width: 100%;
  border-bottom:1px solid #47C1A3;
}
.license .sect_tabel.thead table{
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .license .page_wrap .page_content table>tbody>tr:not(:first-child)>td:first-child{
    padding: 0 6px;
  }
  .license .sect_tabel table>tbody>tr:nth-child(n+2)>td:nth-child(2){
    padding: 0 6px;
  }
}
@media screen and (max-width: 600px) {
  .license .page_wrap .page_content table>tbody>tr:not(:first-child)>td:first-child{
    padding: 0.5rem 1rem;
  }
  .license .page_wrap .page_content table>tbody>tr:not(:first-child)>td:first-child{
    max-width: 100%;
  }
  .price_wrap+.sect_ul{
    padding-top: 10px;
  }
}
/*
@media screen and (max-width: 600px) {
  .page_wrap .page_content table{
    border-spacing: 0 6px;
  }
  .page_wrap .page_content table {
    display: block;
    border-collapse: inherit;
    table-layout: inherit
  }
  .page_wrap .page_content table .caption {
    display: block
  }
  .page_wrap .page_content table > tbody,
  .page_wrap .page_content table > tbody > tr {
    display: block;
    width: 100%
  }
  .page_wrap .page_content table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .page_wrap .page_content table > tbody > tr > td:first-child {
    padding: 8px;
  }
}
*/

.page_wrap .page_content .wp-block-columns.last{
  margin-bottom: 0;
}
.license .page_wrap .page_content .wp-block-columns{
  width: 100%;
  gap: 32px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.license .page_wrap .page_content .wp-block-columns .wp-block-column{
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page_wrap .page_content ol.step_list {
  padding-top: 36px;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.page_wrap .page_content ol.step_list li {
  width: calc(20% - 20px);
  height: 60px;
  padding: 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F2F0;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  color: #606060;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .16));
}
.page_wrap .page_content ol.step_list li:nth-child(10) {
  background-color: #47c4a6;
  color: #fff;
}
.page_wrap .page_content ol.step_list li::before {
  position: absolute;
  content:'';
  top: 0;
  right: -15px;
  bottom: 0;
  left: auto;
  margin: auto 0;
  border-radius: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #E9F2F0;
  background-color: transparent;
}
.page_wrap .page_content ol.step_list li:nth-child(10)::before {
  border-left: 16px solid #47c4a6;
}
.page_wrap .page_content ol.step_list li::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: .75rem;
  color: #555;
  font-weight: 300;
}
.page_wrap .page_content ol.step_list li:nth-child(1)::after {
  content: 'STEP01';
}
.page_wrap .page_content ol.step_list li:nth-child(2)::after {
  content: 'STEP02';
}
.page_wrap .page_content ol.step_list li:nth-child(3)::after {
  content: 'STEP03';
}
.page_wrap .page_content ol.step_list li:nth-child(4)::after {
  content: 'STEP04';
}
.page_wrap .page_content ol.step_list li:nth-child(5)::after {
  content: 'STEP05';
}
.page_wrap .page_content ol.step_list li:nth-child(6)::after {
  content: 'STEP06';
}
.page_wrap .page_content ol.step_list li:nth-child(7)::after {
  content: 'STEP07';
}
.page_wrap .page_content ol.step_list li:nth-child(8)::after {
  content: 'STEP08';
}
.page_wrap .page_content ol.step_list li:nth-child(9)::after {
  content: 'STEP09';
}
.page_wrap .page_content ol.step_list li:nth-child(10)::after {
  content: 'STEP10';
  color: #fff;
}
.page_wrap .page_content ol.step_list li br {
  display: none;
}
@media screen and (max-width: 768px){
  .license .page_wrap .page_content .wp-block-columns{
    flex-direction: column;
  }
  .license .page_wrap .page_content .wp-block-columns .wp-block-column{
    width: 100%;
  }
  .license .page_wrap .page_content .price_wrap dl{
    flex-direction: column;
    justify-content:start;
    align-items:start;
    gap: 4px;
    padding-bottom: 16px;
  }
  .license .page_wrap .page_content ol.step_list li{
    width: 300px;
    margin: 0 auto;
   flex-direction: column;
  }
  .page_wrap .page_content ol.step_list li{
    width: 100%;
  }
  .page_wrap .page_content ol.step_list li::before{
    display: none;
  }
}

/* 料金タブ */

.sect_head_grey .price_menu h2{
  padding-top: 0;
}

/*アイコンの＋と×*/
/* .price_menu::before,
.price_menu::after{
  position: absolute;
  content:'';
  width: 16px;
  height: 2px;
  background-color: #47C1A3;
  transition: all .2s ease;
}
.price_menu::before{
  bottom:28%;
  left: 2px;
  transform: rotate(0deg);
  
}
.price_menu::after{    
  bottom:28%;
  left: 2px;
  transform: rotate(90deg);

} */
/*　closeというクラスがついたら形状変化　*/
/* .price_menu.close::before{
transform: rotate(45deg);
}

.price_menu.close::after{
transform: rotate(-45deg);
} */

/*アコーディオンで現れるエリア*/

/* .page_wrap .page_content img{
  object-fit: contain;
  width: 100%;
  height: auto;
}
.page_wrap .page_content figure.wp-block-gallery {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 32px;
}
.page_wrap .page_content figure.wp-block-gallery figure {
  position: relative;
  width: calc(20% - 8px);
  height: 200px;
  overflow: hidden;
}
.page_wrap .page_content figure.wp-block-gallery figure img{
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: all .4s;
  transform: scale(1);
}
.page_wrap .page_content figure.wp-block-gallery figure figcaption{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  transform: translate(0,100%);
  font-size: .875rem;
}
@media screen and (min-width: 769px){
  .page_wrap .page_content figure.wp-block-gallery figure:hover img{
    transform: scale(1.05);
  }
  .page_wrap .page_content figure.wp-block-gallery figure:hover figcaption{
    transform: translate(0,0);
  }
}
@media screen and (max-width: 768px){
  .page_wrap .page_content figure.wp-block-gallery {
    flex-wrap: wrap;
    gap: 10px;
  }
  .page_wrap .page_content figure.wp-block-gallery figure {
    width: calc(50% - 5px);
    height: 42vw;
    overflow: hidden;
  }
  .page_wrap .page_content figure.wp-block-gallery figure figcaption{
    top: auto;
    height: 40px;
    transform: translate(0,0);
    font-size: .75rem;
    letter-spacing: 0;
  }
}

.page_wrap .page_content .wp-block-group{
  margin-bottom: 32px;
}
.page_wrap .page_content .wp-block-group.map_wrap > div {
  height: 0;
  overflow: hidden;
  padding-bottom: 480px;
  position: relative
}

.page_wrap .page_content .wp-block-group.benefits_wrap > div{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(232,109,166,.8);
  border-radius: 10px;
  gap: 32px;
}
.page_wrap .page_content .wp-block-group.benefits_wrap > div::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(<?php bloginfo('template_url'); ?>/images/intensive/bg_intensive03.jpg);
}
.page_wrap .page_content .wp-block-group.benefits_wrap h2{
  color: #fff;
  font-size: 48px;
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1;
}
.page_wrap .page_content .wp-block-group.benefits_wrap h3{
  color: #fff;
  font-size: 32px;
  padding-left: 0;
  margin-bottom: 0;
}
.page_wrap .page_content .wp-block-group.benefits_wrap h3::before{
  display: none;
}
.page_wrap .page_content .wp-block-group.benefits_wrap p{
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px){
  .page_wrap .page_content .wp-block-group.benefits_wrap h2{
    font-size: 23px;
    letter-spacing: 0;
  }
  .page_wrap .page_content .wp-block-group.benefits_wrap h3{
    font-size: 20px;
  }
}
.page_wrap .page_content .wp-block-group.map_wrap > div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}
@media screen and (max-width: 768px){
  .page_wrap .page_content .wp-block-group.map_wrap > div {
    padding-bottom: 56.25%;
  }
}

.page_wrap .page_content .btn_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
}
.page_wrap .page_content .btn_wrap .btn {
  position: relative;
  display: flex;
  width: 320px;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
  border-radius: 7px;
  background-color: #fff;
  border: solid 1px #909090;
  color: #000;
  padding-left: 30px;
  transition: all .4s
}

.page_wrap .page_content .btn_wrap .btn:before,
.page_wrap .page_content .btn_wrap .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.page_wrap .page_content .btn_wrap .btn:before {
  z-index: 2;
  display: block;
  width: 8px;
  height: 8px;
  border: solid 1.62px #fff;
  border-width: 1.62px 1.62px 0 0;
  transform: rotate(45deg)
}

.page_wrap .page_content .btn_wrap .btn:after {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #23999f;
  border-radius: 50%
}
.page_wrap .page_content .btn_wrap .btn:before {
  right: 31px;
  transition: all .4s
}
.page_wrap .page_content .btn_wrap .btn:after {
  right: 24px;
  transition: all .4s
}
.page_wrap .page_content .conversion_wrap_mint p {
  color: #fff;
  font-weight: bolder;
  font-size: 32px;
  margin-bottom: 0;
  padding: 0 20px;
}

.table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  table-layout: fixed
}
.table .caption {
  display: table-caption;
  width: 100%
}
.table>dl {
  display: table-row
}
.table>dl>dt, .table>dl>dd {
  display: table-cell
}
.table>dl>dd ul {
  margin: 0
}
@media screen and (max-width: 1023px) {
  .table {
    display: block;
    border-collapse: inherit;
    table-layout: inherit
  }
  .table .caption {
    display: block
  }
  .table>dl {
    display: block;
    width: 100%
  }
  .table>dl>dt, .table>dl>dd {
    display: block;
    width: 100%
  }
}

.wpcf7 .form {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 28px
}
.wpcf7 .form > dl {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.wpcf7 .form > dl > dt {
  font-size: 1rem
}
.wpcf7 .form > dl > dd {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 23px;
}
.wpcf7 .form > dl > dd.cell_column{
  flex-direction: column;
}
.wpcf7 .form > dl > dd.cell_column dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.wpcf7 .form > dl > dd br{
  display: none;
}
.wpcf7 .form label {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px
}
.wpcf7 .form .req {
  background-color: #d66929;
  color: #fff;
  line-height: 31px;
  width: 50px;
  height: 31px;
  font-weight: 400;
  text-align: center
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 select{
  height: 45px;
  padding: 8px 12px;
  font-size: 1rem;
  border: solid 1px #666;
  border-radius: 4px
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email]{
  width: 100%;
}
.wpcf7 select,
.wpcf7 input[type=date],
.wpcf7 input[type=text].p-postal-code{
  width: 50%;
  min-width: 200px;
}
.wpcf7 textarea {
  width: 100%;
  height: 147px;
  padding: 8px 12px;
  font-size: 1.125rem;
  border: solid 1px #666;
  border-radius: 5px
}
.wpcf7 .btn_wrap {
  margin-top: 36px;
  position: relative
}
.wpcf7 .btn_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 24px;
  z-index: 1;
  margin: 0;
  width: 31px;
  height: 31px;
  transform: rotate(45deg);
  border: solid 2px #fff;
  border-width: 2px 2px 0 0
}
.wpcf7 .btn_wrap input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  background: linear-gradient(to right, #4780A6 0%, #47C4A6 50%, #99c44c 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  font-size: 1.375rem;
  color: #fff;
  margin: 0 auto;
  padding-right: 6.5px;
  transition: all .4s
}
.wpcf7 .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -1.5rem;
  font-size: .875rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .wpcf7 .form > dl {
      flex-direction: row;
      gap: 40px
    }
  .wpcf7 .form > dl > dt {
      width: 200px
    }
  .wpcf7 .form > dl > dt label {
      line-height: 45px;
      align-items: center;
      justify-content: space-between
    }
  .wpcf7 .form > dl > dd {
      width: calc(100% - 200px)
    }

  .wpcf7 .form > dl > dd.cell_column dt{
    width: 100px;
  }
  .wpcf7 .form > dl > dd.cell_column dd{
    width: calc(100% - 100px)
  }
  .wpcf7 .form > dl > dd > span {
      width: 100%
    }
  .wpcf7 .btn_wrap input:hover {
      background-position: 99% 50%
    }
} */

/* submitボタンのスタイル */
.post-password-form input[type="submit"] {
  margin-left: 30px;
      background: #47bfa1;
      padding: 4px 18px;
      border-radius: 4px;
      color: #fff;
      font-weight: bold;
  }
  @media screen and (max-width: 600px) {
    .post-password-form input[type="submit"] {
      display: block;
      margin: 18px auto;
    }
  }

/*footer*/
.main_foot {
  background-image: url(./images/bg_foot01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}
.main_foot .main_foot_wrap {
  padding: 49px 7.94% 125px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto
}
.main_foot h1 {
  width: 350px;
  height: 89px;
  margin-bottom: 21.5px;
  line-height: 1;
  filter: drop-shadow(0 0 3.6482px rgba(0, 0, 0, .75))
}
.main_foot h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.main_foot .foot_name {
  font-size: .875rem;
  line-height: 1;
  margin-bottom: 19px
}
.main_foot h2 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 24px
}
.main_foot h2 img {
  width: 305px;
  height: 33px
}
.main_foot h2 span {
	white-space: nowrap;
	font-size: 1.66975rem;
  line-height: 1;
  color: #ffc41e;
  padding-top: 16px;
}
.main_foot .btn_wrap {
  margin-bottom: 15px
}
.main_foot .foot_contact {
  margin-bottom: 23px;
  line-height: 1
}
.main_foot .foot_contact li {
  font-size: .875rem
}
.main_foot .foot_contact address {
  margin-bottom: 12px;
  font-style: normal
}
.main_foot .foot_contact a {
  color: #fff
}
.main_foot .access_wrap {
  margin-bottom: 49px
}
.main_foot .access_wrap a {
  line-height: 18px;
  color: #fff;
  display: block;
  position: relative;
  display: flex;
  font-size: .875rem;
  font-weight: 600;
  padding: 0 0 0 16px;
  text-decoration: underline
}
.main_foot .access_wrap a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(./images/icon_map01.svg);
  width: 12px;
  height: 18px
}
.main_foot .foot_wrap {
  display: flex;
  align-items: center;
  gap: 32px
}
.main_foot .sns_list {
  display: flex;
  gap: 32px
}
.main_foot .sns_list .link_youtube img, .main_foot .sns_list .link_facebook img, .main_foot .sns_list .link_instagram img {
  object-fit: contain
}
.main_foot small {
  font-size: .75rem;
  font-weight: 600
}
.btn_wrap .btn_s {
  position: relative;
  display: flex;
  width: 170px;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
  border-radius: 7px;
  background-color: #fff;
  color: #000;
  padding-left: 30px;
  transition: all .4s
}
.btn_wrap .btn_s:before, .btn_wrap .btn_s:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0
}
.btn_wrap .btn_s:before {
  z-index: 2;
  display: block;
  width: 8px;
  height: 8px;
  border: solid 1.62px #fff;
  border-width: 1.62px 1.62px 0 0;
  transform: rotate(45deg)
}
.btn_wrap .btn_s:after {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #23999f;
  border-radius: 50%
}
.btn_wrap .btn_s:before {
  right: 31px;
  transition: all .4s
}
.btn_wrap .btn_s:after {
  right: 24px;
  transition: all .4s
}
@media screen and (min-width: 1089px) {
  .main_foot .main_foot_wrap {
    padding: 49px 32px 125px;
    max-width: 1088px
  }
  .main_foot .main_foot_wrap .foot_wrap {
    justify-content: flex-end
  }
}
@media screen and (max-width: 600px) {
  .main_foot .main_foot_wrap {
    padding: 49px 7.94% 83px
  }
  .main_foot h1 {
    width: 220px;
    height: auto;
  }
  .main_foot .foot_name {
    font-size: .75rem;
    line-height: 1;
    margin-bottom: 19px
  }
  .main_foot h2 {
    gap: 10px
  }
  .main_foot h2 img {
    width: 189px;
    height: 21px
  }
  .main_foot h2 span {
    font-size: 1rem
  }
  .main_foot .btn_wrap {
    margin-bottom: 15px
  }
  .main_foot .foot_contact li {
    font-size: .8125rem
  }
  .main_foot .foot_wrap {
    flex-direction: column
  }
}

.content_foot {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  letter-spacing: 0;
  background-color: transparent;
  padding: 95px 60px 79px;
  color: #fff;
  transition: all .4s;
  overflow: hidden
}
.content_foot:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(./images/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
  transform: scale(1.1);
  transition: all .4s
}
.content_foot:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 5px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1;
  transition: all .4s;
  transition-delay: .4s;
  transform: scaleX(0);
  transform-origin: right
}
.content_foot.start:before {
  filter: blur(0);
  transform: scale(1)
}
.content_foot.start:after {
  transform: scale(1)
}
.content_foot h1 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 32px
}
.content_foot h1 a {
  display: inline-block;
  height: 100%
}
.content_foot h1 img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.content_foot a {
  color: #fff;
  text-decoration: none
}
.content_foot a:hover {
  transition: all .4s;
  text-decoration: none;
  filter: brightness(75%)
}
.content_foot .foot_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 23px;
  transition: all .4s
}
.content_foot .foot_container .index_container {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  width: 100%;
  max-width: 365px
}
.content_foot .foot_container .index_container .access_container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px
}
.content_foot .foot_container .index_container .access_container address {
  font-style: normal;
  line-height: 2;
  transition: all .4s
}
.content_foot .foot_container .index_container .access_container a {
  display: block;
  margin: 6px 0 0 29px;
  position: relative
}
.content_foot .foot_container .index_container .access_container a:after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -22px;
  transition: all .4s
}
.content_foot .foot_container .index_container .access_container a img {
  width: 46px;
  height: 18px;
  object-fit: contain;
  transition: all .4s
}
.content_foot .foot_container .index_container .index_tel {
  margin-bottom: 30px;
  line-height: 1
}
.content_foot .foot_container .index_container .index_tel a {
  font-size: 1.8125rem;
  display: inline-block;
  margin-left: 9px
}
.content_foot .foot_container .index_container .index_bizhours {
  line-height: 2;
  margin-bottom: 0
}
.content_foot .foot_container .index_container .index_bizhours .hours{
  display: flex;
  justify-content: flex-start;
}
.content_foot .foot_container .banner_container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 270px;
  padding-top: 71px
}
.content_foot .foot_container .banner_container .btn_line {
  display: block;
  width: 270px;
  height: 70px
}
.content_foot .foot_container .banner_container .btn_line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .4s
}
.content_foot .foot_container .banner_container .btn_ghost {
  position: relative;
  border: solid 1px rgb(255, 255, 255);
  background-color: #0003;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  width: 100%;
  height: 71px;
  transition: all .4s
}
.content_foot .foot_container .banner_container .btn_ghost:before, .content_foot .foot_container .banner_container .btn_ghost:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.content_foot .foot_container .banner_container .btn_ghost:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23000" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  width: 18px;
  height: 8px;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.content_foot .foot_container .banner_container .btn_ghost:after {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.content_foot .foot_container .banner_container .btn_ghost img {
  margin: 0 16px 0 30px;
  object-fit: contain
}
.content_foot .foot_container .menu_container {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 100%;
  max-width: 344px;
  padding-top: 71px
}
.content_foot .foot_container .menu_container .list_menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 189px;
  gap: 32px 0
}
.content_foot .foot_container .menu_container .list_menu li {
  width: 50%;
  height: 22px
}
.content_foot .foot_container .menu_container .list_menu li a {
  position: relative;
  display: inline-block;
  height: 22px;
  transition: all .4s
}
.content_foot .foot_container .menu_container .list_menu li a:before {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: -23px;
  transition: all .4s
}
.content_foot .foot_container .menu_container .list_menu li a img {
  display: block;
  object-fit: contain;
  transition: all .4s
}
.content_foot .foot_container .menu_container .list_menu li img {
  object-fit: contain
}
.content_foot .foot_container .menu_container .list_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px
}
.content_foot .foot_container .menu_container .list_link li:first-child {
  margin-right: 3px
}
.content_foot .foot_container .menu_container .list_link li img {
  object-fit: contain;
  transition: all .4s
}
.content_foot .footer_copy {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1
}
@media screen and (max-width: 1160px) {
  .content_foot .foot_container {
    flex-wrap: wrap
  }
  .content_foot .foot_container .index_container {
    max-width: 100%;
    margin-bottom: 19px
  }
  .content_foot .foot_container .banner_container, .content_foot .foot_container .menu_container {
    padding-top: 0
  }
}
@media screen and (max-width: 768px) {
  .content_foot {
    padding: 97px 31px 33px
  }
  .content_foot:before {
    background-image: url(./images/bg03_sp.jpg);
    background-size: cover;
    background-position: top
  }
  .content_foot h1 a {
    height: 32px
  }
  .content_foot h1 img {
    height: 100%
  }
  .content_foot .foot_container {
    flex-direction: column;
    margin: 0 auto 44px
  }
  .content_foot .foot_container .index_container .access_container {
    font-size: .75rem
  }
  .content_foot .foot_container .index_container .access_container address {
    line-height: 2rem
  }
  .content_foot .foot_container .index_container .access_container a {
    margin: 8px 0 0 24px
  }
  .content_foot .foot_container .index_container .access_container a img {
    width: 33px;
    height: 13px
  }
  .content_foot .foot_container .index_container .access_container a:after {
    top: 4px;
    right: -26px
  }
  .content_foot .foot_container .index_container .index_tel {
    margin-bottom: 22px
  }
  .content_foot .foot_container .index_container .index_tel a {
    font-size: 1.45625rem;
    margin-left: 7px
  }
  .content_foot .foot_container .index_container .index_bizhours {
    font-size: .75rem;
    line-height: 2rem
  }
  .content_foot .foot_container .banner_container {
    gap: 19px;
    margin-bottom: 31px
  }
  .content_foot .foot_container .banner_container .btn_line {
    width: 189px;
    height: 49px
  }
  .content_foot .foot_container .banner_container .btn_ghost {
    width: 189px;
    height: 49px;
    font-size: .75rem
  }
  .content_foot .foot_container .banner_container .btn_ghost:before {
    width: 13px;
    height: 6px;
    right: 21px
  }
  .content_foot .foot_container .banner_container .btn_ghost:after {
    width: 28px;
    height: 28px;
    right: 14px
  }
  .content_foot .foot_container .banner_container .btn_ghost img {
    margin: 0 11px 0 21px;
    width: auto;
    height: 9px
  }
  .content_foot .foot_container .menu_container {
    gap: 30px
  }
  .content_foot .foot_container .menu_container .list_menu {
    max-width: 245px;
    height: 131px;
    gap: 25px 0
  }
  .content_foot .foot_container .menu_container .list_menu li {
    max-width: 122.5px;
    height: 14px;
    display: flex
  }
  .content_foot .foot_container .menu_container .list_menu li a {
    height: 14px
  }
  .content_foot .foot_container .menu_container .list_menu li a:before {
    width: 18px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: -23px
  }
  .content_foot .foot_container .menu_container .list_menu li img {
    width: auto;
    height: 14px
  }
  .content_foot .foot_container .menu_container .list_menu li:nth-child(n+3) img {
    height: 12px
  }
  .content_foot .foot_container .menu_container .list_link {
    gap: 30px;
    font-size: .75rem
  }
  .content_foot .foot_container .menu_container .list_link li:first-child {
    margin-right: 3px
  }
  .content_foot .foot_container .menu_container .list_link li img {
    height: auto
  }
  .content_foot .foot_container .menu_container .list_link li:nth-child(1) {
    width: 19px
  }
  .content_foot .foot_container .menu_container .list_link li:nth-child(2) {
    width: 20px
  }
  .content_foot .foot_container .menu_container .list_link li:nth-child(3) {
    width: 19px
  }
}

.totop {
  display: block;
  position: fixed;
  -webkit-transform: translateZ(0);
  bottom: 50px;
  right: 50px;
  z-index: 100
}
.totop .chevronUp {
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: all .6s;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b1b1b180
}
.totop .chevronUp:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px rgba(177, 177, 177, .8)
}
.totop .chevronUp img {
  object-fit: contain;
  width: 1.75rem;
  height: .75rem
}
@media screen and (max-width: 600px) {
  .totop {
    visibility: hidden
  }
}

.fv_movie {
  position: relative;
  width: 100%;
  margin-bottom: 95px;
  padding-top: 72px
}
.fv_movie:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff
}
.fv_movie .btn_counseling {
  position: absolute;
  top: 0;
  right: 47px;
  width: 224px;
  height: 224px;
  z-index: 2;
  transition: all .4s;
  animation: btn_counseling ease-in-out .4s forwards;
  animation-delay: 2s;
  opacity: 0
}
.fv_movie .btn_counseling a {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.25rem;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  transition: all .4s
}
.fv_movie .btn_counseling a:before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  margin: auto;
  width: 232px;
  height: 232px;
  background: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: -1;
  transition: all .4s
}
.fv_movie .btn_counseling a img {
  object-fit: contain;
  width: auto;
  transform: rotate(-6deg);
  transition: all .4s
}
.fv_movie .btn_counseling a strong {
  display: block;
  font-size: 2.1875rem;
  line-height: 2.375rem
}
.fv_movie .fv_copy {
  position: absolute;
  bottom: 130px;
  right: 46px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, .8));
  transition: all .4s
}
.fv_movie .fv_copy br {
  display: none
}
.fv_movie .copy_conatiner {
  position: absolute;
  width: 3740px;
  height: 72px;
  bottom: 30px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  transition: all .4s
}
.fv_movie .copy_conatiner svg {
  mix-blend-mode: difference;
  position: relative;
  fill: #fff;
  animation: marquee 40s linear infinite;
  width: 1830px;
  height: 72px;
  object-fit: contain;
  padding: 0 20px;
  z-index: 1
}
.fv_movie .video_conatiner {
  width: 86.6%;
  height: 48vw;
  min-height: 344px;
  margin-left: auto;
  position: relative;
  display: block;
  transition: all .4s;
  animation: video_conatiner ease-in-out .4s forwards;
  opacity: 0;
  animation-delay: 1.6s
}
.fv_movie .video_conatiner:after, .fv_movie .video_conatiner:before {
  content: "";
  position: absolute;
  display: block
}
.fv_movie .video_conatiner:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgb(0, 0, 0) 20%, transparent 20%), radial-gradient(rgb(0, 0, 0) 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px
}
.fv_movie .video_conatiner:after {
  top: -56px;
  left: -46px;
  width: 95%;
  height: 93%;
  z-index: -1;
  border: solid 9.4px rgb(0, 0, 0);
  transition: all .4s
}
.fv_movie .video_conatiner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  animation: video_conatiner ease-in-out .4s forwards;
  opacity: 0;
  animation-delay: 1.8s
}
@media screen and (min-width: 769px) {
  .fv_movie .btn_counseling a:hover:before {
    background-size: 200%
  }
}
@media screen and (max-width: 768px) {
  .fv_movie {
    margin-bottom: 110px;
    padding-top: 46px
  }
  .fv_movie .btn_counseling {
    top: 0;
    right: 9px;
    width: 135px;
    height: 135px;
    transition: all .4s;
    animation: btn_counseling ease-in-out .4s forwards;
    animation-delay: .4s
  }
  .fv_movie .btn_counseling a {
    gap: 7px;
    width: 100%;
    height: 100%;
    font-size: .9375rem;
    line-height: 1.365625rem
  }
  .fv_movie .btn_counseling a:before {
    top: -3.5px;
    left: -3.5px;
    width: 142px;
    height: 142px
  }
  .fv_movie .btn_counseling a img {
    height: 17.7px
  }
  .fv_movie .btn_counseling a strong {
    font-size: 1.1875rem;
    line-height: 1.4375rem
  }
  .fv_movie .fv_copy {
    bottom: 63px;
    right: 32px;
    font-size: .875rem;
    line-height: 1.125rem;
    text-align: right
  }
  .fv_movie .fv_copy br {
    display: block
  }
  .fv_movie .copy_conatiner {
    width: 2622px;
    height: 50px;
    bottom: -1px
  }
  .fv_movie .copy_conatiner svg {
    animation: marquee 40s linear infinite;
    width: 1297px;
    height: 50px
  }
  .fv_movie .video_conatiner:after {
    top: -16px;
    left: -21px;
    width: 95%;
    height: 93%;
    z-index: -1;
    border: solid 4px rgb(0, 0, 0)
  }
}

.sect_about {
  padding-top: 24px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 92px
}
.sect_about:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1623px;
  height: 783px;
  background-image: url(./images/bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .52;
  z-index: -1
}
.sect_about h1 {
  position: absolute;
  top: 438px;
  right: 0;
  transform-origin: top right;
  transform: rotate(90deg);
  transition: all .4s
}
.sect_about h1 img {
  width: auto;
  object-fit: contain
}
.sect_about .about_container {
  width: 100%;
  max-width: calc(100% - 198px);
  transition: all .4s
}
.sect_about h2 {
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 32px 58px;
  transition: all .4s
}
.sect_about h2 br {
  display: none
}
.sect_about p {
  line-height: 1.875rem;
  color: gray;
  margin: 0 0 62px 58px;
  transition: all .4s
}
.sect_about .slider_container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: 0;
  padding-top: 39.16%;
  transition: all .4s
}
.sect_about .slider_container .slider_container_inner {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden
}
.sect_about .slider_container .slider_container_inner>div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}
.sect_about .slider_container .slider_container_inner>div>div {
  display: flex;
  flex-direction: column
}
.sect_about .slider_container .slider_container_inner>div .slider_cell01 {
  height: 100%;
  z-index: 1;
  animation: slider_cell02 ease-in-out 10s infinite
}
.sect_about .slider_container .slider_container_inner>div .slider_cell02 {
  height: 200%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: slider_cell01 ease-in-out 10s infinite
}
@keyframes slider_cell01 {
  0% {
    transform: translateY(0)
  }
  15% {
    transform: translateY(-50%)
  }
  50% {
    transform: translateY(-50%)
  }
  65% {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(-100%)
  }
}
@keyframes slider_cell02 {
  0% {
    transform: translateY(100%)
  }
  50% {
    transform: translateY(100%)
  }
  65% {
    transform: translateY(0)
  }
}

.sect_about .slider_container .slider_container_inner>div img {
  object-fit: contain;
  width: auto;
  height: 100%
}
.sect_about .slider_container .slider_container_inner .slider01 .slider_cell01, .sect_about .slider_container .slider_container_inner .slider01 .slider_cell02 {
  animation-delay: 2s
}
.sect_about .slider_container .slider_container_inner .slider02 .slider_cell01, .sect_about .slider_container .slider_container_inner .slider02 .slider_cell02 {
  animation-delay: 2.2s
}
.sect_about .slider_container .slider_container_inner .slider03 .slider_cell01, .sect_about .slider_container .slider_container_inner .slider03 .slider_cell02 {
  animation-delay: 2.4s
}
@keyframes slider_delay {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .sect_about {
    margin-bottom: 129px
  }
  .sect_about:before {
    content: "";
    display: block;
    position: absolute;
    top: 151px;
    right: auto;
    left: -65px;
    margin: 0;
    width: 1136px;
    height: 548px
  }
  .sect_about h1 {
    top: 275px
  }
  .sect_about h1 img {
    height: 54px
  }
  .sect_about .about_container {
    max-width: 100%
  }
  .sect_about h2 {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    margin: 0 0 8px 35px;
    width: 100%;
    max-width: 188px
  }
  .sect_about h2 br {
    display: block
  }
  .sect_about p {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin: 0 0 24px 35px;
    max-width: 320px
  }
}
@media screen and (max-width: 600px) {
  .sect_about p {
    max-width: 235px
  }
}

.sect_menu {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 81px
}
.sect_menu:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
  width: 100%;
  height: 660px;
  background-color: #e9e9e9
}
.sect_menu h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 66px
}
.sect_menu h1 img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_menu h1:before {
  display: none
}
.sect_menu .menu_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 970px;
  padding: 0 35px;
  margin: 0 auto 45px;
  gap: 92px;
  transition: all .4s
}
.sect_menu .menu_container>div {
  width: 100%;
  max-width: 400px;
  transition: all .4s
}
.sect_menu .menu_container>div a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  width: 100%;
  height: 461px;
  margin-bottom: 65px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5))
}
.sect_menu .menu_container>div a:before, .sect_menu .menu_container>div a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s;
  opacity: 0;
  transform: translate(40px);
  transition-delay: .16s
}
.sect_menu .menu_container>div a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  right: 30px;
  bottom: 36px;
  z-index: 2
}
.sect_menu .menu_container>div a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  z-index: 1
}
.sect_menu .menu_container>div a .img_container {
  display: flex;
  align-items: flex-end;
  height: 195px
}
.sect_menu .menu_container>div a .img_container img {
  width: auto;
  object-fit: contain;
  transition: all .4s;
  opacity: 0;
  transform: translateY(40px);
  transition-delay: .04s
}
.sect_menu .menu_container>div a h2 {
  display: flex;
  flex-direction: column;
  gap: 23px;
  text-align: center;
  line-height: 1;
  transition: all .4s;
  opacity: 0;
  transform: translate(40px);
  transition-delay: .08s
}
.sect_menu .menu_container>div a h2 img {
  width: auto;
  object-fit: contain
}
.sect_menu .menu_container>div a h2 span {
  color: #000;
  transition: all .4s;
  opacity: 0;
  transform: translate(40px);
  transition-delay: .12s
}
.sect_menu .menu_container>div p {
  position: relative;
  color: gray;
  transition: all .4s;
  opacity: 0;
  transform: translate(40px);
  transition-delay: .2s
}
.sect_menu .menu_container>div p:before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  transform: rotate(-10deg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  transition: all .4s;
  opacity: 0;
  transform: translate(40px);
  transition-delay: .24s
}
.sect_menu .menu_container>div.start a:before, .sect_menu .menu_container>div.start a:after {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container>div.start a .img_container img {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container>div.menu_pilates.start a .img_container img {
  transform: translate(0)
}
.sect_menu .menu_container>div.start a h2 {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container>div.start a h2 span {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container>div.start p {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container>div.start p:before {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_container .menu_rakulease p:before {
  width: 287px;
  height: 48px;
  background-image: url(./images/text_rakulease02.svg)
}
.sect_menu .menu_container .menu_pilates p:before {
  width: 253px;
  height: 34px;
  background-image: url(./images/text_pilates02.svg)
}
.sect_menu .menu_bodymaintenance {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 35px
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 47px 0 49px;
  gap: 45px;
  transition: all .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container:before, .sect_menu .menu_bodymaintenance .bodymaintenance_container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 5px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1;
  transition: all .6s;
  transform: scaleX(0)
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container:before {
  top: 0;
  transform-origin: left;
  transition-delay: .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container:after {
  bottom: 0;
  transform-origin: right;
  transition-delay: .48s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 {
  display: flex;
  justify-content: center;
  transition: all .4s;
  opacity: 0;
  transform: translateY(-40px);
  transition-delay: .1s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #000;
  line-height: 1;
  padding-right: 60px
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:before, .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a span {
  display: inline-block;
  margin-left: 18px;
  font-size: 1.25rem;
  transition: all .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container p {
  position: relative;
  color: gray;
  transition: all .4s;
  opacity: 0;
  transform: translateY(-40px);
  transition-delay: .2s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container p:before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  transform: rotate(-10deg);
  display: block;
  width: 477px;
  height: 48px;
  background-image: url(./images/text_bodymaintenance02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  transition: all .4s
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container.start h2, .sect_menu .menu_bodymaintenance .bodymaintenance_container.start p {
  opacity: 1;
  transform: translate(0)
}
.sect_menu .menu_bodymaintenance .bodymaintenance_container.start:before, .sect_menu .menu_bodymaintenance .bodymaintenance_container.start:after {
  transform: scale(1)
}
@media screen and (max-width: 1024px) {
  .sect_menu:before {
    height: 83.1%
  }
  .sect_menu .menu_container {
    flex-direction: column;
    align-items: center;
    gap: 45px
  }
}
@media screen and (max-width: 768px) {
  .sect_menu h1 {
    margin-bottom: 50px
  }
  .sect_menu h1 img {
    height: 27px
  }
  .sect_menu .menu_container {
    margin: 0 auto 42px;
    gap: 42px
  }
  .sect_menu .menu_container>div {
    max-width: 280px
  }
  .sect_menu .menu_container>div a {
    width: 100%;
    height: 280px;
    margin-bottom: 45px;
    border-radius: 7px
  }
  .sect_menu .menu_container>div a:before {
    width: 13px;
    height: 6px;
    right: 19px;
    bottom: 24px
  }
  .sect_menu .menu_container>div a:after {
    width: 28px;
    height: 28px;
    right: 12px;
    bottom: 13px
  }
  .sect_menu .menu_container>div a .img_container {
    display: flex;
    height: 129px
  }
  .sect_menu .menu_container>div a .img_container img {
    height: 100%
  }
  .sect_menu .menu_container>div h2 {
    display: flex;
    flex-direction: column;
    gap: 16px
  }
  .sect_menu .menu_container>div h2 img {
    height: 23px
  }
  .sect_menu .menu_container>div h2 span {
    font-size: .875rem
  }
  .sect_menu .menu_container>div p {
    font-size: .875rem
  }
  .sect_menu .menu_container>div p:before {
    top: 0;
    left: -55px
  }
  .sect_menu .menu_container .menu_rakulease p:before {
    width: 201px;
    height: 34px
  }
  .sect_menu .menu_container .menu_pilates p:before {
    width: 177px;
    height: 24px
  }
  .sect_menu .menu_bodymaintenance {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 35px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container {
    padding: 36px 0 34px;
    gap: 40px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 {
    width: 100%;
    max-width: 404px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-right: 39px;
    gap: 18px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:before {
    width: 13px;
    height: 6px;
    right: 7px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a:after {
    width: 28px;
    height: 28px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a img {
    height: 17px
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container h2 a span {
    margin-left: 0;
    font-size: .875rem;
    line-height: 1
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container p {
    font-size: .875rem;
    line-height: 1.3125rem
  }
  .sect_menu .menu_bodymaintenance .bodymaintenance_container p:before {
    left: -20px;
    width: 334px;
    height: 34px
  }
}

.sect_news {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 108px;
  padding: 0 35px
}
.sect_news h1 {
  margin-bottom: 60px
}
.sect_news h1 img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_news .news_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  gap: 45px;
  transition: all .4s
}
.sect_news .news_banner {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column
}
.sect_news .news_banner .banner_list {
  display: flex;
  flex-direction: column;
  gap: 41px;
  margin-bottom: auto
}
.sect_news .news_banner .banner_list li img {
  object-fit: contain;
  height: auto;
  transition: all .4s
}
.sect_news .news_banner .news_link a {
  position: relative;
  display: inline-block;
  padding-right: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 138px;
  height: 40px
}
.sect_news .news_banner .news_link a:before, .sect_news .news_banner .news_link a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.sect_news .news_banner .news_link a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.sect_news .news_banner .news_link a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.sect_news .news_banner .news_link a img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_news .news_list {
  width: 100%;
  max-width: 691px
}
.sect_news .news_list ul li {
  line-height: 1;
  border-bottom: solid 1px rgb(0, 0, 0);
  padding-top: 25px;
  transition: all .4s
}
.sect_news .news_list ul li a {
  position: relative;
  width: 100%;
  padding-right: 53px;
  display: block;
  transition: all .4s;
  color: #000
}
.sect_news .news_list ul li a:before, .sect_news .news_list ul li a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.sect_news .news_list ul li a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.sect_news .news_list ul li a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.sect_news .news_list ul li a time {
  font-size: .875rem;
  color: #4d4d4d;
  display: block;
  margin-bottom: 10px;
  transition: all .4s
}
.sect_news .news_list ul li a p {
  color: #000;
  line-height: 1.875rem;
  margin-bottom: 23px;
  transition: all .4s
}
@media screen and (max-width: 1024px) {
  .sect_news .news_container {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding-bottom: 69px;
    gap: 24px
  }
  .sect_news .news_banner {
    position: static;
    gap: 32px
  }
  .sect_news .news_banner .news_link {
    max-width: 691px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute
  }
  .sect_news .news_list {
    width: 100%;
    max-width: 691px
  }
}
@media screen and (max-width: 768px) {
  .sect_news h1 {
    margin-bottom: 39px
  }
  .sect_news h1 img {
    height: 22px
  }
  .sect_news .news_banner .news_link a {
    width: 85px;
    padding-right: 39px
  }
  .sect_news .news_banner .news_link a:before {
    width: 13px;
    height: 6px;
    right: 7px
  }
  .sect_news .news_banner .news_link a:after {
    width: 28px;
    height: 28px
  }
  .sect_news .news_banner .news_link a img {
    height: 10px
  }
  .sect_news .news_list ul li {
    padding-top: 31px
  }
  .sect_news .news_list ul li a {
    padding-right: 39px
  }
  .sect_news .news_list ul li a:before {
    width: 13px;
    height: 6px;
    right: 7px
  }
  .sect_news .news_list ul li a:after {
    width: 28px;
    height: 28px
  }
  .sect_news .news_list ul li a time {
    font-size: .75rem;
    margin-bottom: 8px
  }
  .sect_news .news_list ul li a p {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-bottom: 16px
  }
}

.sect_insta {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 99px;
  padding: 0 35px;
  transition: all .4s
}
.sect_insta .insta_title {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
  transition: all .4s
}
.sect_insta h1 {
  margin-right: 29px
}
.sect_insta h1 img {
  object-fit: contain;
  transition: all .4s
}
.sect_insta .insta_account {
  margin-right: 36px
}
.sect_insta .insta_account img {
  object-fit: contain;
  transition: all .4s
}
.sect_insta .insta_followme a {
  position: relative;
  display: inline-block;
  padding-right: 53px
}
.sect_insta .insta_followme a:before, .sect_insta .insta_followme a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.sect_insta .insta_followme a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.sect_insta .insta_followme a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.sect_insta .insta_followme a img {
  object-fit: contain;
  transition: all .4s
}
.sect_insta .insta_post {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  transition: all .4s;
  gap: 16px
}
.sect_insta .insta_post a {
  
}
.sect_insta .insta_post span{}
.sect_insta .insta_post span{}
.sect_insta .insta_post img {
  width: 100%;
  height: auto;
  object-fit: contain
}
@media screen and (max-width: 1024px) {
  .sect_insta .insta_title {
    flex-wrap: wrap;
    justify-content: flex-end
  }
  .sect_insta h1 {
    width: 100%;
    margin-bottom: 11px
  }
  .sect_insta .insta_post {
    flex-wrap: wrap
  }
  .sect_insta .insta_post div {
    width: calc(33% - 10px)
  }
}
@media screen and (max-width: 768px) {
  .sect_insta {
    margin: 0 auto 66px
  }
  .sect_insta .insta_title {
    margin-bottom: 37px
  }
  .sect_insta h1 {
    margin-right: 0
  }
  .sect_insta h1 img {
    width: 189px;
    height: auto
  }
  .sect_insta .insta_account {
    margin-right: 21px
  }
  .sect_insta .insta_account img {
    width: 104px;
    height: auto
  }
  .sect_insta .insta_followme a {
    padding-right: 39px
  }
  .sect_insta .insta_followme a:before {
    width: 13px;
    height: 6px;
    right: 7px
  }
  .sect_insta .insta_followme a:after {
    width: 28px;
    height: 28px
  }
  .sect_insta .insta_followme a img {
    width: 68px;
    height: auto
  }
}

.sect_reserve {
  padding: 98px 35px 103px;
  width: 100%;
  position: relative;
  overflow: hidden
}
.sect_reserve:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  background-image: url(./images/bg02.png);
  border-image-repeat: repeat;
  background-size: cover;
  z-index: -2
}
.sect_reserve .reserve_container {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 60px
}
.sect_reserve .reserve_container>div {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 260px;
  aspect-ratio: 30/13;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5)) brightness(100%);
  transition: all .4s;
  transform: scale(1)
}
.sect_reserve .reserve_container>div a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px 22px 19px;
  color: #fff;
  text-decoration: none;
  pointer-events: all
}
.sect_reserve .reserve_container>div a:before, .sect_reserve .reserve_container>div a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.sect_reserve .reserve_container>div a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23000" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  right: 33px;
  bottom: 25px;
  margin: auto 0;
  z-index: 2
}
.sect_reserve .reserve_container>div a:after {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 23px;
  bottom: 9px;
  margin: auto 0;
  z-index: 1
}
.sect_reserve .reserve_container>div h2 {
  font-size: 2.35rem;
  font-weight: 700;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .5));
  margin-bottom: 21px
}
.sect_reserve .reserve_container>div h2 img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_reserve .reserve_container>div h3 {
  color: #d0ff21
}
.sect_reserve .reserve_container>div h3 img {
  object-fit: contain;
  width: auto;
  transition: all .4s
}
.sect_reserve .reserve_container>div .banner_note {
  font-size: .875rem;
  transition: all .4s
}
.sect_reserve .reserve_container>div .banner_link {
  font-size: 1.34375rem;
  font-weight: 700;
  line-height: 1;
  margin: auto 56px 0 0;
  transition: all .4s;
}
.sect_reserve .reserve_container>div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s;
  transform: scale(1)
}
.sect_reserve .reserve_container .banner_taiken:before {
  background-image: url(./images/banner_taiken02.jpg)
}
.sect_reserve .reserve_container .banner_taiken h3 {
  margin: 0 37px 10px 0
}
.sect_reserve .reserve_container .banner_reserve h3 {
  margin-bottom: 12px
}
.sect_reserve .reserve_container .banner_reserve:before {
  background-image: url(./images/banner_reserve.jpg)
}
@media screen and (min-width: 769px) {
  .sect_reserve .reserve_container>div:hover:before {
    filter: drop-shadow(5px 5px 16px rgba(0, 0, 0, .6)) brightness(80%);
    transform: scale(1.05)
  }
}
@media screen and (max-width: 1024px) {
  .sect_reserve {
    padding: 98px 31px 103px
  }
  .sect_reserve:before {
    height: 100%
  }
  .sect_reserve .reserve_container {
    gap: 40px;
    flex-direction: column;
    align-items: center
  }
}
@media screen and (max-width: 768px) {
  .sect_reserve {
    padding: 37px 31px 54px
  }
  .sect_reserve:before {
    height: 540px
  }
}

.fv_lower {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 25px;
  padding: 0 35px
}
.fv_lower:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1623px;
  height: 783px;
  z-index: -10;
  background-image: url(./images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  animation: page_bg cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  animation-delay: .6s;
}
.fv_lower h1 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 67px
}
.fv_lower h1 .title_container {
  position: relative;
  width: 100%;
  height: 61px;
  animation: page_title cubic-bezier(0.215, 0.61, 0.355, 1) .3s forwards;
  animation-delay: .8s;
  opacity: 0;
}
.fv_lower h1 .title_container img {
  position: absolute;
  top: -6px;
  left: 0;
  transition: all .4s;
  transform: scale(1);
  transform-origin: top left;
  object-fit: contain;
  width: auto;
  height: 59px
}
.fv_lower h1.title_campaign .title_container img, .fv_lower h1.title_concept .title_container img, .fv_lower h1.title_privacy-policy .title_container img {
  height: 77.5px
}
.fv_lower h1 .copy_container{
  animation: page_title cubic-bezier(0.215, 0.61, 0.355, 1) .8s forwards;
  animation-delay: 1s;
  opacity: 0;
}
.fv_lower h1 .copy_container img {
  object-fit: contain
}
.fv_lower .fv_icatch {
  width: 100%;
  animation: page_title cubic-bezier(0.215, 0.61, 0.355, 1) .8s forwards;
  animation-delay: 1.2s;
  opacity: 0;
}
.fv_lower .fv_icatch img {
  object-fit: contain;
  width: 100%;
  height: auto
}
.fv_lower.liner:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-bottom: 5px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1;
  transition: all .4s;
  transition-delay: .4s;
  transform: scale(0,1);
  transform-origin: left;
  animation: page_liner linear .4s forwards;
  animation-delay: 1.2s;
}
.BrdCrmbNav {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 0 35px;
  font-size: .75rem;
  line-height: 1
}
.BrdCrmbNav a {
  color: #909090
}
@media screen and (max-width: 600px) {
  .fv_lower {
    margin: 0 auto 16px;
    padding: 37px 35px 0
  }
  .fv_lower:before {
    top: 14px;
    right: auto;
    left: -91px;
    margin: 0;
    width: 939px;
    height: 453px
  }
  .fv_lower h1 {
    gap: 16px;
    margin-bottom: 39px
  }
  .fv_lower h1 .title_container {
    height: 34px
  }
  .fv_lower h1 .title_container img {
    transform: scale(.56315)
  }
  .fv_lower h1 .copy_container img {
    width: 239px;
    height: auto
  }
  .fv_lower .fv_icatch img {
    object-fit: cover;
    height: 289px
  }
  .BrdCrmbNav {
    margin: 0 auto 45px;
    font-size: .75rem
  }
}

.post_lower{
  animation: page_body cubic-bezier(0.215, 0.61, 0.355, 1) .4s forwards;
  animation-delay: 1.6s;
  opacity: 0;
}
.post_lower>p {
  width: 100%;
  max-width: 1070px;
  padding: 0 35px;
  margin: 0 auto 34px;
  line-height: 1.875rem
}
.post_lower>h2 {
  width: 100%;
  max-width: 1070px;
  padding: 0 35px;
  margin: 0 auto 54px;
  font-size: 2.5rem;
  line-height: 3rem
}
.post_lower>h3 {
  width: 100%;
  max-width: 1070px;
  padding: 0 35px 20px;
  margin: 0 auto 45px;
  position: relative;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  color: gray
}
.post_lower>h3:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1;
  width: 100%;
  max-width: 300px
}
.post_lower>h4.note {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 178px;
  color: red;
  text-align: center
}
.post_lower .wp-block-table {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 80px;
  padding: 0 35px
}
.post_lower .wp-block-table table {
  width: 100%;
  border-collapse: collapse
}
.post_lower .wp-block-table table td {
  height: 114px;
  padding: 0 28px;
  border: solid 1px rgb(0, 0, 0);
  border-width: 1px 0
}
.post_lower .wp-block-table table td:nth-child(1) {
  position: relative;
  line-height: 1
}
.post_lower .wp-block-table table td:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  z-index: -1;
  opacity: .27
}
.post_lower .wp-block-table table td:nth-child(1) strong {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 17px
}
.post_lower .wp-block-table table td:nth-child(1) br {
  display: none
}
.post_lower .wp-block-table table td:nth-child(2) {
  width: 310px;
  text-align: right;
  line-height: 1;
  vertical-align: bottom;
  padding-bottom: 34px;
  font-size: .875rem
}
.post_lower .wp-block-table table td:nth-child(2) strong {
  font-size: 1.25rem
}
.post_lower .wp-block-columns {
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
  gap: 34px;
  position: relative
}
.post_lower .wp-block-columns.contents_cell {
  width: 100%;
  max-width: 100vw;
  padding: 0 35px;
  gap: 5.1976573939vw
}
.post_lower .wp-block-columns.contents_cell:before {
  content: "";
  display: block;
  position: absolute;
  top: -59px;
  left: -27.7452415813vw;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  mix-blend-mode: multiply;
  z-index: -1
}
.post_lower .wp-block-columns.contents_cell.even .wp-block-column:nth-child(1) {
  max-width: 600px
}
.post_lower .wp-block-columns.contents_cell.even .wp-block-column:nth-child(2) {
  max-width: 650px
}
.post_lower .wp-block-columns.contents_cell.even:before {
  left: auto;
  right: -27.7452415813vw
}
.post_lower .wp-block-columns.contents_cell.concept01 {
  margin-bottom: 161px
}
.post_lower .wp-block-columns.contents_cell.concept01:before {
  height: 452px
}
.post_lower .wp-block-columns.contents_cell.concept02 {
  margin-bottom: 161px
}
.post_lower .wp-block-columns.contents_cell.concept02:before {
  height: 416px
}
.post_lower .wp-block-columns.contents_cell.lab01 {
  margin-bottom: 161px
}
.post_lower .wp-block-columns.contents_cell.lab01:before {
  height: 850px
}
.post_lower .wp-block-columns.contents_cell.lab01 .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.post_lower .wp-block-columns.contents_cell.lab02 {
  margin-bottom: 278px
}
.post_lower .wp-block-columns.contents_cell.lab02:before {
  height: 803px
}
.post_lower .wp-block-columns.contents_cell.lab03 {
  margin-bottom: 177px
}
.post_lower .wp-block-columns.contents_cell.lab03:before {
  height: 698px
}
.post_lower .wp-block-columns.contents_cell.menu01, .post_lower .wp-block-columns.contents_cell.menu02, .post_lower .wp-block-columns.contents_cell.menu03 {
  margin-bottom: 128px
}
.post_lower .wp-block-columns.contents_cell.menu01:before, .post_lower .wp-block-columns.contents_cell.menu02:before, .post_lower .wp-block-columns.contents_cell.menu03:before {
  top: -49px;
  height: 399px
}
.post_lower .wp-block-columns.contents_cell.staff01 {
  margin-bottom: 128px
}
.post_lower .wp-block-columns.contents_cell.staff01 .wp-block-column:nth-child(1) {
  max-width: 762px
}
.post_lower .wp-block-columns.contents_cell.staff01 .wp-block-column:nth-child(2) {
  max-width: 460px
}
.post_lower .wp-block-columns.contents_cell.staff01:before {
  height: 472px
}
.post_lower .wp-block-columns.contents_cell.access01 {
  margin-bottom: 128px
}
.post_lower .wp-block-columns.contents_cell.access01:before {
  height: 696px
}
.post_lower .wp-block-columns.contents_cell.access01 .wp-block-column:nth-child(2) {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}
.post_lower .wp-block-columns.contents_cell.access01 .wp-block-column:nth-child(2) iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 420px;
  top: 0;
  left: 0
}
.post_lower .wp-block-columns.contents_cell.campaign01 {
  margin-bottom: 161px
}
.post_lower .wp-block-columns.contents_cell.campaign01:before {
  height: 392px
}
.post_lower .wp-block-columns.contents_cell.campaign01 .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.post_lower .wp-block-columns.contents_cell.campaign02 {
  margin-bottom: 161px
}
.post_lower .wp-block-columns.contents_cell.campaign02:before {
  height: 486px
}
.post_lower .wp-block-columns.contents_cell h2 {
  font-family: "Futura",sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: .08em;
  margin-bottom: 24px
}
.post_lower .wp-block-columns.contents_cell h2.note {
  color: red;
  font-size: 1.875rem
}
.post_lower .wp-block-columns.contents_cell h3 {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 42px;
  color: gray
}
.post_lower .wp-block-columns.contents_cell h4 {
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1
}
.post_lower .wp-block-columns.contents_cell p {
  line-height: 1.875rem;
  margin-bottom: 30px
}
.post_lower .wp-block-columns.contents_cell p.note {
  color: red;
  font-size: .75rem
}
.post_lower .wp-block-columns.contents_cell ul {
  line-height: 1.875rem;
  margin-bottom: 54px
}
.post_lower .wp-block-columns.contents_cell ul li {
  text-indent: -1rem;
  margin-left: 1rem
}
.post_lower .wp-block-columns.contents_cell ul li:before {
  content: "\25cf"
}
.post_lower .wp-block-columns.contents_cell .wp-block-column:nth-child(1) {
  max-width: 650px
}
.post_lower .wp-block-columns.contents_cell .wp-block-column:nth-child(2) {
  max-width: 600px
}
.post_lower .wp-block-columns.contents_cell .wp-block-column :last-child {
  margin-bottom: 0
}
.post_lower .wp-block-columns.contents_staff_cell {
  justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 128px;
  padding: 0 35px
}
.post_lower .wp-block-columns.contents_staff_cell .wp-block-column:nth-child(1) {
  width: 100%;
  max-width: 482px
}
.post_lower .wp-block-columns.contents_staff_cell .wp-block-column:nth-child(2) {
  width: 100%;
  max-width: 454px
}
.post_lower .wp-block-columns.contents_staff_cell h2 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 14px;
  margin-bottom: 41px;
  color: gray
}
.post_lower .wp-block-columns.contents_staff_cell h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  border-bottom: 1px solid #D6E3B7;
  border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
  border-image-slice: 1;
  width: 100%;
  max-width: 430px
}
.post_lower .wp-block-columns.contents_staff_cell h2 strong {
  font-size: 1.875rem;
  display: inline-block;
  margin-right: 27px
}
.post_lower .wp-block-columns.contents_staff_cell h3 {
  font-size: 1.4375rem;
  color: #7a91aa;
  line-height: 1;
  margin-bottom: 18px
}
.post_lower .wp-block-columns.contents_staff_cell p {
  margin-bottom: 30px
}
.post_lower .wp-block-columns.contents_staff_cell p:last-child {
  margin-bottom: 0
}

.post_lower .wp-block-columns.covid01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 35px
}
.post_lower .wp-block-columns.covid01 h4 {
  font-size: 1.4375rem;
  color: #7a91aa;
  text-align: center;
  margin-bottom: 34px
}
.post_lower .wp-block-columns.covid01 ul {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 61px
}
.post_lower .wp-block-columns.covid01 ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 200px;
  gap: 16px
}
.post_lower .wp-block-columns.covid01 ul li:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  background-color: #7a91aacc;
  background-repeat: no-repeat;
  background-position: center
}
.post_lower .wp-block-columns.covid01 ul.covid_list01 li:nth-child(1):before {
  background-image: url(./images/icon_covid01.svg);
  background-size: 186px 125px
}
.post_lower .wp-block-columns.covid01 ul.covid_list01 li:nth-child(2):before {
  background-image: url(./images/icon_covid02.svg);
  background-size: 186px 139px
}
.post_lower .wp-block-columns.covid01 ul.covid_list01 li:nth-child(3):before {
  background-image: url(./images/icon_covid03.svg);
  background-size: 143px 153px
}
.post_lower .wp-block-columns.covid01 ul.covid_list01 li:nth-child(4):before {
  background-image: url(./images/icon_covid04.svg);
  background-size: 158px 141px
}
.post_lower .wp-block-columns.covid01 ul.covid_list02 li:nth-child(1):before {
  background-image: url(./images/icon_covid05.svg);
  background-size: 151px 143px
}
.post_lower .wp-block-columns.covid01 ul.covid_list02 li:nth-child(2):before {
  background-image: url(./images/icon_covid06.svg);
  background-size: 164px 155px
}
.post_lower .wp-block-columns.covid02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 128px;
  padding: 35px;
  background-color: #e9e9e9
}
.post_lower .wp-block-columns.covid02 h4 {
  font-size: 1.4375rem;
  color: #7a91aa;
  text-align: center;
  margin-bottom: 34px
}
.post_lower .wp-block-columns.covid02 p {
  margin-bottom: 34px;
  text-align: center
}
.post_lower .wp-block-columns.covid02 ul {
  font-size: 1.25rem;
  margin-bottom: 34px
}
.post_lower .wp-block-columns.covid02 ul li {
  text-indent: -1.25rem;
  margin-left: 1.25rem
}
.post_lower .wp-block-columns.covid02 ul li:before {
  content: "\25cf"
}
.post_lower .wp-block-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 0
}
.post_lower .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: contain
}
.post_lower .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 80px
}
.post_lower .btn a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bolder;
  line-height: 1;
  padding-top: 7px
}
.post_lower .btn a:before, .post_lower .btn a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.post_lower .btn a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 374px;
  margin: auto 0;
  z-index: 2
}
.post_lower .btn a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 364px;
  margin: auto 0;
  z-index: 1
}
.post_lower .btn.reserve {
  margin: 0 auto 146px
}
.post_lower .btn.reserve a {
  background-color: #ffe000
}
.post_lower .btn span {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: .08em;
  margin-bottom: 11px
}
.post_lower .concept03 .wp-block-column {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 80px;
  padding: 0 35px;
  display: flex;
  gap: 34px
}
.post_lower.notfound{
  padding-bottom: 121px;
}
@media screen and (max-width: 1024px) {
  .post_lower {
    padding-top: 57px
  }
  .post_lower .wp-block-table table td:nth-child(2) {
    width: 260px
  }
  .post_lower .wp-block-columns {
    flex-direction: column;
    align-self: center
  }
  .post_lower .wp-block-columns .wp-block-column {
    margin: 0 auto
  }
  .post_lower .wp-block-columns.contents_cell:before {
    top: -59px;
    left: 0
  }
  .post_lower .wp-block-columns.contents_cell.even .wp-block-column:nth-child(1) {
    order: 2;
    max-width: 600px
  }
  .post_lower .wp-block-columns.contents_cell.even .wp-block-column:nth-child(2) {
    order: 1;
    max-width: 650px
  }
  .post_lower .wp-block-columns.contents_cell.even:before {
    left: 0;
    right: 0
  }
  .post_lower .wp-block-columns.contents_cell.lab01 {
    margin-bottom: 161px
  }
  .post_lower .wp-block-columns.contents_cell.lab01:before {
    height: 100%
  }
  .post_lower .wp-block-columns.contents_cell.lab01 .wp-block-column:nth-child(2) {
    flex-direction: row;
    max-width: 100%
  }
  .post_lower .wp-block-columns.contents_cell.lab02 {
    margin-bottom: 161px
  }
  .post_lower .wp-block-columns.contents_cell.lab02:before {
    height: 100%
  }
  .post_lower .wp-block-columns.contents_cell.lab03 {
    margin-bottom: 161px
  }
  .post_lower .wp-block-columns.contents_cell.lab03:before {
    height: 100%
  }
  .post_lower .wp-block-columns.contents_cell.menu01:before, .post_lower .wp-block-columns.contents_cell.menu02:before, .post_lower .wp-block-columns.contents_cell.menu03:before {
    height: 560px
  }
  .post_lower .wp-block-columns.contents_cell.staff01:before {
    height: 640px
  }
  .post_lower .wp-block-columns.contents_cell.staff01 .wp-block-column:nth-child(2) {
    display: none;
  }
  .post_lower .wp-block-columns.contents_staff_cell {
    margin-bottom: 72px
  }
  .post_lower .wp-block-columns.covid01 ul {
    flex-wrap: wrap;
    text-align: center
  }
  .post_lower .wp-block-columns.covid01 ul li {
    width: 40%
  }
  .post_lower .wp-block-columns.covid01 ul li br {
    display: none
  }
  .post_lower .btn {
    margin: 0 auto
  }
  .post_lower .concept03 .wp-block-column {
    flex-direction: column
  }
}
@media screen and (max-width: 768px) {
  .post_lower .wp-block-table table, .post_lower .wp-block-table table tbody, .post_lower .wp-block-table table tr {
    display: block;
    width: 100%
  }
  .post_lower .wp-block-table table td {
    display: block;
    width: 100%;
    height: auto
  }
  .post_lower .wp-block-table table td:nth-child(1) {
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 0
  }
  .post_lower .wp-block-table table td:nth-child(2) {
    padding-top: 21px;
    padding-bottom: 23px;
    width: 100%;
    border-top: 0
  }
  .post_lower .btn a:before {
    left: 372px;
    width: 13px;
    height: 6px
  }
  .post_lower .btn a:after {
    width: 28px;
    height: 28px
  }
}
@media screen and (max-width: 600px) {
  .post_lower p {
    font-size: .875rem;
    line-height: 1.875rem;
    margin-bottom: 30px
  }
  .post_lower>h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem
  }
  .post_lower>h3 {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    padding-bottom: 16px;
    margin-bottom: 32px
  }
  .post_lower>h4.note {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    margin-bottom: 121px
  }
  .post_lower .wp-block-table table td:nth-child(1) {
    font-size: .875rem;
    line-height: 1.375rem
  }
  .post_lower .wp-block-table table td:nth-child(1) strong {
    font-size: 1rem;
    margin-bottom: 15px
  }
  .post_lower .wp-block-columns.contents_cell {
    gap: 30px
  }
  .post_lower .wp-block-columns.contents_cell:before {
    height: 100%
  }
  .post_lower .wp-block-columns.contents_cell.lab01, .post_lower .wp-block-columns.contents_cell.lab02, .post_lower .wp-block-columns.contents_cell.lab03 {
    margin-bottom: 56px
  }
  .post_lower .wp-block-columns.contents_cell h2 {
    font-family: "Futura",sans-serif;
    font-size: 1.3125rem;
    margin-bottom: 17px
  }
  .post_lower .wp-block-columns.contents_cell h2.note {
    font-size: 1.3125rem
  }
  .post_lower .wp-block-columns.contents_cell h3 {
    font-size: .875rem;
    margin-bottom: 26px
  }
  .post_lower .wp-block-columns.contents_cell h4 {
    font-size: .875rem;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid #D6E3B7;
    border-image: linear-gradient(to right, #D6E3B7 0%, #91C8B3 36%, #7C93C7 68%, #D1B2CF 100%);
    border-image-slice: 1
  }
  .post_lower .wp-block-columns.contents_cell ul {
    margin-bottom: 34px
  }
  .post_lower .wp-block-columns.contents_cell ul li {
    font-size: .875rem;
    text-indent: -.75rem;
    margin-left: .75rem
  }
  .post_lower .wp-block-columns.contents_staff_cell {
    margin-bottom: 72px
  }
  .post_lower .wp-block-columns.contents_staff_cell h2 {
    font-size: .875rem;
    padding-bottom: 11px;
    margin-bottom: 24px
  }
  .post_lower .wp-block-columns.contents_staff_cell h2 strong {
    font-size: 1.25rem;
    margin-right: 16px
  }
  .post_lower .wp-block-columns.contents_staff_cell h3 {
    font-size: 1rem;
    margin-bottom: 14px
  }
  .post_lower .wp-block-columns.contents_staff_cell p {
    font-size: .875rem
  }
  .post_lower .wp-block-columns.covid01 h4 {
    font-size: 1.125rem
  }
  .post_lower .wp-block-columns.covid01 ul {
    flex-wrap: wrap;
    text-align: center
  }
  .post_lower .wp-block-columns.covid01 ul li {
    width: 100%
  }
  .post_lower .wp-block-columns.covid01 ul li:before {
    width: 200px
  }
  .post_lower .wp-block-columns.covid01 ul li br {
    display: block
  }
  .post_lower .wp-block-columns.covid02 ul {
    font-size: .875rem
  }
  .post_lower .btn {
    max-width: 305px;
    height: 60px;
    border-radius: 10px;
    font-size: .875rem
  }
  .post_lower .btn a {
    padding-top: 3px
  }
  .post_lower .btn a:before {
    right: 40px;
    left: auto
  }
  .post_lower .btn a:after {
    right: 34px;
    left: auto
  }
  .post_lower .btn span {
    display: block;
    font-size: .875rem;
    margin-bottom: 6px
  }
  .post_lower.notfound{
    padding-bottom: 60px;
  }
}

.news_archive .banner_list {
  width: 100%;
  max-width: 1251px;
  margin: 0 auto 109px;
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4.4655929722vw
}
.news_archive .banner_list li {
  width: 100%;
  max-width: 560px
}
.news_archive .banner_list li img {
  object-fit: contain;
  height: auto;
  transition: all .4s
}
.news_archive .news_list {
  width: 100%;
  max-width: 1071px;
  margin: 0 auto 31px;
  padding: 0 35px
}
.news_archive .news_list li {
  line-height: 1;
  padding-top: 25px;
  transition: all .4s
}
.news_archive .news_list li:not(:last-child) {
  border-bottom: solid 1px rgb(0, 0, 0)
}
.news_archive .news_list li a {
  position: relative;
  width: 100%;
  padding-right: 53px;
  display: block;
  transition: all .4s
}
.news_archive .news_list li a:before, .news_archive .news_list li a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.news_archive .news_list li a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.news_archive .news_list li a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.news_archive .news_list li a time {
  font-size: .875rem;
  color: #4d4d4d;
  display: block;
  margin-bottom: 10px;
  transition: all .4s
}
.news_archive .news_list li a p {
  color: #000;
  line-height: 1.875rem;
  margin-bottom: 23px;
  transition: all .4s
}
@media screen and (max-width: 1024px) {
  .news_archive .banner_list {
    flex-direction: column;
    align-items: center
  }
}
@media screen and (max-width: 768px) {
  .news_archive .news_list li {
    padding-top: 31px
  }
  .news_archive .news_list li a {
    padding-right: 39px
  }
  .news_archive .news_list li a:before {
    width: 13px;
    height: 6px;
    right: 7px
  }
  .news_archive .news_list li a:after {
    width: 28px;
    height: 28px
  }
  .news_archive .news_list li a time {
    font-size: .75rem;
    margin-bottom: 8px
  }
  .news_archive .news_list li a p {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-bottom: 16px
  }
}
@media screen and (max-width: 600px) {
  .news_archive .banner_list {
    margin: 0 auto 61px
  }
}

.post_container .post_lower {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 35px
}
.post_container .post_lower time {
  margin-bottom: 20px;
  display: block;
  color: #eb9700
}
.post_container .post_lower h1 {
  margin-bottom: 54px;
  font-size: 2.5rem;
  line-height: 3rem
}
.post_container .post_lower p{
  padding: 0;
}
.post_container .post_lower .wp-block-column {
  flex: 1
}
.post_container .post_lower .wp-block-image {
  margin-bottom: 34px
}
.post_side {
  padding: 101px 0 78px;
  width: 100%;
}
.post_navi {
  width: 100%;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgb(128, 128, 128);
  border-width: 1px 0
}
.post_navi li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 116px
}
.post_navi a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.0625rem;
  width: 100%;
  height: 64px;
  line-height: 1;
  color: #000
}
.post_navi a:before, .post_navi a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .4s
}
.post_navi a:before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 17.7 8.2"><polygon class="st0" points="17.7,4.1 12,0 12,3.3 0,3.3 0,5.3 12,5.3 12,8.2 		"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2
}
.post_navi a:after {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1
}
.post_navi a span {
  font-size: 1rem;
  display: block;
  margin-bottom: 19.5px
}
.post_navi .navi_prevpost {
  order: 1
}
.post_navi .navi_prevpost a {
  padding: 0 16px 0 78px;
}
.post_navi .navi_prevpost a:before {
  left: 18px;
  transform: rotate(180deg)
}
.post_navi .navi_prevpost a:after {
  left: 8px
}
.post_navi .navi_nextpost {
  order: 3
}
.post_navi .navi_nextpost a {
  padding: 0 78px 0 16px;    
  align-items: flex-end
}
.post_navi .navi_nextpost a:before {
  right: 18px
}
.post_navi .navi_nextpost a:after {
  right: 8px
}
.post_navi .navi_all {
  order: 2;
  border: solid 1px rgb(0, 0, 0);
  border-width: 0 1px
}
.post_navi .navi_all a {
  align-items: center;
  justify-content: center
}
.post_navi .navi_all a:before, .post_navi .navi_all a:after {
  display: none
}
.post_navi .navi_all a img {
  object-fit: contain
}
@media screen and (max-width: 1024px) {
  .post_navi {
    flex-wrap: wrap;
    padding-bottom: 0
  }
  .post_navi li {
    flex: auto
  }
  .post_navi .navi_prevpost {
    width: 50%;
    border: solid 1px rgb(0, 0, 0);
    border-width: 0 1px 0 0
  }
  .post_navi .navi_nextpost {
    width: 50%;
    order: 2
  }
  .post_navi .navi_all {
    order: 3;
    width: 100%;
    border-width: 1px 0 0;
    margin-top: 17px
  }
}
@media screen and (max-width: 768px) {
  .post_navi a:before {
    width: 13px;
    height: 6px
  }
  .post_navi a:after {
    width: 28px;
    height: 28px
  }
  .post_navi .navi_prevpost a {
    padding-left: 55px
  }
  .post_navi .navi_prevpost a:before {
    left: 15px
  }
  .post_navi .navi_prevpost a:after {
    left: 8px
  }
  .post_navi .navi_nextpost a {
    padding-right: 55px
  }
  .post_navi .navi_nextpost a:before {
    right: 15px
  }
  .post_navi .navi_nextpost a:after {
    right: 8px
  }
  .post_navi .navi_all a img {
    object-fit: contain
  }
}
@media screen and (max-width: 600px) {
  .post_container .post_lower time {
    font-size: .75rem
  }
  .post_container .post_lower h1 {
    font-size: 1.5rem;
    line-height: 1.8125rem
  }
  .post_container .post_lower p {
    font-size: .875rem;
    line-height: 1.875rem
  }
  .post_container .post_lower .wp-block-image {
    margin-bottom: 30px;
    object-fit: contain;
    width: 100%;
    height: auto
  }
  .post_container .post_lower .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: contain
  }
  .post_container .post_lower .wp-block-columns {
    margin-bottom: 34px;
    display: flex;
    gap: 34px
  }
  .post_container .post_lower .wp-block-columns .wp-block-column {
    flex: 1
  }
  .post_container .post_lower .wp-block-columns .wp-block-image {
    margin-bottom: 0
  }
  .post_side{
    padding: 50px 0 39px;
  }
  .post_navi {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0
  }
  .post_navi li {
    height: 82px
  }
  .post_navi a {
    font-size: .875rem;
    height: 45px
  }
  .post_navi a span {
    font-size: .75rem;
    margin-bottom: 13.7647px
  }
  .post_navi .navi_prevpost {
    width: 100%;
    border-width: 0 0 1px 0
  }
  .post_navi .navi_nextpost {
    width: 100%
  }
  .post_navi .navi_all {
    width: 100%;
    margin-top: 0
  }
  .post_navi .navi_all a img {
    width: 60px;
    height: auto
  }
}

.wpcf7 {
  max-width: 838px;
  margin: 0 auto;
  padding: 61px;
  width: 100%;
  background-color: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, .4);
  border-right-color: #fff3;
  border-bottom-color: #fff3;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 5px 5px 20px #0000001a
}
.wpcf7 table {
  display: block;
  margin-bottom: 34px
}
.wpcf7 tbody {
  display: flex;
  flex-direction: column
}
.wpcf7 tr {
  display: flex;
  gap: 34px
}
.wpcf7 th {
  display: flex;
  width: 100%;
  max-width: 200px;
  padding: 1rem 0
}
.wpcf7 th label {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.wpcf7 th label .req {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: .75rem;
  line-height: 1rem;
  padding: 0 8px
}
.wpcf7 td {
  display: flex;
  width: 100%;
  max-width: 534px;
  padding: 1rem 0
}
.wpcf7 td .wpcf7-form-control-wrap, .wpcf7 td input, .wpcf7 td textarea {
  width: 100%
}
.wp-block-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%
}
input[type=submit].wpcf7-form-control, button.wpcf7-form-control {
  max-width: 320px;
  min-width: 200px;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  display: block;
  font-size: 1.125rem;
  color: #4d4d4d;
  border: solid 1px rgb(77, 77, 77)
}
input[type=submit].wpcf7-form-control.wpcf7cp-cfm-submit-btn, button.wpcf7-form-control.wpcf7cp-cfm-submit-btn {
  color: #fff;
  border: solid 1px rgb(176, 175, 109);
  background-color: #b0af6d
}
@media screen and (max-width: 768px){
  .wpcf7 {
    padding: 0;
  }
  .wpcf7 tr{
    flex-direction: column;
    gap: 8px;
  }
  .wpcf7 th{
    padding: 1rem 0 0;
  }
  .wpcf7 th label{
    justify-content: flex-start;
  }
  .wpcf7 th label .req{
    margin-left: 16px;
  }
  .wpcf7 td{
    padding: 0 0 1rem;
  }
  .wpcf7 td taxtarea{
    height: 102px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 0 auto 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-family: futura, sans-serif;
  font-weight: lighter;
  gap: 16px
}
.wp-pagenavi a, .wp-pagenavi span:not(.extend) {
  display: inline-block;
  color: #fff;
  background-color: #909090;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  letter-spacing: 0;
  white-space: nowrap;
  transition: .3s ease-in-out;
  text-align: center;
  text-decoration: none
}
.wp-pagenavi span.extend {
  padding: 0;
  line-height: 2rem;
  height: 2rem;
  margin: 0;
  transition: .2s ease-in-out;
  text-align: center;
  text-decoration: none
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #b0af6d;
  border-color: #333
}
.wp-pagenavi span.current {
  background-color: #000;
  border-color: #000;
  font-weight: 700
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    width: 100%
  }
  .wp-pagenavi .pages {
    width: 100%;
    border: none
  }
  .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi span.extend {
    display: none
  }
}

/* 固定ページ個別設定 */
.strada_img img{
  width: 50%!important;
  margin: 0 auto;
}
.page_banner_link{
   width: 50%!important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.page_banner_text{
 text-align: center;
}
}

/* 合宿料金改定 */
.benefits_title{
  line-height: 1.2!important;
  margin-bottom: -20px!important;
}
.benefits_list li{
  font-weight: 600;
} 
.benefits_wrap strong{
  font-weight: 500px;
}
.page_wrap .page_content .benefits_list li{
  padding-left: 0;
}
.page_wrap .benefits_list li::before{
  display: none;
}

/*リクルート*/
.recruit .about_daiichi .page_wrap {
  margin-bottom: 0;
}
.recruit .about_top_catch{
  height: 840px;
}
.recruit .about_top_catch_color{
  height: auto;
}
.recruit .section_hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit .section_hgroup h2{
  font-family: PT Sans Narrow, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-shadow: none !important;
}
.recruit .section_hgroup p{
 font-size: 32px;
 color: #000;
 padding-bottom: 10px;
}
.recruit .column3{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.recruit .column3 > *{
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .recruit .section_hgroup h2{
    font-size: calc((100vw - 40px) / 16);
  }
  .recruit .section_hgroup p{
    font-size: calc((100vw - 40px) / 32);
  }
}
@media screen and (max-width: 768px) {
  .recruit .section_hgroup h2{
    font-size: 40px;
  }
  .recruit .section_hgroup p{
    font-size: 23px;
  }
}

/*メッセージ*/
.recruit .about_top_catch_lead {
  text-align: center;
}
.recruit .about_top_catch_lead {}
.recruit .recruit_massage_img_wrap{
  padding-top: 80px;
  max-width: 1090px;
  width: 80vw;
  gap: 0 4px;
}
.recruit .recruit_massage_img_wrap figure{
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.recruit .recruit_massage_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 831px) {
  .recruit .about_top_catch_lead br {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .recruit .about_top_catch{
    height: auto;
  }
  .recruit .recruit_massage_img_wrap{
    flex-direction: column;
    gap: 10px;
  }
  
}

/*ボイス*/
.recruit .voice .about_support_wrap{
  padding-top: 100px;
}
.recruit .voice .sect_page_content{
  padding-bottom: 0;
}
.recruit .recruit_voice_img_wrap{
  max-width: 1090px;
  width: 80vw;
  gap: 0 calc((100% - (30.5% * 3)) / 2);
}
.recruit .recruit_voice_img_wrap figure{
  width: 30.5%;
  background-color: #fff;
}
.recruit .recruit_voice_img_wrap a{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  color: #000;
  gap: 16px;
}
.recruit .recruit_voice_img_wrap .img_wrap{
  aspect-ratio: 1/1;
  min-width: 140px;
  width: 72%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.recruit .recruit_voice_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .recruit_voice_img_wrap figcaption{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .recruit .recruit_voice_img_wrap{
    flex-direction: column;
    gap: 10px;
  }
  .recruit .recruit_voice_img_wrap figure{
    width: 100%;
  }
}

.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: rgba(128,128,128,.8);
  border-radius: 4px;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
}
.modal.is_active{
  opacity: 1;
  pointer-events: auto;
}
.modal .modal_box {
  display: flex;
  gap:40px;
  background-color: #fff;
  margin: 10% auto;
  padding: 48px;
  max-width: 1090px;
  width: 80vw;
  position: relative;
}
.modal .modal_box .modal_box_img {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
}
.modal .modal_box .modal_box_img {
  max-width: 240px;
}
.modal .modal_box .modal_box_text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal .modal_box .modal_box_text dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal .modal_box .modal_box_text dt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 16px 0 0 44px;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
}
.modal .modal_box .modal_box_text dd {
  position: relative;
  padding: 16px 0 0 44px;
  margin-block: calc((1em - 1lh) / 2);
}
.modal .modal_box .modal_box_text dt::before,
.modal .modal_box .modal_box_text dd::before{
  display: block;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.modal .modal_box .modal_box_text dt::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: 'Q';
  color: #23979D;
}
.modal .modal_box .modal_box_text dd::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: 'A';
  color: #9E5423;
  height: 32px;
}
.modal .modalClose{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal .modal_box {
    flex-direction: column;
    padding: 24px;
  }
  .modal .modal_box .modal_box_img {
    flex-direction: row;
    gap: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal_box .modal_box_img {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}

/* recruit*/
.recruit .about_daiichi .sect_page_fv.top_title{
  background-image: url(./images/front/mv02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  max-height: 720px;
  min-height: 320px;
  aspect-ratio: 16/9;
}
.recruit .about_daiichi .sect_page_fv.top_title hgroup{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.8)) drop-shadow(4px 4px 8px rgba(0,0,0,.8));
}
.recruit .about_daiichi .sect_page_fv.top_title h1{
  line-height: 1.35;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-block: calc((1em - 1lh) / 2);
}
.recruit .about_daiichi .sect_page_fv.top_title p{
  line-height: 1.8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  color: #fff;
  margin-block: calc((1em - 1lh) / 2);
}
.recruit .about_training_catch_color {
  height: auto;
}
.recruit .about_training_catch_content_wrap{
  position: relative;
  bottom: 60px;
  height: auto;
}
.recruit .sect_page_content{
  padding-top: 0;
}
.recruit .about_support_lead{
  max-width: 756px;
  width: 80vw;
  padding: 0 0 32px;
  text-align: center;
  color: #808080;
  font-weight: bolder;
  font-size: 22px;
}
.recruit .about_daiichi .about_training_wrap .sect_page_fv p{
 font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .recruit .about_daiichi .sect_page_fv.top_title hgroup{
    gap: 2.4vw;
  }
  .recruit .about_daiichi .sect_page_fv.top_title h1{
    font-size: calc((100vw - 40px) / 16);
  }
  .recruit .about_daiichi .sect_page_fv.top_title p{
    font-size: calc((100vw - 40px) / 39);
  }
}
@media screen and (min-width: 831px) {
  .recruit .about_support_lead br{
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .recruit .about_daiichi .sect_page_content:not(.top_title>div){
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .recruit .about_daiichi .sect_page_fv.top_title hgroup br{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .recruit .about_daiichi .sect_page_fv.top_title hgroup{
    gap: 16px;
  }
  .recruit .about_daiichi .sect_page_fv.top_title h1{
    font-size: 2rem;
  }
  .recruit .about_daiichi .sect_page_fv.top_title p{
    font-size: .875rem;
  }
}

.recruit .about_training_catch_content_wrap{
  padding-bottom: 40px;
}
.recruit .recruit_details{
  max-width: 1090px;
  width: 80vw;
  overflow: hidden;
}
.recruit .recruit_details_summary{
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  border-bottom: solid 4px #E6EAEA;
}
.recruit .recruit_details_summary::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: solid 4px #c6cAcA;
  border-width: 4px 4px 0 0;
  transform: rotateZ(135deg);
  transform-origin: center;
  transition: transform .4s;
}
.recruit .recruit_details[open] .recruit_details_summary::before{
  transform: rotateZ(-45deg);
}
.recruit .recruit_details_summary hgroup{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.recruit .recruit_details_summary hgroup h3{
  font-family: PT Sans Narrow, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #23979D;
}
.recruit .recruit_details_summary hgroup p{
  line-height: 1;
}
.recruit .recruit_details_contents {
  border: solid 40px #E6EAEA;
  padding: 32px;
  opacity: 0;
  transform: translateY(40px);
  transition: .2s;
  transition-delay: .4s;
}
.recruit .recruit_details[open] .recruit_details_contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 830px) {
  .recruit .about_training_catch_content_wrap {
    margin-bottom: 0;
  }
  .recruit .recruit_details{
    width: 100%;
  }
  .recruit .recruit_details_contents .about_support_lead{
    font-size: 1rem;
    padding-bottom: 16px;
    width: 100%;
  }
  .recruit .recruit_details_contents {
    border: solid 0 #E6EAEA;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit_details_summary hgroup{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }
  .recruit .recruit_details_summary hgroup h3{
    font-size: 24px;
  }
  .recruit .recruit_details_summary hgroup p{
    font-size: .875rem;
  }
}

/*flow*/
.recruit .flow {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 140px;
  position: relative;
  margin-bottom: 48px;
}
.recruit .flow::before {
  content: "";
  width: 24px;
  height: 100%;
  background: #E6EAEA;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
}
.recruit .flow > li {
  list-style-type: none;
  position: relative;
}
.recruit .flow > li .icon {
  font-family: PT Sans Narrow, sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 100;
}
.recruit .flow > li.step01 .icon{
  background: #FFBE07;
}
.recruit .flow > li.step02 .icon{
  background: #04B2D9;
}
.recruit .flow > li.step03 .icon{
  background: #FF6700;
}
.recruit .flow > li.step04 .icon{
  background: #97D830;
}
.recruit .flow > li.step05 .icon{
  background: #92278F;
}
.recruit .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit .flow > li.step01 .icon::after {
  border-color: transparent transparent transparent #FFBE07;
}
.recruit .flow > li.step02 .icon::after {
  border-color: transparent transparent transparent #04B2D9;
}
.recruit .flow > li.step03 .icon::after {
  border-color: transparent transparent transparent #FF6700;
}
.recruit .flow > li.step04 .icon::after {
  border-color: transparent transparent transparent #97D830;
}
.recruit .flow > li.step05 .icon::after {
  border-color: transparent transparent transparent #92278F;
}
.recruit .flow > li dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
  padding-left: 70px;
  position: relative;
}
.recruit .flow > li dl::before,
.recruit .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
}
.recruit .flow > li dl::before {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 50%;
  left: -2px;
}
.recruit .flow > li.step01 dl::before{
  background: #FFBE07;
}
.recruit .flow > li.step02 dl::before{
  background: #04B2D9;
}
.recruit .flow > li.step03 dl::before{
  background: #FF6700;
}
.recruit .flow > li.step04 dl::before{
  background: #97D830;
}
.recruit .flow > li.step05 dl::before{
  background: #92278F;
}
.recruit .flow > li dl::after {
  width: 48px;
  border-bottom: 4px dotted #c6cAcA;
  position: absolute;
  left: 12px;
}
.recruit .flow > li dl dt {
  font-size: 28px;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
}
.recruit .flow > li.step01 dl dt {
  color: #FFBE07;
}
.recruit .flow > li.step02 dl dt {
  color: #04B2D9;
}
.recruit .flow > li.step03 dl dt {
  color: #FF6700;
}
.recruit .flow > li.step04 dl dt {
  color: #97D830;
}
.recruit .flow > li.step05 dl dt {
  color: #92278F;
}
.recruit .flow > li dl dd {
  margin-left: 0;
  margin-block: calc((1em - 1lh) / 2);
}
.recruit .flow > li dl dd ul {
  padding-left: 1rem;
}
.recruit .flow > li dl dd li {
  list-style-type: disc;
}
.recruit .flow > li .icon_passed01,
.recruit .flow > li .icon_passed02{
  position: relative;
  font-weight: 700;
  margin: 48px 0 0 40px;
  padding: 12px 60px 12px 20px;
  line-height: 1.5;
  display: inline-block;
  background: #fff;
}
.recruit .flow > li .icon_passed01{
  font-size: 32px;
  color: #FF6700;
  border: solid 4px #FF6700;
}
.recruit .flow > li .icon_passed02{
  font-size: 20px;
  color: #97D830;
  border: solid 4px #97D830;
}
.recruit .flow > li .icon_passed01::before,
.recruit .flow > li .icon_passed02::before{
  position: absolute;
  right: -22px;
  bottom: -4px;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit .flow > li .icon_passed01::before{
  background-image: url(./images/cube_d.svg);
  transform: rotate(8deg);
}
.recruit .flow > li .icon_passed02::before{
  background-image: url(./images/cube_f.svg);
  transform: rotate(-8deg);
}
.recruit .flow > li .icon_passed01::after,
.recruit .flow > li .icon_passed02::after {
  content: "";
  border-style: solid;
  border-width: 5px 10px 5px 0;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
.recruit .flow > li .icon_passed01::after {
  border-color: transparent #FF6700 transparent transparent;
}
.recruit .flow > li .icon_passed02::after {
  border-color: transparent #97D830 transparent transparent;
}
.recruit .guide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recruit .guide .box{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: solid 4px #E6EAEA;
}
.recruit .guide .box div{
  display: flex;
  gap: 12px;
}
.recruit .guide .box dt{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.recruit .guide .box dd{
  line-height: 1;
}
@media screen and (min-width: 831px) {
  .recruit .flow > li.step04 dl dt br,
  .recruit .flow > li.step05 dl dt br {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .recruit .flow {
    gap: 48px;
    padding-left: 16px;
    margin-bottom: 48px;
  }
  .recruit .flow::before {
    left: 10px;
    width: 8px;
  }
  .recruit .flow > li .icon {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 20px;
    padding: 4px 12px;
    left: -20px;
  }
  .recruit .flow > li .icon::after {
    border-width: 10px 5px 0 5px;
    top: 100%;
    left: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .recruit .flow > li.step01 .icon::after {
    border-color: #FFBE07 transparent transparent transparent;
  }
  .recruit .flow > li.step02 .icon::after {
    border-color: #04B2D9 transparent transparent transparent;
  }
  .recruit .flow > li.step03 .icon::after {
    border-color: #FF6700 transparent transparent transparent;
  }
  .recruit .flow > li.step04 .icon::after {
    border-color: #97D830 transparent transparent transparent;
  }
  .recruit .flow > li.step05 .icon::after {
    border-color: #92278F transparent transparent transparent;
  }
  .recruit .flow > li dl {
    padding-top: 60px;
    padding-left: 8px;
    gap: 16px;
  }
  .recruit .flow > li dl::before {
    width: 12px;
    height: 12px;
    margin-top: 0;
    top: 64px;
    left: -15px;
  }
  .recruit .flow > li dl::after {
    display: none;
  }
  .recruit .flow > li dl dt {
    font-size: 1.125rem;
  }
  .recruit .flow > li dl dd {
    font-size: .875rem;
  }
  .recruit .flow > li .icon_passed01,
  .recruit .flow > li .icon_passed02{
    margin: 48px 0 0 16px;
    padding: 8px 60px 8px 12px;
    max-width: 88%;
  }
  .recruit .flow > li .icon_passed01{
    font-size: 20px;
  }
  .recruit .flow > li .icon_passed02{
    font-size: 16px;
  }
  .recruit .flow > li .icon_passed02 br{
    display: none;
  }
  
  .recruit .guide .box dt{
    font-size: 14px;
  }
  .recruit .guide .box dd{
    font-size: 14px;
  }
}

.recruit .daily_flow {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 140px;
  position: relative;
  margin-bottom: 48px;
}
.recruit .daily_flow::before {
  content: "";
  width: 8px;
  height: calc(100% - 24px);
  background: #23979D;
  display: block;
  position: absolute;
  top: 12px;
  left: 162px;
}
.recruit .daily_flow > li {
  list-style-type: none;
  position: relative;
}
.recruit .daily_flow > li .time {
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 100;
  width: 120px;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-align: right;
}
.recruit .daily_flow > li dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 70px;
  position: relative;
}
.recruit .daily_flow > li dl::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #23979D;
}
.recruit .daily_flow > li dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
  color: #000;
}
.recruit .daily_flow > li dl dd {
  margin-left: 0;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 830px) {
  .recruit .daily_flow {
    gap: 48px;
    padding-left: 0;
    margin-bottom: 48px;
  }
  .recruit .daily_flow::before {
    width: 4px;
    height: calc(100% - 40px);
    top: 12px;
    left: 10px;
  }
  .recruit .daily_flow > li .time {
    left: 0;
    position: relative;
    font-size: 20px;
    text-align: left;
    padding-left: 36px;
    margin-bottom: 8px;
  }
  .recruit .daily_flow > li dl {
    gap: 24px;
    padding-left: 36px;
  }
  .recruit .daily_flow > li dl::before{
    top: -30px;
    left: 0;
  }
  .recruit .daily_flow > li dl dt {
    font-size: 1.125rem;
  }
  .recruit .daily_flow > li dl dd {
    font-size: .875rem;
  }
}

/*faq*/
.recruit .faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recruit .recruit_faq_details {
  border: solid 1px #c6cAcA;
  padding: 12px 24px;
}
.recruit .recruit_faq_summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  line-height: 1.375;
}
.recruit .recruit_faq_body {
  position: relative;
  margin-top: 16px;
  padding: 12px 0 0 38px;
  border-top: dotted 1px #c6cAcA;
}
.recruit .recruit_faq_summary::before,
.recruit .recruit_faq_body::before{
  display: block;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.recruit .recruit_faq_summary::before {
  content: 'Q';
  color: #23979D;
}
.recruit .recruit_faq_summary::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: solid 4px #c6cAcA;
  border-width: 4px 4px 0 0;
  transform: rotateZ(135deg);
  transform-origin: center;
  transition: transform .4s;
}
.recruit .recruit_faq_details[open] .recruit_faq_summary::after{
  transform: rotateZ(-45deg);
}
.recruit .recruit_faq_body::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: 'A';
  color: #9E5423;
  height: 32px;
}
@media screen and (max-width: 830px){
  .recruit .recruit_faq_details {
    padding: 12px 16px;
  }
  .recruit .recruit_faq_summary {
    gap: 16px;
    padding-right: 32px;
  }
  .recruit .recruit_faq_summary h4{
    font-size: 1rem;
  }
  .recruit .recruit_faq_body {
    font-size: .875rem;
  }
}

/*リクルート*/
.recruit .about_daiichi .about_training_wrap .sect_page_fv{
  background-image: url(./images/front/mv01.webp);
}
.recruit .about_daiichi .about_training_wrap .sect_page_fv .section_hgroup {
  filter: drop-shadow(0 0 2px rgba(0,0,0,1)) drop-shadow(0 0 4px rgba(0,0,0,1));
}
.recruit_tab_wrap {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  overflow: hidden;
  width: 100%;
}
.recruit_tab_wrap .tab_label {
  flex: 1;
  cursor: pointer;
  order: -1;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 16px;
  transition: color .3s 80ms;
}
.recruit_tab_wrap .tab_label:after {
  background: #23979D;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(100%);
  transition: cubic-bezier(.4, 0, .2, 1) .2s 80ms;
  width: 100%;
  z-index: 1
}
.recruit_tab_wrap .tab_content {
  display: flex;
  flex-direction: column;
  gap: 55.5px;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%
}
.recruit_tab_wrap .tab_switch {
  display: none
}
.recruit_tab_wrap .tab_switch:checked~.tab_content {
  transform: translate(30%)
}
.recruit_tab_wrap .tab_switch:checked+.tab_label{
  color: #23979D;
}
.recruit_tab_wrap .tab_switch:checked+.tab_label+.tab_content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translate(0)
}
.recruit_tab_wrap .tab_switch:checked~.tab_label:after {
  transform: translate(-100%)
}
.recruit_tab_wrap .tab_switch:checked+.tab_label:after {
  opacity: 1;
  transform: translate(0)
}
.recruit_tab_wrap .tab_content table {
  margin: 24px 0;
  border-collapse: collapse;
}
.recruit_tab_wrap .tab_content tbody th,
.recruit_tab_wrap .tab_content tbody td {
  border: solid 1px #c6cAcA;
  border-width: 1px 0;
  background: #fff;
}
.recruit_tab_wrap .tab_content tbody tr:nth-child(even) th,
.recruit_tab_wrap .tab_content tbody tr:nth-child(even) td {
  background: #f2f6f6;
}
.recruit_tab_wrap .tab_content tbody th {
  width: 160px;
  text-align: justify;
  padding: 24px 16px;
}
.recruit_tab_wrap .tab_content tbody td {
  padding: 24px 16px;
}
@media screen and (max-width: 830px){
  .recruit .about_daiichi .about_training_wrap .sect_page_fv p {
    max-width: 100%;
  }
  .recruit .recruit_type .recruit_details_contents{
    padding-top: 4px;
  }
  .recruit_tab_wrap {
    gap: 12px;
  }
  .recruit_tab_wrap .tab_label {
    padding-top: 16px;
    font-size: 1rem;
  }
  .recruit_tab_wrap .tab_content table,
  .recruit_tab_wrap .tab_content tbody tr,
  .recruit_tab_wrap .tab_content tbody th,
  .recruit_tab_wrap .tab_content tbody td {
    display: block;
  }
  .recruit_tab_wrap .tab_content tbody {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .recruit_tab_wrap .tab_content tbody tr:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: solid 1px #c6cAcA;
  }
  .recruit_tab_wrap .tab_content tbody th {
    width: 100%;
    padding: 0 0 12px;
    border-width: 0;
  }
  .recruit_tab_wrap .tab_content tbody td {
    padding: 0;
    border-width: 0;
  }
}

/*contact*/
.recruit .contact_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1090px;
  width: 80vw;
  margin: 0 auto;
  padding: 100px 0;
}
.recruit .contact_wrap p{
  text-align: center;
}
.recruit .contact_wrap .contact_index{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
  max-width: 1090px;
  margin-top: 40px;
}
.recruit .contact_wrap .contact_index li{
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;
}
.recruit .contact_wrap .contact_index li:nth-child(1){}
.recruit .contact_wrap .contact_index li:nth-child(2){
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: solid 2px #47BFA1;
  line-height: 1;
}
.recruit .contact_wrap .contact_index li .btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.recruit .contact_wrap .contact_index li:nth-child(1) .btn{
  gap: 8px;
  font-size: 1.375rem;
  font-weight: 700;
  height: 76px;
  color: #fff;
  background: #47BFA1;
}
.recruit .contact_wrap .contact_index li:nth-child(1) .btn::before{
  content: '';
  background: url("./images/front/contact_icon.png") no-repeat center center/cover;
  width: 31px;
  height: 24px;
}
.recruit .contact_wrap .contact_index li:nth-child(2) .btn.pc{
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit .contact_wrap a {
    color: #000;
  }
  .recruit .contact_wrap .contact_index{
    gap: 12px;
  }
  .recruit .contact_wrap .contact_index li:nth-child(1) .btn{
    font-size: 1.25rem;
    height: 60px;
  }
  .recruit .contact_wrap .contact_index li:nth-child(2){6
    gap: 16px;
  }
  .recruit .contact_wrap .contact_index li:nth-child(2) .btn.pc{
    font-size: 1.125rem;
  }
  .recruit .contact_wrap .contact_index li:nth-child(2) .btn.sp{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .recruit .contact_wrap .contact_index li:nth-child(2) .btn.sp span{
    font-size: 1rem;
    font-weight: 700;
  }
}

 .recruit .wpcf7-form-control-wrap{
   display: flex;
   flex-direction: column;
 }
.wpcf7 .recruit .wpcf7-not-valid-tip{
  position: relative !important;
  bottom: 0 !important;
}

/* カスタマーハラスメント */
.customer_h_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 700;;
  margin-bottom: 32px;
}
.customer_h_list li {}
.customer_h_sign {
  text-align: center;
}