@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=Aoboshi+One&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.contents_wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .contents_wrapper {
    padding-top: 20px;
  }
}

main section .page_head {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 450px;
  background-color: #ECF6DD;
  /*background-color: rgba(255, 255, 255, 0.8);*/
}

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

main section .page_head .sv_scrool {
  position: absolute;
  bottom: 38%;
  left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  font-size: 16px;
  color: #fff;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  main section .page_head .sv_scrool {
    left: calc(50px - 50px);
  }
}

main section .page_head .sv_scrool:before {
  position: absolute;
  top: 13px;
  left: 130%;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(150px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(150px, 0);
    transform: translate(150px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

main section .page_head .sv_scrool:after {
  position: absolute;
  top: 17px;
  left: 130%;
  content: '';
  height: 1px;
  width: 150px;
  background-color: #fff;
  z-index: 1;
}

main section .page_head .page_title {
  width: 90%;
  max-width: 1200px;
  margin-top: -100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  main section .page_head .page_title {
    bottom: inherit;
    top: 160px;
  }
}

main section .page_head .page_title.active .sv_ttl {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 1s 0.4s;
  transition: all 1s 0.4s;
}

main section .page_head .page_title .sv_ttl {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

@media screen and (max-width: 767px) {
  main section .page_head .page_title .sv_ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
  font-family: "Aoboshi One", serif;
  text-transform: uppercase;
}

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

main section .page_head .page_title .sv_ttl .jp_ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

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

.sec00.line01 .contents_wrap {
  border-bottom: dotted 2px #3FADE2;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.sec00.line02 {
  border-bottom: solid 1px #ccc;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 警告文 */
/******************************/
.caveat_flex {
  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;
  border: solid 3px #007E66;
  border-radius: 10px;
  background-color: #F1F2EA;
  padding: 30px 50px;
}

.caveat_flex .imgbox {
  width: 60px;
  margin-right: 40px;
}

.caveat_flex .txtbox {
  border-left: 3px solid #007E66;
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.caveat_flex .txtbox h3 {
  font-size: 17px;
  font-weight: bold;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.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;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* ABOUT US */
/******************************/
.about .grounp_flex li {
  padding: 0 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: solid 1px #B20001;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .about .grounp_flex li {
    display: block;
    margin-bottom: 30px;
    padding: 0 20px 30px;
  }
}

.about .grounp_flex li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about .grounp_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about .grounp_flex li:nth-child(even) .imgbox {
  max-width: 350px;
  width: 100%;
  margin-left: inherit;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .about .grounp_flex li:nth-child(even) .imgbox {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }
}

.about .grounp_flex li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about .grounp_flex li .imgbox {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .about .grounp_flex li .imgbox {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 3/2;
  }
}

.about .grounp_flex li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .about .grounp_flex li .imgbox img {
    aspect-ratio: 3/2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.about .grounp_flex li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about .grounp_flex li .txtbox figure {
  margin-bottom: 30px;
}

.about .grounp_flex li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

/******************************/
/* 会社案内
 */
/******************************/
.company .white_box {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.company .white_box h3 {
  font-family: "Aoboshi One", serif;
  font-size: 20px;
  color: #61B730;
}

.company .gleeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .company .gleeting_flex {
    display: block;
  }
}

.company .gleeting_flex .imgbox {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .company .gleeting_flex .imgbox {
    width: 100%;
  }
}

.company .gleeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 720/474;
}

.company .gleeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}

@media screen and (max-width: 1024px) {
  .company .gleeting_flex .txtbox {
    margin-right: 0;
  }
}

.company .gleeting_flex .txtbox .ttl02 .jp_ttl {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .company .gleeting_flex .txtbox .ttl02 .jp_ttl {
    font-size: 20px;
  }
}

.company .gleeting_flex .txtbox .named {
  text-align: right;
  margin-top: 40px;
  line-height: 1.8;
}

.company .gleeting_flex .txtbox .named span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

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

.company .company_gallery_flex li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .company_gallery_flex li:nth-child(2n) {
  margin-right: 0;
}

.company .company_gallery_flex li:nth-child(1) {
  margin-top: 0;
}

.company .company_gallery_flex li:nth-child(2) {
  margin-top: 0;
}

.company .company_gallery_flex li figure {
  margin-bottom: 10px;
}

.company .company_gallery_flex li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 390/300;
  border-radius: 10px;
}

.company .after_service .ttl10 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.company .after_service .after_list {
  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;
}

.company .after_service .after_list li {
  width: calc((100% - 40px) /3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .company .after_service .after_list li {
    width: calc((100% - 20px) /2);
  }
}

.company .after_service .after_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .company .after_service .after_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .company .after_service .after_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.company .after_service .after_list li:nth-child(1) {
  margin-top: 0;
}

.company .after_service .after_list li:nth-child(2) {
  margin-top: 0;
}

.company .after_service .after_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .company .after_service .after_list li:nth-child(3) {
    margin-top: auto;
  }
}

.company .after_service .after_list li a {
  display: block;
}

.company .after_service .after_list li a:hover {
  opacity: 0.7;
}

.company .after_service .after_list li a figure {
  margin-bottom: 5px;
}

.company .after_service .after_list li a p {
  text-align: center;
}

/******************************/
/* コンタクトフォーム */
/******************************/
.contact .contents_wrap {
  max-width: 1100px;
}

/******************************/
/* 404 */
/******************************/
/******************************/
/* recruit */
/******************************/
.recruit .sec01 {
  position: relative;
  background-color: #FFFCF3;
  padding: 80px 0;
}

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

.recruit .sec02 {
  position: relative;
  padding: 80px 0;
}

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

.recruit .sec03 {
  position: relative;
  background-color: #FFFCF3;
  padding: 80px 0;
}

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

.recruit .sec04 {
  position: relative;
  padding: 80px 0;
}

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

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

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

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

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

.guide .sec03 {
  position: relative;
  background-color: #FFF;
  padding: 80px 0;
}

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

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