@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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: contain;
  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: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
  color:#111;
  -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;
  letter-spacing: 0.1em;
}

input[type="radio"]{
  display: inline;
}

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

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

body{
  color: #111;
  font-size: 16px;
  line-height: 2;
  letter-spacing:0.1em;
  font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-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: 100px;
}

a{
  color: #111;
}

.fax a{
  pointer-events: none;
}

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

/*
------------------------------------
共通パーツ
------------------------------------
*/

.hide{
  display: none!important;
}

.container{
  max-width: 1240px;
  margin:0 auto;
  padding:0 20px;
}
.container02{
  max-width: 1440px;
  margin:0 auto;
  padding:0 20px;
}

/*英語と日本語のセクションタイトルセット*/
.common_sec_title_set{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common_sec_title_set .en_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2e7d9a;
}

.common_sec_title_set .ja_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #575757;
  
}

.common_sec_title_set .en_title + .ja_title{
    margin-top:16px;
}

/*楕円形のボタン*/
.common_ellipse_button{
  position: relative;
  width: fit-content;
  min-width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: solid 1px #2e7d9a;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0,1em;
  color: #2e7d9a;
  transition-duration: 0.4s;
}
.common_ellipse_button::after{
  content:'';
  width:31px;
  height:6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  transition-duration: 0.4s;
  position: absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

.common_ellipse_button.white{
  border:1px solid #fff;
  color:#fff;
  background-color: transparent;
}
.common_ellipse_button.white::after{
  background-image: url('../img/common/icon_arrow_right_half_white.png');
}

@media(any-hover:hover){
  .common_ellipse_button:hover{
    color: #fff;
    background-color:#2e7d9a;
  }
  .common_ellipse_button:hover::after{
    background-image: url('../img/common/icon_arrow_right_half_white.png');
  }

  .common_ellipse_button.white:hover{
    color:#2e7d9a;
    background-color: #fff
  }
  .common_ellipse_button.white:hover::after{
    background-image: url('../img/common/icon_arrow_right_half_blue.png');
  }
}


/*ニュースリスト*/
.common_information_list{

}

.common_information_list .information_item{
  border-top:1px solid #ddd;
}
.common_information_list .information_item:last-child{
  border-bottom:1px solid #ddd;
}

.common_information_list .information_card{
  padding:32px 64px 32px 16px;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .common_information_list .information_card:hover{
    background-color: rgba(46,125,154,0.05);
  }
}

.common_information_list .information_card::after{
  content:'';
  width:31px;
  height:6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  position: absolute;
  right:24px;
  top:40px;
}

.common_information_list .information_date{
  font-family: 'Montserrat', sans-serif;
  flex-shrink: 0;
  width:130px;
  font-weight: bold;
  line-height:1.5;
  letter-spacing: 0.05em;
  
}

.common_information_list .information_title{
  width:100%;
  line-height: 1.5;
  
}

.common_information_list .information_cat_frame{
  min-width: 130px;
  margin-right: 20px;
  
}

.common_information_list .information_cat{
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding:4px;
  border-radius: 100px;
  border: solid 1px #2e7d9a;
  font-size: 14px;
  color: #2e7d9a;
  line-height: 1.3;
  transform: translateY(-4px);
}

.common_no_result{
  text-align: center;
}

/*ページネーション*/
.common_page_nation{
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1;

}

.common_page_nation span.current{/*現在のページボタン*/
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2e7d9a;
  color:#fff;
  
}

.common_page_nation a.page-numbers{/*指定のページ移動ボタン*/
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #d5e5eb;
  color: #2e7d9a;
  transition-duration: 0.4s;
}


.common_page_nation a.page-numbers.prev,
.common_page_nation a.page-numbers.next{
  background-color: transparent;
  border: 1px solid #2e7d9a;
  transition-duration: 0.4s;
}

.common_page_nation a.page-numbers.prev::after,
.common_page_nation a.page-numbers.next::after{
  content:'';
  width: 9px;
  height: 17px;
  transition-duration: 0.4s;
}

.common_page_nation a.page-numbers.prev::after{
  background-image: url('../img/common/icon_page_prev_blue.png');
}

.common_page_nation a.page-numbers.next::after{
  background-image: url('../img/common/icon_page_next_blue.png');
}

@media(any-hover:hover){
  .common_page_nation a.page-numbers.prev:hover::after{
    background-image: url('../img/common/icon_page_prev_white.png');
  }
  .common_page_nation a.page-numbers.next:hover::after{
    background-image: url('../img/common/icon_page_next_white.png');
  }
}


@media(any-hover:hover){
  .common_page_nation a.page-numbers:hover{
    background-color: #2e7d9a;
    color:#fff;
  }
}



/*拠点一覧*/
.common_base_list{

}

.common_base_list .base_block{
  padding:30px;
  border: solid 1px #ddd;
  display: flex;
  align-items: flex-start;
}

.common_base_list .base_block + .base_block{
  margin-top: 30px;
}

.common_base_list .base_thumb{
  flex-shrink: 0;
  width:450px;
  aspect-ratio: 1/0.67;
  margin-right: 50px;
} 

.common_base_list .base_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.common_base_list .base_text_area{
  width:100%;
}

.common_base_list .base_title{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}



.common_base_list .base_info_head{
  flex-shrink: 0;
  width: fit-content;
  margin-right: 12px;
  min-width: 56px;
  height: 30px;
  padding: 0 4px;
  background-color: #2e7d9a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.common_base_list .base_address_area{
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
} 

.common_base_list .base_address_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:12px 20px;
  padding-top: 0px;
}

.common_base_list .base_address{
  line-height: 1.88;
}

.common_base_list .base_map{
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
  color: #2e7d9a;
}

.common_base_list .base_map::before{
  content:'';
  width: 14px;
  height: 21px;
  background-image: url('../img/common/icon_map_blue.png');
  flex-shrink: 0;
  margin-right: 5px;
}

.common_base_list .base_tel_area{
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:10px 40px;
}

.common_base_list .base_tel,
.common_base_list .base_fax{
  display: flex;
  align-items: center;
}

.common_base_list .base_text{
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  line-height: 1.75;
}

.common_base_list .base_icon_list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
  
}

.common_base_list .base_icon_list .base_icon{
  width:50px;
  aspect-ratio: 1/1;
}

.common_base_list .base_icon_list .base_icon img{
  width:100%;
  height:100%;
  object-fit: cover;
}


/*
------------------------------------
アニメーション関係
------------------------------------
*/

.common_hover_opa{
  transition: 0.4s;
}


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


.anime_hover_scale_trigger{

}
.anime_hover_scale_frame{
  overflow: hidden;
}
.anime_hover_scale_item{
  transition-duration: 0.4s;
}

@media (any-hover:hover){
  .anime_hover_scale_trigger:hover .anime_hover_scale_item{
    transform: scale(1.3);
  }
}

/*
------------------------------------
ヘッダー
------------------------------------
*/
header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background-color: #fff;
  z-index: 20;
}


header .header_inner{
  padding-left: 60px;
  position: relative;
}

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

header .header_logo{
  display: block;
  width: 228px;
}

header .header_right{
  margin-left: 24px;
  display: flex;
}


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

header .parent_item{
  display: flex;
  justify-content: center;
  align-items: center;
  height:100px;
}

header .parent_item.has_child{
  display: flex;
  align-items: center;
}
header .parent_item.has_child::after{
  content:'';
  width: 11px;
  height: 6px;
  background-image: url('../img/common/icon_angle_bottom_blue.png');
  flex-shrink: 0;
  margin-left: 10px;
}

header .parent_item + .parent_item{
  margin-left: 60px;
}

header .parent_link{
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  transition-duration: 0.4s;
  color:#575757;
}

header .parent_link.active{
  color:#2e7d9a;
}


header .header_mega_menu{
  max-width: 98vw;
  padding:60px 60px 60px 64px;
  background-color: #fff;
  position: absolute;
  top:100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

header .header_mega_menu a{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  header .header_mega_menu a:hover{
    color:#2e7d9a;
  }
}


header .has_child:hover .header_mega_menu{
  opacity: 1;
  pointer-events: auto;
}

header .header_mega_menu .header_mega_left{
  width: 280px;
}

header .header_mega_menu .en_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #2e7d9a;
  white-space: nowrap;
}

header .header_mega_menu .ja_title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  margin-top: 15px;
}


header .header_mega_menu .header_mega_right{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-left: 60px;
  min-height: 191px;
  border-left: 1px solid #ddd;
} 

header .header_mega_menu .child_menu{
  display: flex;
}

header .header_mega_menu .child_item + .child_item{
  margin-left: 36px;
}


header .header_mega_menu .child_link{
  display: block;
  width: 200px;
}

header .header_mega_menu .child_thumb{
  aspect-ratio: 1/0.67;
}

header .header_mega_menu .child_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

header .header_mega_menu .child_text{
  margin-top: 12px;
  line-height: 1.3;
}

@media(any-hover:hover){
  header .parent_item.has_child:hover .parent_link{
    color:#2e7d9a;
  }
  header .parent_link:hover{
    color:#2e7d9a;
  }
}

header .header_contact_button{
  width: 250px;
  height: 100px;
  background-color: #2e7d9a;
  border:2px solid #2e7d9a;
  margin-left: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
}

header .header_contact_button::before{
  content:'';
  width: 29px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  background-image: url('../img/common/icon_mail_white.png');
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  header .header_contact_button:hover{
    color: #2e7d9a;
    background-color: #fff;
  }
  header .header_contact_button:hover::before{
    background-image: url('../img/common/icon_mail_blue.png');
  }
}



@media screen and (max-width:1600px){
  header .header_inner{
    padding-left: 24px;
  }
  header .parent_item + .parent_item{
    margin-left: 32px;
  }

  header .header_contact_button{
    margin-left: 40px;
  }
}

@media screen and (max-width:1400px){
  header .header_inner{
    padding-left: 20px;
  }
  header .header_logo{
    width:198px;
  }
  header .parent_item + .parent_item{
    margin-left: 24px;
  }

  header .header_contact_button{
    margin-left: 32px;
  }
}

/*
------------------------------------
ページ下部のお問い合わせセクション
------------------------------------
*/

.common_contact_section{
  padding-top: 90px;
  padding-bottom: 80px;
  background-image: url('../img/common/common_contact_bg.jpg');
}

.common_contact_section .common_sec_title_set .en_title,
.common_contact_section .common_sec_title_set .ja_title{
  color:#fff;
}

.common_contact_section .p01{
  margin-top: 24px;
  
  text-align: center;
  color: #fff;
}

.common_contact_section .contact_link{
  width: 450px;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
  margin:32px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  
  color: #2e7d9a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
}

.common_contact_section .contact_link::before{
  content:'';
  width: 25px;
  height: 17px;
  background-image: url('../img/common/icon_mail_blue.png');
  flex-shrink: 0;
  margin-right: 8px;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .common_contact_section .contact_link:hover{
    background-color: #2e7d9a;
    color:#fff;
  }

  .common_contact_section .contact_link:hover::before{
    background-image: url('../img/common/icon_mail_white.png');
  }
}


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

footer{

}

footer a{
  transition-duration: 0.4s;
}

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

footer .footer_area01{
  padding-top: 80px;
  padding-bottom: 88px;

}

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

footer .footer_left{
  
}

footer .footer_right{
  flex-shrink: 0;
  margin-left: 40px;
  padding-top: 12px;
}

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

footer .footer_adress{
  margin-top: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


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

footer .footer_nav a{
  color:#575757;
}

@media(any-hover:hover){
  footer .footer_nav a:hover{
    color:rgb(46, 125, 154);
    opacity: 1;
  }
}


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

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

footer .parent_head{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #2e7d9a;
} 

footer .parent_link{
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
} 

footer .child_menu{
  margin-top: 16px;
  padding-bottom: 6px;
}

footer .child_item + .child_item{
  margin-top: 10px;
}

footer .child_link{
  display: flex;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

footer .child_link::before{
  content:'';
  width: 11px;
  height: 1px;
  flex-shrink: 0;
  background-color: #1b6192;
  margin-right: 6px;
}

footer .footer_area02{
  padding: 40px 0;
  border-top:1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}

/*
------------------------------------
トップページ
------------------------------------
*/

body.top_body{
  
}

main.top_main{

}

.top_section{

}

.top_mv_section{
  position: relative;
  padding-bottom: 120px;
}

.top_mv_section::before{
  content:'';
  width:100%;
  height:743px;
  background-color: #2e7d9a;
  position: absolute;
  z-index: -5;
  bottom:0;
  left:0;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0% 100%);
}

.top_mv_section .mv_area{
  display: flex;
  justify-content: flex-end;
}

.top_mv_section .mv_frame{
  position: relative;
  width:calc(1860 / 1920 * 100vw);
  max-width: 1860px;
  height:880px;
}


.top_mv_section .mv_frame img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.top_mv_section .mv_frame video{
  display: block;
  width:100%;
  height:100%;
  object-fit: cover;
}


.top_mv_section .mv_roop_text_frame{
  position: absolute;
  bottom:32px;
  left:0;
}

.top_mv_section .mv_roop_text{
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 0.64;
  letter-spacing: 7px;
  color: #4d91aa;
  opacity: 0.3;
  animation: mv_roop_text 25s linear infinite;
  display: flex;
  align-items: center;
  min-width: 100vw;
}

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


.top_strengths_section{
  padding-top: 280px;
  padding-bottom: 64px;
}

.top_strengths_section .common_sec_title_set{
  align-items: flex-start;
}

.top_strengths_section .strengths_frame{
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.top_strengths_section .strengths_contents{
  width: 41.4%;
  padding-top: 70px;
  position: relative;
}

.top_strengths_section .strengths_contents::before{
  content:'';
  width: 150px;
  height: 1px;
  background-color: #2e7d9a;
  position: absolute;
  top:80px;
  right:calc(100% + 16px);
}

.top_strengths_section .strengths_text{
  margin-top: 40px;
  
}

.top_strengths_section .strengths_text p + p{
  margin-top: 30px;
}

.top_strengths_section .strengths_button{
  margin-top: 50px;
}


.top_strengths_section .strengths_img_list{
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  top:0;
  right:calc(50% + 30px);
}

.top_strengths_section .strengths_img_list img{
  width:min(calc(310 / 1920 * 100vw) , calc(310 / 1920 * 1920px));
}

.top_strengths_section .strengths_img_list .about_img02{
  transform: translateY(max(calc(-90 / 1920 * 100vw) , calc(-90 / 1920 * 1920px)));
}

.top_service_section{
  padding-top: 372px;
  padding-bottom: 200px;
  background-color: #f3f3f3;
  clip-path: polygon(0 300px, 100% 0, 100% 100%, 0% 100%);
} 

.top_service_section .p01{
  
  text-align: center;
  margin-top: 36px;
}

.top_service_section .service_list{
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}

.top_service_section .service_list .service_item{
  width:32%;
  max-width: 430px;
}

.top_service_section .service_card{
  display: block;
  min-height: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  transition-duration: 0.4s;
}

.top_service_section .service_card .service_thumb{
  aspect-ratio: 1/0.683;
}

.top_service_section .service_card .service_thumb img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.top_service_section .service_card .service_title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
  transition-duration: 0.4s;
  color: #2e7d9a;
}

.top_service_section .service_card .service_title::after{
  content:'';
  width:32px;
  height:6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  background-position: right;
  flex-shrink: 0;
  margin-left: 12px;
  margin-top: 9px;
}
.top_service_section .service_card .service_text{
  margin-top: 20px;
  font-weight: 400;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_service_section .service_card:hover{
    border-bottom: 1px solid #2e7d9a;
  }
  .top_service_section .service_card:hover .service_text{
    font-weight: 500;
  }
  .top_service_section .service_card:hover .service_title{
    color:#2e7d9a;
  }
}

.top_intro_section{

}

.top_intro_section .common_sec_title_set{
  flex-direction: row;
}

.top_intro_section .common_sec_title_set .en_title{
  margin-left: 32px;
}

.top_intro_section .flex{
  display: flex;
  align-items: center;
}

.top_intro_section .img_area{
  position: relative;
  width:1360px;
  clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  flex-shrink: 0;
  height:500px;
  overflow: hidden;

}

@media(max-width:1440px){
  .top_intro_section .img_area{
    clip-path: polygon(calc(200 / 1440 * 100vw) 0, 100% 0, calc(100% - calc(200 / 1440 * 100vw)) 100%, 0% 100%);
  }
}

.top_intro_section .img_area img{
  position: absolute;
}

.top_intro_section .text_area{
  width: 35.7%;
  flex-shrink: 0;
}

.top_intro_section .intro_text{
  margin-top: 32px;
  
  min-height: 68px;
}

.top_intro_section .intro_button{
  margin-top: 40px;
}

.top_intro_section .intro_list{
  margin-top: 32px;
  width: 295px;
  max-width: 100%;
}

.top_intro_section .intro_list li{
  border-bottom:1px solid #ddd;
}

.top_intro_section .intro_list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:16px 20px 16px 10px;
  color: #2e7d9a;
  font-weight:700;
  transition-duration: 0.4s;
}

.top_intro_section .intro_list a::after{
  content:'';
  width:28px;
  height:4px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media(any-hover:hover){
  .top_intro_section .intro_list a:hover{
    opacity: 0.6;
  }
}


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

.top_intro_company_section .text_area{
  padding-left: 40px;
}

.top_intro_company_section .img_area img{
  width: 1680px;
  right:-20px;
  top:-240px;
}

.top_intro_office_section{

}

.top_intro_office_section .flex{

}

.top_intro_office_section .text_area{
  padding-right: 40px;
}

.top_intro_office_section .img_area img{
  width: 1167px;
  left:0;
  top:-180px;
}


@media(min-width:1921px){
  .top_intro_office_section .img_area img{
    width:calc(1167 / 1920 * 100vw);
    
    top:calc(-180 / 1920 * 100vw);
  }
}

.top_information_section{
  padding-top: 148px;
}

.top_information_section .common_sec_title_set{
  align-items: flex-start;
}

.top_information_section .flex{
  display: flex;
  align-items: flex-start;
}

.top_information_section .flex .left{
  flex-shrink: 0;
  padding-left: 24px;
  min-width:300px;
}


.top_information_section .information_list_link_frame{
  margin-top: 60px;
}

.top_information_section .information_list_link{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  line-height: 1;
  
  color: #2e7d9a;
  width: fit-content;
}

.top_information_section .information_list_link p{
  padding-left: 4px;
}

.top_information_section .information_list_link .information_list_link_arrow{
  width:134px;
  height:1px;
  margin-top: 8px;
  background-color: #2e7d9a;
  transition-duration: 0.4s;
  display: flex;
  align-items: center;
  position: relative;
}

.top_information_section .information_list_link .information_list_link_arrow::after{
  content:'';
  height:1px;
  width: 10px;
  background-color: #2e7d9a;
  transform: rotateZ(35deg);
  position: absolute;
  right:0;
  bottom:0;
  transform-origin: right;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_information_section .information_list_link:hover .information_list_link_arrow{
    transform: translateX(10px);
  }
}


.top_information_section .right{
  width:100%;
}



.top_recruit_section{
  padding-top: 260px;
  padding-bottom: 150px;
}

.top_recruit_section .recruit_block{
  position: relative;
  max-width: 1200px;
  min-height: 500px;
  padding: 110px 710px 110px 100px;
  background-image: url('../img/top/top_recruit_bg.jpg');
}

.top_recruit_section .common_sec_title_set{
  align-items: flex-start;
}

.top_recruit_section .common_sec_title_set .en_title,
.top_recruit_section .common_sec_title_set .ja_title{
  color:#fff;
}

.top_recruit_section .recruit_text{
  
  color: #fff;
  margin-top: 40px;
}

.top_recruit_section .recuit_button{
  margin-top: 40px;
}

.top_recruit_section .recruit_img{
  width:880px;
  position: absolute;
  top:-100px;
  left:520px;
}


/*
------------------------------------
下層mv
------------------------------------
*/

.page_mv_section{
  min-height: 280px;
  padding:80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_mv_section .page_title_set{
  width: 1240px;
  max-width: 100%;
  padding:0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.page_mv_section .page_title_set .en_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page_mv_section .page_title_set .ja_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  
}

.page_mv_section .page_title_set .en_title + .ja_title{
  margin-top: 16px;
}

/*
------------------------------------
パンクズ
------------------------------------
*/
.common_bread_section{
  padding-top: 32px;
  padding-bottom: 24px;
}

.common_bread_section .bread_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:12px;
  font-size: 14px;
  line-height: 1.3;
  
}

.common_bread_section .bread_list .border{
  width: 14px;
  height: 1px;
  background-color: #2e7d9a;
  margin-top: 9px;
}

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

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


/*
------------------------------------
朝日森の強み
------------------------------------
*/

body.strengths_body{
  
}
main.strengths_main{

}

.strengths_mv_section{
  background-image: url('../img/strengths/strengths_mv.jpg');
}

.strengths_section{

}

.strengths_section .strengths_title_set{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.strengths_section .strengths_title_set.center{
  align-items: center;
  text-align: center;
}

.strengths_section .strengths_title_set::before{
  content:'';
  width: 50px;
  height: 1px;
  background-color: #2e7d9a;
  margin-bottom: 40px;
}

.strengths_section .strengths_title_set .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #575757;
}

.strengths_section .strengths_title_set .sec_sub_title{
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #2e7d9a;
}

.strengths_section .head_flex{
  display: flex;
  align-items: flex-start;
}

.strengths_section .head_flex .head_left{
  flex-shrink: 0;
  min-width: 585px;
  padding-right: 32px;
}

.strengths_section .head_flex .head_right{
  width: 100%;
  padding-top: 40px;
  line-height: 1.88;
}

.strengths_section01{
  padding-top: 56px;
}

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

.strengths_section01 .img_area{
  position: relative;
  flex-shrink: 0;
  width:500px;
  margin-right: 180px;
  padding-bottom: 90px;
}

.strengths_section01 .img_area::before{
  content:'';
  width: 950px;
  height: 320px;
  background-image: url('../img/strengths/strengths_bg.jpg');
  position: absolute;
  bottom:0;
  right:-90px;
}

.strengths_section01 .strengths_thumb{
  position: relative;
  z-index: 2;
} 

.strengths_section01 .text_area{
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 1.88;
  padding-top: 105px;
}

.strengths_section01 .text_area p + p{
  margin-top: 32px;
}

.strengths_stop_section{
  padding-top: 180px;
  padding-bottom: 140px;
}

.strengths_stop_section .stop_frame{
  margin-top: 44px;
}

.strengths_stop_section .stop_text{
  margin-top: 40px;
  line-height: 1.88;
  text-align: center;
}

.strengths_dx_section{
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f3f3f3;
} 

.strengths_dx_section .dx_frame{
  padding:50px 45px;
  background-color: #fff;
}

.strengths_dx_section .dx_frame01{
  margin-top: 48px;
}

.strengths_dx_section .dx_frame02{
  margin-top: 44px;
}

.strengths_dx_section .dx_text{
  margin-top: 40px;
  line-height: 1.88;
}

.strengths_made_section{
  padding-top: 150px;
  padding-bottom: 150px;
}

.strengths_made_section .made_text{
  margin-top: 40px;
  line-height: 1.88;
  text-align: center;
}

.strengths_made_section .made_frame{
  
  max-width: 1000px;
  margin: 36px auto 0;
}
/*
------------------------------------
事業内容
------------------------------------
*/

body.business_body{
  
}
main.business_main{

}

.business_mv_section{
  background-image: url('../img/business/business_mv.jpg');
}

.business_section01{
  padding-top: 56px;
  padding-bottom: 180px;
}

.business_section01 .p01{
  text-align: center;
}

.business_section01 .business_list{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.business_section01 .business_item{
  width:380px;
}

.business_section01 .business_block{
  display: block;
}

.business_section01 .business_block .business_thumb{
  aspect-ratio: 1/0.631;
  position: relative;
}

.business_section01 .business_block .business_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.business_section01 .business_block .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #2e7d9a;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
}

.business_section01 .business_block .arrow::after{
  content:'';
  width:28px;
  height:6px;
  background-image: url('../img/common/icon_arrow_right_half_white.png');
  background-position: right;
}

.business_section01 .business_block .business_text_area{
  margin-top: 20px;
  
}

.business_section01 .business_block .business_title{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.2px;
  display: flex;
  justify-content: center;
  transition-duration: 0.4s;
  color: #2e7d9a;
}

.business_section01 .business_block .business_text{
  margin-top: 16px;
  line-height: 1.88;
  padding:0 20px;
}

@media(any-hover:hover){
  .business_section01 .business_block:hover .business_title{
    color: #2e7d9a;
  }
}

.business_section01 .manga_frame{
  max-width: 600px;
  margin:120px auto 0;
}

.business_section01 .manga_head{
  padding:32px 0;
  background-color: rgba(46,125,154,0.15);
  border: solid 1px #ddd;
}

.business_section01 .manga_head_text{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #2e7d9a;
}

.business_section01 .manga_open{
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin:8px auto 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  
}

.business_section01 .manga_open::after{
  content:'+';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2e7d9a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  line-height: 1;
  color:#fff;
  font-size: 20px;
}

.business_section01 .manga_body{
  background-color: #fff;
  border: solid 1px #ddd;
  margin-top: -1px;
  padding:32px 16px;
  display: none;
}

.business_section01 .manga_flex{
  display: flex;
  justify-content: center;
}

.business_section01 .manga_flex .manga{
  width:180px;
}

.business_section01 .manga_flex .manga02{
  margin-left: 40px;
}

.business_section01 .manga_close{
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin:8px auto 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

.business_section01 .manga_close::after{
  content:'×';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2e7d9a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  line-height: 1;
  color:#fff;
}
/*
------------------------------------
航空貨物取扱事業
------------------------------------
*/

body.air_body{
  
}
main.air_main{

}

.air_mv_section{
  background-image: url('../img/air/air_mv.jpg');
}

.air_section01{
  padding-top: 56px;
}

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

.air_section01 .img_area{
  position: relative;
  flex-shrink: 0;
  width:500px;
  margin-right: 180px;
  padding-bottom: 90px;
}

.air_section01 .img_area::before{
  content:'';
  width: 950px;
  height: 320px;
  background-image: url('../img/air/air_bg.jpg');
  position: absolute;
  bottom:0;
  right:-90px;
}

.air_section01 .air_thumb{
  position: relative;
  z-index: 2;
} 

.air_section01 .text_area{
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 1.88;
  padding-top: 105px;
}

.air_section01 .text_area .head_text{
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #2e7d9a;
}

.air_section01 .text_area .head_text span{
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  margin-right: 10px;
}

.air_section01 .text_area p{
  margin-top: 10px;
}
.air_section01 .text_area p + p{
  margin-top: 32px;
}

.air_equipment_section{
  padding-top: 180px;
  padding-bottom: 150px;
}

.air_equipment_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  /* color: #575757; */
}

.air_equipment_section .p01{
  text-align: center;
  margin-top: 40px;
  line-height: 1.88;
}

.air_equipment_section .info_area{
  margin-top: 40px;
}

.air_equipment_section .info_area + .info_area{
  margin-top: 60px;
}

.air_equipment_section .info_head{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding:10px 12px;
  background-color: #2e7d9a;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.air_equipment_section .info_list{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:30px 0;
}

.air_equipment_section .info_block{
  width:585px;
  max-width: 100%;
  min-height: 140px;
  padding:24px 30px 28px;
  background-color: #f3f3f3;
}

.air_equipment_section .info_list_three .info_block{
  width:380px;
}

.air_equipment_section .info_block .info_title{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2e7d9a;
  white-space: nowrap;
}

.air_equipment_section .info_block .info_title.one_line{
  min-height: auto;
}

.air_equipment_section .info_block .info_border{
  display: block;
  height: 1px;
  background-color: #2e7d9a;
  margin:12px 0 16px;
}

.air_equipment_section .info_block ul li{
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  line-height: 1.63;
  font-feature-settings: 'palt';
}

.air_equipment_section .info_block ul li::before{
  content:'';
  width:8px;
  height:8px;
  border-radius: 50%;
  background-color: #2e7d9a;
  position: absolute;
  left:0;
  top:10px;
}

.air_equipment_section .info_block ul li + li{
  margin-top: 12px;
}

.air_equipment_section .info_block .info_guide{
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}

.air_equipment_section .info_block .info_guide span{
  color: #2e7d9a;
}

.air_equipment_section .info_block .info_icon{
  width:116px;
  min-height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 20px;
  padding-top: 8px
}

.air_equipment_section .info_block .info_icon img{
  border-radius: 50%;
  width:100%;
}

.air_equipment_section .info_block .info_text{
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

.air_equipment_section .equipment_list{
  margin-top: 100px;
}

.air_equipment_section .equipment_block{
  display: flex;
  align-items: center;
}

.air_equipment_section .equipment_block + .equipment_block{
  margin-top: 50px;
}

.air_equipment_section .equipment_block .equipment_thumb{
  flex-shrink: 0;
  width:450px;
  aspect-ratio: 1 / 0.67;
  margin-right: 48px;
}

.air_equipment_section .equipment_block .equipment_contents{
  width:100%;
}

.air_equipment_section .equipment_block .equipment_head{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom:1px solid #ddd;
}

.air_equipment_section .equipment_block .equipment_text{
  margin-top: 24px;
}

.air_facility_section{
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #f3f3f3;
}

.air_facility_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  /* color: #575757; */
}

.air_facility_section .p01{
  text-align: center;
  margin-top: 40px;
  line-height: 1.88;
}

.air_facility_section .facility_catch{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #2e7d9a;
}

.air_facility_section .facility_area01{
  margin-top: 50px;
}

.air_facility_section .facility_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:40px 0;
  margin-top: 48px;
}

.air_facility_section .facility_block{
  background-color: #fff;
  width:585px;
  max-width: 100%;
}

.air_facility_section .facility_block:first-child{
  width:100%;
}

.air_facility_section .facility_head{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding:10px 12px;
  background-color: #2e7d9a;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.air_facility_section .facility_contents{
  padding:32px 50px 32px;
}

.air_facility_section .facility_guide{
  line-height: 1.88;
  text-align: center;
}

.air_facility_section .facility_img{
  margin-top: 32px;
}

.air_facility_section .facility_img img{
  width:100%;
}

.air_facility_section .facility_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:40px 0;
  padding-top: 10px;
}

.air_facility_section .facility_detail_left,
.air_facility_section .facility_detail_right{
  width: 50%;
}

.air_facility_section .facility_detail_left{
  padding-right: 24px;
}

.air_facility_section .facility_detail_block{
  margin-top: 40px;
}

.air_facility_section .facility_detail_head{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #2e7d9a;
}

.air_facility_section .facility_detail_head::before{
  content:'';
  flex-shrink: 0;
  width: 13px;
  height: 1px;
  background-color: #2e7d9a;
  margin-top: 16px;
  margin-right: 8px;
}

.air_facility_section .facility_detail_text{
  margin-top: 6px;
  line-height: 1.88;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.air_facility_section .facility_detail_block ul{
  margin-top: 10px;
}

.air_facility_section .facility_detail_block ul li{
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: 'palt';
}

.air_facility_section .facility_detail_block ul li::before{
  content:'';
  width:8px;
  height:8px;
  border-radius: 50%;
  background-color: #2e7d9a;
  position: absolute;
  left:0;
  top:8px;
}

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

.air_facility_section .manage_block{
  margin-top: 60px;
  padding:40px 50px 50px;
  background-color: #2e7d9a;
}

.air_facility_section .manage_block .manage_head{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.air_facility_section .manage_block .manage_flex{
  display: flex;
  align-items: flex-start;
  margin-top: 36px;
}

.air_facility_section .manage_block .manage_left{
  width:450px;
  flex-shrink: 0;
  margin-right: 50px;
}

.air_facility_section .manage_block .manage_left img{
  width:100%;
}

.air_facility_section .manage_block .manage_right{
  width:100%;
}

.air_facility_section .manage_block .manage_text{
  line-height: 1.88;
  color: #fff;
}

.air_facility_section .manage_block .manage_list{
  margin-top: 20px;
  background-color: rgba(0,0,0,0.2);
  padding:20px 30px 24px;
}

.air_facility_section .manage_block .manage_list li{
  position: relative;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 18px;
}

.air_facility_section .manage_block .manage_list li::before{
  content:'';
  width:8px;
  height:8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left:0;
  top:13px;
}

.air_facility_section .facility_area02{
  margin-top: 140px;
}

.air_facility_section .compliance_head{
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.air_facility_section .compliance_text{
  margin-top: 16px;
  line-height: 1.88;
}

.air_facility_section .house_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:50px 0;
  margin-top: 40px;
}

.air_facility_section .house_block{
  width:585px;
  max-width: 100%;
  background-color: #fff;
}

.air_facility_section .house_head{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding:15px 12px;
  background-color: #2e7d9a;
  font-feature-settings: 'palt';
}

.air_facility_section .house_head_place{
  min-width: 70px;
  min-height: 40px;
  flex-shrink: 0;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2e7d9a;
}

.air_facility_section .house_head_text{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  padding-top: 4px;
}

.air_facility_section .house_contents{
  padding:40px 50px;
}

.air_facility_section .house_img img{
  width:100%;
}

.air_facility_section .house_info_list{
  margin-top: 30px;
}

.air_facility_section .house_info_list li{
  font-weight: bold;
  line-height: 1.88;
  display: flex;
  align-items: flex-start;
}

.air_facility_section .house_info_list .house_info_title{
  flex-shrink: 0;
}

.air_business_section{
  padding-top:180px;
  padding-bottom:150px;
} 

.air_business_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  /* color: #575757; */
}

.air_business_section .business_list{
  margin-top: 56px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:40px 30px;
}

.air_business_section .business_block{
  width:380px;
}

.air_business_section .business_thumb{
  aspect-ratio: 1/0.63;
}

.air_business_section .business_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.air_business_section .business_text_area{
  margin-top: 20px;
}


.air_business_section .business_title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.air_base_section{
  padding-top:150px;
  padding-bottom:150px;
  background-color: #f3f3f3;
} 

.air_base_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.air_base_section .common_base_list{
  margin-top: 48px;
}

.air_base_section .common_base_list .base_block{
  background-color: #fff;
  border:none;
}

/*
------------------------------------
工場内請負業務
------------------------------------
*/

body.factory_body{
  
}
main.factory_main{

}

.factory_mv_section{
  background-image: url('../img/factory/factory_mv.jpg');
}

.factory_section01{
  padding-top: 56px;
}

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

.factory_section01 .img_area{
  position: relative;
  flex-shrink: 0;
  width:500px;
  margin-right: 180px;
  padding-bottom: 90px;
}

.factory_section01 .img_area::before{
  content:'';
  width: 950px;
  height: 320px;
  background-image: url('../img/factory/factory_bg.jpg');
  position: absolute;
  bottom:0;
  right:-90px;
}

.factory_section01 .factory_thumb{
  position: relative;
  z-index: 2;
} 

.factory_section01 .text_area{
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 1.88;
  padding-top: 105px;
}

.factory_section01 .text_area p + p{
  margin-top: 32px;
}

.factory_business_section{
  padding-top:180px;
  padding-bottom:150px;
} 

.factory_business_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.factory_business_section .business_list{
  margin-top: 56px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:40px 30px;
}

.factory_business_section .business_block{
  width:380px;
}

.factory_business_section .business_thumb{
  aspect-ratio: 1/0.63;
}

.factory_business_section .business_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.factory_business_section .business_text_area{
  margin-top: 20px;
}


.factory_business_section .business_title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.factory_business_section .business_text{
  margin-top: 20px;
  line-height: 1.88;
}

.factory_business_section .business_text_area ul{
  margin-top: 16px;
  background-color: #f3f3f3;
  padding:24px 30px;
}

.factory_business_section .business_text_area ul li{
  line-height: 1.75;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
}

.factory_business_section .business_text_area ul li::before{
  content:'';
  width:8px;
  height:8px;
  background-color: #2e7d9a;
  border-radius: 50%;
  position: absolute;
  left:0;
  top:11px;
}

.factory_base_section{
  padding-top:150px;
  padding-bottom:150px;
  background-color: #f3f3f3;
} 

.factory_base_section .sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.factory_base_section .common_base_list{
  margin-top: 48px;
}

.factory_base_section .common_base_list .base_block{
  background-color: #fff;
  border:none;
}

/*
------------------------------------
輸送事業
------------------------------------
*/

body.transport_body{
  
}
main.transport_main{

}

.transport_mv_section{
  background-image: url('../img/transport/transport_mv.jpg');
}

.transport_section01{
  padding-top: 56px;
  padding-bottom: 180px;
}


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

.transport_section01 .img_area{
  position: relative;
  flex-shrink: 0;
  width:500px;
  margin-right: 180px;
  padding-bottom: 90px;
}

.transport_section01 .img_area::before{
  content:'';
  width: 950px;
  height: 320px;
  background-image: url('../img/transport/transport01_bg.jpg');
  position: absolute;
  bottom:0;
  right:-90px;
}

.transport_section01 .transport_thumb{
  position: relative;
  z-index: 2;
} 

.transport_section01 .text_area{
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 1.88;
  padding-top: 40px;
}

.transport_section01 .text_area p + p{
  margin-top: 32px;
}

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

body.company_body{
  
}
main.company_main{

}

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

.company_section01{
  padding-top: 56px;
  padding-bottom: 180px;
}

.company_section01 .p01{
  
  text-align: center;
}

.company_section01 .company_list{
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:64px 0;
}

.company_section01 .company_item{
  width:570px;
}

.company_section01 .company_thumb{
  aspect-ratio: 1/0.63;
}

.company_section01 .company_thumb img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.company_section01 .company_card{
  display: block;
}

.company_section01 .company_text_area{
  margin-top: 24px;
  
}



.company_section01 .company_title{
  font-size: 22px;
  font-weight: bold;
  
  line-height: 1.3;
  display: flex;
  justify-content: center;
}

@media(any-hover:hover){
  .company_section01 .company_card:hover .company_title{
    color: #2e7d9a;
  }
}

.company_section01 .company_text{
  margin-top: 12px;
  
  display: flex;
  justify-content: center;
}

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

body.message_body{
  
}
main.message_main{

}

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

.message_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.message_section01 .flex{
  display: flex;
  align-items: flex-start;
}

.message_section01 .flex .left{
  width:100%;
  padding-top: 24px;
}

.message_section01 .message_head{
  font-size: 42px;
  font-weight: bold;
  
  line-height: 1.2;
  white-space: nowrap;
}

.message_section01 .message_text{
  margin-top: 48px;
  
}

.message_section01 .message_text p + p{
  margin-top: 32px;
}

.message_section01 .flex .right{
  width:460px;
  flex-shrink: 0;
  margin-left: 108px;
}

.message_section01 .message_name{
  margin-top: 28px;
  line-height: 1.63;
  display: flex;
  justify-content: flex-end;
}

.message_section01 .message_name img{
  width:auto;
  height:18px;

}
.message_section01 .message_sign{
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.message_section01 .message_sign img{
  width:167px;
}

/*
------------------------------------
沿革
------------------------------------
*/

body.history_body{
  
}
main.history_main{

}

.history_mv_section{
  background-image: url('../img/history/history_mv.jpg');
}

.history_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.history_section01 .history_list{

}

.history_section01 .history_block{
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding:56px 20px; 
}

.history_section01 .history_block:last-child{
  border-bottom: 1px solid #ddd;
}

.history_section01 .history_left{
  /* min-width:390px; */
  padding-right: 24px;
  flex-shrink: 0;
}

.history_section01 .history_year{
  display: flex;
  align-items: center;
}

.history_section01 .history_year01{
  min-width:175px;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2e7d9a;
  padding-right: 8px;
}

.history_section01 .history_year02{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  display: none;
}

.history_section01 .history_right{
  width:100%;
  padding-top: 4px;
}

.history_section01 .history_text{
  line-height: 1.75;
  
}

.history_section01 .history_text p + p{
  margin-top: 20px;
}

/*
------------------------------------
会社概要
------------------------------------
*/

body.outline_body{
  
}
main.outline_main{

}

.outline_mv_section{
  background-image: url('../img/outline/outline_mv.jpg');
}

.outline_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.outline_section01 .outline_table_frame{
  max-width: 1000px;
  margin:0 auto;
}

.outline_section01 .outline_table{
  border-collapse: collapse;
  width: 100%;
}

.outline_section01 .outline_table tr{
  border-bottom: 1px solid #ddd;
}
.outline_section01 .outline_table tr:first-child{
  border-top: 1px solid #ddd;
}

.outline_section01 .outline_table th{
  vertical-align: top;
  white-space: nowrap;
  background-color: #f3f3f3;
  padding:32px 20px;
  width: 210px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;

}

.outline_section01 .outline_table td{
  width: calc(100% - 210px);
  padding:32px 20px;
  vertical-align: top;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.outline_section01 .list_flex{
  display: flex;
  align-items: flex-start;
  gap:0 88px;
}

.outline_section01 .list_flex.between{
  justify-content: space-between;
  gap:0;
}

.outline_section01 .list_flex li + li{
  margin-top: 8px;
}

.outline_section01 .list_flex li.end_line{
  text-align: right;
  margin-top: 20px;
}

/*
------------------------------------
拠点紹介
------------------------------------
*/

body.base_body{
  
}
main.base_main{

}

.base_mv_section{
  background-image: url('../img/base/base_mv.jpg');
}

.base_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.base_section01 .p01{
  text-align: center;

}


.base_section01 .group_block{
  margin-top: 100px;
  position: relative;
  padding:60px 40px 40px;
  border: solid 2px #2e7d9a;
  background-color: #f3f3f3;
  position: relative;
}

.base_section01 .group_block .common_base_list .base_block{
  background-color: #fff;
  border:none;
}

.base_section01 .group_head{
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
} 

.base_section01 .group_head_inner{
  position: relative;
}

.base_section01 .group_head_inner::before{
  content:'';
  width:100%;
  height:50%;
  background-color: #fff;
  position: absolute;
  top:7px;
  left:0;
  z-index: 1;
}

.base_section01 .group_head p{
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #2e7d9a;
  white-space: nowrap;
  padding:0 20px;
}
/*
------------------------------------
お問い合わせ
------------------------------------
*/

body.contact_body{
  
}
main.contact_main{

}

.contact_mv_section{
  background-image: url('../img/contact/contact_mv.jpg');
}

.contact_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.contact_section01 .p01{
  text-align: center;
}

.contact_section01 .form_frame{
  max-width: 1000px;
  margin:56px auto 0;
}

.contact_section01 .form_line{
  display: flex;
  align-items: flex-start;
  padding:30px;
  border-top: 1px solid #ddd;
  border-bottom:1px solid #ddd;
  margin-top: -1px;
}

.contact_section01 .form_left{
  flex-shrink: 0;
  min-width: 220px;
  margin-right: 60px;
  padding-top: 9px;
}

.contact_section01 .form_label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.contact_section01 .form_label.must::after{
  content:'必須';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 24px;
  border-radius: 2px;
  background-color: #d71315;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 8px;
}

.contact_section01 .form_right{
  width: 100%;
}

.contact_section01 .input_frame input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #f5f5f5;
}

.contact_section01 .input_frame input::placeholder{
  color: #999;
}

.contact_section01 .input_frame textarea{
  width: 100%;
  height: 300px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #f5f5f5;
  line-height: 1.5;
  padding:16px;
}

.contact_section01 .privacy_area{
  margin-top: 50px;
  background-color: #f3f3f3;
  padding:32px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_section01 .privacy_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact_section01 .privacy_text{
  margin-left: 16px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.contact_section01 .privacy_area .wpcf7-not-valid-tip{
  position: absolute;
  top:calc(100% - 6px);
  left:0;
  width:100%;
  white-space: nowrap;
}

.contact_section01 .privacy_area input{
  display: block;
  width: 22px;
  height: 22px;
}

.contact_section01 .privacy_area .wpcf7-list-item{
  margin:0;
}

.contact_section01 .privacy_area .wpcf7-form-control{
  display: block;
}
.contact_section01 .privacy_area label .wpcf7-list-item-label{
  display: none;
}



.contact_section01 .submit_frame{
  width: 360px;
  margin:48px auto 0;
  position: relative;
}

.contact_section01 .submit_frame::after{
  content:'';
  width:31px;
  height:6px;
  background-image: url('../img/common/icon_arrow_right_half_white.png');
  transition-duration: 0.4s;
  position: absolute;
  right:32px;
  top:32px;
  /* top:0;
  bottom:0;
  margin:auto; */
}

.contact_section01 .submit_frame input{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  border: solid 1px #2e7d9a;
  background-color: #2e7d9a;
  cursor: pointer;
  transition-duration: 0.4s;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
}

@media(any-hover:hover){
  .contact_section01 .submit_frame:hover::after{
    background-image: url('../img/common/icon_arrow_right_half_blue.png');
  }
  .contact_section01 .submit_frame input:hover{
    background-color: #fff;
    color:#2e7d9a;
  }
}


.contact_section01 .finish_text01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.contact_section01 .finish_text02 {
  text-align: center;
  margin-top: 40px;
}

.contact_section01 .top_button{
  margin:40px auto 0;
}


/*
------------------------------------
新着情報一覧
------------------------------------
*/

body.arvhice_information_body{
  
}
main.arvhice_information_main{

}

.arvhice_information_mv_section{
  background-image: url('../img/information/information_mv.jpg');
}

.arvhice_information_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.arvhice_information_section01 .arvhice_information_article{
  max-width: 1000px;
  margin:0 auto;
}

.arvhice_information_section01 .category_list_area{
  padding:24px 110px;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.arvhice_information_section01 .category_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:20px;
}

.arvhice_information_section01 .category_list a{
  min-width: 180px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 100px;
  border: 1px solid #2e7d9a;
  color:#2e7d9a;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .arvhice_information_section01 .category_list a:hover{
    background-color:#2e7d9a;
    color:#fff;
  }
}

.arvhice_information_section01 .category_list a.active{
  background-color:#2e7d9a;
  color:#fff;
}

.arvhice_information_section01 .information_list_frame{
  margin-top: 60px;
}


/*
------------------------------------
新着情報詳細
------------------------------------
*/

body.single_information_body{
  
}
main.single_information_main{

}

.single_information_mv_section{
  background-image: url('../img/information/information_mv.jpg');
}

.single_information_section01{
  padding-top: 72px;
  padding-bottom: 180px;
}

.single_information_section01 .single_information_article{
  max-width: 800px;
  margin:0 auto;
}


.single_information_section01 .information_title{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.single_information_section01 .information_flex{
  margin-top: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:16px 36px;
}

.single_information_section01 .information_date{
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.single_information_section01 .information_category{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 34px;
  padding:4px;
  border-radius: 100px;
  border: solid 1px #2e7d9a;
  font-size: 14px;
  color: #2e7d9a;
  line-height: 1.3;
}





.single_information_section01 .archive_button{
  margin:70px auto 0;
}

.single_information_section01 .information_single_block{
  margin-top: 32px;
}

.single_information_section01 .information_single_block>*:first-child{
  margin-top: 0!important;
}

.single_information_section01 .link_flex{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.single_information_section01 .link_flex .link{
  width: 50%;
}

.single_information_section01 .link_flex .link a{
  display: flex;
  align-items: center;
  height: 100px;
  border: solid 1px #ddd;
  line-height: 1.63;
  font-weight: bold;
  position: relative;
  transition-duration: 0.4s;
}

.single_information_section01 .link_flex .link a span{
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

@media(any-hover:hover){
  .single_information_section01 .link_flex .link a:hover{
    opacity: 0.5;
  }
}


.single_information_section01 .link_flex .link a::after{
  content:'';
  width: 10px;
  height: 18px;
  background-image: url('../img/common/icon_page_next_blue.png');
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
}

.single_information_section01 .link_flex .link_prev a{
  padding-right: 24px;
  padding-left: 48px;
}
.single_information_section01 .link_flex .link_prev a::after{
  left:20px;
  transform: rotateZ(180deg);
}

.single_information_section01 .link_flex .link_next{
  margin-left: -1px;
}
.single_information_section01 .link_flex .link_next a{
  padding-right: 48px;
  padding-left: 24px;
}
.single_information_section01 .link_flex .link_next a::after{
  right:20px;
  
}


.common_single_block{

}

.common_single_block .wp-block-image{
  margin-top: 80px;
}

.common_single_block .wp-block-image img{
  max-width: 100%;
}

.common_single_block h2{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0;
  margin-top:60px;
  border-top: 3px solid #2e7d9a;
  border-bottom: 3px solid #2e7d9a;
}

.common_single_block h3{
  margin-top:60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #2e7d9a;
  padding-left: 16px;
}

.common_single_block h4{
  margin-top:60px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #2e7d9a;
}


.common_single_block h5{
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.common_single_block h5::before{
  content:'';
  width: 16px;
  height: 3px;
  background-color: #2e7d9a;
  position: absolute;
  left:0;
  top:17px;
}

.common_single_block h6{
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.common_single_block p{
  margin-top: 40px;
  line-height: 2.25;
}

.common_single_block ul{
  margin-top: 64px;
}

.common_single_block ul li{
  line-height: 1.4;
  position: relative;
  padding-left: 28px;
}

.common_single_block ul li::before{
  content:'';
  width:10px;
  height:10px;
  border-radius: 50%;
  background-color: #2e7d9a;
  position: absolute;
  left:0;
  top:8px;
}

.common_single_block ul li + li{
  margin-top: 16px;
}

.common_single_block ol{
  margin-top: 64px;
}

.common_single_block ol li{
  line-height: 1.4;
  position: relative;
  padding-left: 36px;
  counter-increment: cnt;
}

.common_single_block ol li::before {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  content: counter(cnt);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height:24px;
  border-radius: 50%;
  background-color: #2e7d9a;
  color:#fff;
  position: absolute;
  left:0;
  top:0;
  letter-spacing: 0;
}

.common_single_block ol li + li{
  margin-top: 16px;
}

.common_single_block pre{
  margin-top: 56px;
  padding:40px 48px;
  border: solid 1px #ddd;
  background-color: #f9f9f9;
}

.common_single_block pre>*{
  margin-top: 0!important;
}

.common_single_block .wp-block-table{
  margin-top: 60px;
}

.common_single_block table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}

.wp-block-table table{
  table-layout: auto!important;
}
.common_single_block table tr{
  
}

.common_single_block table td{
  padding:24px 20px;
  line-height: 1.5;
  border:1px solid #ddd;
}

.common_single_block table tr:last-child td{
  
}

.common_single_block table td:first-child{
  background-color: #f3f3f3;
  font-weight: bold;
}

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

body.privacy_body{
  
}
main.privacy_main{

}

.privacy_mv_section{
  background-image: url('../img/privacy/privacy_mv.jpg');
}

.privacy_section01{
  padding-top: 56px;
  padding-bottom: 180px;
}


/*
------------------------------------
404
------------------------------------
*/

body.page404_body{
  
}
main.page404_main{

}

.page404_section{

}

.page404_section01{
  padding:100px 0 180px;
}

.page404_section01 .p01{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.page404_section01 .p02{
  margin-top: 40px;
  text-align: center;
}

.page404_section01 .top_button{
  margin:40px auto 0;
}


/*
------------------------------------
採用関係 共通
------------------------------------
*/

/*追従ボタン*/
.common_recruit_float{
  position: fixed;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.common_recruit_float .recruit_button{
  min-width: 170px;
  min-height: 90px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  border:2px solid rgba(255,255,255,0.3);
  border-right: none;
}

.common_recruit_float .recruit_button + .recruit_button{
  margin-top: 10px;
}

.common_recruit_float .recruit_button .icon{
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
}

.common_recruit_float .recruit_button .icon::after{
  content:'';
  background-repeat: no-repeat;
  background-size: contain;
}

.common_recruit_float .recruit_button .text{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing:0.1em;
  color: #fff;
}

.common_recruit_float .recruit_button.new{
  background-color: #009db3;
}
.common_recruit_float .recruit_button.career{
  background-color: #355282;
}

.common_recruit_float .recruit_button.new .icon::after{
  width: 18px;
  height: 24px;
  background-image: url('../img/common/icon_new.png');
}
.common_recruit_float .recruit_button.career .icon::after{
  width: 24px;
  height: 23px;
  background-image: url('../img/common/icon_career.png');
}

/*セクションタイトル*/
.common_recruit_sec_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #575757;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.common_recruit_sec_title::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #2e7d9a;
  margin-bottom: 40px;
}


/*ボタン*/
.common_recruit_button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
  width: 580px;
  min-height: 180px;
  padding:8px 12px;
  position: relative;
  color:#fff;

}

.common_recruit_button::after{
  content:'';
  width:32px;
  height:6px;
  background-position: right;
  background-image: url('../img/common/icon_arrow_right_half_white.png');
  position: absolute;
  right:32px;
  bottom:30px;
}

.common_recruit_button .ja_text{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

.common_recruit_button .en_text{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
}

.common_recruit_button .ja_text + .en_text{
  line-height: 1.2;
  margin-top: 8px;
  font-weight: bold;
}

.common_recruit_button.entry{
  background-image: url('../img/common/entry_button.jpg');
}
.common_recruit_button.description{
  background-image: url('../img/common/description_button.jpg');
}


/*募集要項リスト*/
.common_description_list{

}

.common_description_list .description_item + .description_item{
  margin-top: 30px;
}

.common_description_list .description_card{
  display: flex;
  align-items: flex-start;
  padding:30px;
  background-color: #f3f3f3;
}

.common_description_list .description_thumb{
  flex-shrink: 0;
  width:450px;
  aspect-ratio: 1/0.67;
  margin-right: 50px;
}

.common_description_list .description_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.common_description_list .description_right{
  width:100%;
}

.common_description_list .description_kind{
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 34px;
  padding:5px 16px;
  background-color: #2e7d9a;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

.common_description_list .description_name{
  margin-top: 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #2e7d9a;
}

.common_description_list .description_info{
  margin-top: 16px;
  line-height: 1.88;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.common_description_list .description_info br{
  display: none;
}

.common_description_list .description_more_frame{
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.common_description_list .description_more{
  font-weight: bold;
  line-height: 1.3;
  color: #2e7d9a;
  padding-left: 8px;
  padding-right: 24px;
  padding-bottom: 10px;
  position: relative;
}

.common_description_list .description_more::before,
.common_description_list .description_more::after{
  content:'';
  position: absolute;
  background-color: #2e7d9a;
}

.common_description_list .description_more::before{
  width:100%;
  height:1px;
  bottom:0;
  left:0;
}

.common_description_list .description_more::after{
  bottom:1px;
  right:0;
  width:1px;
  height:15px;
  transform-origin:bottom right;
  transform: rotateZ(-60deg);
}

/*インタビューリスト*/
.common_interview_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:100px 25px;
}

.common_interview_list .interview_card{
  display: block;
  position: relative;
  aspect-ratio: 1 / 1.142;
}

.common_interview_list .interview_bg{
  position: absolute;
  width:100%;
  height:100%;
  background-image: linear-gradient(to bottom, #41abb2, #2e949a, #2e7d9a);
  top:0;
  left:0;
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
}

.common_interview_list .interview_text_area{
  position: absolute;
  z-index: 4;
  right:0;
  bottom:0;
  background-color: rgba(255,255,255,0.7);
  width:70%;
  min-height: 105px;
  padding:36px 12px 12px;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.common_interview_list .interview_text_contents{
  width: 100%;
}

.common_interview_list .interview_job{
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #2e7d9a;
}

.common_interview_list .interview_name{
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.common_interview_list .interview_thumb{
  position: absolute;
  bottom:0;
  max-width: 100%;
  height:110%;
  object-position: top;
  object-fit: cover;
}

.common_interview_list .interview_num{
  position: absolute;
  left:10px;
  top:10px;
  z-index: 5;
  mix-blend-mode: multiply;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(46, 125, 154, 0.6);
}

/*
------------------------------------
社員インタビュー
------------------------------------
*/

body.interview_body{
  
}
main.interview_main{

}

.interview_mv_section{
  background-image: url('../img/interview/interview_mv.jpg');
}
.interview_detail_mv_section{
  background-image: url('../img/interview/interview_detail_mv.jpg');
}

.interview_list_section{
  padding-top: 72px;
}

.interview_list_section .interview_tab_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:0 10px;
  max-width: 920px;
  margin:0 auto;

}

.interview_list_section .interview_tab{
  min-height: 70px;
  background-color: #2e7d9a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.interview_list_section .interview_tab.active{
  background-color: #f3f3f3;
  color:#2e7d9a;
}

.interview_list_section .interview_list_frame{
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

.interview_list_section .interview_list_frame::before{
  content:'';
  position: absolute;
  width:100vw;
  height:100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f3f3f3;
  z-index: -1;
}


.interview_list_section .common_page_nation a.page-numbers {
  background-color: transparent;
  border: solid 1px #2e7d9a;
}

.interview_list_section .common_page_nation a.page-numbers.prev, 
.interview_list_section .common_page_nation a.page-numbers.next{
  border: none;
}

@media(any-hover:hover){
  .interview_list_section .common_page_nation a.page-numbers:hover {
    background-color: #2e7d9a;
  }

  .interview_list_section .common_page_nation a.page-numbers.prev:hover,
  .interview_list_section .common_page_nation a.page-numbers.next:hover{
    background-color: transparent;
    opacity: 0.7;
  }

  .interview_list_section .common_page_nation a.page-numbers.prev:hover::after{
    background-image: url(../img/common/icon_page_prev_blue.png);
    
  }
  .interview_list_section .common_page_nation a.page-numbers.next:hover::after{
    background-image: url(../img/common/icon_page_next_blue.png);
  }
  
}/*@media(any-hover:hover){*/

.interview_detail_section{
  padding-top:72px;
  padding-bottom: 150px;
}

.interview_detail_section .interview_theme{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.interview_detail_section .prof_box{
  margin-top: 40px;
  display: flex;
  background-color: #2e7d9a;
}

.interview_detail_section .prof_thumb{
  aspect-ratio:1 / 0.55;
  flex-shrink: 0;
  width:700px;
}

.interview_detail_section .prof_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.interview_detail_section .prof_right{
  position: relative;
  width:100%;
  display: flex;
  align-items: center;
  padding-inline: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}


.interview_detail_section .prof_right::after{
  content:'';
  width: 108px;
  height: 108px;
  background-image: url('../img/interview/interview_logo.png');
  position: absolute;
  right:30px;
  bottom:30px;
}

.interview_detail_section .prof_contents{
  color:#fff;
  padding-bottom: 20px;
}

.interview_detail_section .interview_job{
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding:4px 12px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2e7d9a;
}

.interview_detail_section .interview_name_ja{
  margin-top: 12px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
}

.interview_detail_section .interview_name_en{
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  
}

.interview_detail_section .interview_year{
  margin-top: 32px;
  line-height: 1.3;
}

.interview_detail_section .interview_faq_list{
  margin-top: 100px;
}

.interview_detail_section .interview_faq_block + .interview_faq_block{
  margin-top: 100px;
}

.interview_detail_section .interview_faq_block .interview_question{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #2e7d9a;
  padding-bottom: 12px;
  border-bottom: 2px solid #2e7d9a;
}

.interview_detail_section .interview_faq_block .interview_flex{
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.interview_detail_section .interview_faq_block .interview_img{
  flex-shrink: 0;
  width: 560px;
}

.interview_detail_section .interview_faq_block .interview_img img{
  width:100%;
}

.interview_detail_section .interview_faq_block .interview_answer{
  width: 100%;
}

.interview_detail_section .interview_faq_block:nth-child(odd) .interview_flex{
  flex-direction: row-reverse;
}
.interview_detail_section .interview_faq_block:nth-child(odd) .interview_img{
  margin-left: 64px;
}

.interview_detail_section .interview_faq_block:nth-child(even) .interview_flex{
  flex-direction: row;
}
.interview_detail_section .interview_faq_block:nth-child(even) .interview_img{
  margin-right: 64px;
}

.interview_detail_section .archive_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  border: solid 1px #2e7d9a;
  margin:80px auto 0;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #2e7d9a;
  transition-duration: 0.4s;
}

.interview_detail_section .archive_link::before{
  content:'';
  width: 32px;
  height: 6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  background-position: right;
  transition-duration: 0.4s;
  position: absolute;
  left:20px;
  top:0;
  bottom:0;
  margin:auto;
  transform: rotateY(180deg);

}

@media(any-hover:hover){
  .interview_detail_section .archive_link:hover{
    background-color: #2e7d9a;
    color: #fff;
  }

  .interview_detail_section .archive_link:hover::before{
    background-image: url('../img/common/icon_arrow_right_half_white.png');
  }
}

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

body.recruit_body{
  
}
main.recruit_main{

}

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



/*
------------------------------------
新卒採用
------------------------------------
*/

body.recruit_new_body{
  
}
main.recruit_new_main{

}

.recruit_new_mv_section{
  background-image: url('../img/recruit_new/recruit_new_mv.jpg');
}

.recruit_section01{
  padding-top: 72px;
  padding-bottom: 150px;
}


.recruit_section01 .recruit_text{
  margin-top: 40px;
  line-height: 1.88;
  text-align: center;
}

.recruit_section01 .recruit_text p + p{
  margin-top: 36px;
}

.recruit_interview_section{
  padding-top:150px;
  padding-bottom: 150px;
  background-color: #f3f3f3;
}

.recruit_interview_section .common_interview_list{
  margin-top: 100px;
}

.recruit_interview_section .interview_button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  border: solid 1px #2e7d9a;
  margin:70px auto 0;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #2e7d9a;
  transition-duration: 0.4s;
}

.recruit_interview_section .interview_button::before{
  content:'';
  width: 32px;
  height: 6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  background-position: right;
  transition-duration: 0.4s;
  position: absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;

}

@media(any-hover:hover){
  .recruit_interview_section .interview_button:hover{
    background-color: #2e7d9a;
    color: #fff;
  }

  .recruit_interview_section .interview_button:hover::before{
    background-image: url('../img/common/icon_arrow_right_half_white.png');
  }
}

.recruit_description_section{
  padding-top:150px;
  padding-bottom: 150px;
}

.recruit_description_section .p01{
  margin-top: 32px;
  line-height: 1.88;
  text-align: center;
}

.recruit_description_section .common_description_list{
  margin-top: 48px;
}

.recruit_description_section .link_frame{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 150px;
   */
}


/*
------------------------------------
中途採用
------------------------------------
*/

body.recruit_career_body{
  
}
main.recruit_career_main{

}

.recruit_career_mv_section{
  background-image: url('../img/recruit_career/recruit_career_mv.jpg');
}

.recruit_button_section{
  /* padding-top: 100px; */
  padding-bottom: 100px;
}

.recruit_button_section .link_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:40px 0;
}

/*
------------------------------------
募集要項
------------------------------------
*/

body.description_body{
  
}
main.description_main{

}

.description_mv_section{
  background-image: url('../img/description/description_mv.jpg');
}

.description_section01{
  padding-top:72px;
  padding-bottom: 150px;
}

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

.description_section01 .img_area {
  position: relative;
  flex-shrink: 0;
  width: 500px;
  margin-right: 180px;
  padding-bottom: 90px;
}

.description_section01 .img_area .bg{
  position: absolute;
  width: 950px;
  height: 320px;
  background-color: #2e7d9a;
  bottom:0;
  right:-90px;
  z-index: 0;
}

.description_section01 .img_area .bg img{
  width:100%;
  height:100%;
  object-fit: cover;
  opacity: 0.1;
}

.description_section01 .thumb {
  position: relative;
  z-index: 2;
  aspect-ratio: 1 / 0.67;
}

.description_section01 .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.description_section01 .text_area {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 50px;
}

.description_section01 .description_name{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.description_section01 .description_info{
  margin-top: 24px;
  line-height: 1.88;
}

.description_info_section{
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f3f3f3;
} 

.description_info_section .description_area{
  margin-top: 100px;
}

.description_info_section .sec_title{
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.description_info_section .list_frame{
  padding:80px 100px;
  background-color: #fff;
  margin-top: 40px;
}

.description_info_section table{
  width: 100%;
  border-collapse: collapse;
}

.description_info_section table th,
.description_info_section table td{
  vertical-align: top;
  padding:32px 20px;
  line-height: 2;
  text-align: left;
}

.description_info_section table tr{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.description_info_section table th{
  width:210px;
  background-color: #f3f3f3;
  font-weight: bold;
}

.description_info_section table td{
  width: calc(100% - 210px);
}

.description_info_section .archive_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  border: solid 1px #2e7d9a;
  margin:70px auto 0;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #2e7d9a;
  transition-duration: 0.4s;
}

.description_info_section .archive_link::before{
  content:'';
  width: 32px;
  height: 6px;
  background-image: url('../img/common/icon_arrow_right_half_blue.png');
  background-position: right;
  transition-duration: 0.4s;
  position: absolute;
  left:20px;
  top:0;
  bottom:0;
  margin:auto;
  transform: rotateY(180deg);

}

@media(any-hover:hover){
  .description_info_section .archive_link:hover{
    background-color: #2e7d9a;
    color: #fff;
  }

  .description_info_section .archive_link:hover::before{
    background-image: url('../img/common/icon_arrow_right_half_white.png');
  }
}


/*
------------------------------------
エントリー
------------------------------------
*/

body.entry_body{
  
}
main.entry_main{

}

.entry_mv_section{
  background-image: url('../img/entry/entry_mv.jpg');
}

.entry_tel_section{
  padding-top:72px;
}

.entry_tel_section .tel_box{
  max-width: 800px;
  margin: 40px auto 0;
  border:1px solid #ddd;
  background-color: #f3f3f3;
  padding:40px 24px;
}

.entry_tel_section .tel{
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #2e7d9a;
}

.entry_tel_section .tel span{
  font-size: 40px;
  font-weight: 600;
  display: inline-block;

}

.entry_tel_section .tel_time{
  margin-top: 0;
  text-align: center;
}

.entry_form_section{
  padding-top: 150px;
  padding-bottom: 150px;
}

.entry_form_section .p01{
  margin-top: 32px;
}

.entry_form_section .form_label.free::after {
  content: '任意';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 24px;
  border-radius: 2px;
  background-color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 8px;
}

.entry_form_section .select_frame{
  position: relative;
}

.entry_form_section .select_frame::after{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width: 11px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  pointer-events: none;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

.entry_form_section .select_frame select{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #f5f5f5;

}

.entry_form_section .birth_flex{
  display: flex;
  align-items: flex-start;
  gap:0 20px;
}

.entry_form_section .birth_flex .birth_area{
  display: flex;
  align-items: flex-start;
  gap:0 12px;
  position: relative;
}

.entry_form_section .birth_flex span{
  line-height: 1.3;
  padding-top: 15px;
}

.entry_form_section .birth_flex .year_frame{
  width: 190px;
}

.entry_form_section .birth_flex .month_frame{
  width:120px;
}
.entry_form_section .birth_flex .day_frame{
  width:120px;
}

.entry_form_section .radio_list{
  padding-top: 8px;
}

.entry_form_section .wpcf7-list-item{
  margin-left: 0;
}

.entry_form_section .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 30px;
}

.entry_form_section .file_line{
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.entry_form_section .file_line .file_title{
  min-width: 112px;
  flex-shrink: 0;
  padding-right: 8px;
  margin-top: -4px;
}

.entry_form_section .file_line + .file_line{
  margin-top: 20px;
}


.entry_form_section .file_ramark{
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}