@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 */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV15 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#gnav15 .wrapper {
  position: relative;
}

#gnav15 .wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#0a889c), to(#20a1b0));
  background: linear-gradient(90deg, #0a889c 0%, #20a1b0 100%);
  top: 0;
  left: 0;
}

#gnav15 .wrapper .inner {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 30px 3.5% 20px 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#gnav15 .wrapper .inner .left {
  color: #1391a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gnav15 .wrapper .inner .left h2 {
  margin: 0 25px 0 0;
}

#gnav15 .wrapper .inner .left h2 .catch {
  font-family: futura-pt,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.0;
  font-size: 45px;
}

#gnav15 .wrapper .inner .left h2 .semi {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  font-size: 13px;
}

#gnav15 .wrapper .inner .left h1 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

#gnav15 .wrapper .inner .right .semi {
  text-align: center;
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #1391a5;
  position: relative;
}

#gnav15 .wrapper .inner .right .semi:before, #gnav15 .wrapper .inner .right .semi:after {
  content: "";
  background: #1391a5;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

#gnav15 .wrapper .inner .right .semi:before {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

#gnav15 .wrapper .inner .right .semi:after {
  position: absolute;
  top: 50%;
  right: 13%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

#gnav15 .wrapper .inner .right .button a {
  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;
  color: #fff;
  padding: 10px 60px 10px 60px;
  line-height: 2.2;
  font-size: 20px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#0a889c), to(#20a1b0));
  background: linear-gradient(90deg, #0a889c 0%, #20a1b0 100%);
  text-align: center;
  border-radius: 40px;
  font-weight: 700;
  margin: 0 0 0 0px;
}

#gnav15 .wrapper .inner .right .button a img {
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  #gnav15 .wrapper:before {
    content: "";
    height: 4px;
  }
  #gnav15 .wrapper .inner {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 20px 3.5% 10px 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gnav15 .wrapper .inner .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gnav15 .wrapper .inner .left h2 {
    margin: 0 25px 0 0;
  }
  #gnav15 .wrapper .inner .left h2 .catch {
    font-size: 7vw;
  }
  #gnav15 .wrapper .inner .left h2 .semi {
    font-size: 2vw;
  }
  #gnav15 .wrapper .inner .left h1 {
    font-size: 2.5vw;
  }
  #gnav15 .wrapper .inner .right {
    display: none;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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(19, 145, 165, 0.9);
  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);
  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: #fff;
}

#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: #fff;
  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: 700;
  font-size: 54px;
  letter-spacing: -1px;
}

#header31-wrapper .inner .box .text h3 {
  margin: 25px 0 0 0;
  font-size: 22px;
}

#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(19, 145, 165, 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADERTO05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#headerto05 {
  background: transparent;
  padding: 0px 3.5% 30px 3.5%;
  margin: -30px auto 0;
}

#headerto05 .box-wrapper {
  margin: 0 auto 0px;
  max-width: 1480px;
  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: #fff;
  border: solid 3px #fff;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(218, 251, 255, 0.3), 0 0 0 2px #1391a5 inset;
          box-shadow: 3px 3px 3px 3px rgba(218, 251, 255, 0.3), 0 0 0 2px #1391a5 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: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px 0 0;
}

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

#headerto05 .box-wrapper .box .text {
  width: 80%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  border-left: solid 2px #1391a5;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 0 15px;
  color: #1391a5;
}

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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: 30%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    width: 70%;
    font-size: 4.25vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.cta03 variables(変数設定)
===============================================*/
.cta03 {
  background: url(../images/cta03-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  margin: 0 0 0 0;
  /* .cta03 .wrapper closed */
}

.cta03 .wrapper {
  padding: 40px 0 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 136, 156, 0.9)), to(rgba(32, 161, 176, 0.9)));
  background: linear-gradient(90deg, rgba(10, 136, 156, 0.9) 0%, rgba(32, 161, 176, 0.9) 100%);
  /* .cta03 .inner closed */
}

.cta03 .wrapper .inner {
  max-width: 1100px;
  padding: 0 3.5% 0 3.5%;
  margin: 0 auto;
  /* .cta03 .inner .haedline closed */
  /* .cta03 .inner .box-wrapper closed */
}

.cta03 .wrapper .inner .headline {
  color: #fff;
  margin: 0 0 30px 0;
}

.cta03 .wrapper .inner .headline h2 {
  text-align: center;
  font-size: 50px;
  margin: 0 0px 0 0;
  padding: 0 0px 0 0;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
}

.cta03 .wrapper .inner .headline h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
}

.cta03 .wrapper .inner .box-wrapper {
  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;
  /* .cta03 .inner .box-wrapper .box closed */
}

.cta03 .wrapper .inner .box-wrapper .box {
  width: 47.5%;
  /* .cta03 .inner .box-wrapper .box .button closed */
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(1) {
  margin: 0 3% 0 0;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(1) .button a {
  background: #0a6e7e;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(2) {
  margin: 0 0% 0 0;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(2) .button a {
  background: #e33c15;
}

.cta03 .wrapper .inner .box-wrapper .box .caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.cta03 .wrapper .inner .box-wrapper .box .caption span {
  padding: 0 3px 0 3px;
}

.cta03 .wrapper .inner .box-wrapper .box .caption:before, .cta03 .wrapper .inner .box-wrapper .box .caption:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

.cta03 .wrapper .inner .box-wrapper .box .caption:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.cta03 .wrapper .inner .box-wrapper .box .caption:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.cta03 .wrapper .inner .box-wrapper .box .button a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  position: relative;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
}

.cta03 .wrapper .inner .box-wrapper .box .button a span {
  padding: 0 0 0 10px;
}

.cta03 .wrapper .inner .box-wrapper .box .button a img {
  width: 25px;
  height: 25px;
  position: relative;
  left: 0px;
  top: 2px;
}

/* .cta03 closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .cta03 {
    /* .cta03 .wrapper closed */
  }
  .cta03 .wrapper {
    padding: 40px 0 50px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 136, 156, 0.9)), to(rgba(32, 161, 176, 0.9)));
    background: linear-gradient(90deg, rgba(10, 136, 156, 0.9) 0%, rgba(32, 161, 176, 0.9) 100%);
    /* .cta03 .inner closed */
  }
  .cta03 .wrapper .inner {
    width: 92%;
    margin: 0 auto;
    /* .cta03 .inner .haedline closed */
    /* .cta03 .inner .box-wrapper closed */
  }
  .cta03 .wrapper .inner .headline {
    color: #fff;
    margin: 0 0 30px 0;
  }
  .cta03 .wrapper .inner .headline h2 {
    font-size: 38px;
  }
  .cta03 .wrapper .inner .headline h3 {
    font-size: 18px;
  }
  .cta03 .wrapper .inner .box-wrapper {
    display: block;
    /* .cta03 .inner .box-wrapper .box closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box {
    width: 100%;
    /* .cta03 .inner .box-wrapper .box .button closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 0 0 20px 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(2) {
    margin: 0 0% 0 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption d
span {
    padding: 0 3px 0 3px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before, .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    position: relative;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a span {
    padding: 0 0 0 10px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta03 closed */
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TARGET04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#target04 {
  padding: 90px 0 70px 0;
}

#target04 .wrapper h2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#target04 .wrapper h2 .border {
  width: 30%;
  height: 2px;
  background: #8c8c8c;
}

#target04 .wrapper h2 .cover {
  padding: 10px 30px 10px 30px;
}

#target04 .wrapper h2 .cover .semi {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  color: #231815;
  font-size: 58px;
  line-height: 1.25;
}

#target04 .wrapper h2 .cover .catch {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #231815;
  line-height: 1.3;
}

#target04 .wrapper .box {
  max-width: 1100px;
  margin: 70px auto 0;
  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;
}

#target04 .wrapper .box p.text {
  display: inline-block;
  position: relative;
  z-index: 20;
  margin: 0 30px 0 0;
  top: -30px;
}

#target04 .wrapper .box p.text .catch {
  font-weight: 900;
  font-size: 48px;
  color: #231815;
  line-height: 1.4;
  letter-spacing: -2px;
}

#target04 .wrapper .box p.text .semi {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normals;
  color: #231815;
  font-size: 28px;
  line-height: 1.5;
}

#target04 .wrapper .box img {
  display: inline-block;
  width: 520px;
  height: auto;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 25px 25px 0px 9px #1391a5;
          box-shadow: 25px 25px 0px 9px #1391a5;
}

#target04 .wrapper ul.checklist {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 80px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#target04 .wrapper ul.checklist li {
  width: 48.5%;
  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;
  margin: 0 3% 20px 0px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  font-size: 22px;
  font-weight: 900;
  border: solid 2px #1391a5;
}

#target04 .wrapper ul.checklist li:nth-child(2n) {
  margin: 0 0% 20px 0px;
}

#target04 .wrapper ul.checklist li .icon {
  padding: 0px 0px 0px 0px;
  background: #1391a5;
  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;
  height: 100%;
  width: 10%;
}

#target04 .wrapper ul.checklist li .icon img {
  width: 90%;
  height: auto;
  padding: 0 10px 0 10px;
}

#target04 .wrapper ul.checklist li p {
  padding: 20px 0 20px 20px;
  width: 90%;
}

#target04 .explain {
  padding: 0px 0 0 0;
  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;
}

#target04 .explain .thumb {
  width: 300px;
  height: auto;
  margin: 0 50px 0 0;
  border: solid 2px #1391a5;
  -webkit-box-shadow: 15px 15px 0px 6px #dafbff;
          box-shadow: 15px 15px 0px 6px #dafbff;
  position: relative;
  z-index: -1;
  background: #fff;
  padding: 3px 3px 3px 3px;
}

#target04 .explain .thumb img {
  width: 100%;
  height: auto;
}

#target04 .explain p {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #1391a5;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  #target04 {
    padding: 80px 0 70px 0;
  }
  #target04 .wrapper h2 .border {
    width: 15%;
  }
  #target04 .wrapper h2 .cover {
    padding: 10px 10px 10px 10px;
  }
  #target04 .wrapper h2 .cover .semi {
    font-size: 48px;
    line-height: 1.25;
  }
  #target04 .wrapper h2 .cover .catch {
    font-size: 4.25vw;
  }
  #target04 .wrapper .box {
    margin: 20px auto 0;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #target04 .wrapper .box p.text {
    display: inline-block;
    position: relative;
    z-index: 20;
    margin: 0 30px 0 0;
    top: 0px;
    padding: 0 3% 0 3%;
  }
  #target04 .wrapper .box p.text .catch {
    font-weight: 900;
    font-size: 7vw;
    color: #231815;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  #target04 .wrapper .box p.text .semi {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normals;
    color: #231815;
    font-size: 28px;
    line-height: 1.5;
  }
  #target04 .wrapper .box img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
            box-shadow: 0px 0px 0px 0px #fff;
    margin: 20px 0 0 0;
  }
  #target04 .wrapper ul.checklist {
    margin: 0 auto 0;
    padding: 30px 5% 30px 5%;
    display: block;
  }
  #target04 .wrapper ul.checklist li {
    width: 100%;
    margin: 0 0% 20px 0px;
    font-size: 19px;
  }
  #target04 .wrapper ul.checklist li:nth-child(2n) {
    margin: 0 0% 20px 0px;
  }
  #target04 .wrapper ul.checklist li .icon {
    padding: 20px 0px 20px 0px;
    background: #1391a5;
    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;
    height: 100%;
    width: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  #target04 .wrapper ul.checklist li .icon img {
    width: 90%;
    height: auto;
  }
  #target04 .wrapper ul.checklist li p {
    padding: 20px 20px 20px 20px;
    width: 90%;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  #target04 .explain {
    padding: 0px 0 0 0;
    display: block;
  }
  #target04 .explain .thumb {
    width: 50%;
    height: auto;
    margin: 0 auto 0;
    border: solid 2px #1391a5;
    -webkit-box-shadow: 5px 5px 0px 6px #dafbff;
            box-shadow: 5px 5px 0px 6px #dafbff;
    position: relative;
    z-index: -1;
    background: #fff;
    padding: 3px 3px 3px 3px;
  }
  #target04 .explain .thumb img {
    width: 100%;
    height: auto;
  }
  #target04 .explain p {
    margin: 20px 0 0 0;
    font-size: 5vw;
  }
}

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

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

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

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

.title15-01 h2 .inside {
  display: inline-block;
  background: rgba(19, 145, 165, 0.9);
  color: #fff;
  padding: 5px 20px 8px 20px;
  font-size: 60px;
  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-01 {
    padding: 55px 0 35px 0;
  }
  .title15-01 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 2.4vw;
  }
  .title15-01 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-01 {
    padding: 30px 0 30px 0;
  }
  .title15-01 h3 {
    text-align: center;
  }
  .title15-01 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 4vw;
  }
  .title15-01 h2 {
    text-align: center;
  }
  .title15-01 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT13 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.point13 variables(変数設定)
===============================================*/
.point13 {
  background: auto;
  margin: 60px 0 0 0;
}

.point13 .box-wrapper {
  max-width: 1280px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point13 .box-wrapper .box {
  width: 47.5%;
  margin: 0 5% 80px 0;
  background: #1391a5;
  position: relative;
  z-index: -2;
  padding: 0 0 30px 0;
}

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

.point13 .box-wrapper .box .back {
  position: absolute;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  opacity: 0.3;
  font-size: 70px;
  line-height: 1.0;
  z-index: -1;
  top: 50px;
}

.point13 .box-wrapper .box .mark {
  background: #fff;
  border: solid 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #1391a5;
          box-shadow: inset 0 0 0 2px #1391a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: -20px 0 0 -20px;
  color: #1391a5;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.point13 .box-wrapper .box .thumb {
  width: 100%;
  margin: -70px 0 0 0;
  padding: 0 0 0 15%;
  position: relative;
  z-index: 1;
}

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

.point13 .box-wrapper .box h3 {
  margin: 20px 0px 0px 80px;
}

.point13 .box-wrapper .box h3 .block {
  margin: 10px 0px 0px 0px;
  text-align: center;
  color: #0a6e7e;
  display: inline-block;
  font-size: 33px;
  font-weight: 900;
  background: #fff;
  padding: 5px 12px 5px 12px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.point13 .box-wrapper .box .explain {
  margin: 20px 30px 0px 80px;
}

.point13 .box-wrapper .box .explain p {
  line-height: 2.0;
  font-size: 18px;
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .point13 {
    background: auto;
    margin: 0px 0 0 0;
  }
  .point13 .box-wrapper {
    display: block;
  }
  .point13 .box-wrapper .box {
    width: 92%;
    margin: 0 auto 45px;
    background: #1391a5;
    position: relative;
    z-index: -2;
    padding: 0 0 30px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 auto 45px;
  }
  .point13 .box-wrapper .box .back {
    color: #fff;
    opacity: 0.3;
    font-size: 70px;
    line-height: 1.0;
    z-index: -1;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    line-height: 1.2;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0px 0 0 0px;
    color: #1391a5;
    z-index: 2;
    font-size: 16px;
    letter-spacing: -1px;
    top: -20px;
    left: -10px;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -80px 0 0 0;
    padding: 0 0 0 12%;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h3 {
    margin: 20px 0px 0px 40px;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 6.0vw;
    padding: 5px 12px 5px 12px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 30px 0px 40px;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 1.75;
    font-size: 16px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE02-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title02-03 {
  position: relative;
  text-align: center;
  padding: 0px 0 30px 0;
  overflow: hidden;
}

.title02-03 h2 {
  font-weight: 900;
  font-size: 60px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #fff;
  line-height: 1.3;
}

.title02-03 h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  opacity: 0.875;
  border: solid 2px #fff;
  text-align: center;
  display: inline-block;
  padding: 4px 35px 4px 35px;
  color: #fff;
  margin: 0 auto;
}

.title02-03 .back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 10px;
  color: rgba(218, 251, 255, 0.2);
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .title02-03 {
    padding: 0px 0 30px 0;
  }
  .title02-03 h2 {
    font-size: 10vw;
    padding: 15px 0 0 0;
  }
  .title02-03 h3 {
    font-size: 4.85vw;
    padding: 4px 35px 4px 35px;
  }
  .title02-03 .back {
    font-size: 28vw;
    letter-spacing: 10px;
  }
}

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

.section77 .wrapper {
  padding: 10px 0 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 136, 156, 0.9)), to(rgba(32, 161, 176, 0.9)));
  background: linear-gradient(90deg, rgba(10, 136, 156, 0.9) 0%, rgba(32, 161, 176, 0.9) 100%);
}

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

.section77 .wrapper .inner .box {
  padding: 80px 0 0 0;
}

.section77 .wrapper .inner .box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 3px;
  line-height: 1.35;
  margin: 20px 0 0 0;
}

.section77 .wrapper .inner .box table th {
  background: #dafbff;
  color: #0a6e7e;
  text-align: center;
  padding: 30px 10px 30px 10px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.section77 .wrapper .inner .box table th .small {
  font-size: 16px;
}

.section77 .wrapper .inner .box table td {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px 30px 30px;
}

.section77 .wrapper .inner .box table td.al-c {
  text-align: center;
}

.section77 .wrapper .inner .box table td.td01 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.section77 .wrapper .inner .box table td.td01.color01 {
  background: #e64a1a;
}

.section77 .wrapper .inner .box table td.td01.color02 {
  background: #1d68bc;
}

.section77 .wrapper .inner .box table td.td01.color03 {
  background: #f58c14;
}

.section77 .wrapper .inner .box table td.td01 .big {
  font-family: futura-pt-bold, sans-serif;
  font-size: 40px;
}

.section77 .wrapper .inner .box table td.td01 .mark {
  text-align: center;
}

.section77 .wrapper .inner .box table td.td01 .mark .cover {
  display: inline-block;
  border: solid 2px #fff;
  padding: 3px 30px 3px 30px;
  border-radius: 80px;
  font-size: 20px;
  letter-spacing: 2px;
}

.section77 .wrapper .inner .box table td.td02 {
  font-size: 22px;
  color: #1391a5;
  font-weight: 700;
}

.section77 .wrapper .inner .box table td.td02 .big {
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
}

.section77 .wrapper .inner .block {
  padding: 80px 0 0 0;
}

.section77 .wrapper .inner .block table {
  margin: 20px 0 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 3px;
}

.section77 .wrapper .inner .block table .th01 {
  background: #e64a1a;
  color: #fff;
  padding: 30px 10px 30px 10px;
}

.section77 .wrapper .inner .block table .th01 .mark {
  text-align: center;
}

.section77 .wrapper .inner .block table .th01 .mark .cover {
  display: inline-block;
  border: solid 2px #fff;
  padding: 3px 30px 3px 30px;
  border-radius: 80px;
  font-size: 20px;
  letter-spacing: 2px;
}

.section77 .wrapper .inner .block table .th01 .text {
  font-size: 34px;
}

.section77 .wrapper .inner .block table .th02 {
  background: #dafbff;
  color: #0a6e7e;
  text-align: center;
  padding: 30px 10px 30px 10px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.section77 .wrapper .inner .block table .th02 .small {
  font-size: 16px;
}

.section77 .wrapper .inner .block table td {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px 30px 30px;
  font-size: 22px;
  color: #1391a5;
  font-weight: 700;
  text-align: center;
}

.section77 .wrapper .inner .addtional {
  margin: 40px 0 0 0;
}

.section77 .wrapper .inner .addtional h3 {
  color: #fff;
  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;
}

.section77 .wrapper .inner .addtional h3 .border {
  width: 20%;
  height: 3px;
  background: #fff;
}

.section77 .wrapper .inner .addtional h3 .cover {
  text-align: center;
  font-size: 24px;
}

.section77 .wrapper .inner .addtional .sentence {
  color: #fff;
  margin: 30px 0 0 0;
}

.section77 .wrapper .inner .addtional .sentence p {
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section77 {
    margin: 60px 0 0 0;
  }
  .section77 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
  }
  .section77 .wrapper .inner .box {
    padding: 80px 0 0 0;
  }
  .section77 .wrapper .inner .box .caution {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 3.75vw;
    color: #fff;
    padding: 0 5% 0 5%;
    text-align: center;
  }
  .section77 .wrapper .inner .box table {
    border-collapse: separate;
    border-spacing: 3px 3px;
    line-height: 1.35;
    margin: 20px 0 0 0;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section77 .wrapper .inner .box table th {
    background: #dafbff;
    color: #0a6e7e;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-size: 4.25vw;
  }
  .section77 .wrapper .inner .box table th .small {
    font-size: 2.75vw;
  }
  .section77 .wrapper .inner .box table td {
    padding: 20px 10px 20px 10px;
  }
  .section77 .wrapper .inner .box table td.al-c {
    text-align: center;
  }
  .section77 .wrapper .inner .box table td.td01 {
    text-align: center;
    font-size: 4.25vw;
    font-weight: 700;
  }
  .section77 .wrapper .inner .box table td.td01 .big {
    font-size: 7vw;
  }
  .section77 .wrapper .inner .box table td.td01 .mark {
    text-align: center;
  }
  .section77 .wrapper .inner .box table td.td01 .mark .cover {
    padding: 3px 10px 3px 10px;
    border-radius: 80px;
    font-size: 3.5vw;
    letter-spacing: 2px;
  }
  .section77 .wrapper .inner .box table td.td02 {
    font-size: 4.25vw;
    color: #1391a5;
    font-weight: 700;
  }
  .section77 .wrapper .inner .box table td.td02 .big {
    font-family: futura-pt-bold, sans-serif;
    font-size: 30px;
  }
  .section77 .wrapper .inner .block {
    padding: 80px 0 0 0;
  }
  .section77 .wrapper .inner .block .caution {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 3.75vw;
    color: #fff;
    padding: 0 5% 0 5%;
    text-align: center;
  }
  .section77 .wrapper .inner .block table {
    margin: 20px 0 0 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 3px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section77 .wrapper .inner .block table .th01 {
    padding: 20px 10px 20px 10px;
  }
  .section77 .wrapper .inner .block table .th01 .mark {
    text-align: center;
  }
  .section77 .wrapper .inner .block table .th01 .mark .cover {
    font-size: 18px;
  }
  .section77 .wrapper .inner .block table .th01 .text {
    font-size: 24px;
  }
  .section77 .wrapper .inner .block table .th02 {
    font-size: 4.25vw;
  }
  .section77 .wrapper .inner .block table .th02 .small {
    font-size: 2.75vw;
  }
  .section77 .wrapper .inner .block table td {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 10px 20px 10px;
    font-size: 4.25vw;
  }
  .section77 .wrapper .inner .addtional {
    margin: 40px 0 0 0;
  }
  .section77 .wrapper .inner .addtional h3 {
    color: #fff;
    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;
  }
  .section77 .wrapper .inner .addtional h3 .border {
    width: 20%;
    height: 3px;
    background: #fff;
  }
  .section77 .wrapper .inner .addtional h3 .cover {
    font-size: 18px;
  }
  .section77 .wrapper .inner .addtional .sentence {
    color: #fff;
    margin: 30px 0 0 0;
  }
  .section77 .wrapper .inner .addtional .sentence p {
    font-size: 16px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE02-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title02-02 {
  position: relative;
  text-align: center;
  padding: 0px 0 30px 0;
  overflow: hidden;
}

.title02-02 h2 {
  font-weight: 900;
  font-size: 60px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #1391a5;
  line-height: 1.3;
}

.title02-02 h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  background: #1391a5;
  opacity: 0.875;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  padding: 4px 35px 4px 35px;
  color: #dafbff;
  margin: 0 auto;
}

.title02-02 .back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 10px;
  color: rgba(218, 251, 255, 0.7);
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .title02-02 {
    padding: 0px 0 30px 0;
  }
  .title02-02 h2 {
    font-size: 10vw;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 4.85vw;
    padding: 4px 35px 4px 35px;
  }
  .title02-02 .back {
    font-size: 16vw;
    letter-spacing: 3px;
  }
}

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

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

.section60 .wrapper .inner table.hikaku {
  height: auto;
  width: 100%;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 40px;
  border-collapse: collapse;
}

.section60 .wrapper .inner table.hikaku tbody tr {
  border-left: 1px solid #d2d2d2;
  width: 100%;
}

.section60 .wrapper .inner table.hikaku tbody tr:first-child td:nth-child(3) {
  background-color: #1391a5;
  border-bottom: 1px solid #1391a5;
  border-top: 20px solid #1391a5;
  color: #fff;
  font-size: 24px;
}

.section60 .wrapper .inner table.hikaku tbody tr:last-child td:nth-child(3) {
  border-bottom: 12px solid #1391a5;
}

.section60 .wrapper .inner table.hikaku tbody th {
  background-color: #1391a5;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 20%;
}

.section60 .wrapper .inner table.hikaku tbody td {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 15px 0px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.section60 .wrapper .inner table.hikaku tbody td.special {
  width: 22%;
}

.section60 .wrapper .inner table.hikaku tbody td.top {
  background-color: #eee;
  font-weight: bold;
}

.section60 .wrapper .inner table.hikaku tbody td.emphashis {
  color: #1391a5;
  font-size: 22px;
  font-weight: bold;
}

.section60 .wrapper .inner table.hikaku tbody td:nth-child(3) {
  border-left: 6px solid #1391a5;
  border-right: 6px solid #1391a5;
}

.section60 .wrapper .inner table.hikaku tbody td:nth-child(3) .cover {
  position: relative;
  top: -10px;
}

.section60 .wrapper .inner table.hikaku tbody .small {
  font-size: 0.8em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section60 .wrapper .inner {
    margin: 50px auto 0;
  }
  .section60 .wrapper .inner table.hikaku {
    height: auto;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-bottom: 40px;
    border-collapse: collapse;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section60 .wrapper .inner table.hikaku tbody {
    width: 100%;
    display: table;
  }
  .section60 .wrapper .inner table.hikaku tbody tr:first-child td:nth-child(3) {
    font-size: 5.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody th {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td.top {
    font-weight: bold;
  }
  .section60 .wrapper .inner table.hikaku tbody td.emphashis {
    font-size: 4.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody .small {
    font-size: 0.8em;
  }
}

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

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

.section60 .wrapper .inner table.hikaku {
  height: auto;
  width: 100%;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 40px;
  border-collapse: collapse;
}

.section60 .wrapper .inner table.hikaku tbody tr {
  border-left: 1px solid #d2d2d2;
  width: 100%;
}

.section60 .wrapper .inner table.hikaku tbody tr:first-child td:nth-child(3) {
  background-color: #1391a5;
  border-bottom: 1px solid #1391a5;
  border-top: 20px solid #1391a5;
  color: #fff;
  font-size: 24px;
}

.section60 .wrapper .inner table.hikaku tbody tr:last-child td:nth-child(3) {
  border-bottom: 12px solid #1391a5;
}

.section60 .wrapper .inner table.hikaku tbody th {
  background-color: #1391a5;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 20%;
}

.section60 .wrapper .inner table.hikaku tbody td {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 15px 0px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.section60 .wrapper .inner table.hikaku tbody td.special {
  width: 22%;
}

.section60 .wrapper .inner table.hikaku tbody td.top {
  background-color: #eee;
  font-weight: bold;
}

.section60 .wrapper .inner table.hikaku tbody td.emphashis {
  color: #1391a5;
  font-size: 22px;
  font-weight: bold;
}

.section60 .wrapper .inner table.hikaku tbody td:nth-child(3) {
  border-left: 6px solid #1391a5;
  border-right: 6px solid #1391a5;
}

.section60 .wrapper .inner table.hikaku tbody td:nth-child(3) .cover {
  position: relative;
  top: -10px;
}

.section60 .wrapper .inner table.hikaku tbody .small {
  font-size: 0.8em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section60 .wrapper .inner {
    margin: 50px auto 0;
  }
  .section60 .wrapper .inner table.hikaku {
    height: auto;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-bottom: 40px;
    border-collapse: collapse;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section60 .wrapper .inner table.hikaku tbody {
    width: 100%;
    display: table;
  }
  .section60 .wrapper .inner table.hikaku tbody tr:first-child td:nth-child(3) {
    font-size: 5.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody th {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td.top {
    font-weight: bold;
  }
  .section60 .wrapper .inner table.hikaku tbody td.emphashis {
    font-size: 4.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody .small {
    font-size: 0.8em;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE35-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title35-01 {
  padding: 90px 0 90px 0;
  background: url(../images/title35-01-bg.jpg) no-repeat 0 0;
  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(19, 145, 165, 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 {
  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 {
  background: rgba(255, 255, 255, 0.7);
  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.7);
  -webkit-box-shadow: 0 0 0 3px #1391a5 inset;
          box-shadow: 0 0 0 3px #1391a5 inset;
}

.title35-01 .title-wrapper .box .inside h3 {
  font-size: 22px;
  letter-spacing: 3px;
  color: #1391a5;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}

.title35-01 .title-wrapper .box .inside h2 {
  font-size: 45px;
  color: #0a6e7e;
  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 {
    padding: 90px 0 90px 0;
    background: url(../images/title35-01-bg.jpg) no-repeat center 0;
    background-size: cover;
  }
  .title35-01 .back-left,
  .title35-01 .back-right {
    position: absolute;
    color: rgba(19, 145, 165, 0.3);
    font-size: 14vw;
    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 {
    max-width: 80%;
    margin: 0px auto 0;
    background: url(../images/title35-01-bg.jpg) no-repeat center 0;
    background-size: cover;
    z-index: 2;
  }
  .title35-01 .title-wrapper .box {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 0 50px 0;
    border: solid 4px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 0 3px #1391a5 inset;
            box-shadow: 0 0 0 3px #1391a5 inset;
  }
  .title35-01 .title-wrapper .box .inside h3 {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .title35-01 .title-wrapper .box .inside h2 {
    font-size: 7vw;
    color: #0a6e7e;
    text-align: center;
  }
}

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

#point08 .wrapper {
  width: 100%;
  background: #dafbff;
  margin: 0px 0 0 0;
  overflow: hidden;
}

#point08 .wrapper .inner {
  background: url(../images/point08-pattern.svg) repeat 0 0;
  background-size: 50px auto;
  /*============================================
            #point08 .box-wrapper
            =============================================*/
  /* #point08 .box-wrapper closed */
}

#point08 .wrapper .inner .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 100px 3.5% 30px 3.5%;
  /* #point08 .box-wrapper .box closed */
}

#point08 .wrapper .inner .box-wrapper .box {
  padding: 60px 0 80px 0;
  /* #point08 .box-wrapper .box .top closed */
  /* #point08 .box-wrapper .box .middle closed */
  /* #point08 .box-wrapper .box .bottom closed */
}

#point08 .wrapper .inner .box-wrapper .box .top {
  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: nowrap;
      flex-wrap: nowrap;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 {
  background: #1391a5;
  width: 57%;
  margin: 0 -2% 0 0;
  position: relative;
  z-index: 2;
  border: solid 3px #1391a5;
  -webkit-box-shadow: 0 0 15px rgba(123, 233, 252, 0.3), 0 0 0 3px #fff inset;
          box-shadow: 0 0 15px rgba(123, 233, 252, 0.3), 0 0 0 3px #fff inset;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
  margin: -130px 0 0px 40px;
  color: #1391a5;
  line-height: 0.9;
  display: inline-block;
  text-align: center;
  font-family: futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.big {
  font-size: 100px;
  letter-spacing: 3px;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.small {
  font-size: 50px;
  letter-spacing: 2px;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .en {
  padding: 60px 60px 10px 60px;
  font-family: atten-round-new, futura-pt-bold,sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.0;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .catch {
  padding: 0px 60px 60px 60px;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .catch .small {
  letter-spacing: -2.0px;
  font-size: 45px;
}

#point08 .wrapper .inner .box-wrapper .box .top .thumb {
  width: 45%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(163, 233, 218, 0.3);
          box-shadow: 0 0 15px rgba(163, 233, 218, 0.3);
  line-height: 0;
}

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

#point08 .wrapper .inner .box-wrapper .box:nth-child(2n) .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#point08 .wrapper .inner .box-wrapper .box .middle {
  padding: 30px 0 30px 0;
}

#point08 .wrapper .inner .box-wrapper .box .middle .sentence {
  font-size: 18px;
  color: #0a6e7e;
  line-height: 1.75;
}

#point08 .wrapper .inner .box-wrapper .box .bottom {
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 0 0px 0;
  background: #fff;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 15px rgba(255, 170, 170, 0.3), 0 0 0 3px #1391a5 inset;
          box-shadow: 0 0 15px rgba(255, 170, 170, 0.3), 0 0 0 3px #1391a5 inset;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .mark {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #1391a5;
  margin: 0 auto 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .inside {
  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 0 20px 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .inside .icon img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0px auto 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 {
  padding: 0px 40px 0px 40px;
  color: #1391a5;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 5% 20px 5%;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .block .icon {
  width: 160px;
  height: 160px;
  margin: 0 2.5% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1391a5;
  border: solid #1391a5;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  border-radius: 180px;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .block .icon:nth-child(5) {
  margin: 0 0% 0 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .icon-inner img {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .icon-inner h5 {
  margin: 5px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1.5px;
  line-height: 1.25;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .sentence {
  padding: 0px 55px 30px 55px;
  font-size: 18px;
  line-height: 1.75;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .sentence p {
  padding: 10px 0 10px 0;
}

#point08 .wrapper .inner .box-wrapper .box .bottom .sentence p.small {
  font-size: 0.875em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  #point08 {
    /*============================================
        #point08 .wrapper
        =============================================*/
  }
  #point08 .wrapper .inner {
    /*============================================
                #point08 .box-wrapper
                =============================================*/
    /* #point08 .box-wrapper closed */
  }
  #point08 .wrapper .inner .box-wrapper {
    padding: 40px 3.5% 30px 3.5%;
    /* #point08 .box-wrapper .box closed */
  }
  #point08 .wrapper .inner .box-wrapper .box {
    padding: 80px 0 30px 0;
    /* #point08 .box-wrapper .box .top closed */
    /* #point08 .box-wrapper .box .middle closed */
    /* #point08 .box-wrapper .box .middle closed */
  }
  #point08 .wrapper .inner .box-wrapper .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 {
    width: 57%;
    margin: 0 -2% 0 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
    margin: -130px 0 0px 40px;
    line-height: 0.9;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.big {
    font-size: 80px;
    letter-spacing: 3px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.small {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .en {
    padding: 40px 40px 10px 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .catch {
    padding: 0px 40px 40px 40px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .catch .small {
    letter-spacing: -2.0px;
    font-size: 26px;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle {
    padding: 30px 0 30px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle .sentence {
    font-size: 1.85vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 0 0px 0;
    background: #fff;
    border: solid 3px #fff;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .mark {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    margin: 0 auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside {
    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 0 20px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside .icon img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0px auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 {
    padding: 0px 40px 0px 40px;
    font-size: 2.75vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 br.pc-disblock {
    display: block !important;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block {
    padding: 20px 5% 20px 5%;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon {
    width: 18%;
    margin: 0 2.5% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon:nth-child(5) {
    margin: 0 0% 0 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .image {
    width: 130px;
    height: auto;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#0a889c), to(#20a1b0));
    background: linear-gradient(90deg, #0a889c 0%, #20a1b0 100%);
    padding: 35px 35px 35px 35px;
    border-radius: 130px;
    margin: 0 auto 0px;
    line-height: 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .image img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon h5 {
    margin: 15px 0 0 0;
    padding: 0;
    color: #1391a5;
    font-size: 22px;
    font-weight: 900;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1.5px;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .sentence {
    padding: 0px 55px 30px 55px;
    font-size: 2.0vw;
    line-height: 1.75;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #point08 {
    /*============================================
        #point08 .wrapper
        =============================================*/
  }
  #point08 .wrapper .inner {
    /*============================================
                #point08 .box-wrapper
                =============================================*/
    /* #point08 .box-wrapper closed */
  }
  #point08 .wrapper .inner .box-wrapper {
    padding: 40px 0 0 0;
    /* #point08 .box-wrapper .box closed */
  }
  #point08 .wrapper .inner .box-wrapper .box {
    padding: 50px 0 20px 0;
    /* #point08 .box-wrapper .box .top closed */
    /* #point08 .box-wrapper .box .middle closed */
    /* #point08 .box-wrapper .box .bottom closed */
  }
  #point08 .wrapper .inner .box-wrapper .box .top {
    display: block;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 {
    width: 92%;
    margin: 0 auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
    margin: -130px 0 0px 40px;
    line-height: 0.8;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.big {
    font-size: 22vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.small {
    font-size: 8vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .en {
    padding: 30px 30px 10px 30px;
    font-size: 5vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .catch {
    padding: 0px 30px 40px 30px;
    font-size: 7.8vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .catch .small {
    letter-spacing: -2.0px;
    font-size: 7vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .top .thumb {
    width: 100%;
    margin: -20px auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .top .thumb img {
    width: 100%;
    height: auto;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle {
    padding: 30px 6% 30px 6%;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle .sentence {
    font-size: 4.25VW;
    line-height: 1.75;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom {
    width: 90%;
    padding: 20px 0 0px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside {
    display: block;
    padding: 20px 0 20px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside .icon img {
    width: 18vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 {
    padding: 20px 25px 0px 25px;
    font-size: 6.25vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block {
    padding: 0px 0% 20px 0%;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon {
    width: 85px;
    height: 85px;
    margin: 0 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon:nth-child(3), #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon:nth-child(5) {
    margin: 0 0% 0 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .icon-inner img {
    width: 40%;
    height: auto;
    height: auto;
    line-height: 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .icon-inner h5 {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 3.25vw;
    line-height: 1.1;
    letter-spacing: -1.5px;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .sentence {
    padding: 0px 7% 30px 7%;
    font-size: 4.25vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BUTTON01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.button01 various
===============================================*/
.button01 {
  width: 88%;
  margin: 0px auto 50px;
  /*==============================================
    .button01 .suggest
    ===============================================*/
  /*==============================================
    .button01 .btn-bg
    ===============================================*/
}

.button01 .suggest {
  padding: 0 0 20px 0;
  font-size: 17px;
  width: 94%;
  margin: 0 auto 0;
  color: #f47301;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  position: relative;
}

.button01 .suggest:before {
  content: "";
  display: inline-block;
  border-left: solid 3px #f47301;
  border-radius: 2px;
  padding: 0 0 0 0px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: relative;
  top: 3px;
  left: -10px;
  height: 16px;
}

.button01 .suggest:after {
  content: "";
  display: inline-block;
  border-left: solid 3px #f47301;
  border-radius: 2px;
  padding: 0 0px 0 0px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: relative;
  top: 3px;
  left: 10px;
  height: 16px;
}

.button01 .btn-bg {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  padding: 18px 5px 18px;
  font-style: normal;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button01 .btn-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.button01 .btn-bg:hover:after {
  opacity: 1;
}

.button01 .btn-bg.orange {
  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 #f47301;
          box-shadow: 0px 0px 0px 2px #f47301;
  text-shadow: 0px 0px 5px #f47301;
}

.button01 .btn-bg.orange::after {
  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%);
}

.button01 .btn-bg .btn {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  text-align: center;
}

.button01 .btn-bg .btn .circle {
  background: #fff;
  text-shadow: 0px 0px 0px #fff;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -60px;
  left: -30px;
  border-radius: 100px;
  text-align: center;
  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;
  line-height: 1.1;
}

.button01 .btn-bg .btn .circle.circle-orange {
  color: #f47301;
  border: solid 2px #f47301;
}

.button01 .btn-bg .btn .circle .cover {
  margin: -5px 0 0 0;
}

.button01 .btn-bg .btn .circle .cover .normal {
  font-size: 15px;
  display: block;
}

.button01 .btn-bg .btn .circle .cover .big {
  font-size: 30px;
  letter-spacing: -2px;
  display: block;
}

.button01 .btn-bg .btn .text {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

.button01 .btn-bg .btn .text:before {
  content: "\226B";
  font-size: 0.9em;
}

.button01 .btn-bg .btn .text .small {
  font-size: 0.85em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .button01 {
    width: 80%;
    margin: 0px auto 40px;
    /*==============================================
        .button01 .suggest
        ===============================================*/
    /*==============================================
        .button01 .btn-bg
        ===============================================*/
  }
  .button01 .suggest {
    font-size: 17px;
    width: 94%;
  }
  .button01 .suggest:before {
    top: 3px;
    left: -10px;
    height: 16px;
  }
  .button01 .suggest:after {
    top: 3px;
    left: 10px;
    height: 16px;
  }
  .button01 .btn-bg {
    padding: 18px 5px 22px;
  }
  .button01 .btn-bg .btn .circle {
    width: 95px;
    height: 95px;
    position: absolute;
    top: -60px;
    left: -30px;
    border-radius: 100px;
    line-height: 1.1;
  }
  .button01 .btn-bg .btn .circle.circle-orange {
    color: #f47301;
    border: solid 2px #f47301;
  }
  .button01 .btn-bg .btn .circle .cover {
    margin: -5px 0 0 0;
  }
  .button01 .btn-bg .btn .circle .cover .normal {
    font-size: 14px;
  }
  .button01 .btn-bg .btn .circle .cover .big {
    font-size: 28px;
  }
  .button01 .btn-bg .btn .text {
    font-size: 3.25vw;
    line-height: 1.3;
  }
  .button01 .btn-bg .btn .text:before {
    font-size: 0.9em;
  }
  .button01 .btn-bg .btn .text .small {
    font-size: 0.85em;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .button01 {
    width: 90%;
    margin: 0px auto 25px;
    /*==============================================
        .button01 .suggest
        ===============================================*/
    /*==============================================
        .button01 .btn-bg
        ===============================================*/
  }
  .button01 .suggest {
    padding: 0 0 30px 0;
    font-size: 4.25vw;
    width: 94%;
  }
  .button01 .suggest:before {
    content: "";
    top: 3px;
    left: -10px;
    height: 16px;
  }
  .button01 .suggest:after {
    top: 3px;
    left: 10px;
    height: 16px;
  }
  .button01 .btn-bg {
    padding: 18px 5px 22px;
    width: 100%;
    margin: 10px auto 0;
  }
  .button01 .btn-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .button01 .btn-bg .btn {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    text-align: center;
  }
  .button01 .btn-bg .btn .circle {
    background: #fff;
    text-shadow: 0px 0px 0px #fff;
    width: 18vw;
    height: 18vw;
    position: absolute;
    top: -60px;
    left: -15px;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0 0 0;
    line-height: 1.0;
  }
  .button01 .btn-bg .btn .circle .cover .normal {
    font-size: 2.75vw;
  }
  .button01 .btn-bg .btn .circle .cover .big {
    font-size: 4.5vw;
    letter-spacing: -2px;
    display: block;
    line-height: 1.1;
  }
  .button01 .btn-bg .btn .text {
    font-size: 6vw;
  }
  .button01 .btn-bg .btn .text:before {
    content: "\226B";
    font-size: 0.9em;
  }
  .button01 .btn-bg .btn .text .small {
    font-size: 0.85em;
  }
}

/* 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 #1391a5;
  background: #1391a5;
  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 #dafbff, inset 0 0 0 3px #fff;
          box-shadow: 5px 5px 0px 0px #dafbff, inset 0 0 0 3px #fff;
  position: relative;
}

#flow03 ul li .thumb {
  width: 30%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
  padding: 3px 0px 3px 3px;
}

#flow03 ul li .thumb img.photo {
  width: 350px;
  height: auto;
}

#flow03 ul li .text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: start;
  color: #fff;
  padding: 10px 40px 10px 40px;
  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: -30px;
  left: -40px;
  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: #edfdff;
  color: #1391a5;
  padding: 3px 20px 3px 20px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  border-radius: 80px;
  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: 40px 3.5% 0 3.5%;
  }
  #flow03 ul {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 3.5% 0 3.5%;
  }
  #flow03 ul li {
    width: 100%;
    margin: 0 0 20px 0;
    border: solid 2px #1391a5;
    background: #1391a5;
    padding: 0 0 0px 0;
    display: block;
    -webkit-box-shadow: 5px 5px 0px 0px #dafbff, inset 0 0 0 3px #fff;
            box-shadow: 5px 5px 0px 0px #dafbff, inset 0 0 0 3px #fff;
    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;
    color: #fff;
    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%;
    background: #edfdff;
    color: #1391a5;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    border-radius: 80px;
    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: 10px 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE01-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title01-02 {
  background: #1391a5;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

.title01-02 h3 {
  text-align: center;
  padding: 10px 15px;
  width: 270px;
  border: solid 2px #fff;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin: 0 auto 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.title01-02 h3 span {
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.title01-02 h2 {
  font-size: 42px;
  margin: 10px 0 10px 0;
  line-height: 1.35;
  font-weight: 700;
  font-style: normal;
}

.title01-02 .caption {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0px 5px 0px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .title01-02 {
    padding: 30px 0 30px 0;
  }
  .title01-02 h3 {
    padding: 10px 15px;
    width: 250px;
    margin: 0 auto 5px;
    font-size: 5vw;
  }
  .title01-02 h2 {
    font-size: 8vw;
    margin: 10px 0 10px 0;
  }
  .title01-02 .caption {
    font-size: 17px;
    padding: 0 0px 5px 0px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#faq01 {
  margin: 80px 0 0px 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: #1391a5;
  background: transparent;
  border: solid 2px #1391a5;
  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: #1391a5;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  line-height: 2.0;
  color: #1391a5;
  /*==============================================
                #faq01 .accordion .trigger::after
                ===============================================*/
}

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

#faq01 .accordion li .trigger span.icon-q {
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #fff;
  background: #1391a5;
  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 #1391a5;
}

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

#faq01 .accordion li .toggle_container p span.icon-a {
  line-height: 1.0;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #1391a5;
  border: solid 2px #1391a5;
  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: #1391a5;
    /*==============================================
                    #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: #1391a5;
    border: solid 2px #1391a5;
    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 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:nth-child(1) .back-obj {
  background: #0eaac2;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.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;
}

.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(19, 145, 165, 0.8);
}

.section62 .wrapper .additional {
  background: #dafbff;
  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 {
  color: #0a6e7e;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  padding: 20px 0 20px 0;
}

.section62 .wrapper .additional .sentence p .line {
  background: #1391a5;
  padding: 0 5px 0 5px;
  color: #fff;
}

.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 {
    background: #0eaac2;
    -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(19, 145, 165, 0.8);
  }
  .section62 .wrapper .additional {
    background: #dafbff;
    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: #1391a5;
    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: #1391a5;
  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: #1391a5;
  background: -webkit-gradient(linear, left top, right top, from(#0a889c), to(#20a1b0));
  background: linear-gradient(90deg, #0a889c 0%, #20a1b0 100%);
  border-style: solid;
  border-width: 2px;
  border-color: #1391a5;
  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: #1391a5;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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-wrapper {
  width: 100%;
  margin: 30px auto 0;
  background: #f6f6f6;
  /*==============================================
	#form-wrapper h2
	===============================================*/
  /*==============================================
	#form-wrapper .privacy-section
	===============================================*/
}

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

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

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

#form-wrapper dl .random-id {
  display: none;
}

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

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

#form-wrapper dl dt span {
  color: #1391a5;
  display: inline-block;
  font-size: 75%;
  padding: 0 2px 0 2px;
}

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

#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 input#postal
	===============================================*/
  /*==============================================
	submit(送信ボタン)
	===============================================*/
  /* 変数設定 */
}

form#mail_form dl dt {
  position: relative;
  /*==============================================
			form#mail_form 「必須」「任意」
			===============================================*/
}

form#mail_form dl dt .required,
form#mail_form dl dt .optional {
  display: inline-block !important;
  margin: 0 5px 0 5px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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

form#mail_form dl dt .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 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"],
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 {
  list-style-type: none;
}

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 ul li label:hover {
  cursor: pointer;
}

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 input#company {
  width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
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#phone2,
form#mail_form input#schedule,
form#mail_form input#schedule2 {
  width: 100%;
}

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

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 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;
}

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1000px以のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  form#mail_form {
    width: 100%;
    /*==============================================
		form#mail_form input
		===============================================*/
  }
  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 dt .required,
  form#mail_form dl dt .optional {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 10px 20px 13px;
  }
  form#mail_form dl dd span {
    font-weight: normal;
  }
  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,
  form#mail_form input#schedule2 {
    width: 100%;
  }
}

/* ～1000px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 769px以下のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #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 */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #1391a5;
}

#thanks .wrapper .inner h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #1391a5;
  color: #1391a5;
}

#thanks .wrapper .inner .sentence h2 {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #1391a5;
  color: #1391a5;
}

#thanks .wrapper .inner .sentence.main p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

#thanks .wrapper .inner .sentence.sub p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  color: #3f1801;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1000px以下のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #thanks .wrapper .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */