@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

*::before,
*::after{
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

input,
select,
textarea{
  font-family: "Zen Old Mincho", serif;
  color:#000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-feature-settings: 'palt';
  touch-action: manipulation;
  resize: none;
  display: block;
}

button{
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

body{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

img{
  display: block;
  object-position: center;
  width: 100%;
}

#body_wrap{
  overflow: hidden;
}

main{
  padding-top: 90px;
}


a{
  color: #000;
}

.fax a{
  pointer-events: none;
}

@media (any-hover:hover){
  a[href^="tel:"] {
    pointer-events: none;
  }
}


.grecaptcha-badge {
  visibility: hidden; 
}
/*
------------------------------------
共通パーツ
------------------------------------
*/

.container{
  max-width: 1100px;
  margin:0 auto;
}

.common_title_set{

}

.common_title_set .ja_title{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

.common_title_set .ja_title::before{
  content:'';
  width: 23px;
  height: 12px;
  border-radius: 2px;
  background-color: #00A0E9;
  flex-shrink: 0;
  margin-right:9px;
}

.common_title_set .en_title{
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 64px;
  font-weight: 900;
  padding-left:24px ;
  line-height: 1;  
}

.common_title_set .sub_title{
  font-size: 16px;
  font-weight: 700;
  padding-left:32px ;
  margin-top: 32px;
  
}


/*共通のリンクボタン*/
.common_blue_button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 240px;
  min-height:40px;
  border-radius: 5px;
  padding:4px 16px;
  border:1px solid #00A0E9;
  transition-duration: 0.4s;
  font-weight: 500;
  color:#00A0E9;
}

@media(any-hover:hover){
  .common_blue_button:hover{
    color:#fff;
    background-color: #84C35F;
    border-color:#84C35F;
  }
}


/*staffのswiperエリア*/

.common_staff_area{

}

.common_staff_area .staff_swiper_frame{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: flex-end;
}

.common_staff_area .staff_swiper_block{
  width:calc(50% + 550px);
  position: relative;
  overflow: hidden;
}

.common_staff_area .staff_swiper_block::after{
  content:'';
  width:100vw;
  height:100%;
  background-color: rgba(238, 238, 238, 0.80);
  position: absolute;
  z-index: 10;
  top:0;
  left:500px;
}

.common_staff_area .staff_slide{
  width:600px;
  padding-right: 200px;
}

.common_staff_area .staff_card{
  aspect-ratio: 1/1.33;
}

.common_staff_area .staff_card img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 30px;
}

.common_staff_area .staff_button_flex{
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common_staff_area .staff_nav_area{
  display: flex;
  align-items: center;
}

.common_staff_area .staff_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #00A0E9;
  cursor: pointer;
  color: #00A0E9;
  font-size: 32px;
  line-height: 1;
}

.common_staff_area .staff_nav_next{
  margin-left: 28px;
}

.common_staff_area .staff_text_area{
  position: absolute;
  left:420px;
  bottom:24px;
  width:300px;
  z-index: 15;
}

.common_staff_area .staff_text_block{
  display: none;
  position: relative;
}

.common_staff_area .staff_text_block:first-child{
  display: block;
}

.common_staff_area .staff_text_block .icon{
  width: 23px;
  height: 12px;
  border-radius: 2px;
  background: #00A0E9;
  margin-bottom: 10px;
}

.common_staff_area .staff_text_block .staff_msg{
  font-size: 20px;
  font-weight: 900;
  line-height:1.3;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

.common_staff_area .staff_text_block .staff_info{
  margin-top: 16px;
  line-height: 1.3;
}

.common_staff_area .staff_text_block .staff_name{
  font-size: 20px;
  font-weight: 900;
}

/*下層ページへのリンク一覧*/

.common_page_link_list{
  max-width: 940px;
  margin:0 auto;
}

.common_page_link_list .link_line + .link_line{
  margin-top: 80px;
}

.common_page_link_list .link_item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0 40px;
}

.common_page_link_list .link_title{
  flex-shrink: 0;
  transform: translateY(8px);
}

.common_page_link_list .link_title_en{
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.common_page_link_list .link_title_ja{
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.common_page_link_list .link_border{
  width:100%;
  height:1px;
  background-color: #000;
}

.common_page_link_list .link_radi_frame{
  flex-shrink: 0;
}

.common_page_link_list .link_radi{
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border:1px solid #00A0E9;
  transition-duration: 0.4s;
}

.common_page_link_list .link_radi::after{
  content:'';
  width:36px;
  height:29px;
  background-position: right;
  background-image: url('../img/common/icon_arrow_right_blue.png');
  transition-duration: 0.4s; 
}

@media(any-hover:hover){
  .common_page_link_list .link_item:hover .link_radi{
    background-color:#00A0E9;
  }
  .common_page_link_list .link_item:hover .link_radi::after{
    background-image: url('../img/common/icon_arrow_right_white.png');
  }
}
/*
------------------------------------
共通アニメーション
------------------------------------
*/

.common_hover_opa{
  transition: 0.4s;
}


@media (any-hover:hover){
  .common_hover_opa:hover{
    opacity: 0.5;
  }
  
}

/*要素のフェードイン*/
.anime_fade_show01{
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.anime_fade_show01.anime_active,
.anime_active .anime_fade_show01{
  animation-name:anime_fade_show01 ;
}

@keyframes anime_fade_show01 {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


.anime_fade_show02{
  opacity:0;
  transform: translate3d(0, 80px, 0);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.anime_fade_show02.anime_active,
.anime_active .anime_fade_show02{
  animation-name:anime_fade_show02 ;
}

@keyframes anime_fade_show02 {
  0%{
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.anime_show_frame{
  overflow: hidden;
  --delay-step: 0.03s;
}

.anime_show_frame>span{
  display: inline-block;
}

.anime_show_frame .item{
  transform: translateY(100%);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  /* animation-timing-function: 0; */
}

.anime_show_frame .item:nth-child(1) { animation-delay: calc(var(--delay-step) * 1); }
.anime_show_frame .item:nth-child(2) { animation-delay: calc(var(--delay-step) * 2); }
.anime_show_frame .item:nth-child(3) { animation-delay: calc(var(--delay-step) * 3); }
.anime_show_frame .item:nth-child(4) { animation-delay: calc(var(--delay-step) * 4); }
.anime_show_frame .item:nth-child(5) { animation-delay: calc(var(--delay-step) * 5); }
.anime_show_frame .item:nth-child(6) { animation-delay: calc(var(--delay-step) * 6); }
.anime_show_frame .item:nth-child(7) { animation-delay: calc(var(--delay-step) * 7); }
.anime_show_frame .item:nth-child(8) { animation-delay: calc(var(--delay-step) * 8); }
.anime_show_frame .item:nth-child(9) { animation-delay: calc(var(--delay-step) * 9); }
.anime_show_frame .item:nth-child(10) { animation-delay: calc(var(--delay-step) * 10); }
.anime_show_frame .item:nth-child(11) { animation-delay: calc(var(--delay-step) * 11); }
.anime_show_frame .item:nth-child(13) { animation-delay: calc(var(--delay-step) * 13); }
.anime_show_frame .item:nth-child(12) { animation-delay: calc(var(--delay-step) * 12); }
.anime_show_frame .item:nth-child(14) { animation-delay: calc(var(--delay-step) * 14); }
.anime_show_frame .item:nth-child(15) { animation-delay: calc(var(--delay-step) * 15); }
.anime_show_frame .item:nth-child(16) { animation-delay: calc(var(--delay-step) * 16); }
.anime_show_frame .item:nth-child(17) { animation-delay: calc(var(--delay-step) * 17); }
.anime_show_frame .item:nth-child(18) { animation-delay: calc(var(--delay-step) * 18); }


@keyframes anime_show01 {
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(0);
  }
}

.anime_active .item{
  animation-name:anime_show01 ;
  
}

/*
------------------------------------
ヘッダー
------------------------------------
*/

header{
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 30;
  background-color: #fff;
}

header .header_inner{
  padding-left:32px;
  padding-right: 32px;
  margin: 0 auto;
}

header .header_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header_left{
  padding-top: 8px;
  padding-bottom: 8px;
}
header .header_logo{
  display: block;
  width:66px;
}

header .header_right{
  display: flex;
  align-items: center;
}

header .parent_menu{
  display: flex;
  align-items: center;
}

header .parent_item{
  height:90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .parent_item + .parent_item{
  margin-left: 40px;
}

header .parent_link{
  font-weight: 700;
  position: relative;

}

header .parent_link::after{
  content:'';
  width:0;
  height:1px;
  background-color: #000;
  position: absolute;
  left:0;
  top:calc(100% + 2px);
  transition-duration: 0.4s;
}

header .parent_link.active::after{
  width:100%;
}

@media(any-hover:hover){
  header .parent_link:hover::after{
    width:100%;
  }
}


/*
------------------------------------
フッター
------------------------------------
*/

footer{
  padding-top: 56px;
  padding-bottom: 16px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

footer .footer_inner{
  max-width: 1100px;
  margin:0 auto;

}

footer .footer_flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer_logo{
  display: block;
  width:80px;
}

footer .footer_name{
  margin-top: 24px;
}

footer .footer_address{
  margin-top: 16px;
  line-height: 1.5;
}

footer .footer_tel{
  margin-top: 16px;
  line-height: 1.5;
}

footer .footer_right{
  padding-bottom: 20px;
}

footer .footer_nav{
  display: flex;
  align-items: flex-start;
}

footer .parent_menu + .parent_menu{
  margin-left: 80px;
}

footer .parent_item + .parent_item{
  margin-top: 16px;
}

footer .parent_link{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  footer .parent_link:hover{
    opacity: 0.5;
  }
}

footer .insta_frame{
  display: flex;
  justify-content: flex-end;
}

footer .insta_frame .insta{
  width:50px;
}

footer .footer_copy{
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
/*
------------------------------------
ページ下部のお問い合わせ
------------------------------------
*/

.common_contact_section{
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 64px;
}


.common_contact_section::before{
  content:'';
  width:100%;
  height:100%;
  background-color:rgba(83, 83, 83, 0.50);
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
}

.common_contact_section::after{
  content:'';
  width:100%;
  height:100%;
  background-image: url('../img/common/contact_sec_bg.jpg');
  background-size: cover;
  position: absolute;
  top:0;
  left:0;
  z-index:-2;
}

.common_contact_section .contact_head{
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
}

.common_contact_section .contact_text_list{
  margin-top: 140px;
  gap:34px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 960px;
  margin-inline: auto;
}

.common_contact_section .contact_text_list li{
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  color:#fff;
  padding-left: 114px;
  width: 480px;
  max-width: 100%;
}

.common_contact_section .contact_text_list li::before{
  content:'';
  width:32px;
  height:32px;
  background-image: url('../img/common/icon_check_white.svg');
  background-size: contain;
  flex-shrink: 0;
  margin-right: 16px;
}

.common_contact_section .contact_flex{
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.common_contact_section .contact_flex .contact_border{
  width: 2px;
  height: 241px;
  background-color: #fff;
  flex-shrink: 0;
}

.common_contact_section .tel_block{
  width:calc(50% - 2px);
  padding-top: 18px;
}

.common_contact_section .tel_block .tel{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  font-size: 40px;
  line-height: 1;
}

.common_contact_section .tel_block .tel::before{
  content:'';
  width:56px;
  height:56px;
  background-image: url('../img/common/icon_tel_white.png');
  margin-bottom: 24px;
}

.common_contact_section .tel_block .tel_time{
  margin-top: 28px;
  color: #FFF;
  text-align: center;
}

.common_contact_section .mail_block{
  width:calc(50% - 2px);
  padding-top: 18px;
}

.common_contact_section .mail_block .mail_icon{
  width:60px;
  height:48px;
  background-image: url('../img/common/icon_mail_white.png');
  margin:0 auto;
}

.common_contact_section .contact_button{
  border:1px solid #fff;
  color:#fff;
  margin:64px auto 0;
}

@media(any-hover:hover){
  .common_contact_section .contact_button:hover{
    border-color:#84C35F;
  }
}

/*
------------------------------------
パートナー紹介セクション
------------------------------------
*/

.common_partner_section{
  padding-top: 180px;
  padding-bottom: 200px;
}

.common_partner_section .sec_title{
  font-size: 24px;
  font-weight: 700;
  
}

.common_partner_section .partner_area{
  padding-left: 40px;
}

.common_partner_section .partner_list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap:96px 0;
}

.common_partner_section .partner_item{
  width:48%;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_partner_section .partner_item01 img{
  width:307px;
}
.common_partner_section .partner_item02 img{
  width:327px;
}
.common_partner_section .partner_item03 img{
  width:242px;
}
/*
------------------------------------
トップページ
------------------------------------
*/
body.top_body{
  
}

main.top_main{

}

.top_section{
  position: relative;
}

.top_mv_section{

}

.top_mv_section .mv_area{
  height:690px;
  position: relative;
  background-image:url('../img/top/top_mv.jpg');
}

.top_mv_section .mv_textarea{
  position: absolute;
  z-index: 1;
  top:72px;
  left:0;
  right:0;
  margin:0 auto;
  width:82%;
  color:#fff;
}

.top_mv_section .mv_text01{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 64px;
  font-weight: 900;
  line-height:1.18;
  /* letter-spacing: -0.15em; */
}

.top_mv_section .mv_text02{
  margin-top: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  /* letter-spacing: -0.02em; */
}

.top_about_section{
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
} 

.top_about_section .about_radi{
  position: absolute;
  
  transform-origin: left;
  transition-duration: 1.5s;
  /* transform: scaleX(1); */
}

.top_about_section .about_radi01{
  z-index: 2;
  width:2100px;
  height:1050px;
  top:-525px;
  left:calc(50% - 1245px);
  background-color: #00A0E9;
}
.top_about_section .about_radi02{
  z-index: 1;
  
  width: 1500px;
  height: 750px;
  top:0;
  left:calc(50% - 1120px);
  background-color: #84C35F;
}

.top_about_section .anime_active .about_radi01{
  width: 1050px;
  border-radius: 50%;
}

.top_about_section .anime_active .about_radi02{
  width: 750px;
  border-radius: 50%;
}

.top_about_section .about_frame{
  display: flex;
  justify-content: flex-end;
}

.top_about_section .about_block{

}

.top_about_section .about_text{
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.top_about_section .about_button{
  margin-top: 100px;
}

.top_about_section .about_slide_area{
  width: 100vw;
  margin: 280px calc(50% - 50vw) 0;
}

.top_about_section .swiper_block{
  max-width: 1920px;
  margin:0 auto;
  overflow: hidden;
}


.top_about_section .swiper_block .swiper-wrapper{
  transition-timing-function: linear;
}
.top_about_section .about_slide{
  padding:0 15px;
  width:fit-content;
}

.top_about_section .about_card01{
  width:296px;
  padding-top: 210px;
}
.top_about_section .about_card02{
  width:342px;
}
.top_about_section .about_card03{
  width:242px;
  padding-top: 270px;
}
.top_about_section .about_card04{
  width:413px;
  padding-top: 40px;
}
.top_about_section .about_card05{
  width:305px;
  padding-top: 190px;
}
.top_about_section .about_card06{
  width:344px;
  padding-top: 20px; 
}

.top_about_section .about_card img{
  border-radius: 10px;
}

.top_service_section{
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
} 

.top_service_section .service_bg{
  position: absolute;
  z-index: -1;
  width:1440px;
  top:-20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_service_section .service_list{
  margin-top: 160px;
  display: flex;
  justify-content: center;
  --delay-step: 0.15s;
}

.top_service_section .service_item{
  width: 220px;
  height:308px;
  overflow: hidden;
}

.top_service_section .service_item:first-child{
  width: 225px;
}

.top_service_section .service_card{
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform:translateX(-100%);
}

.top_service_section .anime_active .service_card{
  animation-name: service_card_show;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

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

.top_service_section .service_card01{
  background-image: url('../img/top/top_serice_card01.png');
  animation-delay: calc(var(--delay-step) * 1);
}
.top_service_section .service_card02{
  background-image: url('../img/top/top_serice_card02.png');
  animation-delay: calc(var(--delay-step) * 2);
}
.top_service_section .service_card03{
  background-image: url('../img/top/top_serice_card03.png');
  animation-delay: calc(var(--delay-step) * 3);
}
.top_service_section .service_card04{
  background-image: url('../img/top/top_serice_card04.png');
  animation-delay: calc(var(--delay-step) * 4);
}
.top_service_section .service_card05{
  background-image: url('../img/top/top_serice_card05.png');
  animation-delay: calc(var(--delay-step) * 5);
}

.top_service_section .service_text{
  margin-top: 188px;
  text-align: center;
  line-height: 1.45;
}

.top_service_section .serivice_button_frame{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.top_staff_section{
  padding-top: 30px;
  padding-bottom: 160px;
  background-color: #EEEEEE;
} 

.top_staff_section .common_staff_area{
  margin-top: 150px;
}

.top_intro_section{
  padding-top: 104px;
}

/* .top_intro_section .js_radi_move_point{
  width:100px;
  height:2px;
  background-color: blue;
  z-index: 100;
}

.top_intro_section .js_radi_fix_start,
.top_intro_section .js_radi_fix_end{
  width:100px;
  height:2px;
  background-color: red;
  z-index: 100;
} */

.top_intro_section .js_radi_move_point{
  position: absolute;
  bottom: -500px;
  left:0;
}

.top_intro_section .js_radi_fix_start{
  position: absolute;
  top: -70px;
  left:0;
}
.top_intro_section .js_radi_fix_end{
  position: absolute;
  top: 100%;
  left:0;
}

.top_intro_section .intro_radi{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -3;
  opacity: 0.3;
}

.top_intro_section .intro_radi_inner{
  position: relative;
  width: 100%;
}

.top_intro_section .intro_radi_inner::after{
  content:'';
  border-radius: 50%;
  position: absolute;
  top:0;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}

.top_intro_section .intro_radi01{
  top: -70px;
  width:1608px;
}

.top_intro_section .js_intro_radi01_start_pos{
  top: -70px;
}

.top_intro_section .intro_radi01.fixed{
  top: 0 !important;
  position: fixed;
}

.top_intro_section .js_intro_radi01 .intro_radi_inner::after{
  width: 491px;
  height: 491px;
  background-color: #84C35F;
  left:0;
  transform: translateX(calc(1608px - 491px));
}

.top_intro_section .intro_radi02{
  top: 590px;
  width:1776px;
}

.top_intro_section .js_intro_radi02_start_pos{
  top: 590px;
}

.top_intro_section .intro_radi02.fixed{
  top: 660px !important;
  position: fixed;
}

.top_intro_section .js_intro_radi02 .intro_radi_inner::after{
  width: 587px;
  height: 587px;
  background-color: #00A0E9;
  right:0;
  transform: translateX(calc(-1776px + 587px));
}

.top_intro_section .anime_active .js_intro_radi01 .intro_radi_inner::after{
  transform: translateX(0);
}
.top_intro_section .anime_active .js_intro_radi02 .intro_radi_inner::after{
  transform: translateX(0);
}

.top_intro_section .anime_active .js_intro_radi01.move .intro_radi_inner::after{
  transform: translateX(calc(1608px - 491px));
}
.top_intro_section .anime_active .js_intro_radi02.move .intro_radi_inner::after{
  transform: translateX(calc(-1776px + 587px));
}


.top_intro_section .flex{
  display: flex;
  justify-content: center;

}

.top_intro_section .news_area{
  width:620px;
}


.top_intro_section .news_area .news_contents{
  padding-left: 32px;
  margin-top: 40px;
  position: relative;
}


.top_intro_section .news_area .news_inner{
  border-bottom:1px dashed #000;
}

.top_intro_section .news_area .news_block{
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-right: 48px;
}

.top_intro_section .news_area .news_date{

} 
.top_intro_section .news_area .news_title {
  margin-top: 16px;
  padding-left: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.top_intro_section .news_area .news_button_frame{
  margin-top: 40px;
}

.top_intro_section .seminer_area{
  width:420px;
}

.top_intro_section .seminer_area .seminer_contents{
  padding-left: 32px;
  margin-top: 60px;
}

.top_intro_section .seminer_area .seminer_text{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.top_intro_section .seminer_area .seminer_img img{
  border-radius: 10px;
}

.top_intro_section .seminer_area .seminer_button_frame{
  margin-top: 40px;
}


.top_recruit_section{
  padding-top: 540px;
  padding-bottom: 360px;
}

.top_recruit_section .recruit_img_frame{
  position: relative;
}

.top_recruit_section .recruit_img_frame img{
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}

.top_recruit_section .recruit_img_frame .recruit01{
  width: 133px;
  top:117px;
  right:calc(50% + 430px);
}
.top_recruit_section .recruit_img_frame .recruit02{
  width: 251px;
  top:425px;
  right:calc(50% + 257px);
}
.top_recruit_section .recruit_img_frame .recruit03{
  width: 252px;
  top:13px;
  left:calc(50% + 303px);
}

.top_recruit_section .common_title_set .ja_title{
  justify-content: center;
}

.top_recruit_section .common_title_set .en_title {
  padding-left: 0;
  text-align: center;
}

.top_recruit_section .recruit_msg{
  margin-top: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

.top_recruit_section .recruit_text{
  margin-top: 60px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}

.top_recruit_section .recruit_button_frame{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}


/*
------------------------------------
下層共通 ページタイトルエリア
------------------------------------
*/

main.page_main{
  padding-top: 200px;
}

.page_title_section {
  padding-bottom: 12px;
}

.page_title_section .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page_title_section .page_title_area{
  flex-shrink: 0;
  margin-right: 24px;
}

.page_title_section .page_title{
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.page_title_section .page_title::before{
  content:'';
  width: 23px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #00A0E9;
  margin-right: 9px;
  margin-top: 4px;
}


/*
------------------------------------
追従のページナビ
------------------------------------
*/

.common_page_nav_area{
  position: absolute;
  top:10px;
  left:calc(50% - 518px);
  white-space: nowrap;
  z-index: 2;
} 



.common_page_nav_area .en_name{
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.common_page_nav_area .nav_list{
  margin-top: 32px;
}

.common_page_nav_area .nav_list li + li{
  margin-top: 16px;
}

.common_page_nav_area .nav_link{
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.common_page_nav_area .nav_link.active::before{
  content:'';
  width: 23px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #00A0E9;
  margin-right: 9px;
}

.common_page_nav_area.fixed{
  top:100px!important;
  position: fixed;
}

#section_wrap .js_nav_fix_start{
  position: absolute;
  top:10px;
}

#section_wrap .js_page_nav_area_start_pos{
  top:10px;
}
/*
------------------------------------
パンクズ
------------------------------------
*/

.common_bread_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:6px;
  line-height: 1.3;
}

.common_bread_section{
  padding:40px 0;
}

.common_bread_section .bread_list a{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .common_bread_section .bread_list a:hover{
    opacity: 0.5;
  }
}

/*
------------------------------------
下層のセクションまとめ
------------------------------------
*/

#section_wrap{
  position: relative;
  overflow: hidden;

}

#section_wrap::before{
  content:'';
  width:100%;
  height:100%;
  /* background-color: #EEE; */
  background: linear-gradient(180deg, #EEE 0%, #FFF 11%);
  position: absolute;
  top:0;
  left:0;
  z-index: -10;
}

#section_wrap .page_container{
  max-width: 1100px;
  margin:0 auto;
  padding-left: 320px;
  
}



/*
------------------------------------
下層のmv
------------------------------------
*/
.page_mv_section{

}

.page_mv_section .page_mv_frame{
  width:calc(50vw + 260px );
  max-width: 1220px;
  height:450px;
  border-radius: 0 0 0 72px;
  overflow: hidden;
}

.page_mv_section .page_mv{
  width: 100%;
  height:100%;
  object-fit: cover;
}

/*
------------------------------------
Mフレンドについて
------------------------------------
*/

body.about_body{
  
}

main.about_main{

}

main.about_main .about_radi{
  position: absolute;
  border-radius: 50%;
}

main.about_main .about_radi01{
  width: 1050px;
  height: 1050px;
  background: #00A0E9;
  z-index: -3;
  top:-160px;
  left:calc(50% + 270px);
}
main.about_main .about_radi02{
  width: 750px;
  height: 750px;
  background: #84C35F;
  z-index: -4;
  top:370px;
  left:calc(50% + 450px);
}

.about_mv_section .page_mv{
  background-image: url('../img/about/about_mv.jpg');
  background-position: top;
}

.about_section{
  position: relative;
}

.about_section01{
  padding-top: 220px;
  padding-bottom: 200px;
}

.about_section01 .about_msg{
  font-size: 44px;
  font-weight: 700;
  line-height:1.6;
  letter-spacing: -0.06em;
}

.about_section01 .about_block{

}

.about_section01 .about_block .about_title_block{
  height:90px;
  display: flex;
  align-items: center;
  padding-left: 64px;
  border-radius: 100px;
  width: 100vw;
  
}

.about_section01 .about_block .about_title{
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.about_section01 .about_block .about_head{
  margin-top: 40px;
  font-size: 24px;  
  line-height: 1.3;
  font-weight: 700;

}

.about_section01 .about_block .about_text{
  margin-top: 40px;
  line-height: 1.5;
}

.about_section01 .about_block01{
  margin-top: 210px;
}
.about_section01 .about_block01 .about_title_block{
  background-color: #00A0E9;
}
.about_section01 .about_block01 .about_title_frame{
  padding-left: 460px;
}

.about_section01 .about_block02{
  margin-top:80px;
}
.about_section01 .about_block02 .about_title_frame{
  padding-left: 300px;
}
.about_section01 .about_block02 .about_title_block{
  background-color: #84C35F;
}

.about_section01 .about_block03{
  margin-top:80px;
}
.about_section01 .about_block03 .about_title_frame{
  padding-left: 140px;
}
.about_section01 .about_block03 .about_title_block{
  background-color: #00A0E9;
}


/*
------------------------------------
代表の言葉
------------------------------------
*/

body.message_body{
  
}

main.message_main{

}

.message_mv_section .page_mv{
  background-image: url('../img/message/message_mv.jpg');
  background-position: top;
}

.message_section{
  position: relative;
}

.message_section01{
  padding-top: 250px;
  padding-bottom: 260px;
}


.message_section01 .message_radi{
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.message_section01 .message_radi01{
  width: 317px;
  height: 317px;
  background-color: #00A0E9;
  top:-80px;
  left:calc(50% + 480px);
}
.message_section01 .message_radi02{
  width: 495px;
  height: 495px;
  background-color: #84C35F;
  bottom:-200px;
  left:calc(50% + 12px);
}

.message_section01 .message_block{
  position: relative;
  /* min-height: 612px; */
  padding-right: 250px;
}

.message_section01 .message_catch{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.message_section01 .message_img{
  position: absolute;
  right:-80px;
  top:-60px;
  width:297px;
}

.message_section01 .message_img img{
  border-radius: 10px;
}

.message_section01 .message_info{
  margin-top: 40px;
}

.message_section01 .message_job{
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.message_section01 .message_name{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:10px 24px;
  margin-top: 10px;
}

.message_section01 .message_name_ja{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.message_section01 .message_name_en{
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.message_section01 .message_title{
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3; 
  letter-spacing: 0.04em;
}

.message_section01 .message_text{
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.06em;
}

/*
------------------------------------
会社情報
------------------------------------
*/

body.company_body{
  
}

main.company_main{

}

.company_mv_section .page_mv{
  background-image: url('../img/company/company_mv.jpg');
  background-position: left;
}

.company_section{
  position: relative;
}

.company_section01{
  padding-top: 160px;
  padding-bottom: 210px;
}

.company_section01 .company_radi{
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}

.company_section01 .company_radi01{
  width: 562px;
  height: 562px;
  background: #84C35F;
  bottom:430px;
  right:calc(50% + 262px);
}
.company_section01 .company_radi02{
  width: 442px;
  height: 442px;
  background: #00A0E9;
  bottom:-90px;
  left:calc(50% + 362px);
}

.company_section01 .company_line{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding:24px 0;
  border-bottom:1px solid #CCC;
}

.company_section01 .company_title{
  flex-shrink: 0;
  min-width: 210px;
  padding-right: 12px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; 
}

.company_section01 .company_contents{
  width:100%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  line-height: 1.3; 
}

.company_section01 .company_contents ul li{
  position: relative;
  padding-left: 12px;
}

.company_section01 .company_contents ul li + li{
  margin-top: 8px;
}

.company_section01 .company_contents ul li::before{
  content:'・';
  font-size: 24px;
  line-height: 1.3; 
  position: absolute;
  left:-8px;
  top:0;
}

.company_section01 .company_img_frame{
  margin-top: 80px;
  padding-right: 330px;
  display: flex;
  justify-content: flex-end;
}

.company_section01 .company_img{
  width:942px;
  flex-shrink: 0;
}

.company_section01 .company_img img{
  border-radius: 0 50px 50px 0;
}

/*
------------------------------------
セミナー情報
------------------------------------
*/

body.seminar_body{
  
}

main.seminar_main{

}

.seminar_section{
  position: relative;
}

.seminar_section01{
  padding-top: 196px;
  padding-bottom: 210px;
}

.seminar_section01 .seminar_flex{
  display: flex;
  align-items: center;
}

.seminar_section01 .seminar_img_area{
  flex-shrink: 0;
  width:516px;
  margin-right: 112px;
}

.seminar_section01 .seminar_text_area{
  width:100%;
  line-height: 1.5;
}

.seminar_section01 .seminar_area{
  max-width: 1000px;
  margin:160px auto 0;
}

.seminar_section01 .seminar_tab_list{
  display: flex;
  justify-content: center;
}

.seminar_section01 .seminar_tab{
  cursor: pointer;
  width:50%;
  height:80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  border-bottom: none;
  color:#fff;
  position: relative;
}

.seminar_section01 .seminar_tab::before{
  content:'';
  width:100%;
  height:3px;
  background-color: #fff;
  position: absolute;
  bottom:-2px;
  left:0;
  opacity: 0;
}

.seminar_section01 .seminar_tab::after{
  content:'';
  width:calc(100% - 64px);
  height: 2px;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom:-16px;
  opacity: 0;
}

.seminar_section01 .seminar_tab.active::before,
.seminar_section01 .seminar_tab.active::after{
  opacity: 1;
}


.seminar_section01 .seminar_tab.face{
  border-color: #00A0E9;
  background-color: #00A0E9;
}
.seminar_section01 .seminar_tab.face::after{
  background-color: #00A0E9;
}
.seminar_section01 .seminar_tab.face.active{
  background-color: #fff;
  color: #00A0E9;
}


.seminar_section01 .seminar_tab.online{
  border-color: #84C35F;
  background-color: #84C35F;
}
.seminar_section01 .seminar_tab.online::after{
  background-color: #84C35F;
}
.seminar_section01 .seminar_tab.online.active{
  background-color: #fff;
  color: #84C35F;
}


.seminar_section01 .seminar_tab_body{
  padding:64px 32px;
  border:1px solid;
  border-radius: 0 0 10px 10px;
}

.seminar_section01 .seminar_tab_body[data_seminar_contens='face']{
  border-color: #00A0E9;
}
.seminar_section01 .seminar_tab_body[data_seminar_contens='online']{
  border-color: #84C35F;
}

.seminar_section01 .seminar_tab_body[data_seminar_contens='face'] .seminar_contents_online{
  display: none;
}
.seminar_section01 .seminar_tab_body[data_seminar_contens='online'] .seminar_contents_face{
  display: none;
}

.seminar_section01 .seminar_block{
  border-radius: 10px;
  padding: 0 48px 20px;
}

.seminar_section01 .seminar_block .seminar_entry_frame{
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
} 

.seminar_section01 .seminar_block .seminar_entry{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 241px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
  line-height: 1;
  transition-duration: 0.4s;
}

.seminar_section01 .seminar_block + .seminar_block{
  margin-top: 40px;
}

.seminar_section01 .seminar_contents_face .seminar_block{
  background-color: #00A0E9;
}
.seminar_section01 .seminar_contents_online .seminar_block{
  background-color: #84C35F;
}

@media(any-hover:hover){
  .seminar_section01 .seminar_contents_face .seminar_entry:hover{
    background-color: #fff;
    color: #00A0E9;
  }
  .seminar_section01 .seminar_contents_online .seminar_entry:hover{
    background-color: #fff;
    color: #84C35F;
  }
}

.seminar_section01 .seminar_line{
  display: flex;
  align-items: center;
  padding:16px 0;
  border-bottom:1px solid #fff;
  color:#fff;

  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.seminar_section01 .seminar_line .seminar_item{
  display: flex;
  align-items: center;
}

.seminar_section01 .seminar_line .seminar_head{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}

.seminar_section01 .seminar_line .seminar_info{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.seminar_section01 .seminar_line .seminar_left{
  width:520px;
  flex-shrink: 0;
}

.seminar_section01 .seminar_line .seminar_left .seminar_head{
  min-width: 150px;
  padding-right: 10px;
}

.seminar_section01 .seminar_line .seminar_right{
  width:100%;
}

.seminar_section01 .seminar_line .seminar_right .seminar_head{
  min-width: 110px;
  padding-right: 10px;
}

.seminar_section01 .seminar_line .map{
  color:#fff;
  display: flex;
  align-items: center;
  width: fit-content;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .seminar_section01 .seminar_line .map:hover{
    opacity: 0.5;
  }  
}

.seminar_section01 .seminar_line .map::after{
  content:'';
  width:30px;
  height:30px;
  background-image: url('../img/common/icon_link_target_white.svg');
  flex-shrink: 0;
  margin-left: 20px;
}

/*
------------------------------------
事業紹介
------------------------------------
*/

body.service_body{
  
}

main.service_main{

}

.service_section{
  position: relative;
}

.service_section01{
  padding-top: 120px;
}

.service_section01 .service_text_frame{
  display: flex;
  justify-content: flex-end;
}

.service_section01 .service_text_block{
  font-weight: 700;
  line-height: 1.5;
}

.service_slide_section{
  padding-top: 120px;
}

.service_slide_section .service_slide_area{
  position: relative;
}

.service_slide_section .service_nation_area{
  position: absolute;
  width:100%;
  left:0;
  bottom:calc(100% + 16px);
  padding-left: 533px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0 6px;
}

.service_slide_section .service_nation{
  cursor: pointer;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.30);
}

.service_slide_section .service_nation.active{
  color:#000;
}

.service_slide_section .service_slide_list{
  position: relative;
  min-height: 452px;
}

.service_slide_section .service_slide{
  position: absolute;
  width:100%;
  top:0;
  left:0;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
}

.service_slide_section .service_slide.show{
  opacity: 1;
  pointer-events: auto;
}

.service_slide_section .service_card{
  display: flex;
  align-items: center;
}

.service_slide_section .service_thumb{
  width:533px;
  aspect-ratio: 1 / 0.85;
  flex-shrink: 0;
  margin-right: 55px;
}

.service_slide_section .service_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 10px;
}

.service_slide_section .service_textarea{
  width:100%;
  position: relative;
}

.service_slide_section .service_num{
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.30);
  color:#fff;
  position: absolute;
  left:-24px;
  top:-60px;
}

.service_slide_section .service_title{
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.service_slide_section .service_title span{
  font-size: 32px;
}

.service_slide_section .service_list{
  margin-top: 24px;
}

.service_slide_section .service_list li{
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 700;
  font-size: 15px;
  min-height: 45px;
}

.service_slide_section .service_list li::before{
  content:'';
  width:36px;
  height:36px;
  background-image: url('../img/common/icon_check_black.svg');
  background-size: contain;
  flex-shrink: 0;
  margin-right: 12px;
}

.service_slide_section .service_list li + li{
  margin-top: 12px;
}

.service_slide_section .service_nav_area{
  display: flex;
  align-items: center;
  position: absolute;
  bottom:0;
  right:20px;
  gap:0 30px;
}


.service_slide_section .service_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  width: 96px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #00A0E9;
  color:#00A0E9;
  font-size: 32px;
  color:#00A0E9;
  line-height: 1;
}

.service_link_section{
  padding-top: 160px;
}

/*
------------------------------------
事業紹介 詳細 (法人のお客様、個人のお客様 ほぼ共通)
------------------------------------
*/

body.detail_body{
  
}

main.detail_main{

}

.detail_section{
  position: relative;
}

.detail_text_section{
  padding-top: 144px;
}

.detail_text_section .detail_text_frame{
  display: flex;
  justify-content: flex-end;
  padding-left: 450px;
}

.detail_text_section .detail_text_block{
  max-width: 450px;
}

.detail_text_section .detail_head{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}


.detail_text_section .detail_text{
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.detail_info_section{
  padding-top: 100px;
} 

.detail_info_section .intro_block{

}

.detail_info_section .intro_block .intro_head{
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.detail_info_section .intro_block .intro_head::before{
  content:'';
  width:44px;
  height:44px;
  background-size: contain;
  background-image: url('../img/common/icon_plus_white.png');
  position: absolute;
  right:44px;
  top:0;
  bottom:0;
  margin:auto;
}

.detail_info_section .intro_block .intro_head.active::before{
  background-image: url('../img/common/icon_minus_white.png');
}

.detail_info_section .intro_block .intro_head::after{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 80px 0 80px;
  position: absolute;
  z-index: 2;
  left:0;
  right:0;
  margin:auto;
  top:calc(100% - 1px);
}

.detail_info_section .intro_block .intro_title{
  text-align: center;
  color:#fff;
  font-size: 32px;
  font-weight: 700;
  line-height:1;
  letter-spacing: 0.015em;
  margin-top: 8px;
}

.detail_info_section .intro_block .intro_num{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left:16px;
  top:0;
  color:transparent;
}

.detail_info_section .intro_block .icon_frame{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}

.detail_info_section .intro_block .icon{
  display: inline-block;
  width: 91px;
  height: 91px;
}

.detail_info_section .intro_block .intro_body{
  padding: 40px 24px 56px;
  font-weight: 700;
  line-height: 1.75;
  display: none;
}

.detail_info_section .intro_block .icon.service01{
  background-image: url('../img/service/icon_service01.png');
}
.detail_info_section .intro_block .icon.service02{
  
  background-image: url('../img/service/icon_service02.png');
}
.detail_info_section .intro_block .icon.service03{
  background-image: url('../img/service/icon_service03.png');
}
.detail_info_section .intro_block .icon.service04{
  background-image: url('../img/service/icon_service04.png');
}
.detail_info_section .intro_block .icon.service05{
  background-image: url('../img/service/icon_service05.png');
}


.detail_info_section .intro_block01 .intro_head{
  background-color: #05A1E4;
}
.detail_info_section .intro_block01 .intro_head::after{
  border-color: #05A1E4 transparent transparent transparent;
}

.detail_info_section .intro_block02 .intro_head{
  background-color: #1DA8CA;
}
.detail_info_section .intro_block02 .intro_head::after{
  border-color: #1DA8CA transparent transparent transparent;
}

.detail_info_section .intro_block03 .intro_head{
  background-color: #69C5C0;
}
.detail_info_section .intro_block03 .intro_head::after{
  border-color: #69C5C0 transparent transparent transparent;
}

.detail_info_section .intro_block04 .intro_head{
  background-color: #50B595;
}
.detail_info_section .intro_block04 .intro_head::after{
  border-color: #50B595 transparent transparent transparent;
}

.detail_info_section .intro_block05 .intro_head{
  background-color: #7CC168;
}
.detail_info_section .intro_block05 .intro_head::after{
  border-color: #7CC168 transparent transparent transparent;
}



/*
------------------------------------
スタッフ一覧
------------------------------------
*/

body.staff_body{
  
}

body.staff_body #section_wrap::before {
  background: #EEE;
}

main.staff_main{

}

.staff_section{
  position: relative;
}

.staff_slide_section{
  padding-top: 272px;
}

.staff_slide_section .staff_link_button{
  display: none;
}


.staff_link_section{
  padding-top: 240px;
  padding-bottom: 200px;
}

/*
------------------------------------
スタッフ一覧
------------------------------------
*/

body.staff_single_body{
  
}


main.staff_single_main{

}

.staff_single_section{
  position: relative;
}

.staff_single_section{
  padding-top: 120px;
  padding-bottom: 160px;
}

.staff_single_section .staff_info_frame{
  display: flex;
  justify-content: flex-end;
  padding-left: 460px;
  padding-right: 16px;
}

.staff_single_section .staff_info_block{
  
}

.staff_single_section .staff_job{
  text-align: right;
  line-height: 1.3;
}

.staff_single_section .staff_name{
  margin-top: 10px;
  text-align: right;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.staff_single_section .staff_message{
  margin-top: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3; 
}

.staff_single_section .staff_main_img{
  margin-top: 40px;
  aspect-ratio: 1/0.54;
  overflow: hidden;
  border-radius: 10px;
}

.staff_single_section .staff_main_img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.staff_single_section .staff_interview_area{
  position: relative;
  margin-top: 56px;
  padding-right: 540px;
}

.staff_single_section .staff_pic{
  position: absolute;
  left:calc(50% + 70px);
  width:480px;
  top:0;
}

.staff_single_section .staff_pic.fixed{
  top:100px!important;
  position: fixed;
}


#section_wrap .js_staff_pic_fix_start{
  position: absolute;
  top:-10px;
}

#section_wrap .js_staff_pic_start_pos{
  top:0;
}

.staff_single_section .staff_interview_block + .staff_interview_block{
  margin-top: 48px;
}

.staff_single_section .staff_question{
  color: #00A0E9;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3
}

.staff_single_section .staff_answer{
  margin-top: 16px;
  font-weight: 700;
  line-height: 2;
}

.staff_list_section{
  padding-top: 120px;
  padding-bottom: 200px;
  background-color: #EEE;
}

.staff_list_section .staff_list{
  display: flex;
  flex-wrap: wrap;
  gap:60px 40px;
}

.staff_list_section .staff_item{
  width:340px;
}

.staff_list_section .staff_card{
  display: block;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .staff_list_section .staff_card:hover{
    opacity: 0.5;
  }
}

.staff_list_section .staff_thumb{
  aspect-ratio: 1/1.33;
}

.staff_list_section .staff_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 10px;
}

.staff_list_section .staff_body{
  margin-top: 20px;
  max-width: 310px;
} 

.staff_list_section .staff_message{
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom:1px solid #000;
}

.staff_list_section .staff_info{
  margin-top: 24px;

}

.staff_list_section .staff_job{
  line-height: 1.3;
}

.staff_list_section .staff_history{
  margin-top: 8px;
  line-height: 1.3;
}

.staff_list_section .staff_name{
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}


/*
------------------------------------
採用情報
------------------------------------
*/

body.recruit_body{
  
}

main.recruit_main{

}


.recruit_mv_section .page_mv{
  background-image: url('../img/recruit/recruit_mv.jpg');
  background-position: left;
}

.recruit_section{
  position: relative;
}

.recruit_thought_section{
  padding-top: 100px;
}

.recruit_thought_section .thought_block{
  padding-left: 48px;
  padding-right: 80px;
}

.recruit_thought_section .thought_head{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.recruit_thought_section .thought_text{
  margin-top: 40px;
  line-height: 1.5;
}

.recruit_thought_section .thought_img{
  margin-top: 72px;
}

.recruit_thought_section .thought_img img{
  border-radius: 10px;
}

.recruit_flow_section{
  padding-top: 205px;
}

.recruit_flow_section .flow_block{
  position: relative;
}

.recruit_flow_section .flow_block + .flow_block{
  margin-top: 108px;
}

.recruit_flow_section .flow_head{
  position: relative;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #00A0E9;
}

.recruit_flow_section .flow_head_text{
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.recruit_flow_section .flow_num{
  position: absolute;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  left:-30px;
  top:-60px;
  z-index: 1;
  }

.recruit_flow_section .flow_body{
  margin-top: 24px;
}

.recruit_flow_section .flow_text{
  line-height: 1.75;
  text-align: center;
}

.recruit_flow_section .flow_img{
  margin-top: 120px;
}

.recruit_flow_section .flow_img img{
  border-radius: 10px;
}

.recruit_appli_section{
  padding-top: 120px;
}

.recruit_appli_section .appli_block{
  padding:24px 0;
  border-bottom:1px solid #000;
}

.recruit_appli_section .appli_head{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.recruit_appli_section .appli_contents{
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.recruit_seek_section {
  /* padding-top: 80px; */
}

.recruit_seek_section .seek_block{
  padding:24px 0;
  border-bottom:1px solid #000;
}

.recruit_seek_section .seek_head{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.recruit_seek_section .seek_contents{
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.recruit_seek_section .seek_button_frame{
  display: flex;
  justify-content: flex-end;
  margin-top: 88px;
}

.recruit_staff_section{
  padding-top:160px;
  padding-bottom: 200px;
}

.recruit_staff_section .common_staff_area .staff_swiper_block {
  width: calc(50% + 230px);
  
}

.recruit_staff_section .common_staff_area .staff_swiper_block::after {
  background-color: rgba(255, 255, 255, 0.80);
}

.recruit_staff_section .common_staff_area .staff_button_flex {
  padding-left: 320px;
}

/*
------------------------------------
お問い合わせ
------------------------------------
*/

body.contact_body{
  
}

main.contact_main{

}

main.contact_main #section_wrap::before {
  background: #EEE;
}

.contact_section{
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
}


.contact_section .flex{
  display: flex;
  justify-content: flex-end;
}


.contact_section .form_frame{
  width:670px;
}

.contact_section .form_text{
  font-weight: 700;
  line-height: 1.5;
}

.contact_section .form_block{
  margin-top: 80px;
}

.contact_section .form_line{
  display: flex;
  align-items: flex-start;
}

.contact_section .form_line + .form_line{
  margin-top: 48px;
  
}

.contact_section .form_label{
  flex-shrink: 0;
  min-width:220px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.contact_section .form_label::after{
  content:'※';
  color: #FF0505;
  font-family: "Zen Old Mincho";
  line-height: 1.3;
  margin-left: 8px;
}

.contact_section .form_label.free::after{
  content:none;
}

.contact_section .form_right{
  width: 100%;
}

.contact_section .radio_area label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contact_section .radio_area label input{
  margin-right: 6px;
  transform: translateY(1px);
}

.contact_section .radio_area .wpcf7-list-item {
  display: inline-block;
  margin:0;
}

.contact_section .radio_area .wpcf7-list-item + .wpcf7-list-item {
  display: inline-block;
  margin-left: 20px;
}

.contact_section .radio_area label + label{
  margin-left: 10px;
}

.contact_section .input_frame select{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #AAA;
  background: #FFF;
  padding:0 12px;
  cursor: pointer;
  font-size: 16px;
}

.contact_section .input_frame input{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #AAA;
  background: #FFF;
  padding:0 12px;
  font-size: 16px;
} 

.contact_section .input_frame *::placeholder{
  color:#AAAAAA;
}

.contact_section .input_frame textarea{
  font-size: 16px;
  width: 100%;
  height: 215px;
  border-radius: 5px;
  border: 1px solid #AAA;
  background: #FFF;
  padding:12px;
}

.contact_section .privacy_area{
  padding-top: 20px;
}

.contact_section .privacy_text{
  line-height: 1.5;
}

.contact_section .privacy_text a{
  color:#00A0E9;
  text-decoration: underline;
}

@media(any-hover:hover){
  .contact_section .privacy_text a:hover{
    text-decoration: none;
  }
}


.contact_section .submit_frame{
  display: flex;
  justify-content: flex-end;
}

/*共通のリンクボタン*/
.contact_section .submit_frame .submit{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 240px;
  min-height:40px;
  border-radius: 5px;
  padding:4px 16px;
  border:1px solid #00A0E9;
  transition-duration: 0.4s;
  font-weight: 500;
  color:#00A0E9;
  cursor: pointer;
}

@media(any-hover:hover){
  .contact_section .submit_frame .submit:hover{
    color:#fff;
    background-color: #84C35F;
    border-color:#84C35F;
  }
}


.contact_section .contact_nav_area{
  position: absolute;
  top: 160px;
  left: calc(50% - 518px);
  white-space: nowrap;
  z-index: 2;
}

.contact_section .contact_nav_area.fixed {
  top: 100px !important;
  position: fixed;
}

.contact_section .contact_nav_area .contact_nav_header{
  display: flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}

.contact_section .contact_nav_area .contact_nav_header::before{
  content:'';
  width: 443px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom:0;
  right:0;
}

.contact_section .contact_nav_area .contact_nav_count{
  margin-left: 28px;
  color: #FF0505;
  font-size: 64px;
  line-height: 1;
  transform: translateY(-3px);
}

.contact_section .contact_nav_area .contact_nav_body{
  margin-top: 40px;
}

.contact_section .contact_nav_area .tel_text{
  line-height: 1.3;
}

.contact_section .contact_nav_area .tel{
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.contact_section .contact_nav_area .tel_time{
  margin-top: 24px;
  line-height: 1.3;
}

.contact_section .js_contact_fix_start{
  position: absolute;
  top: 150px;
}

#section_wrap .js_contact_start_pos {
  position: absolute;
  top: 160px;
}

/*
------------------------------------
お知らせ
------------------------------------
*/

body.archive_body{
  
}

main.archive_main{

}

.archive_section01{
  padding-top: 220px;
  padding-bottom: 180px;
}

.archive_section01 .news_category_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:16px 0;
}

.archive_section01 .news_category_list li{
  margin-right: 16px;
  font-size: 24px;
}

.archive_section01 .news_category_list li::after{
  content:'/';
  margin-left: 16px;
  font-size: 24px;
}

.archive_section01 .news_category_list li:last-child::after{
  content:none;
}

.archive_section01 .news_category_list a.active{
  border-bottom: 1px solid;
}

.archive_section01 .news_year_list{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap:12px 24px;
}

.archive_section01 .news_year_list a{
  font-size: 24px;
}

.archive_section01 .news_year_list a.active{
  border-bottom: 1px solid;
}

.archive_section01 .news_list{
  margin-top: 80px;
  max-width: 780px;
  margin-inline: auto;
}

.archive_section01 .news_card{
  padding:24px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-right: 44px;
  position: relative;
}

.archive_section01 .news_card::after{
  content:'>';
  font-size: 30px;
  position: absolute;
  top: 50%;
  right:6px;
  transform: translateY(-50%);
}

.archive_section01 .news_card .news_thumb{
  flex-shrink: 0;
  width:208px;
  aspect-ratio: 1 / 0.74;
  margin-right: 40px;
}

.archive_section01 .news_card .news_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 10px;
}

.archive_section01 .news_card .news_text_area{
  width:100%;
}

.archive_section01 .news_card .news_info_flex{
  display: flex;
  align-items: center;
  gap:0 20px;
}

.archive_section01 .news_card .news_date{
  font-size: 15px;
}

.archive_section01 .news_card .news_category{
  color: #AAA;
  font-size: 15px;
}

.archive_section01 .news_card .news_title{
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.3;
}

.archive_section01 .pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap:12px 20px;
}

.archive_section01 .pagination .current{
  border-bottom:1px solid;
}

/*
------------------------------------
お知らせ詳細
------------------------------------
*/

body.single_body{
  
}

main.single_main{

}

.single_section01{
  padding-top: 80px;
  padding-bottom: 80px;
}

.single_section01 .single_inner{
  max-width: 900px;
  margin-inline: auto;
}

.single_section01 .news_info_flex{
  display: flex;
  align-items: center;
  gap:0 20px;
}

.single_section01 .news_date{
  font-size: 15px;
}

.single_section01 .news_category{
  color: #AAA;
  font-size: 15px;
}

.single_section01 .news_title{
  margin-top: 24px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

.single_section01 .news_thumb{
  margin-top: 32px;
}

.single_section01 .news_thumb img{
  width:100%;
}

.single_section01 .single_block{
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.single_section01 .single_block::after{
  content:'';
  width: 433px;
  max-width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.common_single_block h2{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin:24px 0;
}


.common_single_block h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin:16px 0;
}

.common_single_block p{
  line-height: 1.8;
  margin:24px 0;
}

.common_single_block figure{
  margin-top:32px;
  margin-bottom:32px;
}

.common_single_block figure img{
  max-width: 100%;
}

.single_section01 .sns_area{
  margin-top: 8px;
}

.single_section01 .sns_head{
  font-size: 24px;
  text-align: center;
  letter-spacing:0.03em;
}

.single_section01 .sns_list{
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0 120px;
}

.single_section01 .sns_list a{
  display: block;
}

.single_section01 .sns_list a img{
  width:48px;
}

.single_section01 .link_list{
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_section01 .link_list .link_border{
  flex-shrink: 0;
  width:1px;
  height:140px;
  background-color: #000;
}

.single_section01 .link_list .link_frame{
  width:50%;
}

.single_section01 .link_list .link{
  display: flex;
}

.single_section01 .link_list .link_contents{
  max-width: 100%;
}

.single_section01 .link_list .link_nav{

}

.single_section01 .link_list .link_info_flex{
  display: flex;
  align-items: center;
  gap:0 20px;
  margin-top: 12px;
}


.single_section01 .link_list .link_date{
  font-size: 16px;
}

.single_section01 .link_list .link_category{
  font-size: 16px;
  color:#AAA;
}

.single_section01 .link_list .link_title{
  margin-top: 12px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.single_section01 .link_list .link.prev{
  padding-right: 16px;
}


.single_section01 .link_list .link.next{
  padding-left: 16px;
  justify-content: flex-end;
}

.single_section01 .link_list .link.next .link_nav{
  text-align: right;
  display: block;
}

.single_section01 .link_list .link.next .link_info_flex{
  justify-content: flex-end;
}

/*
------------------------------------
プライバシーポリシー
------------------------------------
*/

body.privacy_body{
  
}

main.privacy_main{

}

.privacy_section01{
  padding-top: 80px;
  padding-bottom: 80px;
}

.privacy_section01 .page_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 56px;
}

.privacy_section01 .main_head{
  text-align: center;
  font-size: 22px;
}

.privacy_section01 .main_text{
  line-height: 1.75;
}

.privacy_section01 .main_head + .main_text{
  margin-top: 24px;
}

.privacy_section01 .privacy_head{
  font-size: 20px;
  font-weight: bold;
  margin-top: 56px;
}

.privacy_section01 .privacy_min_head{
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}

.privacy_section01 .privacy_text{
  line-height: 1.75;
  margin-top: 16px;
}

.privacy_section01 ul{
  margin-top: 16px;
}

.privacy_section01 ul li{
  position: relative;
  padding-left: 16px;
  line-height: 1.3;
}

.privacy_section01 ul li + li{
  margin-top: 8px;
}

.privacy_section01 ul li::before{
  content:'・';
  line-height: 1.3;
  position: absolute;
  left:0;
  top:0;
}


.privacy_section01 .privacy_date{
  margin-top: 48px;
  text-align: right;
}