@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}

body {
  font-family: source-han-sans-japanese, sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER31 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
#header31 variables(変数設定)
===============================================*/
#header31 {
  width: 100%;
  background-image: url(../images/header31-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 0px 0;
  position: relative;
  z-index: 1;
}

#header31-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 0px 0 0px 0;
  overflow: hidden;
  /*==============================================
		#header31 .inner
		===============================================*/
}

#header31-wrapper .back-left,
#header31-wrapper .back-right {
  position: absolute;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  font-size: 130px;
  line-height: 1.2;
}

#header31-wrapper .back-left {
  top: 0px;
  left: 0;
}

#header31-wrapper .back-right {
  bottom: 0px;
  right: 0;
}

#header31-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header31-wrapper .inner {
  position: relative;
  /*==============================================
			#header31　.hero
			===============================================*/
  /*==============================================
			#header31　.swiper 画像設定
			===============================================*/
  /* #header31 .swiper-slide closed */
}

#header31-wrapper .inner:before, #header31-wrapper .inner:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1.5px;
}

#header31-wrapper .inner:before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(43%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.6) 43%, rgba(255, 255, 255, 0) 100%);
}

#header31-wrapper .inner:after {
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 0.6)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 43%, white 100%);
}

#header31-wrapper .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 80px 3.5% 90px 3.5%;
  position: relative;
  z-index: 10;
}

#header31-wrapper .inner .box .text {
  margin: 0 50px 0 0;
  color: #d8d8d8;
}

#header31-wrapper .inner .box .text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header31-wrapper .inner .box .text h4 .border {
  width: 100vw;
  height: 3px;
  background: #d8d8d8;
  border-radius: 30px;
  margin: 0 0 0 -100vw;
  position: relative;
  left: -1vw;
}

#header31-wrapper .inner .box .text h4 .cover {
  font-size: 16px;
  padding: 0 0 0 0vw;
}

#header31-wrapper .inner .box .text h2 {
  margin: 35px 0 0 0;
}

#header31-wrapper .inner .box .text h2 .cover {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(58, 38, 1, 0.7);
}

#header31-wrapper .inner .box .text h3 {
  margin: 25px 0 0 0;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 5px rgba(58, 38, 1, 0.7);
}

#header31-wrapper .inner .box .text h3 .icon {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 20px;
  padding: 3px 10px 3px 10px;
}

#header31-wrapper .inner .hero {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  width: 45%;
  position: relative;
}

#header31-wrapper .inner .hero .en01,
#header31-wrapper .inner .hero .en02 {
  position: absolute;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  font-size: 90px;
  line-height: 1.0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 4;
}

#header31-wrapper .inner .hero .en01 .second,
#header31-wrapper .inner .hero .en02 .second {
  padding: 30px 0 0 0;
}

#header31-wrapper .inner .hero .en01 {
  top: 0;
  right: -30px;
}

#header31-wrapper .inner .hero .en02 {
  top: 30px;
  left: -30px;
}

#header31-wrapper .inner .hero .cover {
  width: 90%;
  margin: 0 auto 0;
  position: relative;
}

#header31-wrapper .inner .hero .cover:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 9px rgba(0, 0, 0, 0.8);
}

#header31-wrapper .inner .hero .cover img {
  width: 100%;
  height: auto;
}

#header31-wrapper .inner .swiper-container {
  overflow: visible !important;
}

#header31-wrapper .inner .swiper-slide {
  position: relative;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #header31-wrapper {
    /*==============================================
			#header31 .inner
			===============================================*/
  }
  #header31-wrapper .back-left,
  #header31-wrapper .back-right {
    font-size: 120px;
  }
  #header31-wrapper .inner {
    position: relative;
    /*==============================================
				#header31　.hero
				===============================================*/
    /*==============================================
				#header31　.swiper 画像設定
				===============================================*/
    /* #header31 .swiper-slide closed */
  }
  #header31-wrapper .inner:before, #header31-wrapper .inner:after {
    width: 50%;
  }
  #header31-wrapper .inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 40px 3.5% 40px 3.5%;
    position: relative;
    z-index: 10;
  }
  #header31-wrapper .inner .box .text {
    margin: 0 50px 0 0;
    color: #fff;
  }
  #header31-wrapper .inner .box .text h3 {
    font-size: 2.35vw;
  }
  #header31-wrapper .inner .box .text h3 .icon {
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
  }
  #header31-wrapper .inner .box .text h2 .cover {
    font-weight: 900;
    font-size: 5vw;
    letter-spacing: 2px;
  }
  #header31-wrapper .inner .hero {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
  }
  #header31-wrapper .inner .swiper-container {
    overflow: visible !important;
  }
  #header31-wrapper .inner .swiper-slide .img-mask {
    width: 100%;
    height: 260px;
    margin: 30px auto 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
    z-index: 2;
  }
  #header31-wrapper .inner .swiper-slide .img-mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: auto;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
            transform: translate(-50%, -50%) skew(20deg);
    z-index: 2;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header31-wrapper {
    /*==============================================
			#header31 .inner
			===============================================*/
  }
  #header31-wrapper .back-left,
  #header31-wrapper .back-right {
    font-size: 20vw;
    line-height: 1.2;
  }
  #header31-wrapper .inner {
    position: relative;
    /*==============================================
				#header31　.hero
				===============================================*/
    /*==============================================
				#header31　.swiper 画像設定
				===============================================*/
    /* #header31 .swiper-slide closed */
  }
  #header31-wrapper .inner:before, #header31-wrapper .inner:after {
    width: 40%;
  }
  #header31-wrapper .inner .box {
    display: block;
    padding: 15px 3.5% 25px 3.5%;
    position: relative;
    z-index: 10;
  }
  #header31-wrapper .inner .box .text {
    margin: 0 0px 0 0;
  }
  #header31-wrapper .inner .box .text h3 {
    font-size: 4.25vw;
    text-align: center;
  }
  #header31-wrapper .inner .box .text h3 .icon {
    border-radius: 40px;
    margin: 5px 0 0;
  }
  #header31-wrapper .inner .box .text h2 {
    text-align: center;
  }
  #header31-wrapper .inner .box .text h2 .cover {
    font-size: 8vw;
  }
  #header31-wrapper .inner .hero {
    width: 90%;
    margin: 20px auto 0;
  }
  #header31-wrapper .inner .hero .en01,
  #header31-wrapper .inner .hero .en02 {
    color: rgba(255, 255, 255, 0.35);
    font-size: 50px;
    z-index: 4;
  }
  #header31-wrapper .inner .hero .en01 .second,
  #header31-wrapper .inner .hero .en02 .second {
    padding: 20px 0 0 0;
  }
  #header31-wrapper .inner .hero .en01 {
    top: -30px;
    right: -30px;
  }
  #header31-wrapper .inner .hero .en02 {
    top: 0px;
    left: -30px;
  }
  #header31-wrapper .inner .swiper-container {
    overflow: visible !important;
  }
  #header31-wrapper .inner .swiper-slide .img-mask {
    width: 100%;
    height: 180px;
    margin: 30px auto 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
    z-index: 2;
  }
  #header31-wrapper .inner .swiper-slide .img-mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: auto;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
            transform: translate(-50%, -50%) skew(20deg);
    z-index: 2;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  #header31-wrapper {
    /*==============================================
			#header31 .inner
			===============================================*/
  }
  #header31-wrapper .back-left,
  #header31-wrapper .back-right {
    font-size: 20vw;
    line-height: 1.2;
  }
  #header31-wrapper .inner {
    position: relative;
    /*==============================================
				#header31　.hero
				===============================================*/
    /*==============================================
				#header31　.swiper 画像設定
				===============================================*/
    /* #header31 .swiper-slide closed */
  }
  #header31-wrapper .inner:before, #header31-wrapper .inner:after {
    width: 40%;
  }
  #header31-wrapper .inner .box {
    padding: 15px 3% 25px 3%;
  }
  #header31-wrapper .inner .box .text {
    margin: 0 0px 0 0;
  }
  #header31-wrapper .inner .box .text h3 {
    font-size: 4vw;
    text-align: center;
  }
  #header31-wrapper .inner .box .text h3 .icon {
    border-radius: 40px;
    margin: 5px 0 0;
  }
  #header31-wrapper .inner .box .text h2 {
    text-align: center;
  }
  #header31-wrapper .inner .box .text h2 .cover {
    font-size: 8vw;
  }
  #header31-wrapper .inner .hero {
    width: 80%;
    margin: 0 auto 0;
  }
  #header31-wrapper .inner .swiper-container {
    overflow: visible !important;
  }
  #header31-wrapper .inner .swiper-slide .img-mask {
    width: 100%;
    height: 180px;
    margin: 30px auto 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    position: relative;
    z-index: 2;
  }
  #header31-wrapper .inner .swiper-slide .img-mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: auto;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
            transform: translate(-50%, -50%) skew(20deg);
    z-index: 2;
  }
}

/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.gnav04 {
  position: relative;
  z-index: 2;
  padding: 20px 0% 20px 0%;
}

.gnav04 .inside {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0px 3vw 0 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gnav04 .inside .left {
  width: 200px;
}

.gnav04 .inside .left h1 {
  color: #000;
}

.gnav04 .inside .left h1 .big img {
  width: 100%;
  height: auto;
}

.gnav04 .inside .left h1 .small {
  margin: 5px 0 0 0;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 6px;
  line-height: 1.0;
  text-align: center;
}

.gnav04 .inside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav04 .inside ul li {
  list-style-type: none;
}

.gnav04 .inside ul li a {
  display: block;
  color: #000;
  padding: 0 35px 0 35px;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 1.2;
}

.gnav04 .inside ul li a::before {
  content: "";
  width: 1.5px;
  height: 30px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.gnav04 .inside ul li a .main {
  font-size: 16px;
  display: block;
}

.gnav04 .inside ul li a .sub {
  font-size: 12px;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 600;
}

.gnav04 .inside ul li:first-child a:before {
  display: none;
}

.gnav04 .inside ul li:last-child a:after {
  display: none;
}

.gnav04 .inside .button {
  width: 300px;
  padding: 0px 0 0 0;
}

.gnav04 .inside .button .caption {
  text-align: center;
  color: #231815;
  font-size: 15px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
}

.gnav04 .inside .button .caption span {
  padding: 0 3px 0 3px;
}

.gnav04 .inside .button .caption:before, .gnav04 .inside .button .caption:after {
  content: "";
  background: #231815;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

.gnav04 .inside .button .caption:before {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.gnav04 .inside .button .caption:after {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.gnav04 .inside .button .cover {
  background: #231815;
  border: solid 2px #231815;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.gnav04 .inside .button .cover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px 20px 20px;
  text-align: center;
  text-decoration: none;
}

.gnav04 .inside .button .cover a .catch {
  font-size: 20px;
  line-height: 1.2;
}

.gnav04 .inside .button .cover a .catch img {
  width: 30px;
  height: auto;
  padding: 0 3px 0 0;
  position: relative;
  top: 5px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gnav04 .inside {
    padding: 5px 3vw 0 3vw;
  }
  .gnav04 .inside .left h1 {
    margin: 0 0 0 0;
  }
  .gnav04 .inside .left h1 .big {
    font-size: 3.15vw;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  .gnav04 .inside .left h1 .small {
    margin: 5px 0 0 0;
    font-size: 1.55vw;
    letter-spacing: 1px;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .gnav04 {
    padding: 15px 0% 15px 0%;
  }
  .gnav04 .inside {
    padding: 5px 2vw 0 2vw;
  }
  .gnav04 .inside .left {
    width: 35%;
  }
  .gnav04 .inside .left h1 .big {
    font-size: 5.15vw;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  .gnav04 .inside .left h1 .small {
    margin: 5px 0 0 0;
    font-size: 2.55vw;
    letter-spacing: 1px;
  }
  .gnav04 .inside ul {
    display: none;
  }
  .gnav04 .inside .button {
    width: 55%;
    padding: 0px 0 0 0;
  }
  .gnav04 .inside .button .caption {
    font-size: 13px;
    margin: 0 0 4px 0;
    line-height: 1.1;
  }
  .gnav04 .inside .button .caption span {
    padding: 0 3px 0 3px;
  }
  .gnav04 .inside .button .caption:before, .gnav04 .inside .button .caption:after {
    content: "";
    height: 12px;
    width: 2px;
  }
  .gnav04 .inside .button .caption:before {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .gnav04 .inside .button .caption:after {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .gnav04 .inside .button .cover {
    background: #231815;
    border: solid 2px #231815;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
            box-shadow: 0 0 0 2px #fff inset;
  }
  .gnav04 .inside .button .cover a {
    padding: 12px 10px 12px 10px;
  }
  .gnav04 .inside .button .cover a .catch {
    font-size: 16px;
    line-height: 1.2;
  }
  .gnav04 .inside .button .cover a .catch img {
    width: 20px;
    height: auto;
    padding: 0 3px 0 0;
    top: 5px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADERTO05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#headerto05 {
  background: transparent;
  padding: 0px 3.5% 30px 3.5%;
  margin: -30px auto 0;
}

#headerto05 .box-wrapper {
  margin: 0 auto 0px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

#headerto05 .box-wrapper .box {
  background: rgba(255, 255, 255, 0.9);
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #000 inset;
          box-shadow: 0 0 0 2px #000 inset;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#headerto05 .box-wrapper .box:nth-child(3n) {
  margin: 0 0% 0 0;
}

#headerto05 .box-wrapper .box .icon {
  width: 25%;
  padding: 0 15px 0 0;
}

#headerto05 .box-wrapper .box .icon img {
  width: 100%;
}

#headerto05 .box-wrapper .box .text {
  width: 75%;
  border-left: solid 2px #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 15px;
  color: #000;
}

#headerto05 .box-wrapper .box .text span {
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #headerto05 {
    padding: 0px 3.5% 30px 3.5%;
  }
  #headerto05 .box-wrapper {
    display: block;
  }
  #headerto05 .box-wrapper .box {
    width: 100%;
    padding: 10px 20px 10px 20px;
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 10%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    font-size: 2.0vw;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #headerto05 {
    padding: 0px 3.5% 30px 3.5%;
  }
  #headerto05 .box-wrapper {
    display: block;
  }
  #headerto05 .box-wrapper .box {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 20px 10px 20px;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 25%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    width: 75%;
    font-size: 4.0vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
#footer01 変数設定
===============================================*/
#footer01 {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  width: 800px;
  padding: 20px 0px 20px 0px;
  background: rgba(216, 216, 216, 0.9);
  display: none;
  z-index: 1000;
}

#footer01 .wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer01 .wrapper .inner .catch {
  position: relative;
}

#footer01 .wrapper .inner .catch:before, #footer01 .wrapper .inner .catch:after {
  content: "";
}

#footer01 .wrapper .inner .catch .cover {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 0px 0 0px 0;
  color: #000;
}

#footer01 .wrapper .inner .button-area {
  padding: 0 35px 0 35px;
  width: 50%;
}

#footer01 .wrapper .inner .button-area .inside a {
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px 15px 10px;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#2b2b2b));
  background: linear-gradient(90deg, black 0%, #2b2b2b 100%);
  border: solid 2px linear-gradient(90deg, black 0%, #2b2b2b 100%);
  font-size: 22px;
}

#footer01 .wrapper .inner .button-area .inside a .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

#footer01 .wrapper .inner .button-area .inside a .box .icon img {
  width: 43px;
  height: auto;
  padding: 0 8px 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #footer01 {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
  #footer01 .wrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer01 .wrapper .inner .catch {
    position: relative;
    width: 45%;
    padding: 0 15px 0 0;
  }
  #footer01 .wrapper .inner .catch .cover {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
  }
  #footer01 .wrapper .inner .button-area {
    padding: 0 0px 0 0px;
    width: 55%;
  }
  #footer01 .wrapper .inner .button-area .inside a {
    padding: 12px 10px 12px 10px;
    font-size: 16px;
  }
  #footer01 .wrapper .inner .button-area .inside a .box {
    height: 100%;
  }
  #footer01 .wrapper .inner .button-area .inside a .box .icon img {
    width: 33px;
    height: auto;
    padding: 0 8px 0 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA06 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta06 {
  position: relative;
}

.cta06 .border {
  width: 2px;
  height: 40px;
  background: #000;
  margin: 0 auto 0;
}

.cta06 .wrapper {
  background: url(../images/cta06-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.cta06 .wrapper .border {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 0 auto 0;
}

.cta06 .wrapper .en {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  letter-spacing: 3px;
}

.cta06 .wrapper .logo {
  width: 200px;
  margin: 40px auto 0;
}

.cta06 .wrapper .logo img {
  width: 100%;
  height: auto;
}

.cta06 .wrapper .block {
  max-width: 1000px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta06 .wrapper .block .mark {
  border: solid 2px #fff;
  font-size: 16px;
  padding: 3px 30px 3px 30px;
  margin: 0 20px 0 0;
  color: #fff;
}

.cta06 .wrapper h2 {
  color: #fff;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 23px;
}

.cta06 .wrapper .inner {
  padding: 0px 0 40px 0;
  background: rgba(0, 0, 0, 0.2);
}

.cta06 .wrapper .inner .box-wrapper .box {
  max-width: 1000px;
  margin: 30px auto 0;
  border: solid 2px #fff;
}

.cta06 .wrapper .inner .box-wrapper .button {
  margin: 30px 0 0 0;
  text-align: center;
}

.cta06 .wrapper .inner .box-wrapper .button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin: 0 auto 0;
  border: solid 3px #000;
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
  background: black;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  padding: 20px 50px 20px 50px;
}

.cta06 .wrapper .inner .box-wrapper .button a img {
  width: 30px;
  height: auto;
  position: relative;
  top: 5px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta06 .border {
    width: 2px;
    height: 40px;
  }
  .cta06 .wrapper {
    background: url(../images/cta06-bg.jpg) no-repeat right 0;
    background-size: cover;
  }
  .cta06 .wrapper .border {
    width: 2px;
    height: 40px;
  }
  .cta06 .wrapper .en {
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  .cta06 .wrapper .logo {
    width: 180px;
    margin: 40px auto 0;
  }
  .cta06 .wrapper .logo img {
    width: 100%;
    height: auto;
  }
  .cta06 .wrapper .block {
    margin: 20px auto 0;
    display: block;
  }
  .cta06 .wrapper .block .mark {
    width: 90%;
    border: solid 2px #fff;
    font-size: 16px;
    padding: 3px 30px 3px 30px;
    margin: 10px auto 0;
    color: #fff;
    text-align: center;
  }
  .cta06 .wrapper h2 {
    margin: 20px 0 0 0;
    font-size: 4.85vw;
    padding: 0 4% 0 4%;
  }
  .cta06 .wrapper .inner {
    padding: 0px 0 40px 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .cta06 .wrapper .inner .box-wrapper .box {
    max-width: 1000px;
    margin: 30px auto 0;
    border: solid 2px #fff;
  }
  .cta06 .wrapper .inner .box-wrapper .button {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .cta06 .wrapper .inner .box-wrapper .button a {
    font-size: 24px;
    color: #fff;
    margin: 0 auto 0;
    padding: 20px 30px 20px 30px;
  }
  .cta06 .wrapper .inner .box-wrapper .button a img {
    width: 28px;
    height: auto;
    position: relative;
    top: 4px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION67 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section67 {
  margin: 0px 0 0 0;
  padding: 70px 0 70px 0;
  background: whitesmoke;
}

.section67 .wrapper .title {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
}

.section67 .wrapper .title .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section67 .wrapper .title .thumb .thumb01 {
  width: 40%;
  margin: 90px -5% 0 0;
  position: relative;
  z-index: 3;
}

.section67 .wrapper .title .thumb .thumb01 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.section67 .wrapper .title .thumb .thumb02 {
  width: 65%;
  position: relative;
  z-index: 1;
}

.section67 .wrapper .title .thumb .thumb02 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.section67 .wrapper .title .text {
  background: url(../images/section67-text-bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 80%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: -60px 0 0 50px;
  position: relative;
  z-index: 5;
}

.section67 .wrapper .title .text .inside {
  background: rgba(0, 0, 0, 0.75);
  padding: 35px 65px 35px 65px;
}

.section67 .wrapper .title .text .inside h3 {
  line-height: 1.0;
  letter-spacing: 3px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

.section67 .wrapper .title .text .inside h2 {
  margin: 20px 0 0 0;
  font-size: 45px;
}

.section67 .wrapper .inner {
  max-width: 1280px;
  margin: 0 auto 0;
}

.section67 .wrapper .inner .sentence {
  margin: 50px auto 0;
  max-width: 1000px;
}

.section67 .wrapper .inner .sentence p {
  font-size: 18px;
  line-height: 2.0;
  padding: 10px 0 10px 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section67 {
    margin: 0px 0 0 0;
    padding: 70px 0 30px 0;
  }
  .section67 .wrapper {
    overflow: hidden;
  }
  .section67 .wrapper .title {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 0% 0 0%;
  }
  .section67 .wrapper .title .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section67 .wrapper .title .thumb .thumb01 {
    width: 40%;
    margin: 90px -5% 0 0;
  }
  .section67 .wrapper .title .thumb .thumb01 img {
    width: 100%;
    height: auto;
  }
  .section67 .wrapper .title .thumb .thumb02 {
    width: 65%;
  }
  .section67 .wrapper .title .thumb .thumb02 img {
    width: 100%;
    height: auto;
  }
  .section67 .wrapper .title .text {
    width: 90%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: -40px auto 0%;
    position: relative;
    z-index: 5;
  }
  .section67 .wrapper .title .text .inside {
    background: rgba(0, 0, 0, 0.75);
    padding: 35px 25px 35px 25px;
  }
  .section67 .wrapper .title .text .inside h3 {
    line-height: 1.0;
    letter-spacing: 3px;
    font-size: 4.25vw;
  }
  .section67 .wrapper .title .text .inside h2 {
    margin: 20px 0 0 0;
    font-size: 7vw;
  }
  .section67 .wrapper .inner {
    max-width: 1280px;
    margin: 0 auto 0;
  }
  .section67 .wrapper .inner .sentence {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .section67 .wrapper .inner .sentence p {
    font-size: 16px;
    line-height: 2.0;
    padding: 10px 5% 10px 5%;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT16 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.point16 {
  margin: 60px 0 0 0;
}

.point16 .wrapper .title h2 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 2px;
  color: #000;
}

.point16 .wrapper .title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #000;
  margin: 10px auto 0;
}

.point16 .wrapper .title h3 {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 1.5;
}

.point16 .wrapper .inner .box-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point16 .wrapper .inner .box-wrapper .box {
  width: 48.5%;
  margin: 60px 3% 0 0;
}

.point16 .wrapper .inner .box-wrapper .box .thumb {
  width: 100%;
  position: relative;
  z-index: 1;
}

.point16 .wrapper .inner .box-wrapper .box .thumb .semi {
  position: absolute;
  left: 20px;
  top: -30px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.0;
}

.point16 .wrapper .inner .box-wrapper .box .thumb img {
  width: 100%;
  height: auto;
}

.point16 .wrapper .inner .box-wrapper .box .container {
  width: 100%;
  overflow: hidden;
  margin: -60px auto 0;
  position: relative;
  z-index: 2;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside {
  width: 80%;
  margin: 0px auto 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0 0 0;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside h4 .border {
  width: 300px;
  height: 2px;
  background: #000;
  margin: 0 30px 0 -200px;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside h4 .cover {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside h3 {
  margin: 10px 0 0 0;
  font-size: 30px;
  padding: 0 35px 0 35px;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside .sentence {
  margin: 10px 0 0 0;
  padding: 0 35px 0 35px;
}

.point16 .wrapper .inner .box-wrapper .box .container .inside .sentence p {
  font-size: 18px;
  line-height: 1.8;
}

.point16 .wrapper .inner .box-wrapper .box:nth-child(2n) {
  margin: 60px 0% 0 0;
}

.point16 .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb {
  width: 100%;
  position: relative;
  z-index: 1;
}

.point16 .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb .semi {
  left: calc(100% - 20px);
  top: -30px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point16 {
    margin: 40px 0 0 0;
  }
  .point16 .wrapper .title h2 {
    font-size: 55px;
    letter-spacing: 2px;
  }
  .point16 .wrapper .title h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    margin: 10px auto 0;
  }
  .point16 .wrapper .title h3 {
    font-size: 22px;
    line-height: 1.45;
  }
  .point16 .wrapper .inner .box-wrapper {
    margin: 0 auto 0;
    padding: 0 0% 0 0%;
    display: block;
  }
  .point16 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .point16 .wrapper .inner .box-wrapper .box .thumb {
    width: 100%;
  }
  .point16 .wrapper .inner .box-wrapper .box .thumb .semi {
    position: absolute;
    left: 20px;
    top: -30px;
    font-size: 70px;
  }
  .point16 .wrapper .inner .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point16 .wrapper .inner .box-wrapper .box .container {
    margin: -60px auto 0;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside {
    width: 90%;
    padding: 20px 0 0 0;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside h4 .border {
    width: 300px;
    height: 2px;
    background: #000;
    margin: 0 10px 0 -220px;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside h4 .cover {
    font-size: 6vw;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside h3 {
    margin: 10px 0 0 0;
    font-size: 6.75vw;
    padding: 0 35px 0 35px;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside .sentence {
    margin: 10px 0 0 0;
    padding: 0 35px 0 35px;
  }
  .point16 .wrapper .inner .box-wrapper .box .container .inside .sentence p {
    font-size: 17px;
    line-height: 1.8;
  }
  .point16 .wrapper .inner .box-wrapper .box:nth-child(2n) {
    margin: 50px 0% 0 0;
  }
  .point16 .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .point16 .wrapper .inner .box-wrapper .box:nth-child(2n) .thumb .semi {
    left: calc(100% - 20px);
    top: -30px;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE16-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title16-01 {
  background: #000;
  padding: 50px 0 50px 0;
  position: relative;
  overflow: hidden;
}

.title16-01 .en {
  color: rgba(255, 255, 255, 0.1);
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.title16-01 .title-wrapper {
  max-width: 1480px;
  padding: 0 3.5% 0 3.5%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title16-01 .title-wrapper .text {
  color: #fff;
  margin: 0 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title16-01 .title-wrapper .text h4 {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 80px;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}

.title16-01 .title-wrapper .text h2 {
  margin: 20px 0 0 0;
  font-size: 24px;
}

.title16-01 .title-wrapper .text h2 .cover {
  display: inline-block;
}

.title16-01 .title-wrapper .text h3 {
  margin: 25px 0 0 0;
  font-size: 17px;
}

.title16-01 .title-wrapper .thumbs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title16-01 .title-wrapper .thumbs .thumb {
  width: 250px;
  height: auto;
  position: relative;
}

.title16-01 .title-wrapper .thumbs .thumb::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  border: solid 2px rgba(0, 0, 0, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
  width: 100%;
  height: auto;
}

.title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
  position: relative;
  top: 30px;
  left: 30px;
}

.title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
  width: 100%;
  height: auto;
}

.title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
  position: relative;
  top: -10px;
  left: 60px;
}

.title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title16-01 {
    padding: 25px 0 45px 0;
  }
  .title16-01 .en {
    font-size: 20vw;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: rgba(255, 255, 255, 0.3);
  }
  .title16-01 .title-wrapper {
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
    display: block;
  }
  .title16-01 .title-wrapper .text {
    margin: 0 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title16-01 .title-wrapper .text h4 {
    font-size: 18vw;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.0;
  }
  .title16-01 .title-wrapper .text h2 {
    margin: 20px 0 0 0;
    font-size: 6.0vw;
  }
  .title16-01 .title-wrapper .text h2 .cover {
    display: inline-block;
  }
  .title16-01 .title-wrapper .text h3 {
    margin: 25px 0 0 0;
    font-size: 17px;
  }
  .title16-01 .title-wrapper .thumbs {
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .title16-01 .title-wrapper .thumbs .thumb {
    width: 31%;
    height: auto;
    position: relative;
  }
  .title16-01 .title-wrapper .thumbs .thumb::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: solid 4px rgba(216, 216, 216, 0.8);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
    position: relative;
    top: 30px;
    left: 0px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
    position: relative;
    top: -10px;
    left: 0px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
    width: 100%;
    height: auto;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.point04 {
  padding: 10px 0 0 0;
  margin: 60px 0 0 0;
}

.point04 .wrapper .inner .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.point04 .wrapper .inner .box-wrapper .box {
  width: 48.5%;
  margin: 80px 3% 0 0;
  border: solid 2px #000;
  padding: 0 0 30px 0;
  background: #fff;
}

.point04 .wrapper .inner .box-wrapper .box:nth-child(2n) {
  margin: 80px 0 0 0;
}

.point04 .wrapper .inner .box-wrapper .box .inside {
  margin: -40px 0 0 0;
}

.point04 .wrapper .inner .box-wrapper .box .inside .en {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 0.6;
  position: relative;
  z-index: 1;
}

.point04 .wrapper .inner .box-wrapper .box .inside h4 {
  text-align: center;
}

.point04 .wrapper .inner .box-wrapper .box .inside h4 .cover {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 26px;
  line-height: 1.25;
  padding: 10px 30px 10px 30px;
  position: relative;
  z-index: 2;
  border: solid 2px #000;
}

.point04 .wrapper .inner .box-wrapper .box .thumb {
  margin: 30px auto 0;
  width: 80%;
  height: auto;
}

.point04 .wrapper .inner .box-wrapper .box .thumb img {
  width: 100%;
  height: auto;
}

.point04 .wrapper .inner .box-wrapper .box h3 {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point04 .wrapper .inner .box-wrapper .box h3 .border {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  height: 2px;
  background: #000;
}

.point04 .wrapper .inner .box-wrapper .box h3 .cover {
  width: 80%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 0 35px 0 20px;
  font-size: 28px;
  line-height: 1.5;
}

.point04 .wrapper .inner .box-wrapper .box .sentence {
  margin: 20px auto 0;
  width: 90%;
}

.point04 .wrapper .inner .box-wrapper .box .sentence p {
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.8;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point04 {
    padding: 10px 0 0 0;
    margin: 40px 0 0 0;
  }
  .point04 .wrapper .inner .box-wrapper {
    padding: 10px 0 0 0;
    display: block;
  }
  .point04 .wrapper .inner .box-wrapper .box {
    width: 92%;
    margin: 70px auto 0;
    border: solid 2px #000;
    padding: 0 0 20px 0;
    background: #fff;
  }
  .point04 .wrapper .inner .box-wrapper .box:nth-child(2n) {
    margin: 70px auto 0;
  }
  .point04 .wrapper .inner .box-wrapper .box .inside {
    margin: -40px 0 0 0;
  }
  .point04 .wrapper .inner .box-wrapper .box .inside .en {
    font-size: 26px;
    line-height: 0.6;
  }
  .point04 .wrapper .inner .box-wrapper .box .inside h4 {
    text-align: center;
  }
  .point04 .wrapper .inner .box-wrapper .box .inside h4 .cover {
    font-size: 24px;
    line-height: 1.25;
    padding: 10px 30px 10px 30px;
  }
  .point04 .wrapper .inner .box-wrapper .box .thumb {
    margin: 30px auto 0;
    width: 85%;
    height: auto;
  }
  .point04 .wrapper .inner .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point04 .wrapper .inner .box-wrapper .box h3 {
    margin: 20px auto 0;
  }
  .point04 .wrapper .inner .box-wrapper .box h3 .border {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    height: 2px;
    background: #000;
  }
  .point04 .wrapper .inner .box-wrapper .box h3 .cover {
    width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding: 0 35px 0 20px;
    font-size: 22px;
    line-height: 1.5;
  }
  .point04 .wrapper .inner .box-wrapper .box .sentence {
    margin: 10px auto 0;
    width: 87.5%;
  }
  .point04 .wrapper .inner .box-wrapper .box .sentence p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT20 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.point20 {
  margin: 60px 0 0 0;
}

.point20 .title .title-wrapper {
  background: url(../images/point20-title-bg.jpg) no-repeat 0 center;
  background-size: cover;
}

.point20 .title .title-wrapper .inside {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0 0 0;
}

.point20 .title .title-wrapper .inside h3 {
  margin: 30px 0 0 0;
  text-align: center;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
}

.point20 .title .title-wrapper .inside h2 {
  margin: 20px 0 0 0;
  text-align: center;
  color: #fff;
  padding: 0 0 30px 0;
  font-size: 35px;
}

.point20 .title .title-wrapper .inside .border {
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background: #fff;
}

.point20 .title .border {
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background: #000;
}

.point20 .wrapper .inner .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
}

.point20 .wrapper .inner .box-wrapper .box {
  margin: 40px 0 0 0;
  background: #f1f1f1;
  padding: 10px 0 30px 0;
  position: relative;
}

.point20 .wrapper .inner .box-wrapper .box:before, .point20 .wrapper .inner .box-wrapper .box:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
}

.point20 .wrapper .inner .box-wrapper .box::before {
  top: 20px;
  left: 20px;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
}

.point20 .wrapper .inner .box-wrapper .box::after {
  bottom: 20px;
  right: 20px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}

.point20 .wrapper .inner .box-wrapper .box .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
  padding: 0 5% 0 0;
}

.point20 .wrapper .inner .box-wrapper .box .inside .thumb {
  width: 10%;
  margin: 20px 5% 0 5%;
}

.point20 .wrapper .inner .box-wrapper .box .inside .thumb img {
  width: 100%;
  height: auto;
}

.point20 .wrapper .inner .box-wrapper .box .inside h3 {
  width: 80%;
  border: solid 2px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 20px;
}

.point20 .wrapper .inner .box-wrapper .box .inside h3 .semi {
  border: solid 2px #333;
  padding: 5px 5px 5px 5px;
  margin: 0 5px 0 0;
  font-size: 18px;
}

.point20 .wrapper .inner .box-wrapper .box .inside h3 .catch {
  font-size: 24px;
  line-height: 1.8;
}

.point20 .wrapper .inner .box-wrapper .box .sentence {
  width: 90%;
  margin: 10px auto 0;
}

.point20 .wrapper .inner .box-wrapper .box .sentence p {
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.8;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point20 {
    margin: 50px 0 0 0;
  }
  .point20 .title .title-wrapper .inside {
    padding: 30px 0 0 0;
  }
  .point20 .title .title-wrapper .inside h3 {
    margin: 30px 0 0 0;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .point20 .title .title-wrapper .inside h2 {
    margin: 20px 0 0 0;
    padding: 0 0 30px 0;
    font-size: 30px;
  }
  .point20 .title .title-wrapper .inside .border {
    width: 2px;
    height: 50px;
  }
  .point20 .title .border {
    width: 2px;
    height: 50px;
  }
  .point20 .wrapper .inner .box-wrapper {
    max-width: 1280px;
    margin: 0 auto 0;
  }
  .point20 .wrapper .inner .box-wrapper .box {
    margin: 40px 0 0 0;
    background: #f1f1f1;
    padding: 10px 0 30px 0;
    position: relative;
  }
  .point20 .wrapper .inner .box-wrapper .box:before, .point20 .wrapper .inner .box-wrapper .box:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .point20 .wrapper .inner .box-wrapper .box::before {
    top: 20px;
    left: 20px;
  }
  .point20 .wrapper .inner .box-wrapper .box::after {
    bottom: 20px;
    right: 20px;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside .thumb {
    width: 20%;
    margin: 20px auto 5%;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside .thumb img {
    width: 100%;
    height: auto;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside h3 {
    width: 90%;
    border: solid 2px #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 20px 20px;
    margin: 20px auto 0;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside h3 .semi {
    border: solid 2px #333;
    padding: 5px 5px 5px 5px;
    margin: 0 5px 0 0;
    font-size: 17px;
  }
  .point20 .wrapper .inner .box-wrapper .box .inside h3 .catch {
    font-size: 22px;
    line-height: 1.8;
  }
  .point20 .wrapper .inner .box-wrapper .box .sentence {
    width: 85%;
    margin: 10px auto 0;
    padding: 0 0 20px 0;
  }
  .point20 .wrapper .inner .box-wrapper .box .sentence p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE35-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title35-01 {
  background: url(../images/title35-01-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.title35-01 .back-left,
.title35-01 .back-right {
  position: absolute;
  font-family: futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  font-size: 130px;
  line-height: 1.2;
  z-index: 3;
}

.title35-01 .back-left {
  top: 0px;
  left: 0;
}

.title35-01 .back-right {
  bottom: 0px;
  right: 0;
}

.title35-01 .title-wrapper {
  background: rgba(0, 0, 0, 0.4);
  padding: 90px 0 90px 0;
}

.title35-01 .title-wrapper .box-wrapper {
  max-width: 1000px;
  margin: 0px auto 0;
  background: url(../images/title35-01-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.title35-01 .title-wrapper .box-wrapper .box {
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 50px 0;
  border: solid 4px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 3px #000 inset;
          box-shadow: 0 0 0 3px #000 inset;
}

.title35-01 .title-wrapper .box-wrapper .box .inside {
  display: block;
  width: 100%;
}

.title35-01 .title-wrapper .box-wrapper .box .inside h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.title35-01 .title-wrapper .box-wrapper .box .inside h3 .border {
  width: 15%;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  height: 2px;
  background: #000;
}

.title35-01 .title-wrapper .box-wrapper .box .inside h3 .cover {
  width: 70%;
  padding: 0 20px 0 20px;
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  font-size: 22px;
  letter-spacing: 3px;
  color: #000;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}

.title35-01 .title-wrapper .box-wrapper .box .inside h2 {
  font-size: 45px;
  color: #231815;
  text-align: center;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title35-01 .back-left,
  .title35-01 .back-right {
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 20vw;
    z-index: 3;
  }
  .title35-01 .back-left {
    top: 0px;
    left: 0;
  }
  .title35-01 .back-right {
    bottom: 0px;
    right: 0;
  }
  .title35-01 .title-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 90px 0 90px 0;
  }
  .title35-01 .title-wrapper .box-wrapper {
    max-width: 90%;
    margin: 0px auto 0;
  }
  .title35-01 .title-wrapper .box-wrapper .box {
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 50px 0;
  }
  .title35-01 .title-wrapper .box-wrapper .box .inside {
    display: block;
    width: 100%;
  }
  .title35-01 .title-wrapper .box-wrapper .box .inside h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .title35-01 .title-wrapper .box-wrapper .box .inside h3 .border {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    height: 2px;
    background: #000;
  }
  .title35-01 .title-wrapper .box-wrapper .box .inside h3 .cover {
    width: 60%;
    padding: 0 15px 0 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    font-size: 20px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .title35-01 .title-wrapper .box-wrapper .box .inside h2 {
    font-size: 30px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FLOW03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow03 {
  padding: 50px 3.5% 0 3.5%;
}

.flow03 ul {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 3.5% 0 3.5%;
}

.flow03 ul li {
  width: 100%;
  margin: 0 0 20px 0;
  border: solid 2px #000;
  background: #f8f8f8;
  padding: 0 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 5px 5px 0px 0px #d8d8d8, inset 0 0 0 3px #fff;
          box-shadow: 5px 5px 0px 0px #d8d8d8, inset 0 0 0 3px #fff;
  position: relative;
}

.flow03 ul li .thumb {
  width: 35%;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  overflow: hidden;
  line-height: 0;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow03 ul li .thumb .cover {
  width: 100%;
  position: relative;
}

.flow03 ul li .thumb .cover::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 90%;
  border: solid 2px #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow03 ul li .thumb .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.flow03 ul li .text {
  width: 65%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: start;
  color: #000;
  padding: 10px 30px 10px 60px;
  position: relative;
}

.flow03 ul li .text .inside p {
  padding: 10px 0px 10px 0px;
}

.flow03 ul li .text .inside img.icon {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 30px;
  width: 150px;
  height: auto;
  opacity: 0.4;
}

.flow03 ul li .text .inside .semi {
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: 2;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 10%;
  background: #000;
  color: #fff;
  padding: 3px 20px 3px 20px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  width: 80px;
  height: 80px;
}

.flow03 ul li .text .inside .semi span.big {
  font-size: 25px;
}

.flow03 ul li .text .inside .block {
  position: relative;
  z-index: 2;
}

.flow03 ul li .text .inside .block h3 {
  font-size: 28px;
  font-weight: 700;
}

.flow03 ul li .text .inside .block p {
  font-size: 18px;
  font-weight: 500;
}

.flow03 img.arrow {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flow03 {
    padding: 20px 0% 0 0%;
  }
  .flow03 ul {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 3.5% 0 3.5%;
  }
  .flow03 ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0px 0;
    display: block;
    position: relative;
  }
  .flow03 ul li .thumb {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff;
    padding: 3px 3px 0px 3px;
  }
  .flow03 ul li .thumb img.photo {
    width: 100%;
    height: auto;
  }
  .flow03 ul li .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: start;
    padding: 10px 5% 30px 5%;
    position: relative;
  }
  .flow03 ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow03 ul li .text .inside .semi {
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 2;
    font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 10%;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    width: 80px;
    height: 80px;
  }
  .flow03 ul li .text .inside .semi span.big {
    font-size: 25px;
  }
  .flow03 ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow03 ul li .text .inside .block h3 {
    margin: 20px 0 0 0;
    font-size: 28px;
    font-weight: 700;
  }
  .flow03 ul li .text .inside .block p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
  }
  .flow03 ul li .text .inside .block p span {
    color: #fff;
    font-weight: 900;
    border-bottom: solid 2px #fff;
  }
  .flow03 img.arrow {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE17-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title17-01 .title-wrapper {
  background: url(../images/title17-01-bg.jpg) no-repeat 0 center;
  background-size: cover;
}

.title17-01 .title-wrapper .inside {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0 0 0;
}

.title17-01 .title-wrapper .inside h3 {
  margin: 30px 0 0 0;
  text-align: center;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
}

.title17-01 .title-wrapper .inside h2 {
  margin: 20px 0 0 0;
  text-align: center;
  color: #fff;
  padding: 0 0 30px 0;
  font-size: 35px;
}

.title17-01 .title-wrapper .inside .border {
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background: #fff;
}

.title17-01 .border {
  width: 2px;
  height: 50px;
  margin: 0 auto 0;
  background: #000;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq01 {
  margin: 0px 0 30px 0;
  /*==============================================
    .faq01 .accordion
    ===============================================*/
}

.faq01 .accordion {
  max-width: 1200px;
  padding: 0px 5% 10px 5%;
  margin: 40px auto 0;
}

.faq01 .accordion li {
  border-width: 3px;
  border-style: solid;
  border-color: #000;
  background: transparent;
  border: solid 2px #000;
  margin: 0 0 20px 0;
  border-radius: 0px;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  /*==============================================
            .faq01 .toggle_container
            ===============================================*/
}

.faq01 .accordion li .trigger {
  font-size: 18px;
  padding: 24px 40px 24px 40px;
  color: #000;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  line-height: 2.0;
  color: #000;
  /*==============================================
                .faq01 .accordion .trigger::after
                ===============================================*/
}

.faq01 .accordion li .trigger:hover, .faq01 .accordion li .trigger.active {
  background: #d8d8d8;
}

.faq01 .accordion li .trigger span.icon-q {
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #fff;
  background: #000;
  margin: 0 10px 0 0;
}

.faq01 .accordion li .trigger::after, .faq01 .accordion li .trigger.active::after {
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 35%;
  right: 15px;
  margin-top: -11px;
  font-weight: bold;
}

.faq01 .accordion li .trigger::after {
  content: "\0203a";
}

.faq01 .accordion li .trigger.active::after {
  content: "\0203a";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.faq01 .accordion li .toggle_container {
  padding: 17px 40px 15px 40px;
  position: relative;
  line-height: 2.0;
  border-top: solid 2px #000;
}

.faq01 .accordion li .toggle_container p {
  font-size: 16px;
  margin: 0;
  color: #000;
}

.faq01 .accordion li .toggle_container p span.icon-a {
  line-height: 1.0;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #000;
  border: solid 2px #000;
  margin: 0 10px 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq01 {
    margin: 0px 0 30px 0;
    /*==============================================
        .faq01 .title
        ===============================================*/
    /*==============================================
        .faq01 .accordion
        ===============================================*/
  }
  .faq01 .title {
    padding: 40px 0 0px 0px;
  }
  .faq01 .title .back {
    font-size: 90px;
  }
  .faq01 .title h3 .cover .middle {
    font-size: 20px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .faq01 .title h3 .cover .left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .faq01 .title h3 .cover .right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .faq01 .title h2 {
    font-size: 5vw;
    margin: 30px 0 0px 0;
  }
  .faq01 .title h2 .line {
    padding: 5px 40px 5px 40px;
    margin: 0 0 20px 0;
  }
  .faq01 .accordion {
    margin: 40px auto 0;
  }
  .faq01 .accordion li {
    margin: 0 0 20px 0;
    /*==============================================
                .faq01 .toggle_container
                ===============================================*/
  }
  .faq01 .accordion li .trigger {
    font-size: 2.25vw;
    padding: 24px 40px 24px 40px;
    line-height: 2.0;
    color: #000;
    /*==============================================
                    .faq01 .accordion .trigger::after
                    ===============================================*/
  }
  .faq01 .accordion li .trigger:hover, .faq01 .accordion li .trigger.active {
    background: transparent;
  }
  .faq01 .accordion li .trigger span.icon-q {
    padding: 3px 10px 5px 10px;
    border-radius: 100px;
    color: #000;
    border: solid 2px #000;
    margin: 0 10px 0 0;
  }
  .faq01 .accordion li .trigger::after, .faq01 .accordion li .trigger.active::after {
    font-size: 35px;
    position: absolute;
    top: 35%;
    right: 15px;
    margin-top: -11px;
  }
  .faq01 .accordion li .toggle_container {
    padding: 17px 40px 15px 40px;
  }
  .faq01 .accordion li .toggle_container p {
    font-size: 1.95vw;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq01 {
    margin: 30px 0 0px 0;
    /*==============================================
        .faq01 .accordion
        ===============================================*/
  }
  .faq01 .accordion {
    padding: 0px 5% 10px 5%;
    margin: 20px auto 0;
  }
  .faq01 .accordion li {
    /*==============================================
                .faq01 .toggle_container
                ===============================================*/
  }
  .faq01 .accordion li .trigger {
    font-size: 4.25vw;
    padding: 18px 30px 18px 25px;
    /*==============================================
                    .faq01 .accordion .trigger::after
                    ===============================================*/
  }
  .faq01 .accordion li .trigger:hover, .faq01 .accordion li .trigger.active {
    background: transparent;
  }
  .faq01 .accordion li .trigger span.icon-q {
    padding: 3px 10px 5px 10px;
    border-radius: 100px;
    margin: 0 10px 0 0;
    font-size: 4vw;
  }
  .faq01 .accordion li .trigger::after, .faq01 .accordion li .trigger.active::after {
    font-size: 25px;
    top: 35%;
    right: 15px;
    margin-top: -0px;
  }
  .faq01 .accordion li .toggle_container {
    padding: 17px 30px 15px 30px;
  }
  .faq01 .accordion li .toggle_container p {
    font-size: 3.85vw;
    margin: 0;
  }
  .faq01 .accordion li .toggle_container p span.icon-a {
    font-size: 3.5vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION62 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section62 {
  margin: 15px 0 0px 0;
}

.section62 .wrapper {
  position: relative;
  overflow: hidden;
}

.section62 .wrapper .inner {
  max-width: 1980px;
  margin: 0 auto 0;
}

.section62 .wrapper .inner .box-wrapper {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}

.section62 .wrapper .inner .box-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 30px 0 0 0;
  padding: 50px 0 50px 0;
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(1) {
  background: url(../images/section62-icon01.svg) no-repeat left 5% center;
  background-size: 500px auto;
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section62 .wrapper .inner .box-wrapper .box .back-obj {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.section62 .wrapper .inner .box-wrapper .box .border {
  position: absolute;
  width: 2px;
  height: 40px;
  background: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
  background: url(../images/section62-back-obj-bg01.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  width: 100%;
  height: 100%;
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
  background: #c4ac96;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.section62 .wrapper .inner .box-wrapper .box .text {
  width: 50%;
  margin: 0 0 0 0;
  text-align: right;
  padding: 0 5% 0 5%;
}

.section62 .wrapper .inner .box-wrapper .box .text h3 {
  font-size: 75px;
  line-height: 1.3;
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
}

.section62 .wrapper .inner .box-wrapper .box .text h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
  color: #fff;
}

.section62 .wrapper .inner .box-wrapper .box .text .explain {
  font-size: 20px;
  margin: 30px 0 0 0;
  line-height: 2.0;
  color: #fff;
  font-weight: 700;
}

.section62 .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
  text-align: left;
}

.section62 .wrapper .inner .box-wrapper .box .thumb {
  width: 50%;
  position: relative;
  margin: 0 0 30px 0;
}

.section62 .wrapper .inner .box-wrapper .box .thumb img.main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.section62 .wrapper .inner .box-wrapper .box .thumb img.icon {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
}

.section62 .wrapper .inner .box-wrapper .box .thumb p.icon {
  position: absolute;
  display: inline-block;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  font-family: futura-pt-bold, sans-serif;
  font-size: 90px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.8);
}

.section62 .wrapper .additional {
  background: #d8d8d8;
  padding: 0px 0 30px 0;
}

.section62 .wrapper .additional .border {
  width: 2px;
  height: 40px;
  background: #000;
  left: 50%;
  bottom: 0;
  margin: 0 auto 0;
}

.section62 .wrapper .additional .sentence {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 3.5% 0 3.5%;
}

.section62 .wrapper .additional .sentence p {
  color: #231815;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  padding: 20px 0 20px 0;
}

.section62 .wrapper .additional .sentence p .line {
  background: #000;
  padding: 0 5px 0 5px;
  color: #fff;
  font-weight: 700;
}

.section62 .wrapper .additional .sentence p.big {
  font-size: 32px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section62 {
    margin: 15px 0 0px 0;
  }
  .section62 .wrapper .inner .box-wrapper .box {
    display: block;
    margin: 30px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(1) {
    background: url(../images/section62-icon01.svg) no-repeat left bottom;
    background-size: 60% auto;
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
    background: #c4ac96;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .section62 .wrapper .inner .box-wrapper .box .text {
    width: 100%;
    text-align: right;
    padding: 0 5% 0 5%;
  }
  .section62 .wrapper .inner .box-wrapper .box .text h3 {
    font-size: 16vw;
    line-height: 1.3;
    color: #fff;
    font-family: futura-pt-bold, sans-serif;
  }
  .section62 .wrapper .inner .box-wrapper .box .text h4 {
    font-size: 24px;
    margin: 10px 0 0 0;
    color: #fff;
  }
  .section62 .wrapper .inner .box-wrapper .box .text .explain {
    font-size: 20px;
    margin: 30px 0 0 0;
    line-height: 2.0;
    color: #fff;
    font-weight: 700;
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
    text-align: left;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb {
    width: 100%;
    position: relative;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb img.main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb p.icon {
    height: auto;
    bottom: 100%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    right: 0px;
    z-index: 2;
    font-family: futura-pt-bold, sans-serif;
    font-size: 12vw;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.8);
  }
  .section62 .wrapper .additional {
    background: #d8d8d8;
    padding: 30px 0 30px 0;
  }
  .section62 .wrapper .additional .sentence {
    max-width: 1000px;
    margin: 0px auto 0;
    padding: 0 3.5% 0 3.5%;
  }
  .section62 .wrapper .additional .sentence p {
    font-size: 4.25vw;
    padding: 20px 0 20px 0;
  }
  .section62 .wrapper .additional .sentence p .line {
    background: #000;
    padding: 0 5px 0 5px;
    color: #fff;
  }
  .section62 .wrapper .additional .sentence p.big {
    font-size: 32px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE15-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title15-02 {
  background: url(../images/title15-02-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 80px 0;
}

.title15-02 h3 {
  text-align: center;
}

.title15-02 h3 .inside {
  display: inline-block;
  background: #fff;
  padding: 3px 10px 5px 10px;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
}

.title15-02 h2 {
  text-align: center;
}

.title15-02 h2 .inside {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 20px 8px 20px;
  font-size: 55px;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title15-02 {
    padding: 55px 0 35px 0;
  }
  .title15-02 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 2.4vw;
  }
  .title15-02 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 5vw;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title15-02 {
    padding: 30px 0 30px 0;
  }
  .title15-02 h3 {
    text-align: center;
  }
  .title15-02 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 4vw;
  }
  .title15-02 h2 {
    text-align: center;
  }
  .title15-02 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 8vw;
    margin: 10px 0 0 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECONTACT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.contact01 {
  margin: 0px 0 0px 0;
}

.contact01 .sentence {
  max-width: 800px;
  font-weight: 500;
  padding: 20px 3.5% 0px 3.5%;
  margin: 0 auto;
}

.contact01 .sentence p {
  font-size: 17px;
  padding: 10px 0 10px 0;
  line-height: 1.7;
}

.contact01 .btn {
  max-width: 800px;
  padding: 0px 3.5% 0px 3.5%;
  margin: 0 auto;
}

.contact01 .btn a {
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#2b2b2b));
  background: linear-gradient(90deg, black 0%, #2b2b2b 100%);
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  display: block;
  width: 100%;
  font-size: 20px;
  margin: 20px auto 20px;
  padding: 12px 3% 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset;
          box-shadow: 0px 0px 0px 2px #ffffff inset;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 700;
}

.contact01 .btn a img {
  width: 35px;
  height: auto;
  padding: 0 8px 0 0;
  position: relative;
  top: 4px;
}

.contact01 .pc-tel {
  font-size: 16px;
  width: 90%;
  margin: 0 auto 0;
  text-align: center;
  font-weight: 500;
}

.contact01 .pc-tel span.big {
  font-size: 35px;
  font-weight: 900;
  color: #000;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact01 .sentence p {
    font-size: 4.25vw;
  }
  .contact01 .btn a {
    font-size: 4.5vw;
  }
  .contact01 .btn a img {
    width: 10vw;
    padding: 0 8px 0 0;
    top: 4px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FORM01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
form#mail_form .caption03 {
  display: block;
  text-align: center;
  color: #333;
  width: 100%;
  float: none;
  clear: both;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
}

#form-wrapper {
  width: 100%;
  margin: 30px auto 0;
  background: #f6f6f6;
}

form#mail_form {
  width: 960px;
  margin: 10px auto 20px;
  padding: 20px 20px;
  background: #ffffff;
}

/*==============================================
#form-wrapper h2
===============================================*/
#form-wrapper h2 {
  color: #000;
  font-size: 47px;
  line-height: 1.4;
  padding: 40px 0 40px 0;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
}

form#mail_form dl {
  width: 100%;
  margin: 0 0 0px 0;
  overflow: hidden;
  padding: 0;
}

form#mail_form dl dt {
  background: #d8d8d8;
  clear: both;
  width: 30%;
  float: left;
  padding: 15px 25px;
  text-align: left;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

form#mail_form dl dd {
  width: 70%;
  float: right;
  padding: 15px 0 15px 5%;
  font-size: 17px;
  margin: 0 0 10px 0;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border: none;
}

form#mail_form dl dt span {
  color: #000;
  display: inline-block;
  font-size: 85%;
  padding: 0 2px 0 2px;
}

/*==============================================
#form-wrapper .privacy-section
===============================================*/
#form-wrapper .privacy-section {
  padding: 20px 0 20px 0;
  margin: 0 auto 20px;
  width: 100%;
  float: none;
  clear: both;
}

#form-wrapper .privacy-section h4 {
  font-size: 20px;
  text-align: center;
  padding: 0 0 35px 0;
}

#form-wrapper .privacy-section .privacy-box {
  margin: 0 0 20px 0;
  height: 150px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  color: #404040;
  padding: 4%;
  border: solid 1px #aaa;
}

#form-wrapper .privacy-section .privacy-box h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

#form-wrapper .privacy-section .privacy-box p {
  padding: 5px 0 40px 0;
  font-size: 15px;
  line-height: 1.7;
}

#form-wrapper .privacy-section .privacy-button {
  margin: 0px auto 0px;
  text-align: left;
  font-size: 18px;
  position: relative;
  top: -20px;
}

#form-wrapper .privacy-section .privacy-button img.p-mark {
  width: 70px;
  height: auto;
  padding: 0 10px 0 0;
  position: relative;
  top: 15px;
}

#form-wrapper .privacy-section dt {
  font-size: 0px !important;
  color: #fff !important;
  width: 0px !important;
  padding: 0 !important;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FORM #MAIL_FORM　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
form#mail_form 「必須」「任意」
===============================================*/
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block !important;
  margin: 0 5px 0 5px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #dd140e;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

/*==============================================
form#mail_form .dd-explain
===============================================*/
form#mail_form .dt-explain {
  padding: 10px 0 10px 0;
}

form#mail_form .dt-explain p {
  font-size: 14px;
  color: #3a2601;
}

/*==============================================
form#mail_form .dd-explain
===============================================*/
form#mail_form .dd-explain {
  padding: 10px 0 10px 0;
}

form#mail_form .dd-explain p {
  font-size: 15px;
}

/*==============================================
form#mail_form ローディング
===============================================*/
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*==============================================
form#mail_form input
===============================================*/
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 90%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

form#mail_form input#company {
  width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#name_3,
form#mail_form input#name_4,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
  width: 100%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 100%;
}

/*==============================================
form#mail_form input#postal
===============================================*/
form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address {
  width: 90%;
}

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

/*==============================================
form#mail_form submit(送信ボタン)
===============================================*/
/* 変数設定 */
form#mail_form input[type="button"] {
  background: -webkit-gradient(linear, left top, right top, from(#f85d00), color-stop(56%, #ff8a00), to(#fcb436));
  background: linear-gradient(to right, #f85d00 0%, #ff8a00 56%, #fcb436 100%);
  -webkit-box-shadow: 0px 0px 0px 2px #ea750d;
          box-shadow: 0px 0px 0px 2px #ea750d;
  vertical-align: middle;
  line-height: 1;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  width: 100%;
  font-weight: 700;
  margin: 10px auto 0px;
  padding: 18px 5px 22px;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  font-size: 30px;
}

form#mail_form input[type="button"]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f80000), color-stop(55%, #ff6000), to(#ff8340));
  background: linear-gradient(to right, #f80000 0%, #ff6000 55%, #ff8340 100%);
  cursor: pointer;
}

form#mail_form input#form_submit_button {
  margin-left: 0;
  margin: 0 auto 0;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 FORM #MAIL_FORM　〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
　====================================================================*/
  form#mail_form {
    width: 100%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 20px 10px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 10px 20px 13px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  /*==============================================
	form#mail_form 「必須」「任意」
	===============================================*/
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  /*==============================================
	form#mail_form input
	===============================================*/
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 100%;
  }
}

/* 1000pixel closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 #FORM-WRAPPER　〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  #form-wrapper h2 {
    font-size: 32px;
    line-height: 1.3;
    padding: 30px 0 30px 0;
  }
  #form-wrapper .privacy-section .privacy-button img.p-mark {
    position: relative;
    top: 15px;
    padding: 0 5px 0 0;
    width: 50px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer02 {
  margin: 0px 0 0 0;
}

.footer02 .wrapper {
  background: #000;
}

.footer02 .wrapper .inner {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
}

.footer02 .wrapper .inner ul {
  margin: 0 0 0 0;
  padding: 20px 0 0px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer02 .wrapper .inner ul li {
  position: relative;
}

.footer02 .wrapper .inner ul li:after {
  content: "";
  width: 1.5px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.footer02 .wrapper .inner ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0 20px 0 20px;
  font-size: 18px;
}

.footer02 .wrapper .inner ul li:last-child:after {
  display: none;
}

.footer02 .wrapper .inner .block {
  width: 600px;
  margin: 20px auto 0;
  padding: 0 0 20px 0;
}

.footer02 .wrapper .inner .block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 0;
}

.footer02 .wrapper .inner .block dl dt {
  width: 30%;
  text-align: left;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #fff;
}

.footer02 .wrapper .inner .block dl dd {
  width: 70%;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #fff;
}

.footer02 .copyright {
  margin: 0px 0 0 0;
  text-align: center;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  background: #000;
  padding: 3px 20px 3px 20px;
  color: #fff;
  border-top: solid 1px #ccc;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer02 {
    margin: 40px 0 0 0;
  }
  .footer02 .wrapper .inner {
    padding: 0 0% 0 0%;
  }
  .footer02 .wrapper .inner ul {
    display: block;
    padding: 0px 0 0px 0;
  }
  .footer02 .wrapper .inner ul li {
    position: relative;
  }
  .footer02 .wrapper .inner ul li:after {
    display: none;
  }
  .footer02 .wrapper .inner ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 25px 5px 25px;
    font-size: 18px;
    border-top: solid 1px #d8d8d8;
    text-align: center;
  }
  .footer02 .wrapper .inner ul li a:before {
    content: "\226B";
    font-size: 0.8em;
    padding: 0 4px 0 0;
  }
  .footer02 .wrapper .inner .block {
    width: 100%;
    margin: 20px auto 0;
  }
  .footer02 .wrapper .inner .block dl {
    display: block;
  }
  .footer02 .wrapper .inner .block dl dt {
    width: 100%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-top: solid 1px #ccc;
  }
  .footer02 .wrapper .inner .block dl dd {
    width: 100%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
  }
  .footer02 .copyright {
    margin: 0px 0 0 0;
    padding: 3px 20px 3px 20px;
    color: #fff;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */