@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 480px;
}

@media screen and (max-width: 1024px) {
  main section .page_head {
    max-height: inherit;
    height: 45dvw;
  }
}

main section.non_b_img {
  border-bottom: solid 10px #C7D8E9;
  margin-top: 100px;
  height: auto;
  display: block;
  padding-top: 0;
  max-height: inherit;
  border-top: none;
}

main section.non_b_img .page_title {
  margin: 0;
  color: #333;
  /*position: absolute;*/
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

main section.non_b_img .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #1473BA;
}

@media screen and (max-width: 767px) {
  main section.non_b_img .page_title .sv_ttl .eng_ttl {
    font-size: 16px;
  }
}

main section.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  main section.non_b_img .page_title .sv_ttl .jp_ttl {
    font-size: 18px;
  }
}

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 1280px) {
  main section .page_title {
    left: 5%;
  }
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #FEC945;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 1px #FF6000;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
  color: #FF6000;
}

.news_text_block .category_c a {
  background-color: #FF6000;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* ギャラリー */
/******************************/
/******************************/
/* 当社の特徴 */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
	padding: 50px 0 100px;
}

@media screen and (max-width: 767px) {
  .company .sec01 {
	  padding: 30px 0 50px;
  }
}

.company .sec02 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

.company .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 保証 */
/******************************/
.guarantee .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .guarantee .sec01 {
    padding: 0 0 50px;
  }
}

.guarantee .sec01 .sub_images_ul li img {
  width: 60%;
}

.guarantee .sec01 .green_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background-color: #F3F7F8;
  border: solid 3px #00B7BD;
  padding: 40px 50px;
}

@media screen and (max-width: 1024px) {
  .guarantee .sec01 .green_box {
    padding: 25px 5%;
  }
}

.guarantee .sec01 .green_box .layout_dl01 {
  border: none;
  padding: 0;
  margin: 0;
}

.guarantee .sec02 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guarantee .sec02 {
    padding: 50px 0;
  }
}

.guarantee .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guarantee .sec03 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .guarantee .sec03 .contents_wrap {
    padding: 0 10%;
  }
}

.guarantee .sec03 ol.inside li {
  list-style-type: auto;
  font-weight: 500;
  margin-bottom: 12.5px;
}

.guarantee .sec03 ol.inside li:last-child {
  margin-bottom: 0;
}

.guarantee .sec03 ol.inside li::marker {
  color: #066F7B;
}

/******************************/
/* GUIDE */
/******************************/
.guide .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 {
    padding: 0 0 50px;
  }
}

.guide .sec02 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec02 {
    padding: 50px 0;
  }
}

.guide .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec03 {
    padding: 50px 0;
  }
}

.guide .sec04 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec04 {
    padding: 50px 0;
  }
}

.guide .sec04 .wbox {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #00B7BD;
  padding: 40px 50px;
}

@media screen and (max-width: 1024px) {
  .guide .sec04 .wbox {
    padding: 25px 5%;
  }
}

.guide .sec04 .wbox .h3 {
  color: #066F7B;
}

@media screen and (max-width: 1024px) {
  .guide .sec04 .layout_c {
    display: block;
  }
  .guide .sec04 .layout_c li {
    width: 100%;
    margin-bottom: 15px;
  }
  .guide .sec04 .layout_c li:last-child {
    margin-bottom: 0;
  }
}

.guide .sec05 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* サービス（PAGE）　テンプレート */
/******************************/
.page-template-tmpl_service .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec01 {
    padding: 0 0 50px;
  }
}

.page-template-tmpl_service .sec01 .layout_a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 62/46;
}

.page-template-tmpl_service .sec02 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec02 {
    padding: 50px 0 0;
  }
}

.page-template-tmpl_service .sec02 .layout_a .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec02 .layout_a .imgbox {
    width: 100%;
  }
  .page-template-tmpl_service .sec02 .layout_a .imgbox figure {
    text-align: center;
  }
  .page-template-tmpl_service .sec02 .layout_a .imgbox figure img {
    width: 60%;
  }
}

.page-template-tmpl_service .sec02 .service_ttl {
  text-align: center;
  margin-bottom: 10px;
}

.page-template-tmpl_service .sec02 .service_ttl .jp_txt01 {
  font-size: 24px;
  font-weight: bold;
  color: #066F7B;
}

.page-template-tmpl_service .sec02 .service_ttl .jp_txt02 {
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec02 .service_ttl .jp_txt02 {
    font-size: 20px;
  }
}

.page-template-tmpl_service .sec02 .text_area_line {
  color: #00B7BD;
  font-weight: bold;
  border-top: solid 2px #00B7BD;
  border-bottom: solid 2px #00B7BD;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-tmpl_service .sec02 .text_area_line span {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec02 .text_area_line span {
    font-size: 16px;
  }
}

.page-template-tmpl_service .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec03 {
    padding: 50px 0;
  }
}

.page-template-tmpl_service .sec04 {
  position: relative;
}

.page-template-tmpl_service .sec05 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec05 {
    padding: 50px 0;
  }
}

.page-template-tmpl_service .sec05 .sub_images_ul li img {
  aspect-ratio: 38/25;
}

.page-template-tmpl_service .sec06 {
  position: relative;
  background-color: #F3F7F8;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_service .sec06 {
    padding: 50px 0;
  }
}

.page-template-tmpl_service .sec06 .faq_contents .accordion_one .accordion_header {
  background-color: #DBECF2;
  border: none;
}

.page-template-tmpl_service .sec06 .faq_contents .accordion_one .accordion_header:before {
  background-image: url(../images/icon/faq/faq_q_icon02.svg);
}

.page-template-tmpl_service .sec06 .faq_contents .accordion_one .accordion_header .i_box .one_i:after,
.page-template-tmpl_service .sec06 .faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  background-color: #066F7B;
}

.page-template-tmpl_service .sec06 .faq_contents .accordion_one .accordion_inner:before {
  display: none;
}

/******************************/
/* 採用 */
/******************************/
.recruit .sec01 {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .recruit .sec01 {
    padding-bottom: 50px;
  }
}

.recruit .sec02 .ttl02 .eng_txt {
  font-family: "Montserrat", serif;
  color: #FF6000;
  font-weight: bold;
}

.recruit .sec02 .ttl02 .jp_txt {
  font-size: 32px;
  font-weight: bold;
}

.recruit .sec02 .ttl02:after {
  display: none;
}

.recruit .sec02 .tbl_list01 li .tbl_ttl {
  background-color: #FFFCE9;
}

.recruit .sec02 .tbl_list01 li .tbl_body {
  background-color: #F3F7F8;
}

/******************************/
/* staff */
/******************************/
.staff .sec01 {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .staff .sec01 {
    padding-bottom: 50px;
  }
}

.staff .sec02 .layout_b .imgbox figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 6px #FFAD5B;
  border-radius: 0px 100px 0px 0px;
  overflow: hidden;
}

.staff .sec02 .layout_dl01 {
  border-bottom: solid 1px #ccc;
}

/******************************/
/* データでみる
 */
/******************************/
.data .sec01 {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .data .sec01 {
    padding-bottom: 50px;
  }
}

.data .sec02 .data_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}

.data .sec02 .data_box .ttl_area {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFAD5B;
  font-size: clamp(20px, 1.023rem + 0.97vw, 28px);
  text-align: center;
  padding: 12px 0;
}

.data .sec02 .data_box .inbox {
  text-align: center;
  padding: 40px 30px;
}

.data .sec02 .data_box .inbox .num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 140px;
  line-height: 1;
  color: #FF6000;
}

@media screen and (max-width: 1024px) {
  .data .sec02 .data_box .inbox .num {
    font-size: 80px;
  }
}

.data .sec02 .data_box .inbox .num span.txt01 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #000;
  margin-left: -25px;
}

@media screen and (max-width: 1024px) {
  .data .sec02 .data_box .inbox .num span.txt01 {
    font-size: 30px;
    margin-left: -10px;
  }
}

.data .sec02 .data_box .inbox .num span.txt01.ma_l_0 {
  margin-right: -25px;
}

@media screen and (max-width: 1024px) {
  .data .sec02 .data_box .inbox .num span.txt01.ma_l_0 {
    margin-right: -10px;
  }
}

/******************************/
/* 福利厚生・サポート体制
 */
/******************************/
.benefits .sec01 {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .benefits .sec01 {
    padding-bottom: 50px;
  }
}

.benefits .sec02 .positions_area .layout_b .imgbox {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .benefits .sec02 .positions_area .layout_b .imgbox {
    width: 100%;
  }
  .benefits .sec02 .positions_area .layout_b .imgbox figure {
    text-align: center;
  }
  .benefits .sec02 .positions_area .layout_b .imgbox figure img {
    width: 50%;
  }
}

.benefits .sec02 .positions_area .layout_b .txtbox {
  margin-left: 10px;
}

.benefits .sec02 .red_eagles_area h3 {
  text-align: center;
}

.benefits .sec02 .red_eagles_area h3 .f24 {
  border-bottom: solid 1px #CE0327;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .benefits .sec02 .red_eagles_area .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 20px;
  }
}

.benefits .sec02 .red_eagles_area .sub_images_ul li {
  width: calc(100% / 2 - 10px);
}

/******************************/
/* service */
/******************************/
/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
