@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.aoboshi-one {
  font-family: "Aoboshi One", serif;
  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 (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 (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 (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 (max-width: 1024px) {
  main section .page_head {
    max-height: inherit;
    height: 45dvw;
  }
}
main section .page_title {
  position: absolute;
  top: 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 (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: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-family: "Aoboshi One", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    margin-bottom: 5px;
  }
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.466rem + 1.21vw, 38px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

#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 #4BAF8C;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

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

/******************************/
/* ギャラリー */
/******************************/
/******************************/
/* service */
/******************************/
.service .sec00 {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .service .sec00 {
    padding-bottom: 30px;
  }
}
.service .sec01 {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .service .sec01 {
    padding-bottom: 50px;
  }
}
.service .sec01 .lead {
  position: relative;
  padding: 90px 0;
  background-image: url(../images/service/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .service .sec01 .lead {
    padding: 50px 0;
    margin-bottom: 30px;
  }
}

/******************************/
/* ABOUT US */
/******************************/
.about .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .about .sec01 {
    padding-bottom: 50px;
  }
}
.about .sec02 {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background-color: #F5FFFB;
}
@media (max-width: 1024px) {
  .about .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec00 {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .company .sec00 {
    margin-bottom: 50px;
  }
}
.company .sec00:before {
  content: "";
  display: inline-block;
  background-color: #F5FFFB;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.company .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}
@media (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;
}

/******************************/
/* ACHIEVEMENTS */
/******************************/
.achievements .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .achievements .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* one-day */
/******************************/
.one-day .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .one-day .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* staff */
/******************************/
.staff .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .staff .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* 採用 */
/******************************/
.recruit .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding-bottom: 50px;
  }
}

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