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

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

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

@media screen and (max-width: 767px) {
  #main_visual {
    height: 100vh;
  }
}

#main_visual .mv_logo {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45vw;
  z-index: 555;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#main_visual .mv_logo figure {
  margin: 0;
  text-align: center;
}

/******************************/
/* SLICK TOPのみ制御 */
/******************************/
.img_slider .slick-slide {
  width: 300px;
}

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

.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: 40px;
  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: 24px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  #top_contents01 h3 {
    font-size: 16px;
  }
}

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

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

#top_contents01 .flex_2c_side_over {
  background-color: #f2f2f2;
}

#top_contents01 .flex_2c_side_over li {
  margin-bottom: 5px;
}

#top_contents01 .flex_2c_side_over li:last-child {
  margin-bottom: 0;
}

/******************************/
/* 記事欄 */
/******************************/
#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: 0;
}

@media screen and (max-width: 767px) {
  #top_news .news_link_non_thum_list {
    position: static;
    margin-top: 2em;
    display: inline-block;
  }
}

/******************************/
/* コンテンツ欄*/
/******************************/
#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;
  }
}

/******************************/
/* 会社情報欄*/
/******************************/
#top_company .ttl01 .b_ttl {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #top_company .ttl01 .b_ttl {
    font-size: 16px;
  }
}

@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 .imgarea iframe {
  width: 100%;
  height: 100%;
}

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

#top_company .flex_2c .textarea .tel_area {
  font-size: 24px;
  line-height: 1;
}

#top_company .flex_2c .textarea .fax_area {
  font-size: 14px;
}

@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_1c .box {
  width: calc(100%);
  margin-bottom: 1px;
  aspect-ratio: 16 / 5;
}

@media screen and (max-width: 767px) {
  #top_banner .flex_1c .box {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 1px;
  }
}

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

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

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

#top_banner .flex_3c .box {
  width: calc((100% - 2px) / 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%;
    aspect-ratio: 16 / 9;
    margin: 0 0 1px;
  }
}

/******************************/
/* カラムボックス 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%;
  /*aspect-ratio: 16 / 5;*/
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_1c .box {
    aspect-ratio: 16 / 9;
  }
}

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

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

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_2c .box {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }
}

#top_column .top_column_c_list.flex_3c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list.flex_3c .box {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }
  #top_column .top_column_c_list.flex_3c .box:last-child {
    margin-bottom: 0;
  }
}

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

#top_column .top_column_c_list.flex_3c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@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;
  aspect-ratio: 3 / 2;
}

@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;
  aspect-ratio: 16 / 5;
}

@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;
  aspect-ratio: 7 / 3;
}

@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;
  aspect-ratio: 16 / 5;
}

@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;
  aspect-ratio: 3 / 2;
}

@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);
  aspect-ratio: 16 / 9;
}

@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 {
  position: relative;
  margin-bottom: 1px;
  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;
}

#top_column .top_column_c_list .box:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#top_column .top_column_c_list .box a {
  padding: 90px 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #top_column .top_column_c_list .box a {
    padding: 30px 15px;
  }
}

/******************************/
/* カスタム投稿」取得欄*/
/******************************/
#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 {
  margin: 0;
}

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

#top_select_post .img_slider .text_area {
  /*border: solid 1px #b4b4b4;*/
  padding: 25px 40px;
}

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

#top_select_post .img_slider .text_area .limit_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  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;
}

/******************************/
/* トップレイアウト（実績推し）*/
/******************************/
#top_news h2 {
  line-height: 1.5;
}

#top_column h2 {
  line-height: 1.5;
}

#top_column .lih_01 {
  line-height: 1;
}

#top_company .line_h150 {
  line-height: 1.5;
}

#top_company h2 {
  line-height: 1.5;
}

.home_standard #top_column h3 {
  line-height: 1.5;
}

.home_standard #top_select_post h2 {
  line-height: 1.5;
}

.home_standard #top_select_post .text_area .limit_text p {
  line-height: 1.5;
}

.home_achievement #top_company h2 {
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .home_achievement #top_company h2 {
    font-size: 16px;
  }
}

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