@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-old {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
main section .page_head {
  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;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 520px;
}

main section .page_head.non_b_img {
  height: 400px;
  display: block;
  padding-top: 0;
  max-height: inherit;
  background-color: #fff;
  color: #fff;
}

main section .page_head.non_b_img .page_title {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  position: absolute;
  top: calc(35% + 50px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 1;
}

main section .page_head.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 .page_head.non_b_img .page_title .sv_ttl:before {
  background-image: url(../images/common/sv_logo01.svg);
  position: absolute;
  top: calc(50% - (300px / 2));
  left: calc(50% - (342px / 2));
  width: 342px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  color: #333;
}

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

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

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

main section .page_head .page_title {
  width: 100%;
  position: relative;
  z-index: 1;
}

main section .page_head .page_title .sv_ttl {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

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

main section .page_head .page_title .sv_ttl .jp_ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  main section .page_head {
    height: 250px;
  }
}

/******************************/
/* reforme */
/******************************/
.business .layout_a .imgbox img,
.business .layout_b .imgbox img,
.vision .layout_a .imgbox img,
.vision .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 650/450;
}

.business .ttl03,
.vision .ttl03 {
  border-left: solid 4px #010D1A;
}

.business .ttl03:before,
.vision .ttl03:before {
  background-color: #010D1A;
}

/******************************/
/* volunteer */
/******************************/
.volunteer .sec01 .outline_dl {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%;
  border-bottom: dotted 2px #010D1A;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.volunteer .sec01 .outline_dl dt {
  border-left: solid 5px #ccc;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.volunteer .sec01 .outline_dl dd {
  padding: 0 1.25em;
  font-size: 15px;
}

/******************************/
/* 記事 */
/******************************/
.news_text_block .category a {
  background-color: #333333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
}

.news_text_block h2 {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}

.single-gallery_post .category a:first-child {
  margin-top: 0;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
}

/******************************/
/* 投稿一覧　ページ */
/******************************/
@media screen and (max-width: 767px) {
  .c_list .thum_list {
    display: block;
  }
}

.c_list .thum_list li {
  width: calc((100% - 40px) /3);
  margin-right: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c_list .thum_list li {
    width: 100%;
    margin-right: 0;
  }
}

.c_list .thum_list li:nth-child(2n) {
  margin-right: auto;
}

.c_list .thum_list li:nth-child(3n) {
  margin-right: 0;
}

.c_list .thum_list li:nth-child(1) {
  margin-top: 0;
}

.c_list .thum_list li:nth-child(2) {
  margin-top: 0;
}

.c_list .thum_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c_list .thum_list li:nth-child(3) {
    margin-top: 30px;
  }
}

.c_list .thum_list li a figure {
  border: solid 1px #C9C9C9;
}

/******************************/
/* recruit　ページ */
/******************************/
.recruit .sec01 {
  padding: 0 0 50px;
}

.recruit .sec02 {
  padding: 50px 0 100px;
}

/******************************/
/* COMPANY 会社案内　ページ */
/******************************/
.company .tbl_list02 li .list_ttl,
.company .tbl_list02 li .list_body {
  padding-left: 20px;
}

.company .tbl_list02 li .list_ttl {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company .tbl_list02 li .list_ttl {
    width: 30%;
  }
}

.company .tbl_list02 li:before {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company .tbl_list02 li:before {
    width: 30%;
  }
}

.company .sec01 {
  padding: 0 0 100px;
}

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

.company .sec01 .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .company .sec01 .sec01_flex {
    display: block;
  }
}

.company .sec01 .sec01_flex .imgbox {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .company .sec01 .sec01_flex .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.company .sec01 .sec01_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .company .sec01 .sec01_flex .txtbox {
    margin-left: 0;
  }
}

.company .sec01 .sec01_flex .txtbox h3 {
  font-family: "Cormorant", serif;
}

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

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

.company .sec02 .company_box {
  background-color: #fff;
  border: solid 2px #CCCCCC;
  padding: 50px 100px;
}

@media screen and (max-width: 1024px) {
  .company .sec02 .company_box {
    padding: 20px 5%;
  }
}

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

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

.company .sec03 .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .company .sec03 .img_flex {
    gap: 10px;
  }
}

.company .sec03 .img_flex li {
  width: calc(100% / 2 - 10px);
}

@media screen and (max-width: 1024px) {
  .company .sec03 .img_flex li {
    width: calc(100% / 2 - 5px);
  }
}

.company .sec03 iframe {
  border-radius: 20px;
}

.company .sec03 .tbl_list02 li .list_ttl,
.company .sec03 .tbl_list02 li .list_body {
  padding-left: 20px;
}

.company .sec03 .tbl_list02 li .list_ttl {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company .sec03 .tbl_list02 li .list_ttl {
    width: 30%;
  }
}

.company .sec03 .tbl_list02 li:before {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company .sec03 .tbl_list02 li:before {
    width: 30%;
  }
}

/******************************/
/* CONTACT　ページ */
/******************************/
.contact .box {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.contact .contact_sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact .contact_sns_flex li.tel_area {
    width: 100%;
    text-align: center;
  }
}

.contact .contact_sns_flex li a {
  font-size: 30px;
}

.contact .contact_sns_flex li a:hover {
  opacity: 0.6;
}

.contact .contact_sns_flex li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}

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