@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home header #menu-header-navi li a {
  color: #333;
  border-left: dotted 1px #333;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.home header.fixed .h-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home header.fixed #menu-header-navi li a {
  color: #333;
}

.home .header_drawer_toggle .gnav-trg span.line,
.home .header_drawer_toggle .gnav-trg::before,
.home .header_drawer_toggle .gnav-trg::after {
  background-color: #333;
}

.home .header_drawer_toggle.fixed .gnav-trg span.line,
.home .header_drawer_toggle.fixed .gnav-trg::before,
.home .header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #333;
}

.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  /*
  .swiper-slide-active .swiper-img,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomUp 4s linear 0s normal both;
  }*/
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
}

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

#main_visual .copy_text {
  width: 30%;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(55% - 0px);
  left: 31%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
	  top: calc(52% - 50px);
    left: 50%;
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  #main_visual .copy_text figure:last-child {
	  margin-top: 100px;
  }
}

@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

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

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh);
}

@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: 63vh;
  }
}

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

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

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

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

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

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

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* 実績 SLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}

.slick_slider .slick-slide:nth-child(even) img {
  position: relative;
  padding-top: 30px;
}

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

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media screen and (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .thum_list li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec01/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

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

.tp_sec01 .f58 {
	font-size: clamp(24px, 0.716rem + 3.88vw, 58px);
}

.tp_sec01 .f46 {
	font-size: clamp(18px, 0.602rem + 3.03vw, 46px);
}

.tp_sec01 .f38 {
  font-size: clamp(18px, 0.557rem + 2.42vw, 38px);
}

.tp_sec01:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/home/sec01/before_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 724px;
  height: 597px;
}

@media screen and (max-width: 1024px) {
  .tp_sec01:before {
    width: calc(724px / 2);
    height: calc(597px / 2);
  }
}

.tp_sec01:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/home/sec01/after_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 355px;
  height: 480px;
}

@media screen and (max-width: 1024px) {
  .tp_sec01:after {
    width: calc(355px / 2);
    height: calc(480px / 2);
  }
}

.tp_sec01 .box01,
.tp_sec01 .box02,
.tp_sec01 .box03,
.tp_sec01 .box04,
.tp_sec01 .box05 {
  position: relative;
  z-index: 2;
}

.tp_sec01 .box01 {
  padding: 230px 0 53px;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .box01 {
    padding: 12px 0 24px;
  }
}

.tp_sec01 .box02 {
  padding-bottom: 81px;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .box02 {
    padding-bottom: 33px;
  }
}

.tp_sec01 .box03 {
  padding-bottom: 90px;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .box03 {
    padding-bottom: 33px;
  }
}

.tp_sec01 .box04 {
  padding-bottom: 145px;
}

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

.tp_sec01 .box05 {
  padding-bottom: 138px;
}

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

.tp_sec02 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec02/sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.tp_sec02 figure {
  text-align: center;
}

.tp_sec03 {
  position: relative;
  z-index: 1;
}

.tp_sec03 .lead_bg {
  position: relative;
  background-image: url(../images/home/sec03/sec03_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 667px;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .lead_bg {
    height: 280px;
  }
}

.tp_sec03 .lead_bg .f42 {
  font-size: clamp(14px, 0.807rem + 2.42vw, 42px);
}

.tp_sec03 .lead_bg .f34 {
  font-size: clamp(14px, 0.307rem + 2.42vw, 34px);
}

.tp_sec03 .lead_bg .txtbox01 {
  position: absolute;
	top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .tp_sec03 .lead_bg .txtbox01 {
    width: 90%;
  }
}

.tp_sec03 .lead_bg .txtbox02 {
  position: absolute;
	bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
	color: #7E023C;
}

@media screen and (max-width: 1024px) {
  .tp_sec03 .lead_bg .txtbox02 {
    width: 90%;
  }
}

.tp_sec03 .box {
  position: relative;
  background-color: #FFF7D8;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .box {
    padding: 30px 0;
  }
}

.tp_sec04 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec04/sec04_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
}

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

.tp_sec04 .sec04_ttl {
  border-bottom: solid 2px #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.tp_sec04 .f48 {
  font-size: clamp(24px, 0.955rem + 2.73vw, 48px);
}

.tp_sec04 .f68 {
  font-size: clamp(34px, 1.352rem + 3.86vw, 68px);
}

.tp_sec04 .box01 .txtbox01 {
  background-color: #fff;
  padding: 20px;
  color: #AF000E;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
	font-size: clamp(20px, 0.886rem + 1.82vw, 36px);
}

@media screen and (max-width: 767px) {
  .tp_sec04 .box01 .txtbox01 {
    padding: 5px;
	  font-size: 18px;
  }
}

.tp_sec04 .box01 .layout_a {
  margin-right: auto;
}

.tp_sec04 .box01 .layout_b {
  margin-left: auto;
}

.tp_sec04 .box01 .layout_a,
.tp_sec04 .box01 .layout_b {
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .tp_sec04 .box01 .layout_a,
  .tp_sec04 .box01 .layout_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.tp_sec04 .box01 .layout_a .imgbox,
.tp_sec04 .box01 .layout_b .imgbox {
  width: 30%;
}

.tp_sec05 {
  padding: 80px 0;
  background-color: #FFF7D8;
  position: relative;
  z-index: 1;
}

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

.tp_sec06 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec06/sec06_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.tp_sec06 .sub_images_ul.cul2 {
  gap: 40px 70px;
}

.tp_sec06 .sub_images_ul.cul2 li {
  width: calc(100% / 2 - 35px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  padding: 40px 15px;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .sub_images_ul.cul2 li {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .tp_sec06 .sub_images_ul.cul2 li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #AF000E;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .imgbox {
  width: 110px;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .imgbox {
    width: 25%;
  }
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .imgbox figure {
  text-align: center;
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .txt_red02 {
  color: #AF000E;
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .f26 {
  font-size: clamp(14px, 1.114rem + 0.68vw, 26px);
}

.tp_sec06 .sub_images_ul.cul2 li .tp_sec06_ttl_flex .f38 {
  font-size: clamp(16px, 1.693rem + 0.91vw, 38px);
}

.tp_sec07 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec07/sec07_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

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

.tp_sec07 .sub_images_ul {
  gap: 30px 40px;
}

.tp_sec07 .sub_images_ul li {
  width: calc(100% / 3 - 29px);
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .sub_images_ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .tp_sec07 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec07 .sub_images_ul li .ttl {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#785858), to(#3C2C2C)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #785858 0%, #3C2C2C 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 30px 30px 0px 0px;
  padding: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.tp_sec07 .sub_images_ul li .box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .sub_images_ul li .box {
    padding: 25px 5%;
  }
}

.tp_sec08 {
  padding: 80px 0;
  background-color: #FFFCEF;
  position: relative;
  z-index: 1;
}

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

.tp_sec08 .h2 {
  color: #785858;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 1.591rem + 2.05vw, 50px);
}

@media screen and (max-width: 1024px) {
  .tp_sec08 .ttl_size {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tp_sec08 .arrow_area {
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  .tp_sec08 .arrow_area {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec08 .arrow_area img {
    width: 50%;
  }
}

.tp_sec09 {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec09 .box_bg {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  background-image: url(../images/home/sec09/box_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .tp_sec09 .box_bg {
    padding: 30px 0;
  }
}

.tp_sec09 .box_bg .layout_c li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tp_sec10 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec10/sec10_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.tp_sec10 .sub_images_ul.cul2 {
  gap: 40px 70px;
}

.tp_sec10 .sub_images_ul.cul2 .li {
  position: relative;
  width: calc(100% / 2 - 35px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #AF000E;
  border-radius: 10px;
  padding: 40px 30px;
}

@media screen and (max-width: 1024px) {
  .tp_sec10 .sub_images_ul.cul2 .li {
    width: 100%;
    padding: 25px 5%;
    margin-bottom: 30px;
  }
  .tp_sec10 .sub_images_ul.cul2 .li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec10 .sub_images_ul.cul2 .li .f26 {
	font-size: clamp(18px, 1.08rem + 0.73vw, 26px);
}

.tp_sec10 .sub_images_ul.cul2 .li .sec10_list li {
  width: 100%;
  color: #785858;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.tp_sec10 .sub_images_ul.cul2 .li .sec10_list li:last-child {
  margin-bottom: 0;
}

.tp_sec10 .sub_images_ul.cul2 .li .sec10_list li:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/list_icon01.svg);
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.tp_sec11 {
  padding: 80px 0;
  background-color: #FFFCD8;
  position: relative;
  z-index: 1;
}

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

.tp_sec11 .sub_images_ul {
  gap: 40px 60px;
}

.tp_sec11 .sub_images_ul li {
  width: calc(100% / 3 - 40px);
}

@media screen and (max-width: 1024px) {
  .tp_sec11 .sub_images_ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .tp_sec11 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec11 .sub_images_ul li .ttl05 {
  font-size: 20px;
  color: #785858;
}

.tp_sec12 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec12/sec12_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.tp_sec12:before {
  content: "";
  display: inline-block;
  background-image: url(../images/home/sec12/sec12_sozai.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 570px;
  height: 435px;
}

@media screen and (max-width: 1024px) {
  .tp_sec12:before {
    width: calc(570px / 2);
    height: calc(435px / 2);
  }
}

.tp_sec12 figure,
.tp_sec12 .sec12_list {
  position: relative;
  z-index: 2;
}

.tp_sec12 .sec12_list li {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B5000C), to(#750020)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B5000C 0%, #750020 100%) 0% 0% no-repeat padding-box;
	font-size: clamp(14px, 0.716rem + 1.21vw, 26px);
  padding: 20px;
  text-align: center;
  border-radius: 35px;
  margin-bottom: 15px;
}

.tp_sec12 .sec12_list li:last-child {
  margin-bottom: 0;
}

.tp_sec13 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec14 {
  position: relative;
  z-index: 1;
}

.tp_sec14 .lead_bg {
  position: relative;
  background-image: url(../images/home/sec14/sec14_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 192/44;
}

@media screen and (max-width: 1024px) {
  .tp_sec14 .lead_bg {
    aspect-ratio: 390/268;
  }
}

.tp_sec14 .lead_bg p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
	text-shadow: 0px 0px 6px #000000;
  width: 80%;
}

.tp_sec14 .f30 {
  font-size: clamp(14px, 0.511rem + 1.82vw, 30px);
  line-height: 2.6;
}

.tp_sec15 {
  padding: 80px 0;
  background-color: #FFFCEF;
  position: relative;
  z-index: 1;
}

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

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