@charset "UTF-8";
/*
TOPページ
-------------------------------*/
#top_wrap .main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_wrap .sec_01 {
  background-color: #F7F7F7;
  padding-bottom: 1.66666vw;
}

@media (max-width: 1800px) {
  #top_wrap .sec_01 {
    margin-top: 1vw;
  }
}

@media (max-width: 1700px) {
  #top_wrap .sec_01 {
    margin-top: 3vw;
  }
}

@media (max-width: 1400px) {
  #top_wrap .sec_01 {
    margin-top: 5vw;
  }
}

#top_wrap .sec_02 {
  position: relative;
  margin-top: 4.4444vw;
}

#top_wrap .sec_02 .temp_menu_01 .temp_menu_01_title_wrap {
  width: 100%;
  height: 11vw;
  max-height: none;
  position: relative;
}

#top_wrap .sec_02 .temp_menu_01 .temp_menu_01_inner,
#top_wrap .sec_02 .temp_menu_01 .temp_menu_01_text,
#top_wrap .sec_02 .btn_temp_01 {
  width: 75%;
}

#top_wrap .sec_02 .top_product_lineup {
  width: 50%;
  z-index: 1;
  margin-top: 7vw;
  padding-left: 0.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_wrap .sec_02 .top_product_lineup .product {
  position: relative;
  width: 38.888vw;
  height: 13.888vw;
  overflow: hidden;
}

#top_wrap .sec_02 .top_product_lineup .product img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#top_wrap .sec_02 .top_product_lineup .product .product_text {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 2vw;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_wrap .sec_02 .top_product_lineup .product a {
  display: block;
  width: 100%;
  height: 100%;
}

#top_wrap .sec_02 .top_product_lineup .product .product_text h2 {
  font-size: 2.2222vw;
  line-height: 1.2;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#top_wrap .sec_02 .top_product_lineup .product .product_text p {
  font-size: 0.94444vw;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#top_wrap .sec_02 .top_product_lineup .product a:hover img,
#top_wrap .sec_02 .top_product_lineup .product a:hover h2,
#top_wrap .sec_02 .top_product_lineup .product a:hover p {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/*
スマホ
*________________________*/
@media (max-width: 960px) {
  .main_container {
    height: 121.5625vw;
  }
  #top_wrap .sec_01 {
    padding-bottom: 8.125vw;
  }
  #top_wrap .sec_01 .temp_menu_01.sec1_right {
    margin-top: 10vw;
  }
  #top_wrap .sec_02 .temp_menu_01::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  #top_wrap .sec_02 .temp_menu_01_title_wrap {
    text-align: left;
  }
  #top_wrap .sec_02 .temp_menu_01 .temp_menu_01_inner,
  #top_wrap .sec_02 .temp_menu_01 .temp_menu_01_text,
  #top_wrap .sec_02 .btn_temp_01 {
    width: 90vw;
  }
  #top_wrap .sec_02 .temp_menu_01 .temp_menu_01_title_wrap {
    height: auto;
  }
  #top_wrap .sec_02 .top_product_lineup {
    width: 90vw;
    margin: 7vw auto 0;
    padding-left: 0;
  }
  #top_wrap .sec_02 .top_product_lineup .product {
    width: 90vw;
    height: 39.0625vw;
    overflow: hidden;
  }
  #top_wrap .sec_02 .top_product_lineup .product img {
    height: 100%;
  }
  #top_wrap .sec_02 .top_product_lineup .product .product_text h2 {
    font-size: 6.25vw;
  }
  #top_wrap .sec_02 .top_product_lineup .product .product_text p {
    font-size: 2.65625vw;
  }
}

/*
サブページ共通
-------------------------------*/
.subpage_wrap .main_container {
  height: 22.22222vw;
  max-height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 202, 198, 0.8)), color-stop(95%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(rgba(209, 202, 198, 0.8) 0%, rgba(255, 255, 255, 0.8) 95%);
}

.subpage_wrap .sec_01, .subpage_wrap .subpage_title {
  position: relative;
  z-index: 1;
}

.subpage_wrap .subpage_title {
  text-align: center;
  width: 100%;
}

.subpage_wrap .subpage_title h2 {
  font-size: 3.6111vw;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 4.444vw;
  letter-spacing: 0.06em;
}

.subpage_wrap .subpage_title h3 {
  font-size: 1.6666vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}

/*
プロダクトページ
-------------------------------*/
#products_wrap .sec_01 {
  width: 60vw;
  margin: 1.888vw auto 1.888vw;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#products_wrap .sec_01 .sec_01_img {
  width: 10vw;
  max-width: 120px;
  line-height: 0;
}

#products_wrap .sec_01 .sec_01_text p {
  font-size: 0.888vw;
  padding-left: 0.888vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.85;
  letter-spacing: 0.1em;
}

#products_wrap .sec_02_btn_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#products_wrap .sec_02_btn_wrap a {
  display: block;
  width: 30%;
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00AABE;
  box-sizing: border-box;
  border: 2px solid #00AABE;
  color: #ffffff;
  border-radius: 0.5vw;
  font-size: 1.1vw;
  padding: 0.25vw 0.8333vw;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  letter-spacing: 0.02em;
}

#products_wrap .sec_02_btn_wrap a span {
  padding-right: 0.833vw;
}

#products_wrap .sec_02_btn_wrap a:hover {
  background-color: #ffffff;
  color: #00AABE;
}

#products_wrap .sec_02_text {
  text-align: center;
  font-size: 1.222vw;
  margin-top: 1.5vw;
}

#products_wrap .sec_02_point_wrap {
  width: 55.55555555vw;
  max-width: 1000px;
  margin: 1.8333vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #00AABE;
  border-bottom: 2px solid #00AABE;
}

#products_wrap .sec_02_point_wrap .sec_02_point_title {
  width: 22.22222222vw;
  text-align: center;
}

#products_wrap .sec_02_point_wrap .sec_02_point_title p {
  font-size: 1.66666vw;
  color: #E60012;
  width: 55%;
  margin: 0 auto;
  border-bottom: 2px solid #E60012;
  line-height: 1.2;
}

#products_wrap .sec_02_point_wrap .sec_02_point {
  width: 33.33333333vw;
  padding: 1.4vw 0;
}

#products_wrap .sec_02_point_wrap .sec_02_point p {
  font-size: 1.6666vw;
  font-weight: bold;
  color: #00AABE;
  padding-bottom: 0.4vw;
  letter-spacing: 0.2em;
}

#products_wrap .sec_02_point_wrap .sec_02_point p:last-of-type {
  padding-bottom: 0;
}

#products_wrap .sec_03 {
  width: 77.7777vw;
  margin: 3.5vw auto 0;
  max-width: 1400px;
}

#products_wrap .sec_03 .sec_03_main_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 16.666vw;
  max-height: 300px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#F7F7F7), color-stop(50%, #F7F7F7), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #F7F7F7 0%, #F7F7F7 50%, #ffffff 50%, #ffffff 100%);
}

#products_wrap .sec_03 .sec_03_main_img img {
  position: absolute;
  width: 66.6666vw;
  max-width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#products_wrap .sec_03 .sec_03_main_img > .sec_03_main_img_title {
  z-index: 1;
  color: #00AABE;
  font-weight: bold;
}

#products_wrap .sec_03 .sec_03_main_img > .sec_03_main_img_title h3,
#products_wrap .sec_03 .sec_03_main_img > .sec_03_main_img_title p {
  font-size: 1.111vw;
  line-height: 1;
  letter-spacing: 0.18em;
}

#products_wrap .sec_03 .sec_03_main_img > .sec_03_main_img_title h2 {
  font-size: 2.38888vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#products_wrap .sec_03 .sec_03_main_content {
  width: 100%;
  background-color: #F7F7F7;
  padding-bottom: 4.4444vw;
}

#products_wrap .sec_03 .sec_03_main_content h2 {
  text-align: center;
  color: #E3BF6A;
  font-size: 1.666vw;
  padding-top: 1.666vw;
  font-weight: bold;
  letter-spacing: 0.18em;
}

#products_wrap .sec_03 .sec_03_flex_content_wrap {
  width: 66.6666vw;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#products_wrap .sec_03 .sec_03_flex_content_wrap .sec_03_flex_content {
  width: 47%;
}

#products_wrap .sec_03 .sec_03_flex_content_wrap .sec_03_flex_content h3 {
  font-size: 1.1111vw;
  font-weight: bold;
  padding-top: 1.666vw;
  letter-spacing: 0.18em;
}

#products_wrap .sec_03 .sec_03_flex_content_wrap .sec_03_flex_content p {
  font-size: 0.888vw;
  padding-top: 1.666vw;
  color: #595757;
}

#products_wrap .sec_03 .sec_03_trouble_img,
#products_wrap .sec_03 .sec_03_strength_img {
  width: 50vw;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1;
}

#products_wrap .sec_03 .sec_03_trouble_img {
  margin-top: 3vw;
}

#products_wrap .sec_03 .sec_03_strength_img {
  margin-top: 2.7vw;
}

#products_wrap .sec_03 .sec_03_bot_flex_content_wrap {
  width: 66.6666vw;
  max-width: 1200px;
  margin: 2.777vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#products_wrap .sec_03 .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content {
  width: 31.27vw;
  max-width: 563px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5555vw;
}

#products_wrap .sec_03 .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content h3 {
  font-size: 1.6666vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

#products_wrap .sec_03 .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content p {
  font-size: 0.88vw;
  margin: 1vw 0;
}

#products_wrap .sec_03.sec_03_other_bg .sec_03_main_content {
  background-color: #5A4F4A;
}

#products_wrap .sec_03.sec_03_other_bg .sec_03_main_img {
  background: -webkit-gradient(linear, left bottom, left top, from(#5A4F4A), color-stop(50%, #5A4F4A), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #5A4F4A 0%, #5A4F4A 50%, #ffffff 50%, #ffffff 100%);
}

#products_wrap .sec_03.sec_03_other_bg .sec_03_flex_content_wrap .sec_03_flex_content h3,
#products_wrap .sec_03.sec_03_other_bg .sec_03_flex_content_wrap .sec_03_flex_content p,
#products_wrap .sec_03.sec_03_other_bg .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content h3,
#products_wrap .sec_03.sec_03_other_bg .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content p {
  color: #ffffff;
}

#products_wrap .sec_03.sec_03_other_bg .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content {
  background-color: #7E7672;
}

#products_wrap .sec_03.border {
  border-bottom: 2px solid #231815;
}

#products_wrap .sec_03.border .sec_03_main_img {
  background: none;
}

#products_wrap .sec_03.border .sec_03_border {
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #231815;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

#products_wrap .sec_03.border .sec_03_main_img img {
  z-index: 1;
}

#products_wrap .sec_03.border .sec_03_main_content {
  background-color: #ffffff;
}

#products_wrap .sec_03.border .sec_03_main_content p {
  color: #595757;
  font-size: 0.888vw;
  width: 50vw;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 1.666vw;
}

#products_wrap .sec_04 {
  width: 77.7777vw;
  margin: 3.5vw auto 0;
  max-width: 1400px;
  position: relative;
}

#products_wrap .sec_04 img {
  width: 100%;
}

#products_wrap .sec_04 .btn_temp_02 {
  position: absolute;
  right: 6.6vw;
  bottom: 4.3vw;
}

/*
POSSIBILITYページ
-------------------------------*/
#possibility_wrap .sec_01 {
  text-align: center;
  width: 55.55vw;
  margin: 0 auto;
}

#possibility_wrap .sec_01 h3 {
  font-size: 1.333vw;
  font-weight: bold;
  margin-top: 1.388vw;
  letter-spacing: 0.14em;
}

#possibility_wrap .sec_01 p {
  margin-top: 0.555vw;
  font-size: 0.888vw;
  letter-spacing: 0.1em;
}

#possibility_wrap .sec_02 {
  width: 77.7777vw;
  margin: 0 auto 0;
  max-width: 1400px;
  background-color: #F7F8F8;
  text-align: center;
}

#possibility_wrap .sec_02 .sec_02_content_wrap h2 {
  font-size: 2.222vw;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 3.222vw;
  letter-spacing: 0.14em;
  letter-spacing: 0.1em;
}

#possibility_wrap .sec_02 .sec_02_content_wrap p {
  font-size: 1.111vw;
  font-weight: bold;
  line-height: 1.1;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_arrow {
  padding-top: 0.777vw;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex {
  width: 73.888vw;
  max-width: 1330px;
  margin: 1.666vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #281F1C;
  padding-bottom: 2.777vw;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block {
  width: 23.333vw;
  max-width: 420px;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block h3 {
  background-color: #281F1C;
  color: #ffffff;
  font-size: 1vw;
  padding: 1.1vw 0;
  letter-spacing: 0.1em;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block .sec_02_content_flex_block_img {
  line-height: 1;
}

#possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block .sec_02_content_flex_block_img img {
  width: 23.333vw;
  max-width: 420px;
}

#possibility_wrap .sec_02 .sec_02_content_wrap:last-of-type .sec_02_content_flex {
  border-bottom: none;
}

#possibility_wrap .page_bot_contact_sec {
  width: 77.7777vw;
  margin: 4.333vw auto 0;
  max-width: 1400px;
  background-color: #F7F8F8;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #231815;
  padding-bottom: 2.777vw;
}

#possibility_wrap .page_bot_contact_sec h2 {
  color: #00AABE;
  font-size: 3.6vw;
  line-height: 1.1;
  margin-top: 2.777vw;
  letter-spacing: 0.06em;
  font-weight: bold;
}

#possibility_wrap .page_bot_contact_sec h3 {
  font-size: 1.666vw;
  color: #00AABE;
  letter-spacing: 0.14em;
  font-weight: bold;
}

#possibility_wrap .page_bot_contact_sec p {
  font-size: 0.888vw;
  width: 55.555vw;
  margin: 1.3vw auto 1.9vw;
  letter-spacing: 0.1em;
}

/*
ABOUTページ
-------------------------------*/
#about_wrap .sec_01 {
  width: 100vw;
  max-width: 1800px;
  margin: -7.2vw auto 0;
  z-index: 1;
  position: relative;
}

#about_wrap .sec_01 .sec_01_flex_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.77vw 5% 0;
}

#about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text h2 {
  font-size: 1.94vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}

#about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text p {
  font-size: 1vw;
  margin-top: 1.38vw;
  letter-spacing: 0.04em;
}

#about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_img {
  line-height: 1;
  width: 60%;
}

#about_wrap .sec_02 .sec_02_flex_wrap {
  width: 77.77vw;
  max-width: 1400px;
  margin: 3.888vw auto 0;
  padding-top: 4.444vw;
  position: relative;
  clear: both;
  overflow: hidden;
}

#about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_img {
  width: 38.888vw;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 700px;
  z-index: 1;
}

#about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text {
  float: right;
  background-color: #F2F1F1;
  width: 52.777vw;
  margin-top: 4.444vw;
  padding: 3.333vw 2.777vw 2.777vw 16.666vw;
  max-width: 950px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text h2 {
  font-weight: bold;
  font-size: 1.444vw;
  letter-spacing: 0.14em;
}

#about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text p {
  font-size: 1vw;
  margin-top: 0.7vw;
  letter-spacing: 0.02em;
}

#about_wrap .sec_02 .sec_02_flex_wrap:last-of-type {
  margin-top: 2.777vw;
}

#about_wrap .sec_02 .sec_02_flex_wrap:last-of-type .sec_02_flex_wrap_text {
  float: left;
  padding: 3.333vw 16.666vw 2.777vw 2.777vw;
}

#about_wrap .sec_02 .sec_02_flex_wrap:last-of-type .sec_02_flex_wrap_img {
  right: 0;
  left: auto;
}

#about_wrap .sec_03 {
  margin-top: 11.111vw;
}

#about_wrap .sec_03 .sec_03_contents {
  width: 77.777vw;
  margin: 4.5vw auto 0;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
}

#about_wrap .sec_03 .sec_03_contents:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_img {
  width: 44.444vw;
  max-width: 800px;
  height: 37.777vw;
  max-height: 680px;
  overflow: hidden;
  line-height: 0;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

#about_wrap .sec_03 .sec_03_contents:last-of-type .sec_03_contents_img {
  height: 29.444vw;
  max-height: 530px;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text {
  width: 33.333vw;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.777vw 1.666vw 0;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h2,
#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h3 {
  text-align: center;
  font-weight: bold;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h2 {
  font-size: 1.944vw;
  letter-spacing: 0.14em;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h3 {
  font-size: 1.333vw;
  letter-spacing: 0.14em;
}

#about_wrap .sec_03 .sec_03_contents .sec_03_contents_text p {
  font-size: 0.95vw;
  margin-top: 0.833vw;
  letter-spacing: 0.05em;
  padding-bottom: 2.11111vw;
}

#about_wrap .sec_04 .sec_04_title {
  text-align: center;
  margin-top: 4.722vw;
}

#about_wrap .sec_04 .sec_04_title h2 {
  font-size: 1.944vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}

#about_wrap .sec_04 .sec_04_title h3 {
  font-size: 1.333vw;
  font-weight: bold;
  margin-top: 1.111vw;
  letter-spacing: 0.14em;
}

#about_wrap .sec_04 .sec_04_title p {
  font-size: 0.888vw;
  margin-top: 0.555vw;
  letter-spacing: 0.1em;
  text-align: center;
}

#about_wrap .sec_04 .sec_04_flex_wrap {
  width: 77.7777vw;
  margin: 3.5vw auto 0;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 4.444vw;
  border-bottom: 1px solid #231815;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents {
  width: 35.555vw;
  max-width: 640px;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents h2 {
  text-align: center;
  color: #231815;
  background-color: #F7F8F8;
  font-size: 1.444vw;
  padding: 1.44vw 0;
  font-weight: bold;
  letter-spacing: 0.18em;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_img {
  background-color: #E5E5E5;
  text-align: center;
  line-height: 0;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_img img {
  width: 19.111vw;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text {
  background-color: #F7F8F8;
  padding: 1.388vw 9.111vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.833vw;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex:last-of-type {
  padding-bottom: 0;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex p {
  font-size: 1vw;
  letter-spacing: 0.1em;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex p:first-of-type {
  width: 6.944vw;
}

#about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex p:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about_wrap .sec_05 .sec_05_title {
  text-align: center;
  margin-top: 4.722vw;
}

#about_wrap .sec_05 .sec_05_title h2 {
  font-size: 3.611vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#about_wrap .sec_05 .sec_05_title h3 {
  font-size: 1.333vw;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 0.14em;
}

#about_wrap .sec_05 .sec_05_title p {
  font-size: 0.888vw;
  margin-top: 0.555vw;
  letter-spacing: 0.1em;
}

#about_wrap .sec_05 .sec_05_content_flex {
  width: 77.7777vw;
  margin: 3.5vw auto 0;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content {
  width: 33.3333%;
  height: 10.777vw;
  max-width: 466px;
  max-height: 194px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content div {
  z-index: 1;
  position: relative;
  text-align: left;
  color: #ffffff;
  padding-left: 1.944vw;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content div h2 {
  font-size: 2.166vw;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content div p {
  letter-spacing: 0.18em;
  font-size: 0.888vw;
}

#about_wrap .sec_05 .sec_05_content_flex .sec_05_content a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

#about_wrap .sec_05 .sec_05_content_flex.sp_mode {
  display: none;
}

/*
COMPANYページ
-------------------------------*/
#company_wrap .sec_01 .sec_01_main_img {
  width: 77.7777vw;
  margin: -7.333vw auto 0;
  max-width: 1400px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

#company_wrap .sec_01 .sec_01_inner {
  width: 55.555vw;
  margin: 5vw auto 0;
  max-width: 1000px;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info {
  width: 100%;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info h2 {
  font-size: 1.388vw;
  font-weight: bold;
  border-bottom: 1px solid #C9CACA;
  padding: 0.97vw 0;
  letter-spacing: 0.08em;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C9CACA;
  padding: 0.97vw 0;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row p {
  font-size: 1.111vw;
  width: 100%;
  letter-spacing: 0.22em;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row p:first-of-type {
  font-weight: bold;
  width: 9.666vw;
}

#company_wrap .sec_01 .sec_01_inner .sec_01_info:last-of-type {
  margin-top: 3.333vw;
}

#company_wrap .sec_02 {
  width: 55.555vw;
  margin: 5.166vw auto 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 1.722vw 0;
}

#company_wrap .sec_02 .sec_02_title {
  width: 13.6vw;
  text-align: center;
}

#company_wrap .sec_02 .sec_02_title h2 {
  font-size: 1.444vw;
  font-weight: bold;
}

#company_wrap .sec_02 .sec_02_text {
  width: 41.955vw;
}

#company_wrap .sec_02 .sec_02_text p {
  font-size: 1.111vw;
  padding-bottom: 0.6vw;
  letter-spacing: 0.22em;
}

#company_wrap .sec_02 .sec_02_text p:last-of-type {
  padding-bottom: 0;
}

/*
CONTACT_JPページ
-------------------------------*/
#contact_wrap .main_container p {
  font-size: 0.88889vw;
  letter-spacing: 0.1em;
  margin-top: 1.33333vw;
}

#contact_wrap .sec_01 {
  width: 66.66667vw;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3vw 0;
}

#contact_wrap .sec_01 .sec_01_title {
  width: 19.88889vw;
  text-align: center;
}

#contact_wrap .sec_01 .sec_01_title h2 {
  font-size: 1.66667vw;
  line-height: 2.333;
  letter-spacing: 0.08em;
  font-weight: bold;
}

#contact_wrap .sec_01 .sec_01_text {
  width: 41.38889vw;
  max-width: 745px;
}

#contact_wrap .sec_01 .sec_01_text .tel_number_box:first-of-type {
  margin-bottom: 3.55556vw;
}

#contact_wrap .sec_01 .sec_01_text .tel_number_box h3 {
  font-size: 2.94444vw;
  letter-spacing: 0.14em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3vw;
}

#contact_wrap .sec_01 .sec_01_text .tel_number_box h3 span {
  font-size: 1.83333vw;
  vertical-align: middle;
}

#contact_wrap .sec_01 .sec_01_text .tel_number_box p span {
  background-color: #9FA0A0;
  color: #ffffff;
  font-size: 1vw;
  letter-spacing: 0.18em;
  padding: 0.2vw 0.4vw;
}

#contact_wrap .contact_form_sec {
  background-color: #F2F1F1;
  margin-top: 4.77778vw;
  padding-bottom: 3.55556vw;
}

#contact_wrap .contact_form_sec.no_mt {
  margin-top: -5vw;
  position: relative;
  z-index: 1;
}

#contact_wrap .contact_form_sec h2 {
  font-size: 3.16667vw;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-top: 3.05556vw;
}

#contact_wrap .contact_form_sec h2::after {
  content: "";
  position: absolute;
  width: 5.55556vw;
  height: 2px;
  background-color: #231815;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#contact_wrap .contact_form_sec .contact_form {
  width: 55.55556vw;
  max-width: 1000px;
  margin: 3.88889vw auto 0;
}

#contact_wrap .contact_form_sec .contact_form .form_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.22222vw;
}

#contact_wrap .contact_form_sec .contact_form .form_row .form_title {
  width: 16.66667vw;
  max-width: 300px;
}

#contact_wrap .contact_form_sec .contact_form .form_row .form_title p {
  font-weight: bold;
  font-size: 1.11111vw;
  letter-spacing: 0.22em;
}

#contact_wrap .contact_form_sec .contact_form .form_row .form_title p span {
  vertical-align: middle;
  font-size: 0.88889vw;
  color: #ffffff;
  background-color: #E60012;
  padding: 0 0.2vw;
  font-weight: normal;
}

#contact_wrap .contact_form_sec .contact_form .form_row .form_title p.sub_text {
  font-size: 0.77778vw;
  font-weight: normal;
}

#contact_wrap .contact_form_sec .contact_form .form_row .input_form {
  width: 38.88889vw;
  max-width: 700px;
}

#contact_wrap .contact_form_sec .contact_form .form_row .input_form input,
#contact_wrap .contact_form_sec .contact_form .form_row .input_form textarea {
  width: 100%;
  border: 1px solid #C9CACA;
  padding: 0.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.11111vw;
  letter-spacing: 0.22em;
}

#contact_wrap .contact_form_sec .contact_form .form_row .input_form p {
  font-size: 1.11111vw;
  letter-spacing: 0.22em;
}

#contact_wrap .contact_form_sec .contact_form .border {
  width: 100%;
  height: 2px;
  background-color: #231815;
}

#contact_wrap .contact_form_sec .contact_form button {
  display: block;
  width: 38.88889vw;
  margin: 2.94444vw auto 0;
  background-color: #534C4A;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.22em;
  border: 2px solid #C9CACA;
  font-size: 1.11111vw;
  font-weight: bold;
  padding: 0.74vw 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#contact_wrap .contact_form_sec .contact_form button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #534C4A;
}

#contact_wrap .contact_form .conf_text h2 {
  font-size: 1.94444vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}

#contact_wrap .contact_form .conf_text h2::after {
  width: 0;
}

#contact_wrap .contact_form .conf_text p {
  font-size: 1.11111vw;
  margin-top: 2.77778vw;
  letter-spacing: 0.1em;
}

#contact_wrap .contact_form_sec.contact_form_sec_en {
  margin-top: -5.55556vw;
  position: relative;
}

#contact_wrap .contact_form_sec.contact_form_sec_en h2 {
  font-size: 0.88889vw;
  position: relative;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding-top: 3.05556vw;
}

#contact_wrap .contact_form_sec.contact_form_sec_en h2::after {
  content: "";
  position: absolute;
  width: 0vw;
  height: 0;
  background-color: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 960px) {
  /*
    お問い合わせフォーム
    _________________________________*/
  .subpage_wrap .main_container {
    height: 58.90625vw;
    max-height: none;
  }
  .subpage_wrap .subpage_title {
    text-align: left;
    width: 90vw;
    margin: 0 auto;
  }
  .subpage_wrap .subpage_title h2 {
    font-size: 10.78125vw;
    padding-top: 9.375vw;
    letter-spacing: 0.06em;
  }
  .subpage_wrap .subpage_title p {
    font-size: 3.4375vw;
    margin-top: 5.46875vw;
    letter-spacing: 0.16em;
  }
  #contact_wrap .contact_form_sec .contact_form {
    width: 80vw;
    max-width: none;
    margin: 3.88889vw auto 0;
  }
  #contact_wrap .contact_form_sec h2 {
    font-size: 8.90625vw;
    letter-spacing: 0.06em;
    padding-top: 6.25vw;
  }
  #contact_wrap .contact_form_sec h2::after {
    width: 15.625vw;
  }
  #contact_wrap .contact_form .conf_text h2 {
    font-size: 5vw;
    letter-spacing: 0.14em;
  }
  #contact_wrap .contact_form .conf_text p {
    font-size: 3.28125vw;
    margin-top: 5.46875vw;
    letter-spacing: 0.14em;
    text-align: left;
    font-weight: bold;
  }
  #contact_wrap .contact_form_sec.no_mt {
    margin-top: -3.125vw;
  }
  #contact_wrap .contact_form_sec {
    padding-bottom: 12.5vw;
  }
  #contact_wrap .contact_form_sec.contact_form_sec_en h2 {
    font-size: 3.4375vw;
    letter-spacing: 0.16em;
    padding-top: 6.25vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.46875vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .form_title {
    width: 100%;
    max-width: none;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .form_title p {
    font-weight: bold;
    font-size: 3.90625vw;
    letter-spacing: 0.22em;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .form_title p span {
    font-size: 2.5vw;
    padding: 0 1.5vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .input_form {
    width: 100%;
    max-width: none;
    margin-top: 1.40625vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .input_form input,
  #contact_wrap .contact_form_sec .contact_form .form_row .input_form textarea {
    font-size: 3.4375vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .input_form input, #contact_wrap .contact_form_sec .contact_form .form_row .input_form textarea {
    border: 2px solid #C9CACA;
    padding: 1.2vw;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .form_title p.sub_text {
    font-size: 2.96875vw;
  }
  #contact_wrap .contact_form_sec .contact_form button {
    margin-top: 10.78125vw;
    width: 100%;
    font-size: 3.75vw;
    padding: 1.62vw 0;
    font-weight: bold;
  }
  #contact_wrap .contact_form_sec .contact_form .form_row .input_form p {
    font-size: 4.21875vw;
    letter-spacing: 0.14em;
    font-weight: bold;
    border-bottom: 2px solid #C9CACA;
    padding-bottom: 2.8125vw;
  }
  .subpage_wrap .subpage_title h3 {
    font-size: 5.3125vw;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  #contact_wrap .sec_01 {
    width: 90vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8.59375vw 0;
    margin-bottom: 9.375vw;
  }
  #contact_wrap .sec_01 .sec_01_title {
    width: 100%;
    text-align: left;
  }
  #contact_wrap .sec_01 .sec_01_text {
    width: 100%;
    max-width: none;
  }
  #contact_wrap .sec_01 .sec_01_title h2 {
    font-size: 5.3125vw;
    line-height: 2;
    margin-bottom: 3.90625vw;
  }
  #contact_wrap .sec_01 .sec_01_text .tel_number_box:first-of-type {
    margin-bottom: 7.8125vw;
  }
  #contact_wrap .sec_01 .sec_01_text .tel_number_box h3 {
    font-size: 7.5vw;
    margin-bottom: 2.34375vw;
  }
  #contact_wrap .sec_01 .sec_01_text .tel_number_box h3 span {
    font-size: 5.15625vw;
  }
  #contact_wrap .sec_01 .sec_01_text .tel_number_box p span {
    font-size: 2.8125vw;
    padding: 1vw 1.8vw;
  }
  #company_wrap .sec_01 .sec_01_main_img {
    width: 100%;
    margin: -23.4375vw auto 0;
    max-width: none;
  }
  #company_wrap .sec_01 .sec_01_inner {
    width: 90vw;
    margin: 5.46875vw auto 0;
    max-width: none;
  }
  #company_wrap .sec_01 .sec_01_inner .sec_01_info h2 {
    font-size: 4.84375vw;
    padding: 0.97vw 0;
  }
  #company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row p {
    font-size: 3.4375vw;
    width: 100%;
    letter-spacing: 0.22em;
  }
  #company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.34375vw 0;
  }
  #company_wrap .sec_01 .sec_01_inner .sec_01_info .sec_01_info_row p:first-of-type {
    font-weight: bold;
    width: 100%;
  }
  #company_wrap .sec_01 .sec_01_inner .sec_01_info:last-of-type {
    margin-top: 12.5vw;
  }
  #company_wrap .sec_02 {
    width: 90vw;
    margin: 18.75vw auto 0;
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.6875vw 0;
  }
  #company_wrap .sec_02 .sec_02_title {
    width: 100%;
    text-align: left;
  }
  #company_wrap .sec_02 .sec_02_title h2 {
    font-size: 4.375vw;
  }
  #company_wrap .sec_02 .sec_02_text {
    width: 100%;
    padding-top: 3.90625vw;
  }
  #company_wrap .sec_02 .sec_02_text p {
    font-size: 3.28125vw;
    padding-bottom: 2.34375vw;
    letter-spacing: 0.22em;
  }
  #about_wrap .sec_01 {
    width: 100vw;
    max-width: none;
    margin: -21.875vw auto 0;
  }
  #about_wrap .sec_01 .sec_01_flex_row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text {
    width: 90vw;
    margin: 0 auto;
    padding: 7.8125vw 0% 0;
  }
  #about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_img {
    width: 100%;
  }
  #about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text h2 {
    font-size: 5.46875vw;
  }
  #about_wrap .sec_01 .sec_01_flex_row .sec_01_flex_text p {
    font-size: 3.4375vw;
    margin-top: 6.25vw;
    letter-spacing: 0.04em;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap {
    width: 100%;
    max-width: none;
    margin: 12.5vw auto 0;
    padding-top: 0;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_img {
    width: 100%;
    position: static;
    max-width: none;
    line-height: 0;
    z-index: 1;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text {
    float: none;
    background-color: #F2F1F1;
    width: 100%;
    margin-top: 0;
    padding: 3.333vw 5vw 2.777vw;
    max-width: none;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text h2 {
    margin-top: 4.6875vw;
    font-size: 5.46875vw;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap .sec_02_flex_wrap_text p {
    font-size: 3.4375vw;
    margin-top: 4.6875vw;
    letter-spacing: 0.02em;
  }
  #about_wrap .sec_03 .sec_03_contents:last-of-type .sec_03_contents_img {
    height: 60.15625vw;
    max-height: none;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap:last-of-type .sec_02_flex_wrap_text {
    float: none;
    padding: 3.333vw 5vw 2.777vw;
  }
  #about_wrap .sec_02 .sec_02_flex_wrap:last-of-type {
    margin-top: 12.5vw;
  }
  #about_wrap .sec_03 {
    margin-top: 31.25vw;
  }
  #about_wrap .sec_03 .sec_03_contents {
    width: 90vw;
    margin: 11.71875vw auto 0;
    border-top: none;
    border-bottom: 3px solid #231815;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about_wrap .sec_03 .sec_03_contents .sec_03_contents_img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }
  #about_wrap .sec_03 .sec_03_contents .sec_03_contents_text {
    width: 100%;
    max-width: none;
    padding: 0;
    padding-bottom: 7.8125vw;
  }
  #about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h2 {
    font-size: 7.03125vw;
    color: #00A3A3;
    margin-top: 3.90625vw;
  }
  #about_wrap .sec_03 .sec_03_contents .sec_03_contents_text h3 {
    font-size: 5.46875vw;
  }
  #about_wrap .sec_03 .sec_03_contents .sec_03_contents_text p {
    font-size: 3.4375vw;
    margin-top: 3.90625vw;
  }
  #about_wrap .sec_04 .sec_04_title {
    width: 90vw;
    margin: 4.722vw auto 0;
  }
  #about_wrap .sec_04 .sec_04_title h2 {
    font-size: 7.03125vw;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #00A3A3;
  }
  #about_wrap .sec_04 .sec_04_title h3 {
    font-size: 5.46875vw;
  }
  #about_wrap .sec_04 .sec_04_title p {
    font-size: 3.4375vw;
    margin-top: 3.4375vw;
    letter-spacing: 0.16em;
    text-align: left;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap {
    width: 90vw;
    margin: 3.5vw auto 0;
    max-width: none;
    padding-bottom: 4.444vw;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents {
    width: 100%;
    max-width: none;
    border-bottom: 2px solid #231815;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents:last-of-type {
    margin-top: 3.90625vw;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_img img {
    width: 46.875vw;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents h2 {
    background-color: transparent;
    font-size: 4.0625vw;
    padding: 2.1875vw 0;
    font-weight: bold;
    letter-spacing: 0.14em;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text {
    background-color: transparent;
    padding: 3.125vw 0 4.6875vw;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex p {
    font-size: 3.4375vw;
    letter-spacing: 0.16em;
    font-weight: bold;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex p:first-of-type {
    width: 26.5625vw;
  }
  #about_wrap .sec_04 .sec_04_flex_wrap .sec_04_contents .sec_04_contents_text .sec_04_contents_text_flex {
    padding-bottom: 2.34375vw;
  }
  #about_wrap .sec_05 .sec_05_title {
    width: 90vw;
    text-align: center;
    margin: 11.71875vw auto 0;
    text-align: left;
  }
  #about_wrap .sec_05 .sec_05_title h2 {
    font-size: 7.03125vw;
    line-height: 1;
  }
  #about_wrap .sec_05 .sec_05_title h3 {
    font-size: 3.59375vw;
    line-height: 1.5;
  }
  #about_wrap .sec_05 .sec_05_title p {
    font-size: 3.4375vw;
  }
  #about_wrap .sec_05 .sec_05_content_flex.pc_mode {
    display: none;
  }
  #about_wrap .sec_05 .sec_05_content_flex.sp_mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin: 7.8125vw auto 0;
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about_wrap .sec_05 .sec_05_content_flex .sec_05_content {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  #about_wrap .sec_05 .sec_05_content_flex .sec_05_content img {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
  }
  #possibility_wrap .sec_01 {
    width: 90vw;
    text-align: left;
  }
  #possibility_wrap .sec_01 h3 {
    font-size: 4.53125vw;
    margin-top: 3.125vw;
  }
  #possibility_wrap .sec_01 p {
    margin-top: 1.5625vw;
    font-size: 3.4375vw;
    letter-spacing: 0.1em;
  }
  #possibility_wrap .sec_02 {
    width: 70vw;
    margin: 23.4375vw auto 0;
    max-width: 1400px;
    background-color: #ffffff;
    text-align: center;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap h2 {
    font-size: 7.8125vw;
    line-height: 1.1;
    padding-top: 7.8125vw;
    letter-spacing: 0.14em;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap p {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex {
    width: 70vw;
    max-width: none;
    margin: 1.666vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #281F1C;
    padding-bottom: 10.46875vw;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block {
    width: 100%;
    max-width: none;
    margin-top: 7.03125vw;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block .sec_02_content_flex_block_img {
    line-height: 0;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block .sec_02_content_flex_block_img img {
    width: 100%;
    max-width: none;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_flex .sec_02_content_flex_block h3 {
    background-color: #281F1C;
    color: #ffffff;
    font-size: 3.90625vw;
    padding: 0.3vw 0;
    letter-spacing: 0.1em;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_arrow img {
    width: 3.4375vw;
  }
  #possibility_wrap .sec_02 .sec_02_content_wrap .sec_02_content_arrow {
    padding-top: 0.777vw;
  }
  #possibility_wrap .page_bot_contact_sec {
    width: 90vw;
    margin: 4.333vw auto 0;
    max-width: none;
    background-color: #F7F8F8;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00AABE;
    padding-bottom: 7.8125vw;
  }
  #possibility_wrap .page_bot_contact_sec h2 {
    color: #00AABE;
    font-size: 10.15625vw;
    line-height: 1.1;
    margin-top: 7.8125vw;
    letter-spacing: 0.06em;
  }
  #possibility_wrap .page_bot_contact_sec h3 {
    font-size: 4.6875vw;
  }
  #possibility_wrap .page_bot_contact_sec p {
    font-size: 3.4375vw;
    width: 80.9375vw;
    margin: 1.3vw auto 4.6875vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #products_wrap {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
  }
  #products_wrap .main_container {
    height: 68.75vw;
    max-height: 68.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5vw;
  }
  #products_wrap .main_container .subpage_title_right {
    width: 18.75vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    padding-top: 10.9375vw;
  }
  #products_wrap .main_container .subpage_title_right img {
    width: 18.75vw;
    position: relative;
  }
  #products_wrap .main_container .subpage_title {
    width: 62.5vw;
    text-align: left;
  }
  #products_wrap .main_container .subpage_title h2 {
    font-size: 10.78125vw;
    padding-top: 9.375vw;
  }
  #products_wrap .main_container .subpage_title h3 {
    font-size: 5.3125vw;
  }
  #products_wrap .sec_01 {
    width: 90vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.888vw auto 0;
    max-width: 90vw;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #products_wrap .sec_01 .sec_01_text p {
    font-size: 3.4375vw;
    line-height: 5.3125vw;
    letter-spacing: 0.16em;
  }
  #products_wrap .sec_02 {
    width: 90vw;
    background-color: #fff;
    margin: 0 auto;
  }
  #products_wrap .sec_02 .sec_02_btn_wrap {
    width: 90vw;
    margin: 0 auto;
    display: block;
    margin-top: 1.09375vw;
  }
  #products_wrap .sec_02 .sec_02_btn_wrap a {
    display: block;
    font-weight: bold;
    width: 90vw;
    max-width: 90vw;
    margin-top: 3.59375vw;
    border-radius: 2.34375vw;
    font-size: 4.6875vw;
    padding: 1.5625vw 1.5625vw;
  }
  #products_wrap .sec_02 .sec_02_text {
    text-align: left;
    font-size: 3.4375vw;
    margin-top: 5.46875vw;
    letter-spacing: 0.16em;
  }
  #products_wrap .sec_02 .sec_02_point_wrap {
    width: 90vw;
    max-width: 90vw;
    margin: 5.46875vw auto 0;
    display: block;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    border-top: 2px solid #00AABE;
    border-bottom: 2px solid #00AABE;
  }
  #products_wrap .sec_02 .sec_02_point_wrap .sec_02_point_title {
    width: 90vw;
    text-align: left;
  }
  #products_wrap .sec_02 .sec_02_point_wrap .sec_02_point_title p {
    font-size: 5.9375vw;
    color: #00AABE;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.08em;
    border-bottom: 0px solid #00AABE;
    line-height: 1;
    margin: 3.28125vw auto 0;
  }
  #products_wrap .sec_02 .sec_02_point_wrap .sec_02_point {
    width: 90vw;
    padding: 2.8125vw 0;
    letter-spacing: 0.22em;
  }
  #products_wrap .sec_02 .sec_02_point_wrap .sec_02_point p {
    font-size: 4.6875vw;
    font-weight: bold;
    color: #006B7A;
    padding-bottom: 0vw;
    line-height: 6.875vw;
  }
  #products_wrap .sec_03 {
    width: 100%;
    margin: 9.53125vw auto 0;
    max-width: 100%;
    overflow: hidden;
  }
  #products_wrap .sec_03 .sec_03_main_img {
    height: 46.875vw;
    max-height: 46.875vw;
    overflow: hidden;
  }
  #products_wrap .sec_03 .sec_03_main_img img {
    width: 100%;
    max-width: 100%;
  }
  #products_wrap .sec_03 .sec_03_main_img .sec_03_main_img_title h2 {
    font-size: 7.8125vw;
    line-height: 9.53125vw;
    letter-spacing: 0.1em;
  }
  #products_wrap .sec_03 .sec_03_main_img .sec_03_main_img_title h3 {
    font-size: 4.21875vw;
    line-height: 4.21875vw;
    letter-spacing: 0.1em;
  }
  #products_wrap .sec_03 .sec_03_main_img .sec_03_main_img_title p {
    font-size: 4.21875vw;
    line-height: 4.21875vw;
    letter-spacing: 0.22em;
  }
  #products_wrap .sec_03 .sec_03_main_content {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 3.125vw;
  }
  #products_wrap .sec_03 .sec_03_main_content h2 {
    width: 90vw;
    display: block;
    margin: 0 auto 0;
    text-align: left;
    color: #E3BF6A;
    font-size: 4.53125vw;
    padding-top: 1.666vw;
    line-height: 7.03125vw;
    letter-spacing: 0.18em;
    font-weight: bold;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_flex_content_wrap {
    width: 90vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_flex_content_wrap .sec_03_flex_content {
    width: 100%;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_flex_content_wrap .sec_03_flex_content h3 {
    font-size: 3.90625vw;
    font-weight: bold;
    padding-top: 5.46875vw;
    letter-spacing: 0.18em;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_flex_content_wrap .sec_03_flex_content p {
    font-size: 3.4375vw;
    padding-top: 6.25vw;
    letter-spacing: 0.04em;
    color: #595757;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_trouble_img {
    width: 90vw;
    margin: 0 auto;
    margin-top: 8.4375vw;
    max-width: 900px;
    line-height: 1;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_strength_img {
    width: 90vw;
    margin: 0 auto;
    margin-top: 4.6875vw;
    max-width: 900px;
    line-height: 1;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_bot_flex_content_wrap {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto 0;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content {
    width: 90vw;
    max-width: 90vw;
    margin-top: 4.6875vw;
    background-color: #7E7672;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.90625vw;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content h3 {
    font-size: 4.53125vw;
    font-weight: bold;
    line-height: 7.26563vw;
    letter-spacing: 0.18em;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content p {
    font-size: 3.4375vw;
    line-height: 6.40625vw;
    margin: 1.5625vw 0;
    letter-spacing: 0.04em;
  }
  #products_wrap .sec_03 .sec_03_main_content .sec_03_bot_flex_content_wrap .sec_03_bot_flex_content .sec_03_bot_flex_content_img img {
    width: 100%;
  }
  #products_wrap .sec_03.sec_03_other_bg .sec_03_main_content .sec_03_flex_content_wrap .sec_03_flex_content p {
    color: #ffffff;
    padding-top: 0vw;
  }
  #products_wrap #item3 .sec_03_main_img {
    height: 39.0625vw;
    overflow: hidden;
  }
  #products_wrap #item3 .sec_03_main_content h2 {
    color: #000;
    font-weight: bold;
  }
  #products_wrap #item3 .sec_03_main_content p {
    width: 90vw;
    color: #595757;
    font-size: 3.4375vw;
    line-height: 6.40625vw;
    margin: 1.5625vw auto;
    letter-spacing: 0.04em;
  }
  #products_wrap .sec_03.border {
    border-bottom: 0px solid #231815;
  }
  #products_wrap .sec_03.border .sec_03_main_content .sec_03_trouble_img {
    padding-bottom: 10.9375vw;
    border-bottom: 0.3125vw solid #231815;
  }
  #products_wrap .sec_04 {
    width: 90vw;
    margin-top: 6.25vw;
    margin-bottom: 23.4375vw;
  }
  #products_wrap .sec_04 .btn_temp_02 a {
    font-size: 4.53125vw;
    padding: 1.5625vw 7.8125vw;
  }
  #products_wrap .sec_04 .btn_temp_02 {
    position: absolute;
    right: 8.59375vw;
    bottom: 6.25vw;
  }
}

@media (min-width: 1800px) {
  #products_wrap .sec_01 .sec_01_text p {
    font-size: 15px;
  }
  .subpage_wrap .subpage_title h2 {
    font-size: 65px;
    padding-top: 85px;
  }
  .subpage_wrap .subpage_title h3 {
    font-size: 30px;
  }
  #products_wrap .sec_01 {
    margin: 30px auto 30px;
  }
}
/*# sourceMappingURL=page_style.css.map */