@charset "UTF-8";
/* ==========================================================
Name:
  module.css

Description:
  サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
  汎用モジュールは、アルファベット降順(A->Z)に記述する
  ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
  ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
  margin
  hide
  module
  page
========================================================== */
/*indent parent -sp-
--------------------------------------------- */
/*indent children -sp-
--------------------------------------------- */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.keyvisual__image {
  height: 670px;
}

.keyvisual__image img {
  max-width: initial;
  max-width: auto;
  max-width: none;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.keyvisual__image-index {
  position: absolute;
  top: 56.91057vw;
  left: 50%;
  width: 44.14vw;
  max-width: 565px;
  height: 5.86vw;
  max-height: 75px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.keyvisual__image-index img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 738px) {
  .keyvisual__image-index {
    top: 56.91057vw;
    width: 75vw;
    max-width: 480 px;
    height: 10vw;
    max-height: 64px;
  }
}

@media screen and (max-width: 1280px) {
  .keyvisual__image img {
  }
}

.keyvisual__image-content {
  font-family: 'object-fit: cover;';

  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 738px) {
  .keyvisual__image-content {
  height: 100% !important;

  -o-object-fit: none;
  object-fit: none;
  }
}

.keyvisual__image-index {
  position: absolute;
  top: 375px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.keyvisual__text {
  position: absolute;
  top: 290px;
  left: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateX(-50%);
  -webkit-transform: none;
  transform: translateX(-50%);
  transform: none;
  line-height: 1.6;
}

.keyvisual__text--top {
  top: 470px;
  font-size: 1.5rem;
}

.keyvisual__text--shadow {
  text-shadow: 0px 1px 5px #000;
}

.keyvisual__title {
  position: absolute;
  top: 325px;
  left: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
  -webkit-transform: none;
  transform: translateX(-50%);
  transform: none;
}

.keyvisual__title--shadow {
  text-shadow: 0px 1px 5px #000;
}

.keyvisual__logo {
  position: absolute;
  top: 470px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.keyvisual__link {
  box-sizing: border-box;
  position: absolute;
  top: 570px;
  left: 50%;
  display: block;
  min-width: 250px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  white-space: nowrap;
  padding: 0 20px;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ie11 .keyvisual__link {
  padding-top: 6.5px;
}


@media screen and (max-width: 738px) {
  .keyvisual__link {
    min-width: 31.16531vw;
    font-size: 0.95238rem;
    line-height: 3;
  }
}

.keyvisual__link:hover {
  background-color: #006B9B;
}

.slider-keyvisual__list--2 .keyvisual__link:hover {
  background-color: #E3A000;
}

@media screen and (max-width: 738px) {
  .keyvisual {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  }
  .keyvisual__image {
  height: 104.69vw;
  }
  .keyvisual__image img {
  max-width: initial;
  max-width: auto;
  max-width: none;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: fill;
  object-fit: fill;
  }
  .keyvisual__image-index {
  position: absolute;
  top: 56.91057vw;
  left: 50%;
  width: 74.52575vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .keyvisual__text {
  position: absolute;
  top: 46.07046vw;
  left: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.14286rem;
  -webkit-transform: translateX(-50%);
  -webkit-transform: none;
  transform: translateX(-50%);
  transform: none;
  }
  .keyvisual__text--top {
  top: 71vw;
  width: 100%;
  font-size: 1.14286rem;
  }
  .keyvisual__title {
  position: absolute;
  top: 54.20054vw;
  left: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.90476rem;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
  -webkit-transform: none;
  transform: translateX(-50%);
  transform: none;
  }
  .keyvisual__logo {
  position: absolute;
  top: 73.17073vw;
  left: 50%;
  width: 24.39024vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .keyvisual__link {
  position: absolute;
  top: 85vw;
  left: 50%;
  display: block;
  min-width: 250px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .ie11 .keyvisual__link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .keyvisual__link {
  min-width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

/*  advantage
--------------------------------------------- */
.advantage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 25px 0;
  min-height: 825px;
  text-align: center;
}

.advantage--bg {
  background-color: #fff;
}

.advantage__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .advantage__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.advantage__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.advantage__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .advantage__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .advantage__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.advantage__title:before {
  display: none;
}

.advantage__text {
  padding: 40px 0;
  color: #006B9B;
}

.advantage__container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-top: 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.advantage__container-list-item {
	width: 30%;
}

.advantage__container-list-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2rem;
}

.advantage__container-list-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .advantage__container-list-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .advantage__container-list-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.advantage__container-list-title:before {
  width: 100px;
}

.advantage__container-list-title-small {
  font-size: 1.75rem;
}

.advantage__container-annotation {
  color: #E3A000;
  font-weight: bold;
}

@media screen and (max-width: 738px) {
  .advantage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13.55014vw 3.38753vw 0;
  height: auto;
  text-align: center;
  }
  .advantage--bg {
  background-color: #fff;
  }
  .advantage__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  }
}


@media screen and (max-width: 738px) and (max-width: 738px) {
  .advantage__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .advantage__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .advantage__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .advantage__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .advantage__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .advantage__title:before {
  display: none;
  }
  .advantage__text {
  padding: 5.42005vw 0;
  color: #006B9B;
  font-size: 2.71003vw;
		width: 52.84553vw;
  }
  .advantage__image {
  margin: 0 auto;
  }
  .advantage__image img {
  width: 100%;
  }
  .advantage__container-list {
  display: block;
  padding-top: 2.71003vw;
  }
  .advantage__container-list-item {
  padding-bottom: 13.55014vw;
		width: 52.84553vw;
		margin: 0 auto;
  }
  .advantage__container-list-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 5.42005vw;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.33333rem !important;
  }
  .advantage__container-list-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .advantage__container-list-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .advantage__container-list-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .advantage__container-list-title:before {
  width: 13.55014vw;
  }
  .advantage__container-list-title-small {
  font-size: 1.14286rem;
  }
  .advantage__container-list-text {
  line-height: 2.3;
  }
  .advantage__container-annotation {
  color: #E3A000;
  font-weight: bold;
  }
}

/*  nav
--------------------------------------------- */
.nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #fff;
}

@media screen and (max-width: 738px) {
  .nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.nav__list-item {
  position: relative;
  margin-bottom: 25px;
}

.nav__list-item:hover .nav__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .nav__list-item:hover .nav__list-item-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 12.19512vw 0;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #fff;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  }
  .nav__list-item {
  position: relative;
  margin-bottom: 4.74255vw;
  width: 42.00542vw;
  }
  .nav__list-item img {
  width: 100%;
  }
  .nav__list-item:hover .nav__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .nav__list-item:hover .nav__list-item-overlay {
  display: none;
  }
}

/*  news
--------------------------------------------- */
.news {
  background-color: #F0F0EA;
}

.news__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1280px;
  height: 720px;
  background-color: #F0F0EA;
}

.news__title {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 250px;
  height: 70px;
}

.news__list {
  margin: 0 auto;
  max-width: 1280px;
  height: 300px;
}

.news__list-item:hover .news__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .news__list-item:hover .news__list-item-overlay {
  display: none;
  }
}

.news__list-item a {
  position: relative;
  display: block;
}

.news__list-item a:before {
  position: absolute;
  top: 165px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.7);
  content: "";
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.news__list-title {
  position: absolute;
  top: 180px;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

.news__list-data {
  position: absolute;
  top: 235px;
  left: 10%;
  z-index: 2;
  color: #fff;
}

.news__link {
  display: block;
  margin: 60px auto 0;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 3.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .news__link {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .news__link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .news__link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .news {
  background-color: #F0F0EA;
  }
  .news__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 9.48509vw 0 14.90515vw;
  max-width: 1280px;
  height: auto;
  background-color: #F0F0EA;
  }
  .news__title {
  margin: 0 auto;
  padding-bottom: 8.13008vw;
  width: 31.16531vw;
  height: 8.13008vw;
  }
  .news__list {
  height: auto;
  }
  .news__list-item {
  position: relative;
  }
  .news__list-item:before {
  position: absolute;
  top: 14.90515vw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.7);
  content: "";
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .news__list-item:hover .news__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .news__list-item:hover .news__list-item-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .news__list-title {
  position: absolute;
  top: 16.26016vw;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 0.95238rem;
  }
  .news__list-data {
  display: none;
  }
  .news__link {
  display: block;
  margin: 60px auto 0;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 3.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .ie11 .news__link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .news__link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .news__link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .news__link {
  margin-top: 6.77507vw;
  line-height: 3.5;
  }
}

/*  page-nav
--------------------------------------------- */
.page-nav {
  position: relative;
  width: 100%;
  background-color: #006B9B;
}

.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}

.page-nav__list--one {
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.page-nav__list-item {
  position: relative;
  position: relative;
  z-index: 2;
  width: 33.33%;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 6.5;
  cursor: pointer;
  -webkit-transition: background-color 0.8s;
  -webkit-transition: opacity 300ms;
  transition: background-color 0.8s;
  transition: opacity 300ms;
  transition: background-color 0.8s;
}

.page-nav__list-item:hover {
  opacity: 0.8;
}

.page-nav__list-item:hover {
  background-color: #4E97BA;
}

.page-nav__list-item--active {
  background-color: #E3A000;
}

.page-nav__list-item--active:before {
  position: absolute;
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 25px 35px 0 35px;
  border-style: solid;
  border-color: #E3A000 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-nav__list-item--active:hover {
  background-color: #E3A000;
  opacity: 1;
}

.page-nav__list-item-image {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 70px;
  height: 70px;
}

.page-nav__list-item-text {
  position: relative;
  left: 32px;
}

@media screen and (max-width: 738px) {
  .page-nav {
  position: relative;
  width: 100%;
  background-color: #006B9B;
  }
  .page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  }
  .page-nav__list--one {
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
  }
  .page-nav__list-item {
  position: relative;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 33.33%;
  height: 20.3252vw;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.95238rem;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: background-color 0.8s;
  -webkit-transition: opacity 300ms;
  transition: background-color 0.8s;
  transition: opacity 300ms;
  transition: background-color 0.8s;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  }
  .page-nav__list-item:hover {
  opacity: 0.8;
  }
  .page-nav__list-item:hover {
  background-color: #4E97BA;
  }
  .page-nav__list-item--active {
  background-color: #E3A000;
  }
  .page-nav__list-item--active:before {
  position: absolute;
  position: absolute;
  bottom: -3.25203vw;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 3.38753vw 4.74255vw 0 4.74255vw;
  border-style: solid;
  border-color: #E3A000 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .page-nav__list-item--active:hover {
  background-color: #E3A000;
  opacity: 1;
  }
  .page-nav__list-item-image {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 70px;
  height: 70px;
  }
  .page-nav__list-item-text {
  position: static;
  }
}

/*  tab-block-wrapper
--------------------------------------------- */
.tab-block-wrapper {
  position: relative;
}

/*  Tab block
--------------------------------------------- */
.tab-block {
  position: relative;
  z-index: 0;
  visibility: visible;
}

.tab-block--none {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*  checkbox
--------------------------------------------- */
.checkbox {
  visibility: hidden;
  width: 0;
}

.checkbox__icon {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid #404040;
  background-color: #fff;
}

@media screen and (min-width: 739px) {
  .checkbox__icon:hover {
  border: 4px solid #006B9B;
  }
}

@media screen and (max-width: 738px) {
  .checkbox__icon {
  width: 8.13008vw;
  height: 8.13008vw;
  }
}

.checkbox:checked ~ .checkbox__icon {
  background: url(../img/common/icon_check.svg) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 29px 25px;
}

@media screen and (max-width: 738px) {
  .checkbox:checked ~ .checkbox__icon {
  background-size: 3.92954vw 3.38753vw;
  }
}

/*  mfp_element_button
--------------------------------------------- */
.mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 20px auto;
  width: 550px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 738px) {
  .mfp_buttons {
  margin: 5.42005vw atuo;
  width: 74.52575vw;
  }
}

.mfp_element_button {
  display: block;
  width: 250px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
}

.ie11 .mfp_element_button {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .mfp_element_button {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

#mfp_button_cancel {
  background-color: #006B9B;
  color: #fff;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (min-width: 739px) {
  #mfp_button_cancel:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

#mfp_button_send {
  background-color: #E3A000;
  color: #fff;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (min-width: 739px) {
  #mfp_button_send:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.ipad #colorbox {
  left: 15% !important;
}

/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   Print
--------------------------------------------- */
@media print {
  .modalOpen {
  min-width: initial;
  min-width: auto;
  min-width: none;
  }
  .modalOpen #cboxOverlay,
  .modalOpen #cboxMiddleLeft,
  .modalOpen #cboxMiddleRight,
  .modalOpen .header,
  .modalOpen .wrapper,
  .modalOpen .footer,
  .modalOpen .print__close,
  .modalOpen .print__body-print-btn {
  display: none !important;
  }
  .modalOpen #colorbox,
  .modalOpen #cboxWrapper,
  .modalOpen #cboxContent,
  .modalOpen #cboxLoadedContent {
  position: static !important;
  margin: 0 auto;
  height: auto !important;
  }
}

.print {
  display: none;
}

.print__inner {
  margin: 0 auto;
  padding: 100px;
  max-width: 840px;
}

@media print {
  .print__inner {
  padding: 0;
  }
}

.print__head {
  position: relative;
}

.print__head-title {
  margin: 0 auto;
  margin-bottom: 60px;
  padding-bottom: 5px;
  width: 100px;
  border-bottom: 2px solid #404040;
  font-size: 1.25rem;
}

.print__head-data {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
}

.print__head-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.print__head-name {
  border-bottom: 2px solid #404040;
  text-align: left;
  font-size: 1.25rem;
}

.print__head-name-title {
  font-weight: bold;
}

.print__head-address-text {
  text-align: left;
  font-size: 1rem;
}

.print__head-address-annotation {
  margin: 40px 0;
  padding: 25px;
  border: 1px solid #404040;
  font-size: 1rem;
}

.print__body-title {
  margin-bottom: 10px;
  background-color: #404040;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5;
}

.print__body-container {
  padding-bottom: 30px;
}

.print__body-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0 15px;
  background-color: #D9D9D9;
  line-height: 2.5;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.print__body-info--total {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 15px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.print__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.print__body-list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-right: 10px;
  padding: 0 15px;
  width: calc(100% / 3 - 10px);
  border: 1px solid #D9D9D9;
  background-color: #fff;
  line-height: 2.5;
}

.print__body-list-item:nth-child(3n) {
  margin-right: 0;
  width: calc(100% / 3);
}

.print__body-list-item--option {
  background: url(../img/contact/icon_print.png) right 15px top 50% no-repeat;
  background-color: #fff;
  background-size: 16px 16px;
}

.print__body-lot-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.print__body-annotation {
  text-align: right;
  font-size: 0.75rem;
}

.print__close {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/contact/icon_close.svg) 50% 50% no-repeat;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.print__close:hover {
  opacity: 0.8;
}

.print__body-print-btn {
  position: absolute;
  bottom: -150px;
  left: 50%;
  display: block;
  width: 250px;
  border: 2px solid #fff;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1.875rem;
  line-height: 3.2;
  line-height: 2.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ie11 .print__body-print-btn {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .print__body-print-btn {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .print__body-print-btn:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .print__inner {
  margin: 0 auto;
  padding: 4.06504vw 4.06504vw 8.13008vw;
  max-width: 840px;
  }
  .print__head {
  position: relative;
  }
  .print__head-title {
  margin: 0 auto;
  margin-bottom: 8.13008vw;
  padding-top: 4.06504vw;
  padding-bottom: 0.67751vw;
  width: 13.55014vw;
  border-bottom: 2px solid #404040;
  font-size: 0.95238rem;
  }
  .print__head-data {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7619rem;
  }
  .print__head-detail {
  display: block;
  margin: 0 auto;
  width: 47.42547vw;
  text-align: center;
  }
  .print__head-name {
  border-bottom: 2px solid #404040;
  text-align: left;
  text-align: center;
  font-size: 0.95238rem;
  }
  .print__head-name-title {
  font-weight: bold;
  }
  .print__head-address {
  padding-top: 4.06504vw;
  text-align: left;
  }
  .print__head-address-text {
  text-align: left;
  font-size: 0.85714rem;
  }
  .print__head-address-annotation {
  margin: 5.42005vw 0;
  padding: 4.06504vw;
  border: 1px solid #404040;
  font-size: 0.66667rem;
  }
  .print__body-title {
  margin-bottom: 0.67751vw;
  background-color: #404040;
  color: #fff;
  text-align: center;
  font-size: 0.95238rem;
  line-height: 2.5;
  }
  .print__body-container {
  padding-bottom: 4.06504vw;
  font-size: 0.7619rem;
  }
  .print__body-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0 2.03252vw;
  background-color: #D9D9D9;
  line-height: 2.5;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  }
  .print__body-info--total {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 2.03252vw;
  font-size: 0.7619rem;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  }
  .print__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .print__body-list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.67751vw;
  margin-right: 0;
  padding: 0 2.03252vw;
  width: 49.5%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  line-height: 2.5;
  }
  .print__body-list-item:nth-child(3n) {
  width: 49.5%;
  }
  .print__body-list-item--option {
  background: url(../img/contact/icon_print.png) right 15px top 50% no-repeat;
  background-color: #fff;
  background-size: 2.16802vw 2.16802vw;
  }
  .print__body-lot-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  }
  .print__body-annotation {
  text-align: right;
  font-size: 0.57143rem;
  }
  .print__close {
  position: absolute;
  top: -8.13008vw;
  right: 0;
  z-index: 100;
  display: block;
  width: 6.77507vw;
  height: 6.77507vw;
  background: url(../img/contact/icon_close.svg) 50% 50% no-repeat;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  }
  .print__close:hover {
  opacity: 0.8;
  }
  .print__body-print-btn {
  position: absolute;
  bottom: -20.3252vw;
  left: 50%;
  display: block;
  width: 250px;
  border: 2px solid #fff;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .ie11 .print__body-print-btn {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .print__body-print-btn {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .print__body-print-btn:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  display: none;
}

/* ==========================================================
*
*   section
*
========================================================== */
/* ---------------------------------------------
*   Section
--------------------------------------------- */
/*  section-service
--------------------------------------------- */
.section-service {
  padding: 40px 0;
  background-color: #F0F0EA;
  /* -- nav ver2 -- */
}

.section-service--none {
  padding-bottom: 0;
}

.section-service__head {
  padding: 60px 0;
  text-align: center;
}

.section-service__image {
  padding-bottom: 35px;
}

.section-service__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  letter-spacing: 0.4rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-service__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-service__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-service__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-service__text {
  font-size: 1.25rem;
}

.section-service__body {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 60px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #F0F0EA;
}

@media screen and (max-width: 738px) {
  .section-service__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-service__body-inner {
  margin-bottom: 60px;
  background-color: #fff;
}

.section-service .section-service__active {
  display: none;
}

.slick-current .section-service__active {
  display: block;
  background-color: #006B9B;
  opacity: 1;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  1% {
  display: block;
  opacity: 0;
  }
  100% {
  display: block;
  opacity: 1;
  }
}

@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  1% {
  display: block;
  opacity: 0;
  }
  100% {
  display: block;
  opacity: 1;
  }
}

.slick-current .section-service__normal {
  display: none;
}

.section-service__upper {
  margin-bottom: 30px;
  background-color: #F0F0EA;
}

.section-service__list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 30px;
  width: 170px !important;
  height: 200px;
  background-color: #CBCBBE;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.section-service__list-item:hover .section-service__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .section-service__list-item:hover .section-service__list-item-overlay {
  display: none;
  }
}

.slick-current .section-service__list-item {
  background-color: #006B9B;
}

.slick-current .section-service__list-item-overlay {
  display: none;
}

.section-service__upper .slick-slide {
  margin-right: 30px;
  width: 170px !important;
}

.section-service__upper .slick-slide:last-child {
  margin-right: 0;
}

.section-service .slick-list {
  padding: 0 !important;
}

.section-service__body-link {
  padding: 75px 0 50px;
  background-color: white;
}

.section-service__body-link--short {
  padding-top: 0;
}

.section-service__body-link-content {
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
}

.ie11 .section-service__body-link-content {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .section-service__body-link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

.section-service__body-link-content--estimate {
  margin-bottom: 45px;
  border: 2px solid #404040;
  background-color: #fff;
  color: #404040;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (min-width: 739px) {
  .section-service__body-link-content--estimate:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

.section-service__body-link-content--contact {
  background-color: #E3A000;
  color: #fff;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (min-width: 739px) {
  .section-service__body-link-content--contact:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.section-service__foot {
  padding-bottom: 45px;
  background-color: #F0F0EA;
}

.section-service__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-service__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-service__nav-content {
  margin-top: 25px;
  border: 1px solid #CBCBBE;
}

.section-service__nav-list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 30px;
  width: 170px;
  height: 200px;
  background-color: #CBCBBE;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.section-service__nav-list-item--active {
  background-color: #006B9B;
}

.section-service__nav-list-item:hover .section-service__nav-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .section-service__nav-list-item:hover .section-service__nav-list-item-overlay {
  display: none;
  }
}

.section-service__nav-list-item--active .section-service__nav-list-item-overlay {
  display: none;
}

.section-service__nav-list-item--active .normal {
  display: none;
}

.section-service__nav-list-item--active .active {
  display: block;
  background-color: #006B9B;
  opacity: 1;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  1% {
  display: block;
  opacity: 0;
  }
  100% {
  display: block;
  opacity: 1;
  }
}

.section-service__nav-list-item:last-child {
  margin-right: 0;
}

.section-service__content-list-item {
  padding: 60px 0 35px;
  border-top: 10px solid #006B9B;
  background-color: white;
}

.section-service__content-list-item--none {
  display: none;
}

.section-service__content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 900px;
  height: 380px;
  background-color: #CBCBBE;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

.section-service__content-image--none {
  background: none;
}

.section-service__content-image-item {
  background-color: #CBCBBE;
}

.section-service__content-image-item--none {
  background-color: #fff;
}

.section-service__caption {
  display: block;
  padding-top: 20px;
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
}

.section-service__content-title {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 5px;
  padding-top: 18px;
  padding-bottom: 15px;
  color: #006B9B;
  text-align: center;
  letter-spacing: 0.25rem;
  letter-spacing: 0.35rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-service__content-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-service__content-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-service__content-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-service__content-title:before {
  bottom: 8px;
}

.section-service__content-text {
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 738px) {
  .section-service {
  padding: 5.42005vw 0;
  background-color: #F0F0EA;
  /* -- nav ver2 -- */
  }
  .section-service--none {
  padding-bottom: 0;
  }
  .section-service__head {
  padding: 13.55014vw 0 8.13008vw;
  text-align: center;
  }
  .section-service__image {
  margin: 0 auto;
  padding-bottom: 4.74255vw;
  width: 67.75068vw;
  }
  .section-service__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-service__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-service__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-service__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-service__text {
  font-size: 0.95238rem;
  }
  .section-service__body {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 8.13008vw;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #F0F0EA;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-service__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-service__body-inner {
  margin-bottom: 8.13008vw;
  background-color: #fff;
  }
  .section-service .section-service__active {
  display: none;
  }
  .slick-current .section-service__active {
  display: block;
  background-color: #006B9B;
  opacity: 1;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  }
  @-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
  }
  @keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
  }
  .slick-current .section-service__normal {
  display: none;
  }
  .section-service__upper {
  margin-bottom: 0;
  background-color: #F0F0EA;
  }
  .section-service__list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4.06504vw;
  margin-bottom: 4.06504vw;
  width: 27.10027vw !important;
  height: 31.882670588vw;
  background-color: #CBCBBE;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  }
  .slick-current .section-service__list-item {
  background-color: #006B9B;
  }
  .slick-current .section-service__list-item-overlay {
  display: none;
  }
  .section-service__list-item img {
  width: 100%;
  height: 100%;
  }
  .section-service__upper .slick-slide {
  margin-right: 5%;
  width: 29.7% !important;
  }
  .section-service__upper .slick-slide:nth-child(3n) {
  margin-right: 0;
  }
  .ie11 .section-service__upper .slick-slide {
  width: 29.4% !important;
  }
  .section-service .slick-list {
  padding: 0 !important;
  }
  .section-service__body-link {
  padding: 10.1626vw 0 10.1626vw;
  background-color: white;
  }
  .section-service__body-link--short {
  padding-top: 0;
  }
  .section-service__body-link-content {
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  }
  .ie11 .section-service__body-link-content {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-service__body-link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) {
  .section-service__body-link-content--estimate {
  margin-bottom: 6.09756vw;
  border: 2px solid #404040;
  background-color: #fff;
  color: #404040;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-service__body-link-content--estimate:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-service__body-link-content--contact {
  background-color: #E3A000;
  color: #fff;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-service__body-link-content--contact:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-service__foot {
  padding-bottom: 6.09756vw;
  background-color: #F0F0EA;
  }
  .section-service__upper {
  display: block;
  }
  .section-service__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .section-service__nav-content {
  margin-top: 3.38753vw;
  border: 1px solid #CBCBBE;
  }
  .section-service__nav-list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5%;
  margin-bottom: 4.06504vw;
  width: 30% !important;
  height: 31.56384505vw;
  background-color: #CBCBBE;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  }
  .section-service__nav-list-item:nth-child(3n) {
  margin-right: 0;
  }
  .section-service__nav-list-item img {
  height: 100%;
  width: 100%;
  }
  .ie11 .section-service__nav-list-item {
  width: 29.7% !important;
  }
  .ie11 .section-service__nav-list-item img {
  width: 100%;
  }
  .section-service__nav-list-item--active {
  background-color: #006B9B;
  }
  .section-service__nav-list-item--acrylic {
  padding: 0;
  }
  .section-service__nav-list-item--acrylic img {
  width: 100%;
  height: 100%;
  }
  .section-service__nav-list-item:hover .section-service__nav-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-service__nav-list-item:hover .section-service__nav-list-item-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .section-service__nav-list-item--active .section-service__nav-list-item-overlay {
  display: none;
  }
  .section-service__nav-list-item--active .normal {
  display: none;
  }
  .section-service__nav-list-item--active .active {
  display: block;
  background-color: #006B9B;
  opacity: 1;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  }
  @-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
  }
  @keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
  }
  .section-service__nav-list-item:last-child {
  margin-right: 0;
  }
  .section-service__content-list-item {
  margin-top: 0;
  padding: 4.74255vw 0 4.74255vw;
  border-top: 10px solid #006B9B;
  background-color: white;
  }
  .section-service__content-list-item--none {
  display: none;
  }
  .section-service__content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 75.88076vw;
  height: 119.24119vw;
  background-color: #CBCBBE;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  }
  .section-service__content-image--none {
  background: none;
  }
  .section-service__content-image img {
  height: 95%;
  }
  .section-service__content-image-item {
  background-color: #CBCBBE;
  text-align: center;
  }
  .section-service__content-image-item img {
  width: 65%;
  }
  .section-service__content-image-item--none {
  background-color: #fff;
  }
  .section-service__content-image-item--none img {
  width: 100%;
  }
  .section-service__caption {
  display: block;
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 0.71429rem;
  }
  .section-service__content-title {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 1.35501vw !important;
  padding-top: 3.38753vw;
  padding-bottom: 15px;
  color: #006B9B;
  text-align: center;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-service__content-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-service__content-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-service__content-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-service__content-title:before {
  bottom: 0.67751vw;
  }
  .section-service__content-title--none {
  padding-top: 1.35501vw;
  }
  .section-service__content-text {
  text-align: center;
  font-size: 0.95238rem;
  }
}

/* -- slider-lower -- */
.slider-lower {
  background-color: #fff !important;
}

.slider-lower__image-list {
  text-align: center;
}

.slider-lower__image-list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 400px;
  border-top: 10px solid #006B9B;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.slider-lower__page-list {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-bottom: 15px;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.slider-lower__page-list-item {
  margin-right: 50px;
  font-size: 2.625rem;
  font-family: 'arial';
  line-height: 1;
}

.js-type-active {
  font-size: 5.3125rem;
}

.slider-lower__page-list-item--one {
  font-size: 3.75rem;
}

.slider-lower__page-list-text {
  display: none;
  text-align: center;
  font-size: 1rem;
}

.js-type-active .slider-lower__page-list-text {
  display: block;
}

.section-service__body .slick-initialized .slick-slide {
  background-color: #fff;
}

@media screen and (max-width: 738px) {
  .section-service__body .slick-initialized .slick-slide {
  background-color: transparent;
  }
}

/* -- slick-arrow -- */
.section-service .slick-arrow {
  display: block !important;
}

.slick-prev {
  position: absolute;
  top: 180px;
  left: 100px;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
  height: 0;
  border: none;
  background: url(../img/service/icon_left.svg) 50% 50% no-repeat;
  background-size: 20px 40px;
  cursor: pointer;
}

.slick-next {
  position: absolute;
  top: 180px;
  right: 108px;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
  height: 0;
  border: none;
  background: url(../img/service/icon_right.svg) 50% 50% no-repeat;
  background-size: 20px 40px;
  cursor: pointer;
}

.slick-disabled {
  visibility: hidden;
}

@media screen and (max-width: 738px) {
  .slider-lower {
  background-color: #fff !important;
  }
  .slider-lower__page {
  height: 14.90515vw;
  }
  .slider-lower__image-list {
  text-align: center;
  }
  .slider-lower__image-list-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5.42005vw 8.13008vw;
  height: 56.91057vw;
  border-top: 10px solid #006B9B;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  }
  .slider-lower__image-list-item--big img {
  width: 60%;
  }
  .slider-lower__image-list-item--big-02 img {
  width: 35%;
  }
  .slider-lower__content--1 {
  width: 70%;
  }
  .slider-lower__content--2 {
  width: 74%;
  }
  .slider-lower__content--3 {
  width: 79%;
  }
  .slider-lower__content--4 {
  width: 83%;
  }
  .slider-lower__content--5 {
  width: 88%;
  }
  .slider-lower__content--6 {
  width: 94%;
  }
  .slider-lower__content--7 {
  width: 98%;
  }
  .slider-lower__page-list-center .js-type-active {
  position: absolute;
  top: -2.71003vw;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .slider-lower__page-list-item-name--right {
  position: absolute;
  right: 15%;
  }
  .slider-lower__page-list-item-name--left {
  position: absolute;
  left: 15%;
  }
  .slider-lower__page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 6.77507vw;
  padding-bottom: 6.09756vw;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  }
  .slider-lower__page-list-item {
  margin-right: 4.06504vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.42857rem;
  font-family: 'arial';
  line-height: 1;
  }
  .js-type-active {
  font-size: 3.33333rem;
  }
  .slider-lower__page-list-item--one {
  font-size: 2.85714rem;
  }
  .slider-lower__page-list-text {
  display: none;
  text-align: center;
  font-size: 0.7619rem;
  }
  .js-type-active .slider-lower__page-list-text {
  display: block;
  }
  .section-service__body .slick-initialized .slick-slide {
  background-color: transparent;
  }
  /* -- slick-arrow -- */
  .section-service .slick-arrow {
  display: none !important;
  }
  .slick-prev {
  position: absolute;
  top: 180px;
  left: 100px;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
  height: 0;
  border: none;
  background: url(../img/service/icon_left.svg) 50% 50% no-repeat;
  background-size: 20px 40px;
  }
  .slick-next {
  position: absolute;
  top: 180px;
  right: 108px;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
  height: 0;
  border: none;
  background: url(../img/service/icon_right.svg) 50% 50% no-repeat;
  background-size: 20px 40px;
  }
  .slick-disabled {
  visibility: hidden;
  }
}

.slider-lower-wrapper {
  border: 1px solid #CBCBBE;
}

/* -- table -- */
.table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.table {
  margin: 0 auto;
  padding: 40px 70px;
  max-width: 1020px;
  width: 1020px;
  color: #fff;
}

.table--two .js-bgChange {
  width: 55%;
}

.table--three .js-bgChange {
  width: 33%;
}

.table--six td {
  width: 100px;
}

.table__number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  height: 50px;
  border: 4px solid #fff;
  background-color: #404040;
  text-align: center;
}

.table__size {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border-top: 4px solid #fff;
  background-color: #006B9B;
  text-align: center;
}

.table__price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  background-color: #F0F0EA;
  color: #404040;
  text-align: center;
}

.table__price.js-bgChange {
  background-color: #006B9B;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

.table__day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  height: 50px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  background-color: #E3A000;
  text-align: center;
}

@media screen and (max-width: 738px) {
  .table {
  margin: 0 auto;
  padding: 5.42005vw 9.48509vw;
  max-width: 1020px;
  width: 85%;
  color: #fff;
  }
  .table--two .js-bgChange {
  width: 55%;
  }
  .table--three .js-bgChange {
  width: 33%;
  }
  .table--six td {
  width: auto;
  }
  .table__number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.26016vw;
  height: 6.77507vw;
  border: 4px solid #fff;
  background-color: #404040;
  text-align: center;
  font-size: 0.7619rem;
  }
  .table__number--title {
  font-size: 0.95238rem;
  }
  .table__size {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 39.29539vw;
  height: 6.77507vw;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background-color: #006B9B;
  text-align: center;
  }
  .table__price {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2.71003vw;
  height: 10.1626vw;
  border-top: 2px solid #fff;
  border-right: none;
  border-bottom: 2px solid #fff;
  background-color: #F0F0EA;
  color: #404040;
  text-align: center;
  }
  .table__price--top {
  border-top: none;
  }
  .table__price.js-bgChange {
  display: block;
  width: 100%;
  border-right: none;
  background-color: #006B9B;
  color: #fff;
  font-weight: bold;
  font-size: 0.95238rem;
  }
  .table__day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.26016vw;
  height: 6.77507vw;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  background-color: #E3A000;
  text-align: center;
  font-size: 0.7619rem;
  }
  .table__day--title {
  font-size: 0.95238rem;
  }
}

@media screen and (max-width: 738px) {
  .slider-for .slick-list {
  background-color: #fff !important;
  }
}

/*  section-news
--------------------------------------------- */
.section-news {
  background-color: #F0F0EA;
}

.section-news h1 {
  overflow: hidden;
  height: 0;
}

.section-news__title {
  margin: 0 auto;
  padding: 100px 0 80px;
  width: 260px;
  height: 70px;
}

.section-news__text {
  font-size: 1.25rem;
}

.section-news__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 90px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #F0F0EA;
}

@media screen and (max-width: 738px) {
  .section-news__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-news__content--hide {
  display: none;
}

.section-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 75px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-news__list-item {
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
  width: 300px;
}

.section-news__list-item:nth-child(3n) {
  margin-right: 0;
}

.section-news__list-item:before {
  position: absolute;
  top: 165px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.7);
  content: "";
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.section-news__list-item:hover .section-news__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .section-news__list-item:hover .section-news__list-item-overlay {
  display: none;
  }
}

.section-news__list-title {
  position: absolute;
  top: 180px;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

.section-news__list-data {
  position: absolute;
  top: 250px;
  left: 10%;
  z-index: 2;
  color: #fff;
}

.section-news__content-loader {
  display: block;
  margin: 0 auto;
  max-width: 1020px;
  width: 250px;
  width: 100%;
  background: url(../img/news/icon_arrow.svg) right 20px top 50% no-repeat;
  background-color: #006B9B;
  background-size: 15px 15px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 3.5;
  cursor: pointer;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .section-news__content-loader {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .section-news__content-loader {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .section-news__content-loader:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-news {
  background-color: #F0F0EA;
  }
  .section-news h1 {
  overflow: hidden;
  height: 0;
  }
  .section-news__title {
  margin: 0 auto;
  padding: 13.55014vw 0 10.84011vw;
  width: 40.65041vw;
  height: 10.84011vw;
  }
  .section-news__text {
  font-size: 1.25rem;
  }
  .section-news__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 12.19512vw;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  background-color: #F0F0EA;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-news__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .section-news__list-item {
  position: relative;
  margin-right: 0;
  margin-bottom: 9.48509vw;
  width: 44.71545vw;
  }
  .section-news__list-item:nth-child(3n) {
  margin-right: 0;
  }
  .section-news__list-item img {
  width: 100%;
  }
  .section-news__list-item:before {
  position: absolute;
  top: 27.10027vw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.7);
  content: "";
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .section-news__list-item:hover .section-news__list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-news__list-item:hover .section-news__list-item-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .section-news__list-title {
  position: absolute;
  top: 28.45528vw;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 0.95238rem;
  }
  .section-news__list-data {
  position: absolute;
  top: 37.26287vw;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-size: 0.7619rem;
  }
  .section-news__content-loader {
  width: 100% !important;
  background: #006B9B url(../img/news/icon_arrow.svg) right 4.06504vw top 50% no-repeat;
  background-size: 4.06504vw 4.06504vw;
  line-height: 4;
  }
}

.news-page {
  background-color: #F0F0EA;
}

.news-page__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 95px 0;
  padding-right: 0;
  padding-left: 0;
  max-width: 900px;
  width: 900px;
  background: #F0F0EA;
  text-align: center;
}

.news-page__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.news-page__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .news-page__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .news-page__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.news-page__data {
  padding-bottom: 50px;
  text-align: center;
  font-size: 1.25rem;
}

.news-page__text {
  padding: 5px 0 40px;
  text-align: left;
}
.news-page__text--40 {
  padding: 40px 0 40px;
	text-align: left;
}

.news-page__image {
  background-color: #f0f0ea;
}

.news-page__link {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 3.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .news-page__link {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .news-page__link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .news-page__link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .news-page__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 12.87263vw 0;
  padding-right: 14.90515vw;
  padding-left: 14.90515vw;
  width: auto;
  }
  .news-page__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .news-page__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .news-page__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .news-page__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .news-page__image-title {
  width: 100%;
  }
  .news-page__image-title img {
  width: 100%;
  }
  .news-page__data {
  padding-bottom: 6.77507vw;
  text-align: center;
  font-size: 1.25rem;
  }
  .news-page__text,
  .news-page__text--40 {
  padding: 4.74255vw 0 8.13008vw;
  text-align: left;
  font-size: 0.7619rem;
  line-height: 1.7;
  }
  .news-page__image {
  background-color: #fff;
  }
  .news-page__image img {
  width: 100%;
  }
  .news-page__link {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 3.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .ie11 .news-page__link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .news-page__link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .news-page__link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

/*  section-guide
--------------------------------------------- */
.section-guide {
  background: #F0F0EA;
}

.section-guide__head {
  padding: 90px 0 75px;
  text-align: center;
}

.section-guide__head--short {
  padding: 90px 0 25px;
}

.section-guide__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-guide__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-guide__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-guide__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-guide__text {
  font-size: 1.25rem;
}

.section-guide__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .section-guide__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.section-guide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 570px;
  width: 100%;
}

.section-guide__block {
  padding: 40px;
  background-color: #fff;
}

.section-guide__body-title {
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.section-guide__list-item:hover .section-guide__list-title {
  background-image: url(../img/guide/icon_down.png);
}

.section-guide__list-title {
  margin-bottom: 11px;
  padding: 0 20px;
  background-color: #F0F0EA;
  background-image: url(../img/guide/icon_down_black.png);
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  color: #404040;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 4;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.section-guide__list-title--close {
  background-color: #006B9B;
  background-image: url(../img/guide/icon_up.png) !important;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  color: #fff;
}

@media screen and (min-width: 739px) {
  .section-guide__list-title:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.section-guide__list-text {
  display: none;
  padding: 0 20px 30px;
  line-height: 1.8;
}

.section-guide__annotation {
  padding: 85px;
  text-align: center;
}

.section-guide__annotation-text {
  padding-bottom: 30px;
  font-size: 1.5rem;
}

.section-guide__annotation-link {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .section-guide__annotation-link {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .section-guide__annotation-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .section-guide__annotation-link:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.section-guide__step {
  padding: 0 70px 70px;
}

.section-guide__step-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 62px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.section-guide__step-list-item--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.section-guide__step-image {
  width: 51%;
}

.section-guide__step-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 49%;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.section-guide__step-number {
  width: 77px;
}

.section-guide__step-number img {
  width: 100%;
}

.section-guide__step-detail {
  width: 390px;
}

.section-guide__step-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-guide__step-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-guide__step-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-guide__step-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-guide__step-title:before {
  bottom: 10px;
  left: 75px;
  height: 3px;
}

.section-guide__step-title--blue:before {
  background: #006B9B !important;
}

.section-guide__step-title--yellow {
  color: #E3A000;
}

@media screen and (max-width: 738px) {
  .section-guide {
  background: #F0F0EA;
  }
  .section-guide__head {
  padding: 12.19512vw 0 10.1626vw;
  text-align: center;
  }
  .section-guide__head--short {
  padding: 12.19512vw 0 3.38753vw;
  }
  .section-guide__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-guide__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-guide__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-guide__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-guide__text {
  font-size: 0.95238rem;
  }
  .section-guide__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-guide__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-guide__inner {
  display: block;
  }
  .section-guide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5.42005vw;
  min-width: initial;
  max-width: auto;
  max-width: none;
  width: 100%;
  }
  .section-guide__block {
  padding: 5.42005vw;
  }
  .section-guide__body-title {
  padding-bottom: 20px;
  font-size: 1.14286rem;
  }
  .section-guide__list-item:hover .section-guide__list-title {
  background-image: url(../img/guide/icon_down.png);
  }
  .section-guide__list-title {
  margin-bottom: 1.62602vw;
  padding: 0 2.71003vw;
  background-color: #F0F0EA;
  background-image: url(../img/guide/icon_down_black.png);
  background-position: right 2.71003vw top 50%;
  background-size: 3.25203vw 1.62602vw;
  background-repeat: no-repeat;
  color: #404040;
  font-weight: bold;
  font-size: 0.95238rem;
  line-height: 4;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  }
  .section-guide__list-title--close {
  background-color: #006B9B;
  background-image: url(../img/guide/icon_up.png) !important;
  background-position: right 2.71003vw top 50%;
  background-size: 3.25203vw 1.62602vw;
  background-repeat: no-repeat;
  color: #fff;
  }
  .section-guide__list-text {
  display: none;
  padding: 0 2.71003vw 4.06504vw;
  line-height: 1.8;
  }
  .section-guide__annotation {
  padding: 11.51762vw;
  text-align: center;
  }
  .section-guide__annotation-text {
  padding-bottom: 4.06504vw;
  font-size: 1.14286rem;
  }
  .section-guide__annotation-link {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .ie11 .section-guide__annotation-link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-guide__annotation-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-guide__annotation-link:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-guide__step {
  padding: 0 4.06504vw 9.48509vw;
  }
  .section-guide__step-list-item {
  display: block;
  padding-bottom: 8.13008vw;
  }
  .section-guide__step-list-item--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  }
  .section-guide__step-image {
  width: 100%;
  }
  .section-guide__step-image img {
  width: 100%;
  }
  .section-guide__step-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-box-pack: justify;
  justify-content: space-between;
  }
  .section-guide__step-number {
  width: 12.19512vw;
  }
  .section-guide__step-number img {
  width: 100%;
  }
  .section-guide__step-text {
  font-size: 0.7619rem;
  }
  .section-guide__step-detail {
  width: 61.65312vw;
  }
  .section-guide__step-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 2.03252vw;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-guide__step-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-guide__step-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-guide__step-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-guide__step-title:before {
  bottom: 1.35501vw;
  left: 10.84011vw;
  height: 0.4065vw;
  }
  .section-guide__step-title--blue:before {
  background: #006B9B !important;
  }
  .section-guide__step-title--yellow {
  color: #E3A000;
  }
}

/*  section-design
--------------------------------------------- */
.section-design {
  padding: 90px 0;
  background-color: #F0F0EA;
}

.section-design__head {
  padding: 0 0 30px;
  text-align: center;
}

.section-design__head--wide {
  padding: 95px 0 30px;
}

.section-design__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-design__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-design__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-design__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-design__text {
  font-size: 1.25rem;
}

.section-design__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 970px;
  width: 970px;
  background-color: #fff;
}

.section-design__body-title {
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.6;
}

.section-design__body-title sup {
  position: relative;
  top: 3px;
}

.section-design__body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  padding: 40px;

  -webkit-box-pack: center;
  justify-content: center;
}

.section-design__container-image {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 140px;
  height: 180px;
}

.section-design__container-image--auto {
  width: auto;
  height: auto;
  text-align: center;
}

.section-design__container-block {
  margin: 0 auto;
  width: 400px;
}

.section-design__container-block--arrow {
  padding: 60px 35px;
  width: 30px;
  height: 60px;
}

.section-design__container-title {
  padding-bottom: 25px;
  color: #006B9B;
  font-weight: bold;
  font-size: 1.5rem;
}

.section-design__container-text {
  font-size: 1.25rem;
}

.section-design__download {
  padding: 10px 0 55px;
}

.section-design__download-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 250px;
  width: 400px;
  height: 140px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.ie11 .section-design__download-link {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .section-design__download-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .section-design__download-link:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.section-design__badge {
  padding: 45px 70px 80px;
}

.section-design__badge-title {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 2.125rem;
}

.section-design__badge-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.section-design__badge-image {
  width: 50%;
  text-align: center;
}

.section-design__badge-description {
  width: 50%;
}

.section-design__badge-description-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.5rem;
}

.section-design__badge-description-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-design__badge-description-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-design__badge-description-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-design__badge-description-title:before {
  left: 75px;
}

.section-design__badge-description-text {
  text-align: justify;
  font-size: 1.25rem;
}

.section-design__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  background-color: #F0F0EA;
}

.section-design__example-block {
  margin: 0 auto;
  width: 280px;
}

.section-design__example-block--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  width: 130px;
  width: 130px;

  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.section-design__example-title {
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.section-design__example-image {
  padding: 35px 0px 20px;
}

.section-design__example-block-image {
  text-align: center;
}

.section-design__example-block-image--arrow {
  margin: 0 auto;
  padding: 50px 0;
  width: 60px;
  height: 30px;
}

.section-design__example-text {
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

.section-design__example-text--normal {
  font-weight: normal;
}

@media screen and (max-width: 738px) {
  .section-design {
  padding: 12.19512vw 0;
  background-color: #F0F0EA;
  }
  .section-design__head {
  padding: 0 0 4.06504vw;
  text-align: center;
  }
  .section-design__head--wide {
  padding: 12.19512vw 0 4.06504vw;
  }
  .section-design__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-design__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-design__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-design__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-design__text {
  font-size: 0.95238rem;
  }
  .section-design__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12.19512vw;
  padding-left: 12.19512vw;
  width: auto;
  background-color: #F0F0EA;
  }
  .section-design__body-title {
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.14286rem;
  line-height: 2.6;
  }
  .section-design__body-container {
  display: block;
  -ms-flex-pack: center;
  padding: 8.13008vw 5.42005vw;
  background-color: #fff;

  -webkit-box-pack: center;
  justify-content: center;
  }
  .section-design__container-image {
  margin: 0 auto;
  padding-bottom: 5.42005vw;
  width: 18.97019vw;
  height: 24.39024vw;
  }
  .section-design__container-image--auto {
  width: 29.8103vw;
  height: 29.8103vw;
  text-align: center;
  }
  .section-design__container-block {
  margin: 0 auto;
  width: auto;
  }
  .section-design__container-block--arrow {
  padding: 8.13008vw 4.74255vw;
  width: 10.84011vw;
  height: 5.42005vw;
  }
  .section-design__container-title {
  padding-bottom: 3.38753vw;
  color: #006B9B;
  font-weight: bold;
  font-size: 1.14286rem;
  }
  .section-design__container-text {
  font-size: 0.95238rem;
  }
  .section-design__download {
  padding: 10px 0 55px;
  }
  .section-design__download-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 250px;
  width: 400px;
  height: 140px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  }
  .ie11 .section-design__download-link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-design__download-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-design__download-link:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-design__badge {
  padding: 6.09756vw 6.09756vw 6.09756vw;
  background-color: #fff;
  }
  .section-design__badge-title {
  padding-bottom: 5.42005vw;
  text-align: center;
  font-size: 1.61905rem;
  }
  .section-design__badge-inner {
  display: block;
  padding-bottom: 8.13008vw;
  }
  .section-design__badge-image {
  margin: 0 auto;
  width: 100%;
  width: 43.36043vw;
  height: 43.36043vw;
  text-align: center;
  }
  .section-design__badge-description {
  width: 100%;
  }
  .section-design__badge-description-title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 5.42005vw;
  padding-bottom: 15px;
  padding-bottom: 1.35501vw !important;
  color: #006B9B;
  letter-spacing: 0.25rem;
  letter-spacing: 0.1rem !important;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.14286rem !important;
  }
  .section-design__badge-description-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-design__badge-description-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-design__badge-description-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-design__badge-description-title:before {
  left: 8.80759vw;
  }
  .section-design__badge-description-text {
  text-align: justify;
  font-size: 0.95238rem;
  }
  .section-design__example {
  display: block;
  padding: 8.13008vw;
  background-color: #F0F0EA;
  }
  .section-design__example-block {
  margin: 0 auto;
  width: 37.94038vw;
  }
  .section-design__example-block:first-child {
  padding-bottom: 10.84011vw;
  }
  .section-design__example-block--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  width: 17.61518vw;

  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  }
  .section-design__example-title {
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 1.14286rem;
  }
  .section-design__example-image {
  padding: 6.09756vw 0px 6.09756vw;
  }
  .section-design__example-block-image {
  text-align: center;
  }
  .section-design__example-block-image--arrow {
  margin: 0 auto;
  padding: 6.77507vw 0;
  width: 8.13008vw;
  height: 4.06504vw;
  }
  .section-design__example-block-image--small {
  margin: 0 auto;
  width: 27.10027vw;
  height: 27.10027vw;
  }
  .section-design__example-text {
  color: #006B9B;
  text-align: center;
  font-weight: bold;
  font-size: 0.95238rem;
  }
  .section-design__example-text--normal {
  font-weight: normal;
  }
}

/*section-company
--------------------------------------------- */
.section-company {
  padding: 80px 0;
  background-color: #F0F0EA;
}

.section-company__head {
  padding-bottom: 40px;
}

.section-company--privacy {
  padding-bottom: 20px;
}

.section-company__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  text-align: center;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-company__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-company__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-company__title--small {
  font-size: 1.5rem;
}

.section-company__head-title {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 2.125rem;
}

.section-company__text {
  text-align: center;
  font-size: 1.25rem;
}

.section-company__text--name {
  display: block;
  padding: 20px 20px 55px;
}

.section-company__text--access {
  font-size: 1.5rem;
}

.section-company__title-text {
  text-align: center;
  font-size: 1.25rem;
}

.section-company__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .section-company__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-company__greeting {
  margin-bottom: 60px;
  padding: 65px 75px;
  background-color: #fff;
}

.section-company__greetig-detail-title {
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #006B9B;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 4;
}

.section-company__definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-bottom: 10px;
  font-size: 1.25rem;

  -webkit-box-align: center;
  align-items: center;
}

.section-company__definition-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 22px;
  padding-left: 20px;
  width: 300px;
  background-color: #F0F0EA;
  font-weight: bold;
  line-height: 2.5;
}

.section-company__facility {
  margin-bottom: 60px;
  padding: 65px 75px;
  background-color: #fff;
}

.section-company__facility--02 {
  margin-bottom: 60px;
  padding: 65px 25px;
  background-color: #fff;
}

.section-company__facility-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-company__facility--02 .section-company__facility-container {
  justify-content: space-between;
}

.section-company__facility-block {
  position: relative;
  width: 50%;
}

.section-company__facility--02 .section-company__facility-block {
  width: 30%;
}


.section-company__facility-block-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.5rem;
}

.section-company__facility--02 .section-company__facility-block-title {
  text-align: center;
}

.section-company__facility-block-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-company__facility--02 .section-company__facility-block-title:before {
  left: 50%;
}

@media screen and (max-width: 738px) {
  .section-company__facility-block-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__facility-block-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-company__facility-block-title:before {
  left: 65px;
}

.section-company__facility-list-item {
  position: relative;
  padding-left: 1rem;
  line-height: 1.8;
}

.section-company__facility-indent {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-left: 0;
}

.section-company__facility-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 30px 0 10px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.section-company__access {
  padding: 65px 75px 50px;
  background-color: #fff;
	margin-top: 60px;
}

.section-company__access-map {
  padding-bottom: 40px;
}

.section-company__access-map iframe {
  max-width: 1030px;
  width: 100%;
  height: 600px;
}

.section-company__privacy {
  margin-bottom: 60px;
  padding: 95px 125px 0;
  background: #fff;
}

.section-company__privacy-defanision {
  padding-bottom: 45px;
}

.section-company__privacy-title {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 2.125rem;
}

.section-company__privacy-defanision-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.5rem;
}

.section-company__privacy-defanision-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-company__privacy-defanision-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__privacy-defanision-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-company__privacy-defanision-title:before {
  left: 70px;
}

.section-company__privacy-defanision-text {
  line-height: 1.8;
}

@media screen and (max-width: 738px) {
  .section-company {
  padding: 10.84011vw 0;
  background-color: #F0F0EA;
  }
  .section-company__head {
  padding-bottom: 5.42005vw;
  }
  .section-company--privacy {
  padding-bottom: 2.71003vw;
  }
  .section-company__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  text-align: center;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-company__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-company__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-company__title--small {
  letter-spacing: 0.05rem;
  font-size: 1.14286rem;
  }
  .section-company__head-title {
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.61905rem;
  }
  .section-company__text {
  text-align: center;
  font-size: 0.95238rem;
  }
  .section-company__text--name {
  display: block;
  padding: 20px 20px 55px;
  }
  .section-company__text--access {
  letter-spacing: 0.15rem;
  font-size: 1.14286rem;
  }
  .section-company__title-text {
  text-align: center;
  font-size: 0.95238rem;
  }
  .section-company__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-company__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-company__greeting {
  margin-bottom: 8.13008vw;
  padding: 8.80759vw 4.06504vw 5.42005vw;
  background-color: #fff;
  }
  .section-company__greetig-detail-title {
  margin-bottom: 2.71003vw;
  padding-left: 2.71003vw;
  background-color: #006B9B;
  color: #fff;
  font-weight: bold;
  font-size: 0.95238rem;
  line-height: 4;
  }
  .section-company__definition {
  display: block;
  padding-bottom: 1.35501vw;
  font-size: 0.95238rem;
  }
  .section-company__definition-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-left: 2.71003vw;
  width: 100%;
  background-color: #F0F0EA;
  font-weight: bold;
  line-height: 2.5;
  }
  .section-company__definition-text {
  padding: 2.03252vw 0 0.67751vw;
  padding-left: 3.11653vw;
  line-height: 1.5;
  }
  .section-company__facility,
  .section-company__facility--02 {
  margin-bottom: 8.13008vw;
  padding: 8.80759vw 4.06504vw 1.35501vw;
  background-color: #fff;
  }
  .section-company__facility-container {
  display: block;
  }
  .section-company__facility-block,
  .section-company__facility--02 .section-company__facility-block {
  position: relative;
  padding-bottom: 4.06504vw;
  width: 100%;
  }

  .section-company__facility-content {
  margin: 0 auto;
  padding-bottom: 6.09756vw;
  width: 46.74797vw;
  text-align: center;
  }
  .section-company__facility-block-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-bottom: 1.35501vw !important;
  color: #006B9B;
  letter-spacing: 0.25rem;
  letter-spacing: 0.1rem !important;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.14286rem !important;
  }
  .section-company__facility-block-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-company__facility-block-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__facility-block-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-company__facility-block-title:before {
  left: 9.48509vw;
  }
  .section-company__facility-list-item {
  position: relative;
  padding-left: 1rem;
  line-height: 1.8;
  }
  .section-company__facility-indent {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-left: 0;
  }
  .section-company__facility-image {
  display: block;
  padding: 0 0 1.35501vw;
  }
  .section-company__access {
  padding: 8.80759vw 4.06504vw 6.77507vw;
  background-color: #fff;
  }
  .section-company__access-map {
  padding-bottom: 8.13008vw;
  }
  .section-company__access-map iframe {
  max-width: 1030px;
  width: 100%;
  height: 81.30081vw;
  }
  .section-company__privacy {
  margin-bottom: 8.13008vw;
  padding: 12.87263vw 4.06504vw 0;
  background: #fff;
  }
  .section-company__privacy-defanision {
  padding-bottom: 6.09756vw;
  }
  .section-company__privacy-title {
  padding-bottom: 5.42005vw;
  text-align: center;
  font-size: 1.61905rem;
  }
  .section-company__privacy-defanision-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-bottom: 1.35501vw !important;
  color: #006B9B;
  letter-spacing: 0.25rem;
  letter-spacing: 0.1rem !important;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.14286rem !important;
  }
  .section-company__privacy-defanision-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-company__privacy-defanision-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-company__privacy-defanision-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-company__privacy-defanision-title:before {
  left: 9.48509vw;
  }
  .section-company__privacy-defanision-text {
  font-size: 0.7619rem;
  line-height: 1.8;
  }
}

/*section-estimate
--------------------------------------------- */
.section-estimate {
  background-color: #F0F0EA;
}

.section-estimate__head {
  padding: 80px 0 45px;
  text-align: center;
}

.section-estimate__image {
  padding-bottom: 55px;
}

.section-estimate__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-estimate__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-estimate__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-estimate__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-estimate__text {
  font-size: 1.25rem;
}

.section-estimate__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 60px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .section-estimate__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-estimate__badge {
  padding: 40px 40px 0 75px;
  background-color: #fff;
}

.section-estimate__badge-title {
  padding: 15px 0 45px;
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 2rem;
}

.section-estimate__badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.section-estimate__badge-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-bottom: 35px;
  width: 50%;

  -webkit-box-align: center;
  align-items: center;
}

.section-estimate__badge-list-item:nth-child(2n) {
  -ms-flex-pack: end;

  -webkit-box-pack: end;
  justify-content: flex-end;
}

.section-estimate__badge-product {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  width: 190px;
  font-size: 1.5rem;
}

.ie11 .section-estimate__badge-product {
  padding-top: 3.5px;
}

.section-estimate__badge-product:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: #404040;
  content: "";
}

.section-estimate__badge-product--short {
  line-height: 1.1;
}

.section-estimate__sum {
  display: none;
}

.section-estimate__input-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  width: 240px;
  height: 80px;
  border: 1px solid #CBCBBE;
  background-color: #F0F0EA;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 739px) {
  .section-estimate__input-content:hover {
  padding-left: 11px;
  border: 5px solid #006B9B;
  }
}

.iphone .section-estimate__input-content {
  border-radius: 0;

  -webkit-appearance: none;
}

@media screen and (max-width: 738px) {
  .section-estimate__input-content {
  padding-left: 3.38753vw;
  height: 10.84011vw;
  font-size: 1.14286rem;
  }
}

.section-estimate__badge-annotation {
  font-size: 1rem;
}

.section-estimate__badge-text {
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.25rem;
}

.section-estimate__option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.section-estimate__option-list-item {
  padding-bottom: 45px;
  width: 44%;
}

.section-estimate__option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

.section-estimate__option-text {
  padding-left: 20px;
  font-size: 1.25rem;
}

.section-estimate__badge-list-item {
  position: relative;
  width: 50%;
  font-size: 1.5rem;
}

.section-estimate__annotation-list-item {
  font-size: 1.25rem;
}

.section-estimate__btn {
  padding: 150px 0;
}

.section-estimate__btn-content {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1.875rem;
  line-height: 3.2;
  line-height: 2.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .section-estimate__btn-content {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .section-estimate__btn-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .section-estimate__btn-content:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.section-estimate__error {
  position: absolute;
  bottom: 5px;
  left: 190px;
  color: #F00;
  font-size: 1rem;
}

.section-estimate__error--2 {
  left: 260px;
}

@media screen and (max-width: 738px) {
  .section-estimate {
  background-color: #F0F0EA;
  }
  .section-estimate__head {
  padding: 10.84011vw 0 6.09756vw;
  text-align: center;
  }
  .section-estimate__image {
  margin: 0 auto;
  padding-bottom: 7.45257vw;
  width: 75.88076vw;
  }
  .section-estimate__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-estimate__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-estimate__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-estimate__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-estimate__text {
  font-size: 0.95238rem;
  }
  .section-estimate__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-bottom: 8.13008vw;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-estimate__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-estimate__badge {
  padding: 5.42005vw 5.42005vw 0 10.1626vw;
  background-color: #fff;
  }
  .section-estimate__badge-title {
  padding: 2.03252vw 0 6.09756vw;
  text-align: center;
  font-size: 1.52381rem;
  }
  .section-estimate__badge-option {
  padding-top: 4.74255vw;
  }
  .section-estimate__badge-list {
  display: block;
  }
  .section-estimate__badge-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-bottom: 5.42005vw;
  width: 100%;
  font-size: 1.14286rem;

  -webkit-box-align: center;
  align-items: center;
  }
  .section-estimate__badge-list-item:nth-child(2n) {
  -ms-flex-pack: start;

  -webkit-box-pack: start;
  justify-content: flex-start;
  }
  .section-estimate__badge-product {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4.06504vw;
  width: 28.45528vw;
  font-size: 1.14286rem;
  }
  .section-estimate__badge-product:before {
  position: absolute;
  top: 0.94851vw;
  left: 0;
  display: inline-block;
  margin-right: 1.35501vw;
  width: 2.71003vw;
  height: 2.71003vw;
  background-color: #404040;
  content: "";
  }
  .section-estimate__badge-product--short {
  line-height: 1.1;
  }
  .section-estimate__input-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  width: 32.52033vw;
  height: 80px;
  border: 1px solid #CBCBBE;
  background-color: #F0F0EA;
  text-align: center;
  font-size: 1.5rem;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-estimate__input-content:hover {
  padding-left: 11px;
  border: 5px solid #006B9B;
  }
}

@media screen and (max-width: 738px) {
  .iphone .section-estimate__input-content {
  border-radius: 0;

  -webkit-appearance: none;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-estimate__input-content {
  padding-left: 3.38753vw;
  height: 10.84011vw;
  font-size: 1.14286rem;
  }
}

@media screen and (max-width: 738px) {
  .section-estimate__badge-annotation {
  font-size: 0.7619rem;
  }
  .section-estimate__badge-text {
  padding-left: 1.35501vw;
  font-weight: bold;
  font-size: 0.95238rem;
  }
  .section-estimate__option-list {
  display: block;
  }
  .section-estimate__option-list-item {
  padding-bottom: 6.09756vw;
  width: 100%;
  }
  .section-estimate__option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  }
  .section-estimate__option-text {
  padding-left: 2.71003vw;
  font-size: 0.95238rem;
  }
  .section-estimate__annotation-list-item {
  font-size: 0.95238rem;
  }
  .section-estimate__btn {
  padding: 20.3252vw 0;
  }
  .section-estimate__btn-content {
  display: block;
  margin: 0 auto;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1.42857rem !important;
  line-height: 3.2;
  line-height: 2.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .ie11 .section-estimate__btn-content {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-estimate__btn-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .section-estimate__btn-content:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .section-estimate__error {
  position: absolute;
  bottom: 5px;
  left: 28.45528vw;
  color: #F00;
  font-size: 0.7619rem;
  }
  .section-estimate__error--2 {
  left: 28.45528vw;
  }
}

/*  section-contact
--------------------------------------------- */
.section-contact {
  padding: 90px 0 140px;
  background-color: #F0F0EA;
}

.section-contact__head {
  padding-bottom: 70px;
  text-align: center;
}

.section-contact__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.section-contact__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .section-contact__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-contact__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.section-contact__text {
  font-size: 1.25rem;
}

.section-contact__conatiner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .section-contact__conatiner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

.section-contact__inner {
  padding: 60px 35px 0;
  background-color: #fff;
}

@media screen and (max-width: 738px) {
  .section-contact {
  padding: 12.19512vw 0 18.97019vw;
  background-color: #F0F0EA;
  }
  .section-contact__head {
  padding-bottom: 9.48509vw;
  text-align: center;
  }
  .section-contact__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .section-contact__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-contact__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .section-contact__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .section-contact__text {
  font-size: 0.95238rem;
  }
  .section-contact__conatiner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .section-contact__conatiner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

@media screen and (max-width: 738px) {
  .section-contact__inner {
  padding: 8.13008vw 4.74255vw 2.71003vw;
  background-color: #fff;
  }
}

/*  mailformpro
--------------------------------------------- */
#mfp_hidden {
  visibility: hidden;
  height: 0;
}

form#mailformpro {
  padding: 0 55px;
}

@media screen and (max-width: 738px) {
  form#mailformpro {
  padding: 0 5.28455vw;
  }
}

.mailform__container--center {
  padding: 55px 0 0;
  text-align: center;
}

.mailform__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.mailform__container-block {
  width: 100%;
}

.mailform__text {
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.mailform__text--wide {
  padding-top: 15px;
}

.mailform__annotation {
  padding-bottom: 18px;
  text-align: right;
  font-size: 1.1875rem;
}

.mailform__annotation:before {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background: url(../img/common/icon_sup.svg) 50% 50% no-repeat;
  background-size: 17px 17px;
  content: "";
}

.mailform__input {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 40px;
  max-width: 530px;
  width: 530px;
}

.mailform__input--none {
  margin-right: 0;
}

.mailform__input--must:before {
  position: absolute;
  top: 32.5px;
  right: 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/common/icon_sup.svg) 50% 50% no-repeat;
  background-size: 17px 17px;
  content: "";
}

.mailform__input--textarea {
  max-width: 1080px;
  width: 1080px;
  height: 420px;
}

.mailform__input--textarea:before {
  top: 25px;
}

.mailform__input-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  min-width: initial;
  max-width: none;
  max-width: auto;
  width: 100% !important;
  height: 80px;
  border: 1px solid #CBCBBE;
  background-color: #F0F0EA;
  text-align: center;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 739px) {
  .mailform__input-content:hover {
  padding-left: 11px;
  border: 5px solid #006B9B;
  }
}

.iphone .mailform__input-content {
  border-radius: 0;

  -webkit-appearance: none;
}

@media screen and (max-width: 738px) {
  .mailform__input-content {
  padding-left: 3.38753vw;
  height: 10.84011vw;
  font-size: 1.14286rem;
  }
}

.mailform__textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
  background-color: #F0F0EA;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "meiryo", sans-serif !important;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mailform__textarea:hover {
  padding: 11px;
  border: 5px solid #006B9B;
}

.mailform__checkbox-text {
  display: block;
  margin-bottom: 28px;
  font-size: 1.25rem;
}

.mailform__buttons {
  padding: 35px 0;
}

.mailform__buttons-content {
  position: absolute;
  left: 50%;
  display: block;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1.875rem !important;
  line-height: 3.2;
  line-height: 2.5;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ie11 .mailform__buttons-content {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .mailform__buttons-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .mailform__buttons-content:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .mailform__container--center {
  padding: 7.45257vw 0 0;
  text-align: center;
  }
  .mailform__inner {
  display: block;
  }
  .mailform__text {
  padding-bottom: 1.35501vw;
  font-size: 1.14286rem;
  }
  .mailform__text--wide {
  padding-top: 5.42005vw;
  }
  .mailform__annotation {
  padding-bottom: 2.43902vw;
  text-align: right;
  font-size: 0.90476rem;
  }
  .mailform__annotation:before {
  position: relative;
  top: 0.1355vw;
  display: inline-block;
  margin-right: 2.03252vw;
  width: 2.30352vw;
  height: 2.30352vw;
  background: url(../img/common/icon_sup.svg) 50% 50% no-repeat;
  background-size: 2.30352vw 2.30352vw;
  content: "";
  }
  .mailform__input {
  position: relative;
  margin-bottom: 2.71003vw;
  max-width: auto;
  max-width: none;
  max-width: initial;
  width: 100%;
  }
  .mailform__input--must:before {
  position: absolute;
  top: 4.06504vw;
  right: 2.03252vw;
  display: inline-block;
  width: 2.30352vw;
  height: 2.30352vw;
  background: url(../img/common/icon_sup.svg) 50% 50% no-repeat;
  background-size: 2.30352vw 2.30352vw;
  content: "";
  }
  .mailform__input--textarea {
  max-width: auto;
  max-width: none;
  max-width: initial;
  width: 100%;
  height: 88.07588vw;
  }
  .mailform__input--textarea:before {
  top: 4.06504vw;
  }
  .mailform__input-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  width: 100% !important;
  height: 80px;
  height: 10.84011vw;
  border: 1px solid #CBCBBE;
  background-color: #F0F0EA;
  text-align: center;
  text-align: left;
  font-size: 1.5rem;
  font-size: 0.95238rem;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .mailform__input-content:hover {
  padding-left: 11px;
  border: 5px solid #006B9B;
  }
}

@media screen and (max-width: 738px) {
  .iphone .mailform__input-content {
  border-radius: 0;

  -webkit-appearance: none;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .mailform__input-content {
  padding-left: 3.38753vw;
  height: 10.84011vw;
  font-size: 1.14286rem;
  }
}

@media screen and (max-width: 738px) {
  .mailform__textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.38753vw;
  width: 100% !important;
  height: 100% !important;
  background-color: #F0F0EA;
  font-size: 1.14286rem;
  }
  .mailform__textarea:hover {
  padding: 1.49051vw;
  border: 0.67751vw solid #006B9B;
  }
  .iphone .mailform__textarea {
  border-radius: 0;

  -webkit-appearance: none;
  }
  .mailform__checkbox-text {
  display: block;
  margin-bottom: 3.79404vw;
  font-size: 0.95238rem;
  }
  .mailform__buttons {
  padding: 4.74255vw 0;
  }
  .mailform__buttons-content {
  position: absolute;
  left: 50%;
  display: block;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1.42857rem !important;
  line-height: 3.2;
  line-height: 2 !important;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .ie11 .mailform__buttons-content {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .mailform__buttons-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .mailform__buttons-content:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

.mfp_thanks {
  padding: 60px;
  color: #006B9B;
  text-align: center;
  letter-spacing: 0.4rem;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.8;
}

@media screen and (max-width: 738px) {
  .mfp_thanks {
  padding: 8.13008vw;
  font-size: 1.2381rem;
  }
}

.section-service__upper .slick-track {
  margin: 0 auto;
  width: 1170px !important;
  -webkit-transform: none !important;
  transform: none !important;
}

@media screen and (max-width: 738px) {
  .section-service__upper .slick-track {
  width: auto !important;
  }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   Index Page
--------------------------------------------- */
.index {
  padding: 80px 0;
  text-align: center;
}

.index__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.index_title_2 {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.index__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .index__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .index__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.index__title:before {
  width: 100px;
}

.index__title-small {
  font-size: 1.5rem;
}

.index__image {
  padding-bottom: 40px;
}

@media screen and (max-width: 738px) {
  .index {
  padding: 10.84011vw 0;
  text-align: center;
  }
  .index__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .index__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .index__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .index__title:before {
  width: 100px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index__title:before {
  width: 13.55014vw;
  }
}

@media screen and (max-width: 738px) {
  .index__title-small {
  font-size: 1.14286rem;
  }
  .index__image {
  margin: 0 auto;
  padding-bottom: 6.77507vw;
  width: 75.88076vw;
  }
  .index__image img {
  width: 100%;
  }
}

/*  section-index
--------------------------------------------- */
.section-index {
  background-color: #F0F0EA;
}

.section-index__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
  max-width: 1280px;
  width: 1390px;
}

@media screen and (max-width: 738px) {
  .section-index__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.28455vw;
  padding-left: 5.28455vw;
  width: auto;
  }
}

/*tab
--------------------------------------------- */
.tab__nav {
  padding-bottom: 10px;
  background-color: #006B9B;
}

.tab__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  background-color: #F0F0EA;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.tab__nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 170px;
  height: 170px;
  background-color: #CBCBBE;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.tab__nav-list-item:hover .tab__nav-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .tab__nav-list-item:hover .tab__nav-list-item-overlay {
  display: none;
  }
}

.current .tab__nav-list-item-overlay {
  z-index: 0;
  display: none;
  opacity: 0 !important;
}

.tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 0 40px 5px;
  height: 440px;
  background-color: #fff;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.tab__content--none {
  display: none;
}

.tab__description {
  padding-top: 80px;
}

.tab__description-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.tab__description-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .tab__description-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .tab__description-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.tab__description-title:before {
  left: 55px;
  width: 100px;
}

.tab__description-text {
  line-height: 1.7;
}

.tab__description-link {
  display: block;
  margin-top: 30px;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .tab__description-link {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .tab__description-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .tab__description-link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

.tab__image {
  padding-top: 50px;
}

.tab__image--bg {
  margin-top: 45px;
  padding: 70px 40px;
  background-color: #CBCBBE;
}

.tab__image--bg-2 {
  margin-top: 45px;
  padding: 25px 80px;
  background-color: #CBCBBE;
}

.tab__price {
  padding-top: 45px;
  text-align: right;
}

@media screen and (max-width: 738px) {
  .tab__nav {
  padding-bottom: 1.35501vw;
  background-color: #006B9B;
  }
  .tab__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  background-color: #F0F0EA;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  }
  .tab__nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 10.84011vw;
  height: 10.84011vw;
  background-color: #CBCBBE;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  }
  .tab__nav-list-item:hover .tab__nav-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .tab__nav-list-item:hover .tab__nav-list-item-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .current .tab__nav-list-item-overlay {
  z-index: 0;
  display: none;
  opacity: 0 !important;
  }
  .tab__nav-list-item img {
  width: 100%;
  }
  .tab__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: justify;
  padding: 4.06504vw;
  height: auto;
  background-color: #fff;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  }
  .tab__content--none {
  display: none;
  }
  .tab__description {
  padding-top: 10.84011vw;
  }
  .tab__description-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  }
  .tab__description-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .tab__description-title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .tab__description-title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .tab__description-title:before {
  left: 7.45257vw;
  width: 13.55014vw;
  }
  .tab__description-text {
  line-height: 1.7;
  }
  .tab__description-link {
  display: block;
  margin-top: 30px;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }
  .ie11 .tab__description-link {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .tab__description-link {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) and (min-width: 739px) {
  .tab__description-link:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .tab__image {
  padding-top: 10.1626vw;
  }
  .tab__image--bg {
  margin-top: 6.09756vw;
  padding: 9.48509vw 5.42005vw;
  background-color: #CBCBBE;
  }
  .tab__image--bg-2 {
  margin-top: 6.09756vw;
  padding: 3.38753vw 10.84011vw;
  background-color: #CBCBBE;
  }
  .tab__price {
  position: absolute;
  right: 4.06504vw;
  bottom: 4.06504vw;
  width: 43.36043vw;
  }
}

.active {
  display: none;
}

.current {
  background-color: #006B9B;
}

@media screen and (max-width: 738px) {
  .current {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.38753vw;
  width: 27.10027vw;
  height: 27.10027vw;
  }
}

.current img {
  max-width: 100%;
  width: auto;
}

.current .active {
  display: block;
  background-color: #006B9B;
  opacity: 1;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  1% {
  display: block;
  opacity: 0;
  }
  100% {
  display: block;
  opacity: 1;
  }
}

@media screen and (max-width: 738px) {
  .current .active {
  width: auto;
  height: 100%;
  }
}

.current .normal {
  display: none;
}

/*  index-sns
--------------------------------------------- */
.index-sns {
  margin-top: -50px;
  background-color: #fff;
  text-align: center;
}

.index-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  justify-content: center;
}

.index-sns__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 10px;
  width: 80px;
  height: 80px;
  background-color: #fff;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.index-sns__list-item img{
  width:100%;
}


.index-sns__title:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.index-sns__list:hover .index-sns__list-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}


.index-sns__title {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}


@media screen and (max-width: 738px) {
  .index-sns__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
}

.index-sns__title:before {
  width: 100px;
}

.index-sns__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index-sns__link-content {
  display: block;
  margin-top: 40px;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .index-sns__link-content {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .index-sns__link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .index-sns__link-content:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

.index-sns__link-content-reverse {
  display: block;
  margin-top: 40px;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .index-sns__link-content-reverse {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .index-sns__link-content-reverse {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .index-sns__link-content-reverse:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .index-sns {
  margin-top: -4.74255vw;
  padding: 4.06504vw;
  }
  .index-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 3.38753vw;

  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .index-sns__list-item {
  margin-bottom: 3.38753vw;
  width: 16vw;
  height: 16vw;
  }
  .index-sns__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.14286rem !important;
  }
  .index-sns__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-sns__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .index-sns__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .index-sns__title:before {
  width: 13.55014vw;
  }
  .index-sns__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .index-sns__link-content {
  display: block;
  margin-top: 5.42005vw;
  width: 250px;
  width: 39.29539vw !important;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 4 !important;
  }
  .ie11 .index-sns__link-content {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-sns__link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) {
  .index-sns__link-content-reverse {
  display: block;
  margin-top: 5.42005vw;
  width: 250px;
  width: 39.29539vw !important;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 4 !important;
  }
  .ie11 .index-sns__link-content-reverse {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-sns__link-content-reverse {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}



/*  index-product
--------------------------------------------- */
.index-product {
  margin-top: 25px;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}

.index-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 25px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index-product__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 160px;
  height: 160px;
  background-color: #CBCBBE;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.index-product__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
}

.index-product__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
  .index-product__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .index-product__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

.index-product__title:before {
  width: 100px;
}

.index-product__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index-product__link-content {
  display: block;
  margin-top: 40px;
  width: 250px;
  background-color: #006B9B;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .index-product__link-content {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .index-product__link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .index-product__link-content:hover {
  background-color: #E3A000;
  color: #fff;
  }
}

.index-product__link-content-reverse {
  display: block;
  margin-top: 40px;
  width: 250px;
  background-color: #E3A000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.ie11 .index-product__link-content-reverse {
  padding-top: 6.5px;
}

@media screen and (max-width: 738px) {
  .index-product__link-content-reverse {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (min-width: 739px) {
  .index-product__link-content-reverse:hover {
  background-color: #006B9B;
  color: #fff;
  }
}

@media screen and (max-width: 738px) {
  .index-product {
  margin-top: 4.74255vw;
  padding: 4.06504vw;
  }
  .index-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 3.38753vw;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .index-product__list-item {
  margin-bottom: 3.38753vw;
  width: 24.39024vw;
  height: 24.39024vw;
  }
  .index-product__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #006B9B;
  letter-spacing: 0.25rem;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: 1.14286rem !important;
  }
  .index-product__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 5px;
  background: #E3A000;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-product__title {
  margin-bottom: 2.03252vw;
  padding-bottom: 2.03252vw;
  letter-spacing: 0.3rem;
  font-size: 1.61905rem;
  }
  .index-product__title:before {
  width: 18.97019vw;
  height: 0.67751vw;
  }
}

@media screen and (max-width: 738px) {
  .index-product__title:before {
  width: 13.55014vw;
  }
  .index-product__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .index-product__link-content {
  display: block;
  margin-top: 5.42005vw;
  width: 250px;
  width: 39.29539vw !important;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 4 !important;
  }
  .ie11 .index-product__link-content {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-product__link-content {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

@media screen and (max-width: 738px) {
  .index-product__link-content-reverse {
  display: block;
  margin-top: 5.42005vw;
  width: 250px;
  width: 39.29539vw !important;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.2;
  line-height: 4 !important;
  }
  .ie11 .index-product__link-content-reverse {
  padding-top: 6.5px;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .index-product__link-content-reverse {
  width: 31.16531vw;
  font-size: 0.95238rem;
  line-height: 3;
  }
}

/*  Slick
--------------------------------------------- */
.slide-top {
  position: relative;
}

.slide-keyvisual {
  position: relative;
  line-height: 0;
}

.slider {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.slide-keyvisual .slider {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.slider__list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
  height: 130px;
}

.slide-keyvisual .slider__list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 670px;
}

.slider__list img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider__list:hover .slider__list-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 738px) {
  .slide-keyvisual .slider__list {
    height: 104.69vw;
  }
  
  .slider__list:hover .slider__list-overlay {
  display: none;
  }
}

.slider__list--1 {
  background-color: #006B9B;
}

.slider__list--1 img {
  width: 95%;
}

.slider__list--2 {
  background-color: #E3A000;
}

.slider__list--2 img {
  width: 95%;
}

.slider__list--3 {
  background-color: #404040;
}

.slider__list--3 img {
  right: 20px;
  bottom: 30px;
}

@media screen and (max-width: 738px) {
  .slider__list--3 img {
  bottom: 10px;
  }
}

.slider__list--4 {
  background-color: #E3A000;
}

.slider__list--4 img {
  right: 40px;
}

.slider__list--5 {
  background-color: #009197;
}

.slider__list--5 img {
  bottom: 25px;
  width: 95%;
}

.slider__list--6 {
  background-color: #006B9B;
}

.slider__list--6 img {
  width: 100%;
}

.slider__arrows-content {
  position: absolute;
  top: 50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.slide-keyvisual .slider__arrows-content {
  top: 50%;
}

.slider__arrows-content:hover {
  opacity: 0.8;
}

.slider__arrows-prev,
.slider-keyvisual__arrows-prev {
  left: 50px;
}

.slider__arrows-next,
.slider-keyvisual__arrows-next {
  right: 50px;
}

@media screen and (max-width: 738px) {
  .slider {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  }
  .slider__list {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.71003vw 0 2.71003vw 0;
  height: 20.3252vw;
  }
  .slider__list img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  }
  .slider__list:hover .slider__list-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(0, 107, 155, 0.4);
  opacity: 1;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  }

  .slide-keyvisual .slider__arrows-content {
    top: 82%;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .slider__list:hover .slider__list-overlay {
  display: none;
  }
}

@media screen and (max-width: 738px) {
  .slider__list--1 {
  background-color: #006B9B;
  }
  .slider__list--1 img {
  width: auto;
  }
  .slider__list--2 {
  background-color: #E3A000;
  }
  .slider__list--2 img {
  width: auto;
  }
  .slider__list--3 {
  background-color: #404040;
  }
  .slider__list--3 img {
  right: 0;
  bottom: 4.06504vw;
  }
}

@media screen and (max-width: 738px) and (max-width: 738px) {
  .slider__list--3 img {
  bottom: 1.35501vw;
  }
}

@media screen and (max-width: 738px) {
  .slider__list--4 {
  background-color: #E3A000;
  }
  .slider__list--4 img {
  right: -1.35501vw;
  }
  .slider__list--5 {
  background-color: #009197;
  }
  .slider__list--5 img {
  bottom: 3.38753vw;
  width: auto;
  }
  .slider__list--6 {
  background-color: #006B9B;
  }
  .slider__list--6 img {
  width: auto;
  }

  .slider__arrows-content {
  position: absolute;
  top: 6.77507vw;
  z-index: 3;
  width: 6.77507vw;
  height: 6.77507vw;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  }
  .slider__arrows-content:hover {
  opacity: 0.8;
  }
  .slider__arrows-prev {
  left: 9.48509vw;
  }
  .slider__arrows-next {
  right: 9.48509vw;
  }
}

.slick-list {
  overflow: initial !important;
}

/* ==========================================================
*
*   margin
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 738px) {
  .mgt-sp--0 {
  margin-top: 0 !important;
  }
  .mgt-sp--5 {
  margin-top: 0.67751vw !important;
  }
  .mgt-sp--10 {
  margin-top: 1.35501vw !important;
  }
  .mgt-sp--15 {
  margin-top: 2.03252vw !important;
  }
  .mgt-sp--20 {
  margin-top: 2.71003vw !important;
  }
  .mgt-sp--25 {
  margin-top: 3.38753vw !important;
  }
  .mgt-sp--30 {
  margin-top: 4.06504vw !important;
  }
  .mgt-sp--35 {
  margin-top: 4.74255vw !important;
  }
  .mgt-sp--40 {
  margin-top: 5.42005vw !important;
  }
  .mgt-sp--45 {
  margin-top: 6.09756vw !important;
  }
  .mgt-sp--50 {
  margin-top: 6.77507vw !important;
  }
  .mgt-sp--55 {
  margin-top: 7.45257vw !important;
  }
  .mgt-sp--60 {
  margin-top: 8.13008vw !important;
  }
  .mgt-sp--65 {
  margin-top: 8.80759vw !important;
  }
  .mgt-sp--70 {
  margin-top: 9.48509vw !important;
  }
  .mgt-sp--75 {
  margin-top: 10.1626vw !important;
  }
  .mgt-sp--80 {
  margin-top: 10.84011vw !important;
  }
  .mgt-sp--85 {
  margin-top: 11.51762vw !important;
  }
  .mgt-sp--90 {
  margin-top: 12.19512vw !important;
  }
  .mgt-sp--95 {
  margin-top: 12.87263vw !important;
  }
  .mgt-sp--100 {
  margin-top: 13.55014vw !important;
  }
  .mgt-sp--105 {
  margin-top: 14.22764vw !important;
  }
  .mgt-sp--110 {
  margin-top: 14.90515vw !important;
  }
  .mgt-sp--115 {
  margin-top: 15.58266vw !important;
  }
  .mgt-sp--120 {
  margin-top: 16.26016vw !important;
  }
  .mgt-sp--125 {
  margin-top: 16.93767vw !important;
  }
  .mgt-sp--130 {
  margin-top: 17.61518vw !important;
  }
  .mgt-sp--135 {
  margin-top: 18.29268vw !important;
  }
  .mgt-sp--140 {
  margin-top: 18.97019vw !important;
  }
  .mgt-sp--145 {
  margin-top: 19.6477vw !important;
  }
  .mgt-sp--150 {
  margin-top: 20.3252vw !important;
  }
  .mgt-sp--155 {
  margin-top: 21.00271vw !important;
  }
  .mgt-sp--160 {
  margin-top: 21.68022vw !important;
  }
  .mgt-sp--165 {
  margin-top: 22.35772vw !important;
  }
  .mgt-sp--170 {
  margin-top: 23.03523vw !important;
  }
  .mgt-sp--175 {
  margin-top: 23.71274vw !important;
  }
  .mgt-sp--180 {
  margin-top: 24.39024vw !important;
  }
  .mgt-sp--185 {
  margin-top: 25.06775vw !important;
  }
  .mgt-sp--190 {
  margin-top: 25.74526vw !important;
  }
  .mgt-sp--195 {
  margin-top: 26.42276vw !important;
  }
  .mgt-sp--200 {
  margin-top: 27.10027vw !important;
  }
  .mgt-sp--205 {
  margin-top: 27.77778vw !important;
  }
  .mgt-sp--210 {
  margin-top: 28.45528vw !important;
  }
  .mgt-sp--215 {
  margin-top: 29.13279vw !important;
  }
  .mgt-sp--220 {
  margin-top: 29.8103vw !important;
  }
  .mgt-sp--225 {
  margin-top: 30.4878vw !important;
  }
  .mgt-sp--230 {
  margin-top: 31.16531vw !important;
  }
  .mgt-sp--235 {
  margin-top: 31.84282vw !important;
  }
  .mgt-sp--240 {
  margin-top: 32.52033vw !important;
  }
  .mgt-sp--245 {
  margin-top: 33.19783vw !important;
  }
  .mgt-sp--250 {
  margin-top: 33.87534vw !important;
  }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--30m {
  margin-bottom: -30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 738px) {
  .mgb-sp--0 {
  margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
  margin-bottom: 0.67751vw !important;
  }
  .mgb-sp--10 {
  margin-bottom: 1.35501vw !important;
  }
  .mgb-sp--15 {
  margin-bottom: 2.03252vw !important;
  }
  .mgb-sp--20 {
  margin-bottom: 2.71003vw !important;
  }
  .mgb-sp--25 {
  margin-bottom: 3.38753vw !important;
  }
  .mgb-sp--30 {
  margin-bottom: 4.06504vw !important;
  }
  .mgb-sp--30m {
  margin-bottom: -4.06504vw !important;
  }
	.mgb-sp--35 {
  margin-bottom: 4.74255vw !important;
  }
  .mgb-sp--40 {
  margin-bottom: 5.42005vw !important;
  }
  .mgb-sp--45 {
  margin-bottom: 6.09756vw !important;
  }
  .mgb-sp--50 {
  margin-bottom: 6.77507vw !important;
  }
  .mgb-sp--55 {
  margin-bottom: 7.45257vw !important;
  }
  .mgb-sp--60 {
  margin-bottom: 8.13008vw !important;
  }
  .mgb-sp--65 {
  margin-bottom: 8.80759vw !important;
  }
  .mgb-sp--70 {
  margin-bottom: 9.48509vw !important;
  }
  .mgb-sp--75 {
  margin-bottom: 10.1626vw !important;
  }
  .mgb-sp--80 {
  margin-bottom: 10.84011vw !important;
  }
  .mgb-sp--85 {
  margin-bottom: 11.51762vw !important;
  }
  .mgb-sp--90 {
  margin-bottom: 12.19512vw !important;
  }
  .mgb-sp--95 {
  margin-bottom: 12.87263vw !important;
  }
  .mgb-sp--100 {
  margin-bottom: 13.55014vw !important;
  }
  .mgb-sp--105 {
  margin-bottom: 14.22764vw !important;
  }
  .mgb-sp--110 {
  margin-bottom: 14.90515vw !important;
  }
  .mgb-sp--115 {
  margin-bottom: 15.58266vw !important;
  }
  .mgb-sp--120 {
  margin-bottom: 16.26016vw !important;
  }
  .mgb-sp--125 {
  margin-bottom: 16.93767vw !important;
  }
  .mgb-sp--130 {
  margin-bottom: 17.61518vw !important;
  }
  .mgb-sp--135 {
  margin-bottom: 18.29268vw !important;
  }
  .mgb-sp--140 {
  margin-bottom: 18.97019vw !important;
  }
  .mgb-sp--145 {
  margin-bottom: 19.6477vw !important;
  }
  .mgb-sp--150 {
  margin-bottom: 20.3252vw !important;
  }
  .mgb-sp--155 {
  margin-bottom: 21.00271vw !important;
  }
  .mgb-sp--160 {
  margin-bottom: 21.68022vw !important;
  }
  .mgb-sp--165 {
  margin-bottom: 22.35772vw !important;
  }
  .mgb-sp--170 {
  margin-bottom: 23.03523vw !important;
  }
  .mgb-sp--175 {
  margin-bottom: 23.71274vw !important;
  }
  .mgb-sp--180 {
  margin-bottom: 24.39024vw !important;
  }
  .mgb-sp--185 {
  margin-bottom: 25.06775vw !important;
  }
  .mgb-sp--190 {
  margin-bottom: 25.74526vw !important;
  }
  .mgb-sp--195 {
  margin-bottom: 26.42276vw !important;
  }
  .mgb-sp--200 {
  margin-bottom: 27.10027vw !important;
  }
  .mgb-sp--205 {
  margin-bottom: 27.77778vw !important;
  }
  .mgb-sp--210 {
  margin-bottom: 28.45528vw !important;
  }
  .mgb-sp--215 {
  margin-bottom: 29.13279vw !important;
  }
  .mgb-sp--220 {
  margin-bottom: 29.8103vw !important;
  }
  .mgb-sp--225 {
  margin-bottom: 30.4878vw !important;
  }
  .mgb-sp--230 {
  margin-bottom: 31.16531vw !important;
  }
  .mgb-sp--235 {
  margin-bottom: 31.84282vw !important;
  }
  .mgb-sp--240 {
  margin-bottom: 32.52033vw !important;
  }
  .mgb-sp--245 {
  margin-bottom: 33.19783vw !important;
  }
  .mgb-sp--250 {
  margin-bottom: 33.87534vw !important;
  }
}

/* ==========================================================
*
*   hide
*
========================================================== */
@media screen and (min-width: 739px) {
  .pc-hide {
  display: none !important;
  }
}

@media screen and (max-width: 738px) {
  .sp-hide {
  display: none !important;
  }
}

@media screen and (max-width: 738px) {
  .long {
  font-size: 2rem;
  }
}

