@charset "UTF-8";
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*

$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;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
figure {
  margin: 0;
}

/* -------------- */
/* TOP用見出し */
/* ------------- */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  /* 2026-08-17: SPは画面全高固定をやめ中身(動画70vh)に追従させる。
     スライダー時代の名残で100dvh固定だったが、動画MVに変更後は
     動画下に約244pxの空白が生じリード文までが間延びしていたため。 */
  #main_visual {
    height: auto;
  }
}

.mv_logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*height: 100%;*/
  /*width: 100%;*/
  top: 20vh;
  bottom: 0;
  right: 10%;
}

.mv_logo p {
  font-size: 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mv_logo p {
    font-size: 30px;
  }
  /* 2026-08-17: top:20vhは画面基準のため、MVを動画の高さ(70vh)に変更した結果
     縦書き15文字ぶんの高さが足りず2列に折り返していた。SPのみMV基準の割合に変更 */
  .mv_logo {
    top: 12%;
  }
}

.mv_logo .vertical_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.swiper-container .swiper-wrapper .swiper-slide.slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide.slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 100vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 50px;
  height: 2px;
  background-color: #646464;
  opacity: 1;
  outline: none;
  border-radius: initial;
}

@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/******************************/
/* コンテンツエリア */
/******************************/
#top_contents01 h3 {
  font-size: 16px;
}

/******************************/
/* 記事欄 */
/******************************/
#top_news .news_link_thum_list {
  position: absolute;
  top: 40px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  #top_news .news_link_thum_list {
    position: static;
  }
}

#top_news .news_link_non_thum_list {
  position: absolute;
  top: 40px;
  right: 60px;
}

@media screen and (max-width: 767px) {
  #top_news .news_link_non_thum_list {
    position: static;
  }
}

/******************************/
/* コンテンツ欄*/
/******************************/
#top_contents ul li a {
  padding: 40px;
  display: block;
}

#top_contents ul li a:hover {
  background-color: #ffffff66;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#top_contents .flex_3c .box {
  width: calc((100% - 3px) / 3);
  margin-right: 1px;
}

#top_contents .flex_3c .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #top_contents .flex_3c .box {
    width: 100%;
    margin: 0 0 1px;
  }
  #top_contents .flex_3c .box:last-child {
    margin-bottom: 0;
  }
}

/******************************/
/* 会社情報欄*/
/******************************/
@media screen and (max-width: 767px) {
  #top_company .flex_2c {
    display: block;
  }
}

#top_company .flex_2c .imgarea {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #top_company .flex_2c .imgarea {
    width: 100%;
    aspect-ratio: 3 / 2;
  }
}

#top_company .flex_2c .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #top_company .flex_2c .textarea {
    width: 100%;
    margin-left: 0;
    padding: 25px 0;
  }
}

#top_company .flex_2c .textarea h2 {
  font-size: 20px;
}

/******************************/
/* バナーエリア */
/******************************/
@media screen and (max-width: 767px) {
  #top_banner ul li:hover {
    opacity: 1;
  }
  #top_banner ul li:active {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

#top_banner ul li:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#top_banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#top_banner .flex_3c .box {
  width: calc((100% - 3px) / 3);
  margin-right: 1px;
}

#top_banner .flex_3c .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #top_banner .flex_3c .box {
    width: 100%;
    margin: 0 0 1px;
  }
  #top_banner .flex_3c .box:last-child {
    margin-bottom: 0;
  }
}

/******************************/
/* カラムボックス top_column*/
/******************************/
#top_column .top_column_c_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#top_column .top_column_c_list.flex_1c .box {
  width: 100%;
}

#top_column .top_column_c_list.flex_2c .box {
  width: calc((100% - 2px) / 2);
  margin-right: 1px;
}

#top_column .top_column_c_list.flex_2c .box:nth-child(2n) {
  margin-bottom: 0;
}

#top_column .top_column_c_list.flex_3c .box {
  width: calc((100% - 3px) / 3);
  margin-right: 1px;
}

#top_column .top_column_c_list.flex_3c .box:nth-child(3n) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_4b2row {
    display: block;
  }
}

#top_column .top_column_c_list.flex_4b2row .box {
  width: calc((100% - 3px) / 3);
  margin-right: 1px;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_4b2row .box {
    width: 100%;
    margin-right: 0;
  }
}

#top_column .top_column_c_list.flex_4b2row .box:nth-child(1), #top_column .top_column_c_list.flex_4b2row .box:nth-child(5) {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_5b3row {
    display: block;
  }
}

#top_column .top_column_c_list.flex_5b3row .box {
  width: calc((100% - 2px) / 2);
  margin-right: 1px;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_5b3row .box {
    width: 100%;
    margin-right: 0;
  }
}

#top_column .top_column_c_list.flex_5b3row .box:nth-child(1) {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_5b2row {
    display: block;
  }
}

#top_column .top_column_c_list.flex_5b2row .box {
  width: calc((100% - 3px) / 3);
  margin-right: 1px;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_5b2row .box {
    width: 100%;
    margin-right: 0;
  }
}

#top_column .top_column_c_list.flex_5b2row .box:nth-child(5) {
  margin-right: 0;
}

#top_column .top_column_c_list.flex_5b2row .box:nth-child(1), #top_column .top_column_c_list.flex_5b2row .box:nth-child(2) {
  width: calc((100% - 2px) / 2);
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_5b2row .box:nth-child(1), #top_column .top_column_c_list.flex_5b2row .box:nth-child(2) {
    width: 100%;
  }
}

#top_column .top_column_c_list.flex_5b2row .box:nth-child(1) {
  margin-right: 1px;
}

#top_column .top_column_c_list.flex_5b2row .box:nth-child(2) {
  margin-right: 0;
}

#top_column .top_column_c_list .box {
  padding: 40px;
  margin-bottom: 1px;
}

/******************************/
/* カスタム投稿」取得欄*/
/******************************/
#top_select_post .img_slider a:hover figure img {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #top_select_post .img_slider a:hover figure img {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #top_select_post .img_slider a:active figure img {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

#top_select_post .img_slider figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_select_post .img_slider .text_area {
  margin-bottom: 1em;
}

#top_select_post .img_slider .text_area h3 {
  font-size: 14px;
}

#top_select_post .img_slider .text_area .limit_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_select_post .img_slider .text_area .limit_text h1,
#top_select_post .img_slider .text_area .limit_text h2,
#top_select_post .img_slider .text_area .limit_text h3,
#top_select_post .img_slider .text_area .limit_text h4,
#top_select_post .img_slider .text_area .limit_text h5,
#top_select_post .img_slider .text_area .limit_text h6 {
  display: none;
}

#top_select_post button[type="button"] {
  background: none;
}

/******************************/
/* SEC01*/
/******************************/
#sec01 h2 {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #sec01 h2 {
    font-size: 18px;
  }
}

#sec01 p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #sec01 p {
    font-size: 14px;
  }
}

/******************************/
/* SEC02*/
/******************************/
@media screen and (max-width: 767px) {
  #sec02 .flex_2c {
    display: block;
  }
}

#sec02 .flex_2c .box {
  width: calc((100% - 2px) / 2);
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  #sec02 .flex_2c .box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#sec02 .flex_2c .box a img:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#sec02 .flex_2c .box:last-child {
  margin-right: 0;
}

#sec02 .sec02_txt_flex {
  background-color: #ddd;
  padding: 50px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*min-height: 300px;*/
}

@media screen and (max-width: 1280px) {
  #sec02 .sec02_txt_flex {
    position: relative;
    display: block;
    min-height: inherit;
  }
}

@media screen and (max-width: 1080px) {
  #sec02 .sec02_txt_flex {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 850px) {
  #sec02 .sec02_txt_flex {
    padding: 20px 15px;
  }
}

#sec02 .sec02_txt_flex .left_area {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1580px) {
  #sec02 .sec02_txt_flex .left_area {
    max-width: 210px;
  }
}

@media screen and (max-width: 1470px) {
  #sec02 .sec02_txt_flex .left_area {
    max-width: 200px;
  }
}

@media screen and (max-width: 1430px) {
  #sec02 .sec02_txt_flex .left_area {
    max-width: 160px;
  }
}

@media screen and (max-width: 1330px) {
  #sec02 .sec02_txt_flex .left_area {
    max-width: 130px;
  }
}

@media screen and (max-width: 1280px) {
  #sec02 .sec02_txt_flex .left_area {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}

#sec02 .sec02_txt_flex .left_area .ttl {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

#sec02 .sec02_txt_flex .left_area .sec02_ttl_bottom_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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sec02 .sec02_txt_flex .left_area .sec02_ttl_bottom_flex .big_ttl {
  font-size: 42px;
  line-height: 1.2;
}

#sec02 .sec02_txt_flex .left_area .sec02_ttl_bottom_flex .small_ttl {
  margin-top: 10px;
  font-size: 12px;
}

#sec02 .sec02_txt_flex .right_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1280px) {
  #sec02 .sec02_txt_flex .right_area {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .sec02_txt_flex .right_area {
    width: 100%;
  }
}

#sec02 .sec02_txt_flex .right_area p.txt {
  margin-bottom: 20px;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  #sec02 .sec02_txt_flex .right_area p.txt {
    height: 6.5em;
  }
}

@media screen and (max-width: 1080px) {
  #sec02 .sec02_txt_flex .right_area p.txt {
    height: auto;
  }
}

/******************************/
/* SEC03*/
/******************************/
#sec03 .main-catch {
  position: relative;
}

#sec03 .main-catch__video_pc {
  width: 80%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  overflow: hidden;
}

#sec03 .main-catch__video_sm {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  overflow: hidden;
}

/******************************/
/* SEC04*/
/******************************/
#sec04 h2 {
  font-size: 24px;
}

#sec04 .sec04_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #sec04 .sec04_flex {
    display: block;
  }
}

#sec04 .sec04_flex .imgbox {
  width: calc((100% - 2px) / 2);
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  #sec04 .sec04_flex .imgbox {
    width: 100%;
    margin-right: 0;
  }
}

#sec04 .sec04_flex .imgbox .img_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sec04 .sec04_flex .imgbox .img_layout li img {
  aspect-ratio: 3 / 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  #sec04 .sec04_flex .imgbox .img_layout li img {
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 767px) {
  #sec04 .sec04_flex .imgbox .img_layout li img {
    aspect-ratio: 3 / 2;
  }
}

#sec04 .sec04_flex .imgbox .img_layout li:nth-child(1) {
  width: 100%;
  margin-bottom: 2px;
}

#sec04 .sec04_flex .imgbox .img_layout li:nth-child(2), #sec04 .sec04_flex .imgbox .img_layout li:nth-child(3) {
  width: calc((100% - 2px) / 2);
}

@media screen and (max-width: 1080px) {
  #sec04 .sec04_flex .imgbox .img_layout li:nth-child(2) img, #sec04 .sec04_flex .imgbox .img_layout li:nth-child(3) img {
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 767px) {
  #sec04 .sec04_flex .imgbox .img_layout li:nth-child(2) img, #sec04 .sec04_flex .imgbox .img_layout li:nth-child(3) img {
    aspect-ratio: 3 / 2;
  }
}

#sec04 .sec04_flex .imgbox .img_layout li:nth-child(2) {
  margin-right: 2px;
}

#sec04 .sec04_flex .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 50px;
}

@media screen and (max-width: 1080px) {
  #sec04 .sec04_flex .textbox {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #sec04 .sec04_flex .textbox {
    width: 100%;
  }
}

#sec04 .sec04_flex .textbox ul.dt_list li {
  list-style: none;
}

#sec04 .sec04_flex .textbox ul.dt_list li:before {
  content: "・";
  margin-right: 5px;
}

#sec04 .sec04_flex .textbox .textarea {
  margin-right: calc((100vw - 1080px) / 2);
}

@media screen and (max-width: 1080px) {
  #sec04 .sec04_flex .textbox .textarea {
    margin-right: 0;
  }
}

/******************************/
/* SEC05*/
/******************************/
#sec05 .insta_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  grid-gap: 2px;
  grid-template-areas: "collage_img01 collage_img01 collage_img02 collage_img03 collage_img06 collage_img06 collage_img07"
 "collage_img01 collage_img01 collage_img04 collage_img05 collage_img06 collage_img06 collage_img08";
}

#sec05 .insta_list li:nth-child(1) {
  grid-area: collage_img01;
}

#sec05 .insta_list li:nth-child(2) {
  grid-area: collage_img02;
}

#sec05 .insta_list li:nth-child(3) {
  grid-area: collage_img03;
}

#sec05 .insta_list li:nth-child(4) {
  grid-area: collage_img04;
}

#sec05 .insta_list li:nth-child(5) {
  grid-area: collage_img05;
}

#sec05 .insta_list li:nth-child(6) {
  grid-area: collage_img06;
}

#sec05 .insta_list li:nth-child(7) {
  grid-area: collage_img07;
}

#sec05 .insta_list li:nth-child(8) {
  grid-area: collage_img08;
}

#sec05 .insta_list li a {
  display: block;
}

#sec05 .insta_list li a img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

#sec05 .insta_list li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

@media screen and (max-width: 767px) {
  #sec05 .insta_list li a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #sec05 .insta_list li a:active {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: block;
  }
}

/******************************/
/* SEC06*/
/******************************/
#sec06 h2 span {
  font-size: 14px;
}

#sec06 .access_box {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 80px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #sec06 .access_box {
    padding: 20px;
    display: block;
  }
}

#sec06 .access_box .imgbox {
  width: calc(100% / 2);
  background-size: cover;
  background-position: center;
}

#sec06 .access_box .imgbox iframe {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  #sec06 .access_box .imgbox {
    width: 100%;
  }
}

#sec06 .access_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  font-size: 14px;
  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;
}

@media screen and (max-width: 767px) {
  #sec06 .access_box .txtbox {
    padding: 20px 0;
    margin-left: 0;
  }
}

#sec06 .access_box .txtbox h2 {
  margin-bottom: 30px;
}

#sec06 .access_box .txtbox .txt_f12 {
  font-size: 12px;
}

/******************************/
/* SEC07*/
/******************************/
#sec07 {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #sec07 {
    max-width: 100%;
  }
}

#sec07 dl {
  margin-bottom: 20px;
}

#sec07 dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}

#sec07 dl dd {
  margin: 0;
}

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