@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;
  background: #000;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#gnav04 {
  position: relative;
  z-index: 2;
}

#gnav04 .inside {
  padding: 0px 3vw 0 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*==============================================
		#gnav04 .wrapper .button
		===============================================*/
}

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

#gnav04 .inside .left h1 .big {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.1;
}

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

#gnav04 .inside .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#gnav04 .inside .right .button {
  margin-left: 10px;
}

#gnav04 .inside .button {
  width: 300px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 20px 0 0 0;
}

#gnav04 .inside .button a, #gnav04 .inside .button > div {
  color: #fff;
  border: solid 2px #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  text-decoration: none;
}

#gnav04 .inside .button a .caption, #gnav04 .inside .button > div .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: 900;
}

#gnav04 .inside .button a .caption span, #gnav04 .inside .button > div .caption span {
  padding: 0 3px 0 3px;
}

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

#gnav04 .inside .button a .caption:before, #gnav04 .inside .button > div .caption:before {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

#gnav04 .inside .button a .caption:after, #gnav04 .inside .button > div .caption:after {
  position: absolute;
  top: 50%;
  right: 13%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

#gnav04 .inside .button a .catch, #gnav04 .inside .button > div .catch {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

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

#gnav04 .inside .mailmagazine {
  cursor: pointer;
}

#gnav04 .inside .mailmagazine > div {
  background-color: transparent;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #gnav04 .inside {
    padding: 5px 3vw 0 3vw;
    /*==============================================
			#gnav04 .wrapper .button
			===============================================*/
  }
  #gnav04 .inside .left h1 {
    color: #fff;
  }
  #gnav04 .inside .left h1 .big {
    font-size: 3.15vw;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  #gnav04 .inside .left h1 .small {
    margin: 5px 0 0 0;
    font-size: 1.55vw;
    letter-spacing: 1px;
  }
  #gnav04 .inside .button {
    padding: 5px 0 0 0;
    width: 40.5vw;
  }
  #gnav04 .inside .button a, #gnav04 .inside .button > div {
    color: #fff;
    border: solid 2px #fff;
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 10px;
  }
  #gnav04 .inside .button a .caption, #gnav04 .inside .button > div .caption {
    font-size: 1.5vw;
    margin: 0 0 4px 0;
  }
  #gnav04 .inside .button a .caption span, #gnav04 .inside .button > div .caption span {
    padding: 0 3px 0 3px;
  }
  #gnav04 .inside .button a .caption:before, #gnav04 .inside .button a .caption:after, #gnav04 .inside .button > div .caption:before, #gnav04 .inside .button > div .caption:after {
    height: 12px;
  }
  #gnav04 .inside .button a .caption:before, #gnav04 .inside .button > div .caption:before {
    left: 5%;
  }
  #gnav04 .inside .button a .caption:after, #gnav04 .inside .button > div .caption:after {
    right: 5%;
  }
  #gnav04 .inside .button a .catch, #gnav04 .inside .button > div .catch {
    font-size: 2.5vw;
  }
  #gnav04 .inside .button a .catch img, #gnav04 .inside .button > div .catch img {
    width: 4vw;
    height: auto;
    padding: 0 3px 0 0;
    position: relative;
    top: 2px;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #gnav04 .inside {
    padding: 5px 3vw 0 3vw;
    /*==============================================
			#gnav04 .wrapper .button
			===============================================*/
  }
  #gnav04 .inside .left h1 {
    color: #fff;
  }
  #gnav04 .inside .left h1 .big {
    font-size: 5.15vw;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  #gnav04 .inside .left h1 .small {
    margin: 5px 0 0 0;
    font-size: 2.55vw;
    letter-spacing: 1px;
  }
  #gnav04 .inside .right {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #gnav04 .inside .right .button {
    margin-left: 0;
  }
  #gnav04 .inside .button {
    padding: 5px 0 0 0;
    width: 47.5vw;
  }
  #gnav04 .inside .button a, #gnav04 .inside .button > div {
    color: #fff;
    border: solid 2px #fff;
    width: 95%;
    height: 100%;
    padding: 5px 10px 5px 10px;
  }
  #gnav04 .inside .button a .caption, #gnav04 .inside .button > div .caption {
    font-size: 2.5vw;
    margin: 0 0 4px 0;
  }
  #gnav04 .inside .button a .caption span, #gnav04 .inside .button > div .caption span {
    padding: 0 3px 0 3px;
  }
  #gnav04 .inside .button a .caption:before, #gnav04 .inside .button a .caption:after, #gnav04 .inside .button > div .caption:before, #gnav04 .inside .button > div .caption:after {
    height: 12px;
  }
  #gnav04 .inside .button a .caption:before, #gnav04 .inside .button > div .caption:before {
    left: 5%;
  }
  #gnav04 .inside .button a .caption:after, #gnav04 .inside .button > div .caption:after {
    right: 5%;
  }
  #gnav04 .inside .button a .catch, #gnav04 .inside .button > div .catch {
    font-size: 4vw;
  }
  #gnav04 .inside .button a .catch img, #gnav04 .inside .button > div .catch img {
    width: 6vw;
    height: auto;
    padding: 0 3px 0 0;
    position: relative;
    top: 2px;
  }
}

/* 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(0, 0, 0, 0.75);
  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.15);
  font-size: 160px;
  line-height: 1.2;
}

#header31-wrapper .back-left {
  top: 50px;
  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: 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: 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 .box .text h2 .cover {
  font-weight: 900;
  font-size: 60px;
  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: 360px;
  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;
}

/*==============================================
#header31 ボーダーアニメーション
===============================================*/
.img-mask .top,
.img-mask .bottom,
.img-mask .left,
.img-mask .right {
  position: absolute;
  background: #000000;
  -webkit-animation: 8s linear infinite;
          animation: 8s linear infinite;
  z-index: 20;
}

/*==============================================
#header31 .img-mask .top 
===============================================*/
.img-mask .top {
  top: 5px;
  left: 5px;
  height: 5px;
  -webkit-animation-name: top;
          animation-name: top;
}

@-webkit-keyframes top {
  25% {
    width: 0;
    background: #272727;
  }
  38% {
    width: calc(100%);
    background: #18140d;
  }
  50% {
    background: #000000;
  }
  62% {
    background: #252321;
  }
  75% {
    width: calc(100%);
    background: #272727;
  }
  88% {
    left: auto;
    right: 5px;
    width: 0;
    background: #18140d;
  }
}

@keyframes top {
  25% {
    width: 0;
    background: #272727;
  }
  38% {
    width: calc(100%);
    background: #18140d;
  }
  50% {
    background: #000000;
  }
  62% {
    background: #252321;
  }
  75% {
    width: calc(100%);
    background: #272727;
  }
  88% {
    left: auto;
    right: 5px;
    width: 0;
    background: #18140d;
  }
}

/* #header31 .img-mask .top closed */
/*==============================================
#header31 .img-mask .bottom
===============================================*/
.img-mask .bottom {
  bottom: 5px;
  right: 5px;
  height: 5px;
  -webkit-animation-name: bottom;
          animation-name: bottom;
}

@-webkit-keyframes bottom {
  0% {
    width: 0;
  }
  12% {
    width: calc(100%);
    background: #252321;
  }
  25% {
    background: #272727;
  }
  38% {
    background: #18140d;
  }
  50% {
    width: calc(100%);
    background: #000000;
  }
  62% {
    left: 5px;
    width: 0;
    background: #252321;
  }
  75% {
    background: #272727;
  }
}

@keyframes bottom {
  0% {
    width: 0;
  }
  12% {
    width: calc(100%);
    background: #252321;
  }
  25% {
    background: #272727;
  }
  38% {
    background: #18140d;
  }
  50% {
    width: calc(100%);
    background: #000000;
  }
  62% {
    left: 5px;
    width: 0;
    background: #252321;
  }
  75% {
    background: #272727;
  }
}

/* #header31 .img-mask .bottom closed */
/*==============================================
#header31 .img-mask .left
===============================================*/
.img-mask .left {
  bottom: 5px;
  left: 5px;
  width: 5px;
  -webkit-animation-name: left;
          animation-name: left;
}

@-webkit-keyframes left {
  12% {
    height: 0;
    background: #252321;
  }
  25% {
    height: calc(100%);
    background: #272727;
  }
  38% {
    background: #18140d;
  }
  50% {
    background: #000000;
  }
  62% {
    height: calc(100%);
    background: #252321;
  }
  75% {
    top: 5px;
    height: 0;
    background: #272727;
  }
  88% {
    background: #18140d;
  }
}

@keyframes left {
  12% {
    height: 0;
    background: #252321;
  }
  25% {
    height: calc(100%);
    background: #272727;
  }
  38% {
    background: #18140d;
  }
  50% {
    background: #000000;
  }
  62% {
    height: calc(100%);
    background: #252321;
  }
  75% {
    top: 5px;
    height: 0;
    background: #272727;
  }
  88% {
    background: #18140d;
  }
}

/* #header31 .img-mask .left closed */
/*==============================================
#header31 .img-mask .right
===============================================*/
.img-mask .right {
  top: 5px;
  right: 5px;
  width: 5px;
  -webkit-animation-name: right;
          animation-name: right;
}

@-webkit-keyframes right {
  38% {
    height: 0;
    background: #18140d;
  }
  50% {
    height: calc(100%);
    background: #000000;
  }
  62% {
    background: #252321;
  }
  75% {
    background: #272727;
  }
  88% {
    height: calc(100%);
    background: #18140d;
  }
  100% {
    top: auto;
    bottom: 5px;
    height: 0;
    background: #000000;
  }
}

@keyframes right {
  38% {
    height: 0;
    background: #18140d;
  }
  50% {
    height: calc(100%);
    background: #000000;
  }
  62% {
    background: #252321;
  }
  75% {
    background: #272727;
  }
  88% {
    height: calc(100%);
    background: #18140d;
  }
  100% {
    top: auto;
    bottom: 5px;
    height: 0;
    background: #000000;
  }
}

/* #header31 .img-mask .right closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

/* 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: 30px 3.5% 30px 3.5%;
}

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

#headerto05 .box-wrapper .box {
  border: solid 2px #000;
  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;
  border: solid 2px #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #headerto05 {
    padding: 0px 3.5% 30px 3.5%;
  }
  #headerto05 .box-wrapper {
    display: block;
  }
  #headerto05 .box-wrapper .box {
    width: 100%;
    padding: 10px 20px 10px 20px;
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 10%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    font-size: 2.0vw;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #headerto05 {
    padding: 0px 3.5% 10px 3.5%;
  }
  #headerto05 .box-wrapper {
    display: block;
  }
  #headerto05 .box-wrapper .box {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 20px 10px 20px;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 15px 0 0 0;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 25%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    width: 75%;
    font-size: 4.0vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA10 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.cta10 variables(変数設定)
===============================================*/
.cta10 {
  padding: 0 0 50px 0;
}

.cta10 .wrapper .inner {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 30px 3.5% 0 3.5%;
  border: solid 3px #646464;
  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;
  line-height: 0;
  position: relative;
  -webkit-box-shadow: 10px 10px 0 0px rgba(255, 255, 255, 0.2);
          box-shadow: 10px 10px 0 0px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.cta10 .wrapper .inner .back {
  overflow: hidden;
  position: absolute;
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  font-size: 110px;
  line-height: 0.8;
  top: 0;
  left: 0;
}

.cta10 .wrapper .inner .text {
  margin: 0 50px 0 0;
  line-height: 1.35;
  color: #fff;
  padding: 0 0 30px 0;
}

.cta10 .wrapper .inner .text h3 {
  font-size: 18px;
}

.cta10 .wrapper .inner .text h3 .cover {
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  border: solid 2px #bebebe;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}

.cta10 .wrapper .inner .text h3 .cover span {
  display: block;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}

.cta10 .wrapper .inner .text h2 {
  margin: 25px 0 0 0;
}

.cta10 .wrapper .inner .text h2 .small {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 3px 10px 3px 10px;
  font-size: 27px;
}

.cta10 .wrapper .inner .text h2 .big {
  margin: 20px 0 0 0;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 3px 10px 3px 10px;
  font-size: 42px;
}

.cta10 .wrapper .inner .text h4 {
  margin: 20px 0 0 0;
  font-size: 18px;
}

.cta10 .wrapper .inner .text .button {
  margin: 20px 0 0 0;
  text-align: center;
}

.cta10 .wrapper .inner .text .button .caption {
  font-size: 18px;
  line-height: 1.35;
  color: #00b900;
  text-align: center;
  position: relative;
  padding: 10px 0 0px 0;
}

.cta10 .wrapper .inner .text .button .caption:before, .cta10 .wrapper .inner .text .button .caption:after {
  content: "";
  background: #00b900;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

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

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

.cta10 .wrapper .inner .text .button a,
.cta10 .wrapper .inner .text .button > div {
  background: #00b900;
  padding: 10px 50px 10px 50px;
  border: solid 2px #00b900;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 5px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta10 .wrapper .inner .text .button a .icon,
.cta10 .wrapper .inner .text .button > div .icon {
  padding: 0 15px 0 0;
}

.cta10 .wrapper .inner .text .button a .icon img,
.cta10 .wrapper .inner .text .button > div .icon img {
  width: 45px;
  height: auto;
  position: relative;
  top: 3px;
}

.cta10 .wrapper .inner .text .button a .letter,
.cta10 .wrapper .inner .text .button > div .letter {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
}

.cta10 .wrapper .inner .text .button > div {
  background: -webkit-gradient(linear, left top, right top, from(#0054f0), color-stop(40%, #3c7ffc), to(#7c91b9));
  background: linear-gradient(to right, #0054f0 0%, #3c7ffc 40%, #7c91b9 100%);
  border-color: transparent;
  cursor: pointer;
}

.cta10 .wrapper .inner .thumb {
  width: 280px;
  padding: 0px 0 0 0;
}

.cta10 .wrapper .inner .thumb img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .cta10 {
    padding: 0 0 30px 0;
  }
  .cta10 .wrapper .inner {
    margin: 30px auto 0;
    padding: 30px 3.5% 0 3.5%;
    width: 92%;
    display: block;
    -webkit-box-shadow: 5px 5px 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 5px 5px 0 0px rgba(255, 255, 255, 0.2);
  }
  .cta10 .wrapper .inner .back {
    font-size: 18vw;
  }
  .cta10 .wrapper .inner .text {
    margin: 0 0px 0 0;
    padding: 0 0 20px 0;
  }
  .cta10 .wrapper .inner .text h3 {
    text-align: center;
  }
  .cta10 .wrapper .inner .text h3 .cover {
    font-size: 2.5vw;
    padding: 10px 25px 10px 25px;
  }
  .cta10 .wrapper .inner .text h2 {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .cta10 .wrapper .inner .text h2 .small {
    font-size: 3vw;
  }
  .cta10 .wrapper .inner .text h2 .big {
    margin: 10px 0 0 0;
    font-size: 5vw;
  }
  .cta10 .wrapper .inner .text h4 {
    margin: 20px 0 0 0;
    font-size: 2.25vw;
  }
  .cta10 .wrapper .inner .text .button {
    margin: 10px 0 0 0;
  }
  .cta10 .wrapper .inner .text .button .caption {
    line-height: 1.35;
    padding: 10px 0 0px 0;
    font-size: 2.25vw;
  }
  .cta10 .wrapper .inner .text .button .caption:before, .cta10 .wrapper .inner .text .button .caption:after {
    height: 12px;
  }
  .cta10 .wrapper .inner .text .button .caption:before {
    top: 50%;
    left: 20%;
  }
  .cta10 .wrapper .inner .text .button .caption:after {
    top: 50%;
    right: 20%;
  }
  .cta10 .wrapper .inner .text .button a,
  .cta10 .wrapper .inner .text .button > div {
    padding: 10px 20px 10px 20px;
    font-size: 2.75vw;
    width: 90%;
    margin: 5px auto 0;
  }
  .cta10 .wrapper .inner .text .button a img,
  .cta10 .wrapper .inner .text .button > div img {
    width: 4vw;
    top: 3px;
    padding: 0 5px 0 0;
  }
  .cta10 .wrapper .inner .thumb {
    width: 200px;
    padding: 0px 0 0 0;
    margin: 0 auto 0;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta10 {
    padding: 0 0 30px 0;
  }
  .cta10 .wrapper .inner {
    margin: 30px auto 0;
    padding: 30px 3.5% 0 3.5%;
    width: 92%;
    display: block;
    -webkit-box-shadow: 5px 5px 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 5px 5px 0 0px rgba(255, 255, 255, 0.2);
  }
  .cta10 .wrapper .inner .back {
    font-size: 18vw;
  }
  .cta10 .wrapper .inner .text {
    margin: 0 0px 0 0;
    padding: 0 0 20px 0;
  }
  .cta10 .wrapper .inner .text h3 {
    text-align: center;
  }
  .cta10 .wrapper .inner .text h3 .cover {
    font-size: 3.5vw;
    padding: 10px 25px 10px 25px;
  }
  .cta10 .wrapper .inner .text h2 {
    margin: 5px 0 0 0;
  }
  .cta10 .wrapper .inner .text h2 .small {
    font-size: 3.75vw;
  }
  .cta10 .wrapper .inner .text h2 .big {
    margin: 10px 0 0 0;
    font-size: 7.25vw;
  }
  .cta10 .wrapper .inner .text h4 {
    margin: 20px 0 0 0;
    font-size: 3.55vw;
  }
  .cta10 .wrapper .inner .text .button {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .cta10 .wrapper .inner .text .button .caption {
    font-size: 3.5vw;
    padding: 10px 0 0px 0;
  }
  .cta10 .wrapper .inner .text .button .caption:before, .cta10 .wrapper .inner .text .button .caption:after {
    content: "";
    background: #00b900;
    border-radius: 30px;
    height: 15px;
    width: 2px;
  }
  .cta10 .wrapper .inner .text .button .caption:before {
    position: absolute;
    top: 50%;
    left: 20%;
  }
  .cta10 .wrapper .inner .text .button .caption:after {
    position: absolute;
    top: 50%;
    right: 20%;
  }
  .cta10 .wrapper .inner .text .button a,
  .cta10 .wrapper .inner .text .button > div {
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
  .cta10 .wrapper .inner .text .button a .icon,
  .cta10 .wrapper .inner .text .button > div .icon {
    padding: 0 15px 0 0;
  }
  .cta10 .wrapper .inner .text .button a .icon img,
  .cta10 .wrapper .inner .text .button > div .icon img {
    width: 35px;
    height: auto;
    position: relative;
    top: 3px;
  }
  .cta10 .wrapper .inner .text .button a .letter,
  .cta10 .wrapper .inner .text .button > div .letter {
    color: #fff;
    font-size: 4.25vw;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .cta10 .wrapper .inner .thumb {
    width: 200px;
    padding: 0px 0 0 0;
    margin: 0 auto 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TARGETING04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#targeting04 {
  background: url(../images/targeting04-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#targeting04 .wrapper {
  padding: 130px 0 70px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 29, 29, 0.8)), color-stop(43%, rgba(20, 20, 20, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(29, 29, 29, 0.8) 0%, rgba(20, 20, 20, 0.8) 43%, rgba(0, 0, 0, 0.8) 100%);
  position: relative;
  /*==============================================
		#target04 .explain
		===============================================*/
}

#targeting04 .wrapper .en {
  color: rgba(255, 255, 255, 0.15);
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 160px;
  line-height: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

#targeting04 .wrapper .title {
  color: #fff;
}

#targeting04 .wrapper .title h3 {
  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;
}

#targeting04 .wrapper .title h3 .cover {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 80px;
  letter-spacing: 2px;
  padding: 0 20px 0 20px;
}

#targeting04 .wrapper .title h3 .border {
  width: 20%;
  height: 2px;
  background: #fff;
}

#targeting04 .wrapper .title h2 {
  text-align: center;
  font-size: 27px;
  margin: 10px 0 0 0;
}

#targeting04 .wrapper .inner {
  /*==============================================
			#target04 ul.checklist
			===============================================*/
}

#targeting04 .wrapper .inner ul.checklist {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 4% 20px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#targeting04 .wrapper .inner 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;
  color: #fff;
  border: solid 2px #fff;
  font-size: 22px;
  font-weight: 700;
}

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

#targeting04 .wrapper .inner ul.checklist li .icon {
  padding: 0px 0px 0px 0px;
  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%;
}

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

#targeting04 .wrapper .inner ul.checklist li p {
  padding: 20px 20px 20px 20px;
  width: 90%;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

#targeting04 .wrapper .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;
  position: relative;
}

#targeting04 .wrapper .explain .thumb {
  width: 200px;
  position: relative;
}

#targeting04 .wrapper .explain .thumb:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: solid 2px #000;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#targeting04 .wrapper .explain .thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

#targeting04 .wrapper .explain p {
  margin: 0 0 0 20px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  #targeting04 .wrapper {
    padding: 60px 0 70px 0;
    /*==============================================
			#target04 .explain
			===============================================*/
  }
  #targeting04 .wrapper .en {
    font-size: 120px;
  }
  #targeting04 .wrapper .title {
    color: #fff;
  }
  #targeting04 .wrapper .title h3 .cover {
    line-height: 1.2;
    font-size: 70px;
  }
  #targeting04 .wrapper .title h3 .border {
    width: 20%;
  }
  #targeting04 .wrapper .title h2 {
    font-size: 25px;
    margin: 10px 0 0 0;
  }
  #targeting04 .wrapper .inner {
    /*==============================================
				#target04 ul.checklist
				===============================================*/
  }
  #targeting04 .wrapper .inner ul.checklist li {
    font-size: 18px;
  }
  #targeting04 .wrapper .inner ul.checklist li:nth-child(2n) {
    margin: 0 0% 20px 0px;
  }
  #targeting04 .wrapper .inner ul.checklist li .icon {
    width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  #targeting04 .wrapper .inner ul.checklist li .icon img {
    width: 100%;
    height: auto;
    padding: 0 10px 0 10px;
  }
  #targeting04 .wrapper .inner ul.checklist li p {
    padding: 20px 20px 20px 20px;
    width: 85%;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
  #targeting04 .wrapper .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;
    position: relative;
  }
  #targeting04 .wrapper .explain .thumb {
    width: 200px;
    position: relative;
  }
  #targeting04 .wrapper .explain .thumb:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    border: solid 2px #000;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #targeting04 .wrapper .explain .thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }
  #targeting04 .wrapper .explain p {
    margin: 0 0 0 30px;
    font-size: 3.25vw;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #targeting04 .wrapper {
    padding: 80px 0 35px 0;
    /*==============================================
			#target04 .explain
			===============================================*/
  }
  #targeting04 .wrapper .en {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20vw;
  }
  #targeting04 .wrapper .title h3 {
    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;
  }
  #targeting04 .wrapper .title h3 .cover {
    font-size: 6vw;
    letter-spacing: 2px;
    padding: 0 20px 0 20px;
    line-height: 1.1;
  }
  #targeting04 .wrapper .title h3 .border {
    width: 27.5%;
    height: 2px;
    background: #fff;
  }
  #targeting04 .wrapper .title h2 {
    font-size: 7vw;
    margin: 10px 0 0 0;
  }
  #targeting04 .wrapper .inner {
    /*==============================================
				#target04 ul.checklist
				===============================================*/
  }
  #targeting04 .wrapper .inner ul.checklist {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 4% 20px 4%;
    display: block;
  }
  #targeting04 .wrapper .inner ul.checklist li {
    width: 100%;
    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 0% 15px 0px;
    font-size: 4vw;
  }
  #targeting04 .wrapper .inner ul.checklist li:nth-child(2n) {
    margin: 0 0% 15px 0px;
  }
  #targeting04 .wrapper .inner ul.checklist li .icon {
    padding: 0px 0px 0px 0px;
    width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  #targeting04 .wrapper .inner ul.checklist li p {
    padding: 20px 10px 20px 10px;
    width: 90%;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  #targeting04 .wrapper .explain {
    padding: 0px 0 0 0;
    display: block;
  }
  #targeting04 .wrapper .explain .thumb {
    width: 200px;
    margin: 0 auto 0;
  }
  #targeting04 .wrapper .explain p {
    margin: 10px 0 0 0px;
    font-size: 6vw;
  }
}

/* 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: #000;
  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(0, 0, 0, 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#point08 {
  width: 100%;
  background: url(../images/point08-bg.jpg) no-repeat center 0;
  background-size: cover;
  /*============================================
    #point08 .wrapper
    =============================================*/
}

#point08 .wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin: 0px 0 0 0;
  overflow: hidden;
}

#point08 .wrapper .inner {
  /*============================================
            #point08 .box-wrapper
            =============================================*/
  /* #point08 .box-wrapper closed */
}

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

#point08 .wrapper .inner .box-wrapper .box {
  padding: 150px 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;
  -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: #000;
  width: 57%;
  margin: 0 -2% 0 0;
  position: relative;
  z-index: 2;
  border: solid 3px #000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px #fff inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px #fff inset;
}

#point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
  margin: -130px 0 0px 40px;
  color: #000;
  line-height: 0.9;
  display: inline-block;
  text-align: center;
  font-family: futura-pt, 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, 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 .thumb {
  width: 45%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  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: #fff;
  line-height: 1.75;
}

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

#point08 .wrapper .inner .box-wrapper .box .bottom .mark {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #000;
  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: #000;
  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: 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(#bb680f), to(#e06311));
  background: linear-gradient(90deg, #bb680f 0%, #e06311 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: #000;
  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: 18px;
  line-height: 1.75;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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 .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;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px #000 inset;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px #000 inset;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .mark {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #000;
    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(#bb680f), to(#e06311));
    background: linear-gradient(90deg, #bb680f 0%, #e06311 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: #000;
    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 .middle closed */
  }
  #point08 .wrapper .inner .box-wrapper .box .top {
    display: block;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 {
    background: #000;
    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: 8vw;
  }
  #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 40px 0px 40px;
    font-size: 6.25vw;
  }
  #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 22px;
  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 20px 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: 15vw;
    height: 15vw;
    position: absolute;
    top: -45px;
    left: -20px;
    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.5vw;
  }
  .button01 .btn-bg .btn .circle .cover .big {
    font-size: 4vw;
    letter-spacing: -2px;
    display: block;
    line-height: 1.1;
  }
  .button01 .btn-bg .btn .text {
    font-size: 5vw;
  }
  .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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#faq01 {
  margin: 50px 0 30px 0;
  /*==============================================
    #faq01 .title
    ===============================================*/
  /*==============================================
    #faq01 .accordion
    ===============================================*/
}

#faq01 .title {
  padding: 40px 0 0px 0px;
  position: relative;
  overflow: hidden;
}

#faq01 .title .back {
  color: rgba(255, 255, 255, 0.2);
  font-family: objektiv-mk1,sans-serif;
  font-weight: 900;
  font-size: 120px;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1.0;
}

#faq01 .title h3 .cover {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#faq01 .title h3 .cover .middle {
  text-align: center;
  color: #000;
  font-size: 20px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: rgba(255, 255, 255, 0.85);
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #000 inset;
          box-shadow: 0 0 0 2px #000 inset;
}

#faq01 .title h3 .cover .middle span {
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

#faq01 .title h3 .cover .left {
  border-bottom: solid 2px #fff;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#faq01 .title h3 .cover .right {
  border-bottom: solid 2px #fff;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#faq01 .title h2 {
  font-size: 52px;
  letter-spacing: 1.5px;
  line-height: 1.7;
  margin: 30px 0 0px 0;
  font-weight: 900;
  text-align: center;
}

#faq01 .title h2 .line {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 3px #000 inset;
          box-shadow: 0 0 0 3px #000 inset;
  padding: 5px 40px 5px 40px;
  margin: 0 0 20px 0;
}

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

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

#faq01 .accordion li .trigger {
  font-size: 18px;
  padding: 24px 40px 24px 40px;
  color: #000;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  line-height: 2.0;
  color: #fff;
  /*==============================================
                #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: #fff;
  border: solid 2px #fff;
  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 #fff;
}

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

#faq01 .accordion li .toggle_container p span.icon-a {
  line-height: 1.0;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #fff;
  border: solid 2px #fff;
  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: #fff;
    /*==============================================
                    #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: #fff;
    border: solid 2px #fff;
    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 .title
        ===============================================*/
    /*==============================================
        #faq01 .accordion
        ===============================================*/
  }
  #faq01 .title {
    padding: 40px 0 0px 0px;
    position: relative;
  }
  #faq01 .title .back {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20vw;
    top: 10px;
    left: 0;
  }
  #faq01 .title h3 .cover .middle {
    font-size: 4.25vw;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  #faq01 .title h3 .cover .middle span {
    display: block;
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
  }
  #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: 6.5vw;
    margin: 25px 0 0px 0;
  }
  #faq01 .title h2 .line {
    padding: 5px 40px 5px 40px;
    margin: 0 0 20px 0;
  }
  #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;
    color: #fff;
    /*==============================================
                    #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;
    color: #fff;
  }
  #faq01 .accordion li .toggle_container p span.icon-a {
    font-size: 3.5vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION40 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section40 {
  padding: 60px 0 45px 0;
  overflow: hidden;
}

.section40 .sentence {
  max-width: 1280px;
  padding: 30px 3.5% 0 3.5%;
  margin: 0 auto 0;
}

.section40 .sentence h2 {
  padding: 40px 5% 20px 5%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}

.section40 .sentence p {
  padding: 10px 0 10px 0;
  font-size: 17px;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 2.0;
}

.section40 .sentence p .line {
  display: inline;
  background: #fff;
  color: #000;
  padding: 0px 10px 0px 10px;
  font-size: 16.5px;
}

.section40 .sentence p .big {
  font-size: 120%;
  font-weight: 900;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section40 {
    padding: 45px 0 45px 0;
  }
  .section40 .sentence p {
    padding: 10px 0 10px 0;
    font-size: 4.25vw;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 2.0;
  }
  .section40 .sentence p span {
    display: inline;
    background: #fff;
    color: #000;
    padding: 0px 10px 0px 10px;
    font-size: 16.5px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE10-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title10-01 {
  position: relative;
  padding: 150px 0 150px 0;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.title10-01 .back-left,
.title10-01 .back-right {
  color: rgba(255, 255, 255, 0.5);
  font-family: objektiv-mk1,sans-serif;
  font-weight: 900;
  font-size: 120px;
  position: absolute;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.0;
}

.title10-01 .back-right {
  top: 0%;
  right: 0%;
}

.title10-01 .back-left {
  top: 0%;
  left: 0%;
}

.title10-01 .title-middle {
  position: absolute;
  z-index: 1;
  background: #000;
  padding: 20px 80px 30px 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  border: solid 3px #000;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
}

.title10-01 .title-middle .inside {
  width: 100%;
  display: block;
}

.title10-01 .title-middle .inside h3 .cover {
  text-align: center;
  color: #fff;
  padding: 10px 0 10px 0;
}

.title10-01 .title-middle .inside h2 {
  text-align: center;
}

.title10-01 .title-middle .inside h2 .cover {
  text-align: left;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.75;
}

.title10-01 .title-middle .inside h2 .cover span {
  text-orientation: sideways;
}

.title10-01 .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.title10-01 .thumb .thumb01 {
  position: absolute;
  top: -1.78rem;
  left: 7.5%;
  width: 30rem;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
  line-height: 0;
}

.title10-01 .thumb .thumb01 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb .thumb02 {
  position: absolute;
  bottom: -1.8rem;
  left: 15%;
  width: 25rem;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
  line-height: 0;
}

.title10-01 .thumb .thumb02 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb .thumb03 {
  position: absolute;
  top: -1.5rem;
  right: 7.5%;
  width: 30rem;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
  line-height: 0;
}

.title10-01 .thumb .thumb03 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb .thumb04 {
  position: absolute;
  right: 15%;
  bottom: -1rem;
  width: 25rem;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
  line-height: 0;
}

.title10-01 .thumb .thumb04 img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .title10-01 {
    position: relative;
    padding: 150px 0 150px 0;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
  }
  .title10-01 .back-left,
  .title10-01 .back-right {
    font-size: 100px;
  }
  .title10-01 .back-right {
    top: 0%;
    right: 0%;
  }
  .title10-01 .back-left {
    top: 0%;
    left: 0%;
  }
  .title10-01 .title-middle {
    padding: 20px 20px 30px 20px;
    top: 50%;
    left: 50%;
    width: 45vw;
  }
  .title10-01 .title-middle .inside {
    width: 100%;
    display: block;
  }
  .title10-01 .title-middle .inside h3 .cover {
    text-align: center;
    color: #fff;
    padding: 10px 0 10px 0;
    font-size: 2.25vw;
  }
  .title10-01 .title-middle .inside h2 {
    text-align: center;
  }
  .title10-01 .title-middle .inside h2 .cover {
    font-size: 4.5vw;
    font-weight: 900;
    line-height: 1.75;
  }
  .title10-01 .title-middle .inside h2 .cover span {
    text-orientation: sideways;
  }
  .title10-01 .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
  }
  .title10-01 .thumb .thumb01 {
    position: absolute;
    top: -1.78rem;
    left: -7.5%;
    width: 26rem;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
            box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
    line-height: 0;
  }
  .title10-01 .thumb .thumb01 img {
    width: 100%;
    height: auto;
  }
  .title10-01 .thumb .thumb02 {
    position: absolute;
    bottom: -1.8rem;
    left: -5%;
    width: 20rem;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
            box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
    line-height: 0;
  }
  .title10-01 .thumb .thumb02 img {
    width: 100%;
    height: auto;
  }
  .title10-01 .thumb .thumb03 {
    position: absolute;
    top: -2.5rem;
    right: -7.5%;
    width: 25rem;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
            box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
    line-height: 0;
  }
  .title10-01 .thumb .thumb03 img {
    width: 100%;
    height: auto;
  }
  .title10-01 .thumb .thumb04 {
    position: absolute;
    right: -7%;
    bottom: -1rem;
    width: 25rem;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
            box-shadow: 5px 5px 10px 0 rgba(50, 65, 91, 0.2);
    line-height: 0;
  }
  .title10-01 .thumb .thumb04 img {
    width: 100%;
    height: auto;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title10-01 {
    /*==============================================
		.title10-01 .thumb
		===============================================*/
  }
  .title10-01 .back-left,
  .title10-01 .back-right {
    font-size: 20vw;
  }
  .title10-01 .back-right {
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .title10-01 .back-left {
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .title10-01 .title-middle {
    padding: 20px 20px 30px 20px;
    width: 74vw;
  }
  .title10-01 .title-middle .inside h3 .cover {
    text-align: center;
    color: #fff;
    padding: 10px 0 15px 0;
    font-size: 4.5vw;
  }
  .title10-01 .title-middle .inside h2 .cover {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 6.75vw;
  }
  .title10-01 .thumb .thumb01 {
    position: absolute;
    top: 4rem;
    left: -3.5rem;
    width: 15rem;
  }
  .title10-01 .thumb .thumb02 {
    position: absolute;
    bottom: -1.8rem;
    left: -1.45rem;
    width: 12.5rem;
  }
  .title10-01 .thumb .thumb03 {
    position: absolute;
    top: 2rem;
    right: -1rem;
    width: 12rem;
  }
  .title10-01 .thumb .thumb04 {
    position: absolute;
    right: -2rem;
    bottom: 2.5rem;
    width: 12.5rem;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION65 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section65 {
  margin: 0px 0 0 0;
}

.section65 .title {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0px 0;
}

.section65 .title .en {
  color: rgba(255, 255, 255, 0.2);
  font-family: objektiv-mk1,sans-serif;
  font-weight: 900;
  font-size: 120px;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  line-height: 1.0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section65 .title h2 {
  text-align: center;
}

.section65 .title h2 .cover {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.section65 .wrapper .inner .box {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 70px 3.5% 70px 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section65 .wrapper .inner .box .left {
  width: 45%;
  margin: 0 5% 0 0;
}

.section65 .wrapper .inner .box .left .thumb {
  width: 100%;
  position: relative;
}

.section65 .wrapper .inner .box .left .thumb .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.section65 .wrapper .inner .box .left .thumb .mark p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  letter-spacing: 5px;
  color: #fff;
  padding: 3px 10px 5px 10px;
  text-align: center;
  font-size: 20px;
}

.section65 .wrapper .inner .box .left .thumb .cover {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
  display: inline-block;
  color: #fff;
  background: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 3px 5px 3px;
  margin: 0 5px 0 0;
}

.section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 900;
  margin: 20px 0 0 0;
  padding: 10px 6px 10px 6px;
  line-height: 1.3;
  letter-spacing: 2px;
  -webkit-box-shadow: 3px 3px 0 3px #000;
          box-shadow: 3px 3px 0 3px #000;
  font-size: 20px;
}

.section65 .wrapper .inner .box .left .thumb .cover .sub p {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 900;
  margin: 50px 0 0 0;
  padding: 12px 12px 12px 12px;
  line-height: 1.3;
  letter-spacing: 2px;
  -webkit-box-shadow: 3px 3px 0 3px #000;
          box-shadow: 3px 3px 0 3px #000;
  font-size: 38px;
}

.section65 .wrapper .inner .box .left .thumb img {
  width: 100%;
  height: auto;
}

.section65 .wrapper .inner .box .right {
  width: 50%;
}

.section65 .wrapper .inner .box .right .text .sentence h3 {
  display: inline-block;
  border: solid 2px #fff;
  padding: 10px 20px 12px 20px;
  background: #000;
  color: #fff;
}

.section65 .wrapper .inner .box .right .text .sentence h3 .icon {
  display: inline-block;
  width: 40px;
  height: auto;
  margin: 0 2px 0 0;
  line-height: 0;
  text-align: center;
}

.section65 .wrapper .inner .box .right .text .sentence h3 .icon img {
  width: 80%;
  height: auto;
  position: relative;
  top: 5px;
}

.section65 .wrapper .inner .box .right .text .sentence h3 .phrase {
  display: inline-block;
  font-size: 25px;
}

.section65 .wrapper .inner .box .right .text .sentence p {
  margin: -30px 0 0 0;
  padding: 60px 30px 30px 30px;
  border: solid 2px #fff;
  -webkit-box-shadow: 4px 4px 0 4px #666;
          box-shadow: 4px 4px 0 4px #666;
  color: #fff;
  font-size: 20px;
  line-height: 2.0;
  font-weight: 700;
}

.section65 .wrapper .inner .box .right .addtional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

.section65 .wrapper .inner .box .right .addtional .mark {
  width: 110px;
  margin: 0 20px 0 0;
}

.section65 .wrapper .inner .box .right .addtional .mark img {
  width: 100%;
  height: auto;
  border-radius: 90px;
}

.section65 .wrapper .inner .box .right .addtional p {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border-radius: 40px;
  position: relative;
}

.section65 .wrapper .inner .box .right .addtional p:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  border-right: 13px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.section65 .wrapper .inner .box:nth-child(2n) .left {
  margin: 0 0 0 5%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section65 {
    margin: 0px 0 0 0;
  }
  .section65 .title {
    padding: 30px 0 0px 0;
  }
  .section65 .title .en {
    color: rgba(255, 255, 255, 0.2);
    font-family: objektiv-mk1,sans-serif;
    font-weight: 900;
    font-size: 120px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    line-height: 1.0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section65 .title h2 {
    text-align: center;
  }
  .section65 .title h2 .cover {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
  .section65 .wrapper .inner .box {
    padding: 70px 3% 70px 3%;
  }
  .section65 .wrapper .inner .box .left {
    width: 52%;
    margin: 0 3% 0 0;
  }
  .section65 .wrapper .inner .box .left .thumb {
    width: 100%;
    position: relative;
  }
  .section65 .wrapper .inner .box .left .thumb .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark p {
    padding: 3px 10px 5px 10px;
    font-size: 1.85vw;
  }
  .section65 .wrapper .inner .box .left .thumb .cover {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
    font-size: 1.65vw;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
    margin: 5px 0 0 0;
    padding: 10px 6px 10px 6px;
    font-size: 2vw;
  }
  .section65 .wrapper .inner .box .left .thumb .cover .sub p {
    margin: 25px 0 0 0;
    padding: 12px 2px 12px 2px;
    font-size: 3.85vw;
  }
  .section65 .wrapper .inner .box .left .thumb img {
    width: 100%;
    height: auto;
  }
  .section65 .wrapper .inner .box .right {
    width: 45%;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 {
    border: solid 2px #fff;
    padding: 10px 20px 12px 20px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon {
    width: 5vw;
    height: auto;
    margin: 0 2px 0 0;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon img {
    width: 80%;
    height: auto;
    top: 5px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .phrase {
    font-size: 2.5vw;
  }
  .section65 .wrapper .inner .box .right .text .sentence p {
    margin: -30px 0 0 0;
    padding: 60px 30px 30px 30px;
    font-size: 2vw;
  }
  .section65 .wrapper .inner .box .right .addtional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }
  .section65 .wrapper .inner .box .right .addtional .mark {
    width: 110px;
    margin: 0 20px 0 0;
  }
  .section65 .wrapper .inner .box .right .addtional .mark img {
    width: 100%;
    height: auto;
    border-radius: 90px;
  }
  .section65 .wrapper .inner .box .right .addtional p {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    color: #fff;
    background: #000;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
  }
  .section65 .wrapper .inner .box .right .addtional p:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 50%;
    border-right: 13px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section65 .wrapper .inner .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section65 .wrapper .inner .box:nth-child(2n) .left {
    margin: 0 0 0 5%;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section65 {
    margin: 35px 0 0 0;
  }
  .section65 .wrapper .inner .box {
    max-width: 1280px;
    padding: 40px 0% 40px 0%;
    display: block;
  }
  .section65 .wrapper .inner .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section65 .wrapper .inner .box .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark p {
    letter-spacing: 3px;
    padding: 3px 6px 5px 6px;
    font-size: 18px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
    font-size: 12px;
    padding: 5px 3px 5px 3px;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
    margin: 10px 0 0 0;
    padding: 8px 6px 10px 8px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover .sub p {
    margin: 35px 0 0 0;
    padding: 8px 8px 8px 8px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .section65 .wrapper .inner .box .left .thumb img {
    width: 100%;
    height: auto;
  }
  .section65 .wrapper .inner .box .left:nth-child(2n) .thumb {
    margin: 0 0 0 5%;
  }
  .section65 .wrapper .inner .box .left .sentence p {
    padding: 0 5% 0 5%;
  }
  .section65 .wrapper .inner .box .right {
    width: 92%;
    margin: 0 auto 0;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 {
    padding: 10px 15px 12px 15px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon {
    width: 8vw;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .phrase {
    font-size: 6vw;
  }
  .section65 .wrapper .inner .box .right .text .sentence p {
    margin: -30px 0 0 0;
    padding: 55px 30px 30px 30px;
    font-size: 4.5vw;
    line-height: 2.2;
    -webkit-box-shadow: 3px 3px 0 3px #666;
            box-shadow: 3px 3px 0 3px #666;
  }
  .section65 .wrapper .inner .box .right .addtional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section65 .wrapper .inner .box .right .addtional .mark {
    width: 25%;
    margin: 0 2% 0 0;
  }
  .section65 .wrapper .inner .box .right .addtional .mark img {
    width: 100%;
    height: auto;
    border-radius: 90px;
  }
  .section65 .wrapper .inner .box .right .addtional p {
    width: 63%;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #000;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
  }
  .section65 .wrapper .inner .box .right .addtional p:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 50%;
    border-right: 13px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section65 .wrapper .inner .box:nth-child(2n) .left {
    margin: 0 0 0 0%;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA20 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.cta10 variables(変数設定)
===============================================*/
.cta20 {
  padding: 0 0 0px 0;
  background: url(../images/cta20-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.cta20 .wrapper {
  background: rgba(0, 0, 0, 0.75);
}

.cta20 .wrapper .inner {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 30px 3.5% 0 3.5%;
  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;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.cta20 .wrapper .inner .back {
  overflow: hidden;
  position: absolute;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  font-size: 110px;
  line-height: 0.8;
  top: 0;
  left: 0;
}

.cta20 .wrapper .inner .text {
  margin: 0 50px 0 0;
  line-height: 1.35;
  color: #fff;
  padding: 0 0 30px 0;
}

.cta20 .wrapper .inner .text h3 .cover {
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  border: solid 2px #bebebe;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}

.cta20 .wrapper .inner .text h3 .cover span {
  display: block;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}

.cta20 .wrapper .inner .text h2 {
  margin: 25px 0 0 0;
}

.cta20 .wrapper .inner .text h2 .small {
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  font-size: 27px;
  border: solid 2px #fff;
}

.cta20 .wrapper .inner .text h2 .big {
  margin: 20px 0 0 0;
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  font-size: 42px;
  border: solid 2px #fff;
}

.cta20 .wrapper .inner .text h4 {
  margin: 20px 0 0 0;
  font-size: 18px;
}

.cta20 .wrapper .inner .text .button {
  margin: 20px 0 0 0;
  text-align: center;
}

.cta20 .wrapper .inner .text .button .caption {
  line-height: 1.35;
  color: #00b900;
  text-align: center;
  position: relative;
  padding: 10px 0 0px 0;
}

.cta20 .wrapper .inner .text .button .caption:before, .cta20 .wrapper .inner .text .button .caption:after {
  content: "";
  background: #00b900;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

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

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

.cta20 .wrapper .inner .text .button a, .cta20 .wrapper .inner .text .button > div {
  background: #00b900;
  padding: 10px 50px 10px 50px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  border: solid 2px #00b900;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 5px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta20 .wrapper .inner .text .button a .icon, .cta20 .wrapper .inner .text .button > div .icon {
  padding: 0 15px 0 0;
}

.cta20 .wrapper .inner .text .button a .icon img, .cta20 .wrapper .inner .text .button > div .icon img {
  width: 45px;
  height: auto;
  position: relative;
  top: 3px;
}

.cta20 .wrapper .inner .text .button a .letter, .cta20 .wrapper .inner .text .button > div .letter {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
}

.cta20 .wrapper .inner .text .button > div {
  background: -webkit-gradient(linear, left top, right top, from(#0054f0), color-stop(40%, #3c7ffc), to(#7c91b9));
  background: linear-gradient(to right, #0054f0 0%, #3c7ffc 40%, #7c91b9 100%);
  border-color: transparent;
  cursor: pointer;
}

.cta20 .wrapper .inner .thumb {
  width: 280px;
  padding: 0px 0 0 0;
}

.cta20 .wrapper .inner .thumb img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta20 {
    margin: 0 0 0px 0;
  }
  .cta20 .wrapper .inner {
    max-width: 1280px;
    margin: 30px auto 0;
    padding: 30px 3.5% 0 3.5%;
    display: block;
  }
  .cta20 .wrapper .inner .back {
    font-size: 15vw;
    line-height: 0.8;
    top: 0;
    left: 0;
  }
  .cta20 .wrapper .inner .text {
    margin: 0 0px 0 0;
    line-height: 1.35;
    padding: 0 0 30px 0;
  }
  .cta20 .wrapper .inner .text h3 {
    text-align: center;
  }
  .cta20 .wrapper .inner .text h3 .cover {
    font-size: 2.25vw;
    padding: 10px 25px 10px 25px;
  }
  .cta20 .wrapper .inner .text h2 {
    text-align: center;
    margin: 5px 0 0 0;
  }
  .cta20 .wrapper .inner .text h2 .small {
    font-size: 2.75vw;
  }
  .cta20 .wrapper .inner .text h2 .big {
    margin: 10px 0 0 0;
    font-size: 5.25vw;
  }
  .cta20 .wrapper .inner .text h4 {
    margin: 20px 0 0 0;
    font-size: 2.25vw;
  }
  .cta20 .wrapper .inner .text .button {
    margin: 10px 0 0 0;
  }
  .cta20 .wrapper .inner .text .button .caption {
    line-height: 1.35;
    padding: 10px 0 0px 0;
    font-size: 2.75vw;
  }
  .cta20 .wrapper .inner .text .button .caption:before, .cta20 .wrapper .inner .text .button .caption:after {
    height: 12px;
  }
  .cta20 .wrapper .inner .text .button .caption:before {
    top: 50%;
    left: 20%;
  }
  .cta20 .wrapper .inner .text .button .caption:after {
    top: 50%;
    right: 20%;
  }
  .cta20 .wrapper .inner .text .button a .icon, .cta20 .wrapper .inner .text .button > div .icon {
    padding: 0 15px 0 0;
  }
  .cta20 .wrapper .inner .text .button a .icon img, .cta20 .wrapper .inner .text .button > div .icon img {
    width: 35px;
    height: auto;
    position: relative;
    top: 3px;
  }
  .cta20 .wrapper .inner .text .button a .letter, .cta20 .wrapper .inner .text .button > div .letter {
    color: #fff;
    font-size: 3.25vw;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .cta20 .wrapper .inner .thumb {
    width: 200px;
    margin: 0px auto 0;
  }
  .cta20 .wrapper .inner .thumb img {
    width: 100%;
    height: auto;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta20 .wrapper .inner {
    max-width: 1280px;
    margin: 30px auto 0;
    padding: 30px 3.5% 0 3.5%;
    display: block;
  }
  .cta20 .wrapper .inner .back {
    font-size: 20vw;
    line-height: 0.8;
    top: 0;
    left: 0;
  }
  .cta20 .wrapper .inner .text {
    margin: 0 0px 0 0;
    line-height: 1.35;
    padding: 0 0 30px 0;
  }
  .cta20 .wrapper .inner .text h3 {
    text-align: center;
  }
  .cta20 .wrapper .inner .text h3 .cover {
    font-size: 3.5vw;
    padding: 10px 25px 10px 25px;
  }
  .cta20 .wrapper .inner .text h2 {
    text-align: center;
    margin: 5px 0 0 0;
  }
  .cta20 .wrapper .inner .text h2 .small {
    font-size: 3.75vw;
  }
  .cta20 .wrapper .inner .text h2 .big {
    margin: 10px 0 0 0;
    font-size: 7.25vw;
  }
  .cta20 .wrapper .inner .text h4 {
    margin: 20px 0 0 0;
    font-size: 3.55vw;
  }
  .cta20 .wrapper .inner .text .button {
    margin: 10px 0 0 0;
  }
  .cta20 .wrapper .inner .text .button .caption {
    line-height: 1.35;
    padding: 10px 0 0px 0;
    font-size: 3.5vw;
  }
  .cta20 .wrapper .inner .text .button .caption:before, .cta20 .wrapper .inner .text .button .caption:after {
    height: 12px;
  }
  .cta20 .wrapper .inner .text .button .caption:before {
    top: 50%;
    left: 20%;
  }
  .cta20 .wrapper .inner .text .button .caption:after {
    top: 50%;
    right: 20%;
  }
  .cta20 .wrapper .inner .text .button a, .cta20 .wrapper .inner .text .button > div {
    padding: 10px 20px 10px 20px;
    font-size: 4.5vw;
    width: 90%;
    margin: 5px auto 0;
  }
  .cta20 .wrapper .inner .text .button a .icon, .cta20 .wrapper .inner .text .button > div .icon {
    padding: 0 15px 0 0;
  }
  .cta20 .wrapper .inner .text .button a .icon img, .cta20 .wrapper .inner .text .button > div .icon img {
    width: 35px;
    height: auto;
    position: relative;
    top: 3px;
  }
  .cta20 .wrapper .inner .text .button a .letter, .cta20 .wrapper .inner .text .button > div .letter {
    color: #fff;
    font-size: 4.25vw;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.35;
  }
  .cta20 .wrapper .inner .thumb {
    width: 200px;
    margin: 0px auto 0;
  }
  .cta20 .wrapper .inner .thumb img {
    width: 100%;
    height: auto;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MODAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#modal {
  height: 100vh;
  width: 100vw;
  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;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

#modal .modal-window-wrapper {
  position: relative;
  padding: 10px;
  padding-top: 60px;
  height: auto;
  max-height: 90%;
  width: auto;
  max-width: 90%;
  background-color: #000;
  border: solid 2px #fff;
}

#modal .modal-window-wrapper .close-button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #000;
  border: solid #fff 1px;
  cursor: pointer;
}

#modal .modal-window-wrapper .close-button span {
  height: 0;
  width: 40px;
  background-color: #fff;
  border: solid 2px #fff;
  position: absolute;
  top: 24px;
  left: 5px;
}

#modal .modal-window-wrapper .close-button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#modal .modal-window-wrapper .close-button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal .modal-window-wrapper .mailaddress-form-wrapper {
  position: relative;
  width: 100%;
  max-height: calc(90vh - 65px);
  overflow-y: scroll;
  scrollbar-width: 10px;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper h3 {
  font-size: 23px;
  line-height: 1.5em;
  word-wrap: break-word;
  margin-bottom: 20px;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper form input {
  max-width: 100%;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper form input[type="button"], #modal .modal-window-wrapper .mailaddress-form-wrapper form input[type="submit"] {
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background-color: #000;
  border: solid #fff 1px;
  line-height: 2em;
  cursor: pointer;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper form label.form_input_label.required::after {
  font-size: 10px;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper form .my_right.my_column {
  text-align: left;
}

#modal .modal-window-wrapper .mailaddress-form-wrapper .empty-mail a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  #modal .mailaddress-form-wrapper {
    height: 50%;
    width: 80%;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #modal .mailaddress-form-wrapper {
    max-width: 90vw;
  }
  #modal .mailaddress-form-wrapper h3 {
    font-size: 18px;
  }
  #modal .mailaddress-form-wrapper form {
    width: 100%;
  }
  #modal .mailaddress-form-wrapper form .my_left.my_column {
    text-align: left;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */