@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&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 JP'  ,sans-serif;
  color:#222222;
  -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{
  font-family: 'Noto Sans JP'  ,sans-serif;
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

body{
  color: #222;
  font-size: 16px;
  
  font-family: '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;
}


a{
  color: #222;
  transition-duration: 0.4s;
  transition-property: opacity;
}

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

.fax a{
  pointer-events: none;
}

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

main{
  padding-top: 72px;
}


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

.common_hover_opa{
  transition: 0.4s;
  transition-property: opacity;
}


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

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

.hide{
  display: none!important;
}

.container{
  max-width: 1040px;
  padding-inline:8px ;
  margin-inline: auto;
}

.common_float_line{
  position: fixed;
  width:104px;
  border-radius: 50%;
  right:58px;
  bottom:20px;
  border-radius: 50%;
  z-index: 20;
}

.common_float_line img{
  border-radius: 50%;
}

/*見出しセット*/
.common_title_set{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.common_title_set .main_title{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}

.common_title_set .main_title::after{
  content:'';
  width: 145px;
  height: 1px;
  background-color: #CACACA;
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.common_title_set .sub_title{
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

  /*見出しセット2*/
.common_title_flex{
  display: flex;
  align-items: center;
}

.common_title_flex .title_left{
  flex-shrink: 0;
  margin-right: 50px;
  color:#40AFB6;
}

.common_title_flex .title_en{
  font-family: "Rajdhani", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.common_title_flex .title_en span{
  font-family: 'Noto Sans JP'  ,sans-serif;
  min-width: 59px;
  min-height: 24px;
  flex-shrink: 0;
  margin-left: 12px;
  border-radius: 3px;
  border: 1px solid #40AFB6;
  padding:3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_title_flex .title_ja{
  font-weight: 700;
  margin-top: 0;
}

.common_title_flex .title_right{
  width:100%;
  height:1px;
  background-color: #40AFB6;
}


/*企業一覧*/
.common_company_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:48px 32px;
}

.common_company_list .company_card{
  display: block;
}

.common_company_list .company_thumb{
  aspect-ratio: 1/0.8125;
  position: relative;
  overflow: hidden;
}

.common_company_list .company_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition-duration: 0.4s;
}

.common_company_list .company_location{
  position: absolute;
  right:0;
  bottom:0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  min-height: 34px;
  background-color: #5BB92F;
  font-size: 15px;
  color:#fff;
  font-weight: 700;
  line-height: 1.2;
  padding:3px 4px;
}

@media(any-hover:hover){
  .common_company_list .company_card:hover{
    opacity: 1;
  }

  .common_company_list .company_card:hover .company_thumb img{
    transform: scale(1.1);
  }
}

.common_company_list .company_body{
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}

.common_company_list .company_title{
  width:100%;
  font-weight: 700;
  line-height: 1.3;
}

.common_company_list .company_icon_area{
  flex-shrink: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap:0 9px;
}

.common_company_list .youtube_icon{
  width: 20px;
  height: 15px;
  background-image: url('../img/common/icon_youtube.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.common_company_list .info_icon{
  width: 20px;
  height: 20px;
  background-image: url('../img/common/icon_company_info.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


/*ページネーション*/
.common_pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap:12px;
}

.common_pagenation span.current{/*現在のページボタン*/
  min-width: 48px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:3px 4px;
  border: 1px solid #3FAFB7;
  background-color: #3FAFB7;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transition-duration: 0.4s;
}


.common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
  min-width: 48px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:3px 4px;
  border: 1px solid #3FAFB7;
  color: #3FAFB7;
  font-size: 24px;
  font-weight: 700;
  transition-duration: 0.4s;
  transition-property: color , background-color;
}

.common_pagenation a.page-numbers.next,
.common_pagenation a.page-numbers.prev{/*next prevボタン*/
  font-weight: bold;
  padding-inline: 20px;
}

@media(any-hover:hover){
  .common_pagenation a.page-numbers:hover{
    background-color: #3FAFB7;
    color: #ffffff;
    opacity: 1;
  }
}

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

header{
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 30;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(197, 197, 197, 0.25);
}


header .header_inner{
  padding:0 170px 0 48px;
  position: relative;
}

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

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

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

header .header_parent_item{
  position: relative;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
} 

header .header_parent_item + .header_parent_item:before{
  content:'';
  width:1px;
  height:26px;
  background: #A6A6A6;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header .header_parent_link{
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  padding-inline: 26px;
}

header .header_contact_frame{
  position: absolute;
  top:0;
  right:0;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}

header .header_contact{
  width:168px;
  display: block;
}


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

footer{

}

footer .footer_area01{
  position: relative;
  padding:146px 0 92px;
  border-bottom: 3px solid #CCCCCC;
}


footer .footer_area01 .page_top{
  position: absolute;
  cursor: pointer;
  width:68px;
  top:34px;
  left:0;
  right:0;
  margin:auto;
}

footer .footer_area01 .banner_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:32px 96px;
}

footer .footer_area01 .banner_flex .banner{
  width:464px;
}

footer .footer_area01 .banner_flex .banner_frame{
  border-radius: 15px;
  border:1px solid #cccccc;
  overflow: hidden;
} 

footer .footer_area01 .banner_flex .banner_text{
  margin-top: 20px;
  text-align: center;
}

footer .footer_area01 .line_banner{
  display: block;
  max-width: 653px;
  margin:38px auto 0;
}

footer .footer_area02{
  padding:68px 0 132px;
}

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

footer .footer_area02 .footer_name{
  font-size: 15px;
  font-weight: 900;
}

footer .footer_area02 .footer_address{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.42
}

footer .footer_area02 .footer_group_banner{
  max-width: 236px;
  margin-top: 10px;
}

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

footer .footer_area02 .footer_parent_menu{
  margin-left: 40px;
}

footer .footer_area02 .footer_parent_item + .footer_parent_item{
  margin-top: 24px;
}

footer .footer_area02 .footer_parent_link{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3; 
}

footer .footer_area02 .footer_child_menu{
  margin-top: 10px;
  padding-left: 10px;
}

footer .footer_area02 .footer_child_item + .footer_child_item{
  margin-top: 2px;
}

footer .footer_area02 .footer_child_link{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3
}

footer .footer_area02 .footer_child_link[target="_blank"]{
  font-size: 12px;
}

footer .footer_area03{
  padding:8px 0;
  background-color: #40AFB6;

}

footer .footer_copy{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/*
------------------------------------
ページ下部のPDFセクション
------------------------------------
*/

.common_pdf_section{
  padding-top: 90px;
  padding-bottom: 56px;
  position: relative;
}

.common_pdf_section::before{
  content:'';
  width:100vw;
  height:100%;
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  background-color: #F0F8F9;
}

.common_pdf_section .pdf_area{
  position: relative;
  padding-left: 250px;
}

.common_pdf_section .pdf_book{
  position: absolute;
  transition-property: transform;
  transition-duration: 0.4s;
  left:0;
  bottom:-10px;
  width:208px;
}

@media(any-hover:hover){
  .common_pdf_section .pdf_book:hover{
    transform: scale(1.05);
    opacity: 1;
  }
}

.common_pdf_section .pdf_read_frame{
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.common_pdf_section .pdf_read{
  font-size: 14px;
  font-weight: 700;
}


/*
------------------------------------
企業検索結果セクション
------------------------------------
*/
.common_search_result_section{
  padding:90px 0 120px;
  background-color: #F0F8F9;
}

.common_search_result_section .result_count{
  font-size: 18px;
}

.common_search_result_section .common_company_list{
  margin-top: 16px;
}

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

body.top_body{

}

main.top_main{

}

.top_section{

}

.top_fv_section{
  position: relative;
  height:calc(100vh - 72px);
  min-height: 550px;
  max-height: 1080px;
}

.top_fv_section .fv_group_banner{
  position: absolute;
  width:240px;
  left:48px;
  top:20px;
  z-index: 3;
}

.top_fv_section .fv_bg{
  position: absolute;
  width:100%;
  height:100%;
}

.top_fv_section .fv_bg img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.top_fv_section .fv_head_area{
  position: absolute;
  bottom:96px;
  left:min(calc(146 / 1440 * 100vw) , calc(146 / 1440 * 1440px));
}

.top_fv_section .fv_head{
  color:#fff;
  font-size: 48px;
  font-weight: 900;
}

.top_fv_section .fv_head span{
  font-size: 90px;
}

.top_fv_section  svg.wave_svg{
  width:100%;
  /* transform:rotateX(180deg) rotateY(180deg) translate3d(0,0,100px); */
  position: absolute;
  left:0;
  z-index:6;
  height:100px;
  bottom:0;
}


.top_text_section{
  padding-top: 140px;
  padding-bottom: 170px;
}

.top_text_section .sec_title{
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  line-height: 1.67
}

.top_text_section .text{
  max-width: 630px;
  margin: 90px auto 0;
  text-align: center;
  font-weight: 700;
  line-height: 2.5;
}


.top_earth_section{

}

.top_earth_section .earch_img{
  display: flex;
  justify-content: center;
}

.top_earth_section .earch_img img{
  width:100%;
  min-width: 1500px;
}

main.top_main .top_section_list{
  position: relative;
  z-index: 1;
  margin-top: -20px;
  background-color: #F0F8F9;
  padding-bottom: 194px;
}

.top_about_section{

}

.top_about_section .about_list{
  margin-top: 148px;
}

.top_about_section .about_block{
  display: flex;
  min-height: 366px;
  position: relative;
}

.top_about_section .about_block + .about_block{
  margin-top: 140px;
}

.top_about_section .about_contents{
  width:50%;
  padding-top: 38px;
}

.top_about_section .about_title{
  
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

.top_about_section .about_title_en{
  font-size: 18px;
  line-height: 1.3;
  font-family: "Rajdhani", serif;
}

.top_about_section .about_title_ja{
  font-size: 28px;
  line-height: 1.3;
  margin-top: 8px;
}

.top_about_section .about_text{
  margin-top: 50px;
  font-weight: 500;
  line-height: 1.5;
}

.top_about_section .about_img{
  position: absolute;
  top:0;
  width:645px;
}

.top_about_section .about_link_frame{
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.top_about_section .about_link{
  width: fit-content;
  min-width: 234px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:4px 18px 4px 22px;
  border:3px solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 100px;
}

.top_about_section .about_link .radi{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_about_section .about_link .radi::after{
  content:'';
  width:11px;
  height:18px;
  background-image: url('../img/common/icon_angle_right_white.svg');
}

.top_about_section .about_block:nth-child(odd){
  justify-content: flex-end;
}
.top_about_section .about_block:nth-child(odd) .about_contents{
  padding-left: 30px;
}
.top_about_section .about_block:nth-child(odd) .about_img{
  right:calc(50% + 75px);
}
.top_about_section .about_block:nth-child(odd) .about_img img{
  border-radius: 0 32px 32px 0;
}

.top_about_section .about_block:nth-child(even){

}
.top_about_section .about_block:nth-child(even) .about_contents{
  padding-right: 30px;
}
.top_about_section .about_block:nth-child(even) .about_img{
  left:calc(50% + 75px);
}
.top_about_section .about_block:nth-child(even) .about_img img{
  border-radius: 32px 0 0 32px;
}


.top_about_section .about_block_kanagawa .about_title_en{
  color:#5BB92F;
}
.top_about_section .about_block_kanagawa .about_text{
  color:#5BB92F;
}
.top_about_section .about_block_kanagawa .about_link{
  border-color: #5BB92F;
}
.top_about_section .about_block_kanagawa .about_link .radi{
  background-color: #5BB92F;
}

.top_about_section .about_block_mie .about_title_en{
  color:#F8B940;
}
.top_about_section .about_block_mie .about_text{
  color:#F8B940;
}
.top_about_section .about_block_mie .about_link{
  border-color: #F8B940;
}
.top_about_section .about_block_mie .about_link .radi{
  background-color: #F8B940;
}

.top_about_section .about_block_hyogo .about_title_en{
  color:#A686BC;
}
.top_about_section .about_block_hyogo .about_text{
  color:#A686BC;
}
.top_about_section .about_block_hyogo .about_link{
  border-color: #A686BC;
}
.top_about_section .about_block_hyogo .about_link .radi{
  background-color: #A686BC;
}

.top_about_section .about_block_hiroshima .about_title_en{
  color:#00ABC8;
}
.top_about_section .about_block_hiroshima .about_text{
  color:#00ABC8;
}
.top_about_section .about_block_hiroshima .about_link{
  border-color: #00ABC8;
}
.top_about_section .about_block_hiroshima .about_link .radi{
  background-color: #00ABC8;
}

.top_about_section .about_block_okayama .about_title_en{
  color:#00ABC8;
}
.top_about_section .about_block_okayama .about_text{
  color:#00ABC8;
}
.top_about_section .about_block_okayama .about_link{
  border-color: #00ABC8;
}
.top_about_section .about_block_okayama .about_link .radi{
  background-color: #00ABC8;
}

.top_about_section .about_block_nagasaki .about_title_en{
  color:#ED8279;
}
.top_about_section .about_block_nagasaki .about_text{
  color:#ED8279;
}
.top_about_section .about_block_nagasaki .about_link{
  border-color: #ED8279;
}
.top_about_section .about_block_nagasaki .about_link .radi{
  background-color: #ED8279;
}

.top_about_section .about_block_oita .about_title_en{
  color:#ED8279;
}
.top_about_section .about_block_oita .about_text{
  color:#ED8279;
}
.top_about_section .about_block_oita .about_link{
  border-color: #ED8279;
}
.top_about_section .about_block_oita .about_link .radi{
  background-color: #ED8279;
}

.top_about_section .about_block_kumamoto .about_title_en{
  color:#ED8279;
}
.top_about_section .about_block_kumamoto .about_text{
  color:#ED8279;
}
.top_about_section .about_block_kumamoto .about_link{
  border-color: #ED8279;
}
.top_about_section .about_block_kumamoto .about_link .radi{
  background-color: #ED8279;
}


.top_about_section .movie_list{
  margin-top: 340px;
}

.top_about_section .movie_block{
  position: relative;
  max-width: 1010px;
  margin-inline: auto;
  border-radius: 0 8px 8px 8px;
  background-color: #40AFB6;
  padding:30px;
}

.top_about_section .movie_block + .movie_block{
  margin-top: 190px;
}


.top_about_section .movie_head{
  position: absolute;
  display: flex;
  /* justify-content: center; */
  align-items: flex-end;
  min-width: 393px;
  min-height: 70px;
  padding:4px 24px 8px 40px;
  border-radius: 8px 8px 0 0;
  background-color: #40AFB6;
  font-size: 24px;
  font-weight: 700;
  color:#fff;
  left:0;
  bottom:calc(100% - 8px);
}
.top_about_section .movie_frame{
  aspect-ratio: 1/0.5625;
}

.top_about_section .movie_frame iframe{
  display: block;
  width:100%;
  height:100%;
}



/*
------------------------------------
職業紹介
------------------------------------
*/

body.works_body{
  
}

main.works_main{

}

.works_section{

}

.works_link_section{
  padding-top: 106px;
}

.works_link_section .works_link_frame{
  max-width: 1280px;
  padding-inline: 20px;
  margin-inline: auto;
}

.works_link_section .works_link_list{
  display: flex;
  justify-content: space-between;
}

.works_link_section .works_link_list li{
  width:126px;
}

.works_link_section .works_link{
  display: block;
}

.works_link_section .works_link_thumb{
  aspect-ratio: 1/1;
} 

.works_link_section .works_link_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 50%;
}

.works_link_section .works_link_text{
  margin-top: 12px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;

}

.works_section_list{
  padding-top: 134px;
  padding-bottom: 252px;
}

.works_section_list .works_section + .works_section{
  padding-top: 140px;
}

.works_section .works_contents{
  padding-top: 96px;
}

.works_section .works_block{
  position: relative;
  
  
}

.works_section .works_block + .works_block{
  margin-top: 88px;
}

.works_section .works_block .works_num{
  position: absolute;
  left:0;
  bottom:calc(100% - 1px);
  min-width: 80px;
  min-height: 37px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding:3px 6px 0;
  border-radius: 10px 10px 0 0;
  font-family: "Rajdhani", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color:#fff;
}

.works_section .works_block .works_block_inner{
  border-radius: 0 30px 30px 30px;
  border:8px solid;
  padding:24px 32px;
  display: flex;
  align-items: center;
}

.works_section .works_block .works_left{
  flex-shrink: 0;
  margin-right: 15px;
}

.works_section .works_block .works_icon{
  width:200px;
}

.works_section .works_block .works_right{
  width:100%;
}

.works_section .works_block .works_title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.works_section .works_block .works_text{
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8;
}


.works01_section .works_block .works_block_inner{
  border-color: #5BB92F;
}
.works01_section .works_block .works_num{
  background-color: #5BB92F;
}

.works02_section .works_block .works_block_inner{
  border-color: #A585BB;
}
.works02_section .works_block .works_num{
  background-color: #A585BB;
}

.works03_section .works_block .works_block_inner{
  border-color: #ED8279;
}
.works03_section .works_block .works_num{
  background-color: #ED8279;
}

.works04_section .works_block .works_block_inner{
  border-color: #FF9DC7;
}
.works04_section .works_block .works_num{
  background-color: #FF9DC7;
}

.works05_section .works_block .works_block_inner{
  border-color: #00ABC8;
}
.works05_section .works_block .works_num{
  background-color: #00ABC8;
}

.works06_section .works_block .works_block_inner{
  border-color: #F8B940;
}
.works06_section .works_block .works_num{
  background-color: #F8B940;
}

.works07_section .works_block .works_block_inner{
  border-color: #4FB99F;
}
.works07_section .works_block .works_num{
  background-color: #4FB99F;
}

/*
------------------------------------
活躍する女性の声
------------------------------------
*/

body.interview_body{
  
}

main.interview_main{

}

.interview_section{

}

.interview_fv_section{
  position: relative;
  height:calc(100vh - 72px);
  min-height: 550px;
  max-height: 1080px;
}

.interview_fv_section .fv_bg{
  width:100%;
  height:100%;
}

.interview_fv_section .fv_bg img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.interview_fv_section .fv_text_area{
  position: absolute;
  z-index: 2;
  left:calc(177 / 1440 * 100%);
  bottom:153px;
  
}

.interview_fv_section .fv_text{
  font-size: 54px;
  color:#fff;
  font-weight: 700;
  line-height: 1.75;
}


.interview_book_section{
  padding-top: 100px;
}

.interview_book_section .book_slide_area{
  margin-top: 64px;
  padding-bottom: 96px;
  position: relative;
}

.interview_book_section .book_slide_area::after{
  content:'';
  position: absolute;
  width:100vw;
  height:calc(100% - 190px);
  background-color: #F0F8F9;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.interview_book_section .book_slide_inner{
  padding:0 50px;
}

.interview_book_section .book_swiper{
  overflow: hidden;
}

.interview_book_section .book_slide{
  width:288px;
  padding:0 40px;
}

.interview_book_section .book_card{
  display: block;
}

.interview_book_section .book_thumb{
  aspect-ratio: 1 / 1.42;
  transition-duration: 0.4s;
  transition-property: transform;
}

.interview_book_section .book_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.interview_book_section .book_read_frame{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.interview_book_section .book_nav{
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top:172px;
}

.interview_book_section .book_nav::after{
  content:'';
  width: 22px;
  height: 38px;
}

.interview_book_section .book_nav_prev{
  left:0;
}
.interview_book_section .book_nav_prev::after{
  background-image: url('../img/common/swiper_prev.svg');
}

.interview_book_section .book_nav_next{
  right:0;
}
.interview_book_section .book_nav_next::after{
  background-image: url('../img/common/swiper_next.svg');
}

.interview_book_section .book_read{
  font-size: 14px;
  font-weight: 700;
}

@media(any-hover:hover){
  .interview_book_section .book_card:hover{
    opacity: 1;
  }
  .interview_book_section .book_card:hover .book_thumb{
    transform: scale(1.05);
  }
}

.interview_book_section .book_pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap:16px 24px;
}

.interview_book_section .book_pagenation .swiper-pagination-bullet{
  width:12px;
  height:12px;
  opacity:1;
  background:#C4C4C4;
  transition-duration: 0.4s;
  border-radius: 50%;
  cursor: pointer;
}

.interview_book_section .book_pagenation .swiper-pagination-bullet:hover{
  background-color: #40AFB6;
}

.interview_book_section .book_pagenation .swiper-pagination-bullet-active{
  opacity:1;
  background-color: #40AFB6;
}

.interview_contents_section{
  padding-top: 160px;
  padding-bottom: 160px;
}

.interview_contents_section .interview_list{
  margin-top: 72px;
}

.interview_contents_section .interview_block + .interview_block{
  margin-top: 168px;
}

.interview_contents_section .interview_contents{
  background-color: #F0F8F9;
}

.interview_contents_section .interview_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.interview_contents_section .interview_flex01{
  display: flex;
  align-items: flex-end;
}

.interview_contents_section .interview_thumb01{
  flex-shrink: 0;
  width:590px;
  aspect-ratio: 1/0.67;
  margin-right: 28px;
}

.interview_contents_section .interview_info_area{
  width:100%;
  padding-right: 56px;
  padding-top: 24px;
}

.interview_contents_section .interview_title_set{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.interview_contents_section .interview_title_ja{
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.interview_contents_section .interview_title_border{
  width: 223px;
  height: 2px;
  margin-top: 10px;
}

.interview_contents_section .interview_title_en{
  font-family: "Rajdhani", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.18em;
}

.interview_contents_section .interview_prof{
  margin-top: 86px;
}

.interview_contents_section .interview_company{
  font-size: 11px;
  font-weight: 700;
}

.interview_contents_section .interview_name{
  margin-top: 4px;
  font-size: 27px;
  font-weight: 700;
}

.interview_contents_section .interview_job{
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.48;
}

.interview_contents_section .interview_flex02{
  margin-top: 76px;
  display: flex;
  align-items: flex-start;
}

.interview_contents_section .interview_text_area{
  width:100%;
  padding-left: 96px;
  padding-right: 88px;
}

.interview_contents_section .interview_question{
  font-size: 27px;
  font-weight: 700;
  line-height: 1.57;
}

.interview_contents_section .interview_answer{
  margin-top: 32px;
  font-size: 13.6px;
  font-weight: 500;
  line-height: 1.58;
}

.interview_contents_section .interview_thumb02{
  width:410px;
  aspect-ratio: 1/1.02;
  flex-shrink: 0;
}



.interview_contents_section .interview01_block .interview_title_set{
  color:#ED8179;
}
.interview_contents_section .interview01_block .interview_title_border{
  background-color: #ED8179;
}

.interview_contents_section .interview02_block .interview_title_set{
  color:#F1A4C5;
}
.interview_contents_section .interview02_block .interview_title_border{
  background-color: #F1A4C5;
}

.interview_contents_section .interview03_block .interview_title_set{
  color:#ED8179;
}
.interview_contents_section .interview03_block .interview_title_border{
  background-color: #ED8179;
}

.interview_contents_section .interview04_block .interview_title_set{
  color:#F7B73F;
}
.interview_contents_section .interview04_block .interview_title_border{
  background-color: #F7B73F;
}

.interview_contents_section .interview05_block .interview_title_set{
  color:#F7B73F;
}
.interview_contents_section .interview05_block .interview_title_border{
  background-color: #F7B73F;
}

/*
------------------------------------
企業情報詳細
------------------------------------
*/

body.company_body{
  
}

main.company_main{

}

.company_section_list{
  padding-bottom: 80px;
}

.company_section_list .company_sec_border{
  height:2px;
  background-color: #ccc;
  margin-top: 120px;
  max-width: 744px;
  margin-inline:auto;
}

.company_section{
  padding-top: 80px;
}

.company_section .company_green_head{
  position: relative;
  width: fit-content;
  padding: 15px 20px;
  margin: 0;
  background-color: #8fda71;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.company_section .company_green_head::before {
  position: absolute;
  top: 100%;
  left: 20%;
  border: 15px solid transparent;
  border-top: 15px solid #8fda71;
  content: '';
}

.company_section .company_green_head span{
  font-size: 22px;
}

.company_section .container{
  max-width: 744px;
  padding:0;
}


.company_fv_section{

}

.company_fv_section .company_fv_swiper{
  overflow: hidden;
}

.company_fv_section .company_fv_slide{
  width: 100%;
}

.company_fv_section .company_fv_card{
  aspect-ratio: 1/0.563;
}

.company_fv_section .company_fv_card img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.company_fv_section .company_fv_nation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap:8px;
  flex-wrap: wrap;
}

.company_fv_section .company_fv_nation .swiper-pagination-bullet{
  width:8px;
  height:8px;
  opacity:1;
  background:#ccc;
  transition-duration: 0.4s;
  border-radius: 50%;
  cursor: pointer;
}

.company_fv_section .company_fv_nation .swiper-pagination-bullet:hover{
  background-color: #3FAFB7;
}

.company_fv_section .company_fv_nation .swiper-pagination-bullet-active{
  opacity:1;
  background-color: #3FAFB7;
}


.company_head_section{

}

.company_head_section .company_name{
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}

.company_head_section .company_location{
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
}

.company_head_section .company_job_detail{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:12px;
  margin-inline: auto;
  width:fit-content;
  font-size: 12px;
  list-style: 1.3;
  padding: 0 16px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: 3px double #6790b9;
  color: #6790b9;
}

.company_head_section .company_catch{
  margin-top: 100px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

.company_head_section .company_youtube{
  margin-top: 48px;
  aspect-ratio: 1/0.5625;
}

.company_head_section .company_youtube iframe{
  width:100%;
  height:100%;
  display: block;
}

.company_about_section{

}

.company_about_section .company_about_head{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.company_about_section .company_about_head span{
  color:#6790b9;
  font-size: 30px;
}


.company_about_section .company_about_text{
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}

.company_info_section{

}

.company_info_section .company_info_img{
  margin-top: 60px;

}

.company_info_section .company_info_list{
  margin-top: 60px;
}

.company_info_section .company_info_block + .company_info_block{
  margin-top: 40px;
}

.company_info_section .company_info_head{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.company_info_section .company_info_text{
  font-size: 18px;
  line-height: 2;
  margin-top: 12px;
}

.company_info_section .company_sche_head{
  margin-top: 100px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-inline: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #6790b9;
}


.company_info_section .company_sche_head::before,
.company_info_section .company_sche_head::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.company_info_section .company_sche_head::before {
  border: 15px solid transparent;
  border-top: 15px solid #6790b9;
}

.company_info_section .company_sche_head::after {
  border: 14px solid transparent;
  border-top: 14px solid #fff;
}

.company_info_section .company_sche_table{
  margin-top: 30px;
  width: 100%;
  table-layout: auto;
}

.company_info_section .company_sche_table tr {
  display: table;
  width: 100%;
  float: none;
}

.company_info_section .company_sche_table tr:first-of-type {
  border-right: none;
  border-bottom: 1px solid #222;
}

.company_info_section .company_sche_table td {
  width: 100%;
  width: 80px;
  padding: 5px 0;
  float: none;
  text-align: center;
}

.company_challenge_section{

} 

.company_challenge_section .company_challenge_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:30px 0;
  margin-top: 60px;
}

.company_challenge_section .company_challenge_block{
  width:47.5%;
}

.company_challenge_section .company_challenge_img{
  aspect-ratio: 1/0.67;
}

.company_challenge_section .company_challenge_img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.company_challenge_section .company_challenge_head{
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.company_challenge_section .company_challenge_text{
  margin-top: 5px;
  font-size: 18px;
  line-height: 2;
}

.company_challenge_section .company_recommend_block {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: 6px;
  background: #fff3ea;
}

.company_challenge_section .company_recommend_head{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}


.company_challenge_section .company_recommend_list{
  margin-top: 24px;
}

.company_challenge_section .company_recommend_list li{
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.company_challenge_section .company_recommend_list li + li{
  margin-top: 10px;
}
.company_challenge_section .company_recommend_list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ed6d46;
  border-radius: 50%;
  content: '';
}

.company_gal_section{

}

.company_gal_section .company_gal_head{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.company_gal_section .company_gal_list{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.company_gal_section .company_gal_list .company_gal_item{
  aspect-ratio: 1/0.67;
}

.company_gal_section .company_gal_list .company_gal_item img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.company_section dl{
  margin-top: 40px;
  width: 100%;
}

.company_section dl .row {
  display: flex;
  width: 100%;
}

.company_section dl .row + .row{
  margin-top: 2px;
}

.company_section dl dt,
.company_section dl dd {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.43;
  vertical-align: middle;
}

.company_section dl dt {
  position: relative;
  display: flex;
  width: 100%;
  flex: 0 0 240px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.company_section dl dt::after {
  position: absolute;
  top: 50%;
  left: 100%;
  border: 10px solid transparent;
  content: '';
  transform: translateY(-50%);
}

.company_section dl dd {
  flex: 1;
  padding-left: 30px;
}

.company_recruit_section{

}

.company_recruit_section .company_recruit_head{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.company_recruit_section dl dt {
  background-color: #b7c2f1;
}

.company_recruit_section dl dt::after {
  border-left: 10px solid #b7c2f1;
}

.company_outline_section{

}

.company_outline_section .company_outline_head{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.company_outline_section dl dt {
  background-color: #52c2d0;
}

.company_outline_section dl dt::after {
  border-left: 10px solid #52c2d0;
}


.company_map_section{

}

.company_map_section .company_map{
  aspect-ratio: 1/0.6;
}

.company_map_section .company_map iframe{
  width:100%;
  height:100%;
  display: block;
}

/*
------------------------------------
企業を探す
------------------------------------
*/

body.search_body{
  
}

main.search_main{

}

.search_input_section{
  padding-top: 172px;
  padding-bottom: 80px;
}


.search_input_section .search_area{
  padding-top: 72px;
}

.search_input_section .search_block + .search_block{
  margin-top: 88px;
}

.search_input_section .search_label_flex{
  display: flex;
  align-items: flex-end;
}

.search_input_section .search_label{
  flex-shrink: 0;
  margin-right: 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.search_input_section .search_label_flex.border::after{
  content:'';
  width:100%;
  height:1px;
  background-color: #CACACA;
  margin-bottom: 6px;
}

.search_input_section .keyword_flex{
  display: flex;
  margin-top: 24px;
}

.search_input_section .keyword_frame{
  width:360px;
}

.search_input_section .keyword_frame input{
  width:100%;
  height:40px;
  padding:0 14px;
  border:1px solid #222;
  background-color: #fff;
  border-right:none;
  font-size: 18px;
  min-height: 100%;
  font-weight: 700;
}

.search_input_section .keyword_frame input::placeholder{
  color:#CCCCCC;
}

.search_input_section .keyword_button{
  width: 83px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #40AFB6;
  border:none;
  font-size: 18px;
  color:#fff;
  font-weight: 700;
  cursor: pointer;
}

.search_input_section .check_list{
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.search_input_section .check_item{
  cursor: pointer;

}

.search_input_section .check_item .check_block{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding:4px 12px;
  border:1px solid #40AFB6;
  font-size: 18px;
  font-weight: 500;
  list-style: 1.2;
}

.search_input_section .check_item input{
  display: none;
}

.search_input_section .check_item input:checked + .check_block{
  background-color: #40AFB6;
  color:#fff;
}

.search_input_section .job_check_list{
  gap:25px;
}

.search_input_section .job_check_list .check_block{
  min-width: 118px;
}

.search_input_section .prefecture_check_list{
  gap:20px;
}

.search_input_section .prefecture_check_list .check_block{
  min-width: 110px;
}

.search_input_section .search_angle{
  width:0;
  height:0;
  border-style:solid;
  border-width: 30px 30px 0 30px;
  border-color: #40AFB6 transparent transparent transparent;
  margin:80px auto 0;
}

.search_input_section .search_button{
  width: fit-content;
  min-width: 235px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #40AFB6;
  border:none;
  font-size: 18px;
  color:#fff;
  font-weight: 700;
  cursor: pointer;
  padding:6px;
  margin:24px auto 0;
}


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

body.contact_body{
  
}

main.contact_main{

}

.contact_section{
  padding-top: 172px;
  padding-bottom: 80px;
}

.contact_section .contact_text{
  text-align: center;
  margin-top: 40px;
}

.contact_section .form_frame{
  max-width: 730px;
  margin:60px auto 0;
}

.contact_section .form_line{

}

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

.contact_section .form_line .form_label{

}

.contact_section .form_line .form_label::after{
  margin-left: 3px;
  color: #ff0000;
  content: "*";
}

.contact_section .form_line .input_frame{
  margin-top: 8px;
}

.contact_section .form_line .input_frame input{
  height:40px;
  padding:0 8px;
  border: 1px solid rgb(202, 202, 202);
  background-color: #fff;
  width: 100%;
}

.contact_section .form_line .input_frame input::placeholder{
  color:#cacaca;
  font-weight: bold;
}

.contact_section .form_line .input_frame textarea{
  height:150px;
  padding:12px;
  border: 1px solid rgb(202, 202, 202);
  background-color: #fff;
  width: 100%;
}

.contact_section input[type="checkbox"],
.contact_section input[type="radio"]{
  display: inline;
}

.contact_section .wpcf7-list-item {
  margin:0;
}

.contact_section .form_line .radio_area{
  margin-top: 10px;
  margin-bottom: 24px;
}

.contact_section .form_line .radio_area .wpcf7-radio{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_section .form_line .radio_area .wpcf7-list-item {
  margin-top: 3px;
}

.contact_section .form_line .agree_label .wpcf7-list-item-label::after{
  margin-left: 3px;
  color: #ff0000;
  content: "*";
}


.contact_section .privacy_box{
  height: 150px;
  overflow-y: auto;
  text-align: justify;
  text-align-last: left;
  padding: 0.5em 1em;
  font-size: 12px;
  border: 1px solid rgb(202, 202, 202);
  margin-top: 10px;
  line-height: 1.5;
}

.contact_section .submit_area{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}



.contact_section .submit{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 50px;
  padding: 8px 15px;
  background-color: #40afb6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: opacity 0.4s;
  cursor: pointer;
  border:none;
}

@media(any-hover:hover){
  .contact_section .submit:hover{
    opacity: 0.6;
  }
}


/*
------------------------------------
造船のまち
------------------------------------
*/

body.town_body{
  
}

main.town_main{

}

.town_section{

}

.town_info_section{
  padding-top: 160px;
  padding-bottom: 96px;
}

.town_info_section .sub_title.kanagawa{
  color:#5BB92F;
}
.town_info_section .sub_title.mie{
  color:#F8B940;
}
.town_info_section .sub_title.hyogo{
  color:#A686BC;
}
.town_info_section .sub_title.hiroshima{
  color:#00ABC8;
}
.town_info_section .sub_title.okayama{
  color:#00ABC8;
}
.town_info_section .sub_title.nagasaki{
  color:#ED8279;
}
.town_info_section .sub_title.oita{
  color:#ED8279;
}
.town_info_section .sub_title.kumamoto{
  color:#ED8279;
}


.town_info_section .youtube_frame{
  aspect-ratio: 1/0.56;
  margin-top: 72px;
}

.town_info_section .youtube_frame iframe{
  width:100%;
  height:100%;
  display: block;
}

.town_info_section .town_text{
  max-width: 630px;
  margin:100px auto 0;
  text-align: center;
  font-weight: 700;
  line-height: 2.5;
}

.town_result_section{

} 

.town_result_section .town_company_head{
  color: #40AFB6;
  font-size: 24px;
  font-weight: 900;
}

.twon_pdf_section{
  margin-top: 186px;
}

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

body.page404_body{

}

main.page404_main{

}

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

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

.page404_section01 .p02{
  /* width: fit-content; */
  text-align: center;
  margin-top: 24px;

}