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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

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

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

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV07 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#gnav07 {
  padding: 15px 0 18px 0;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(95, 95, 95, 0.8);
          box-shadow: 0px 2px 24px 0px rgba(95, 95, 95, 0.8);
  background: #fff;
}

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

#gnav07 .wrapper .inner .mark {
  width: 200px;
  margin: 0 0px 0 0;
  line-height: 0;
}

#gnav07 .wrapper .inner .mark img {
  width: 100%;
  height: auto;
}

#gnav07 .wrapper .inner .catch {
  text-align: right;
}

#gnav07 .wrapper .inner .catch .phrase {
  display: inline-block;
  padding: 3px 0px 3px 0px;
}

#gnav07 .wrapper .inner .catch .phrase span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #88161d;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #gnav07 {
    padding: 12px 0 15px 0;
  }
  #gnav07 .wrapper .inner {
    padding: 0 5% 0 5%;
  }
  #gnav07 .wrapper .inner .mark {
    width: 40vw;
    margin: 0 10px 0 0;
  }
  #gnav07 .wrapper .inner .mark img {
    width: 100%;
    height: auto;
  }
  #gnav07 .wrapper .inner .catch {
    text-align: right;
  }
  #gnav07 .wrapper .inner .catch .phrase {
    padding: 3px 0px 3px 0px;
  }
  #gnav07 .wrapper .inner .catch .phrase span {
    display: inline-block;
    font-size: 3.25vw;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER80 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#header80 {
  background: #ee5081;
  position: relative;
  overflow: hidden;
}

#header80 .back01,
#header80 .back02 {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  position: absolute;
  overflow: hidden;
  line-height: 1.0;
}

#header80 .back01 {
  font-size: 120px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgba(179, 28, 75, 0.5);
  top: 0;
  right: 0;
}

#header80 .back02 {
  font-size: 130px;
  color: rgba(255, 209, 223, 0.3);
  left: 3%;
  bottom: 0%;
}

#header80 .mark {
  position: absolute;
  right: 5%;
  bottom: 50px;
  z-index: 2;
}

#header80 .mark .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header80 .mark .cover p {
  width: 160px;
}

#header80 .mark .cover p img {
  width: 100%;
  height: auto;
}

#header80 .mark .cover p:nth-child(1) {
  margin: 0 20px 0 0;
}

#header80 .mark .caption {
  color: #ffd1df;
  font-size: 13px;
  text-align: center;
}

#header80 .wrapper .inner {
  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;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 30px 7% 60px 7%;
}

#header80 .wrapper .inner .text {
  width: 48.5%;
  margin: 0 3% 0 0;
  text-align: right;
}

#header80 .wrapper .inner .text h3 {
  text-align: left;
}

#header80 .wrapper .inner .text h3 .cover .icon {
  display: inline;
  color: #d82e63;
  background: #ffd1df;
  border-radius: 80px;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 3px 15px 3px 15px;
  margin: 0 10px 0 0px;
}

#header80 .wrapper .inner .text h1 {
  margin: 10px 0 0 0;
}

#header80 .wrapper .inner .text h1 .cover {
  line-height: 1.35;
  text-align: left;
}

#header80 .wrapper .inner .text h1 .cover .line {
  display: inline-block;
  font-size: 55px;
  color: #fff;
}

#header80 .wrapper .inner .text h2 {
  margin: 15px 0 0 0;
}

#header80 .wrapper .inner .text h2 .cover {
  text-align: left;
}

#header80 .wrapper .inner .text h2 .cover .line {
  display: inline-block;
  color: #d82e63;
  background: #ffd1df;
  padding: 5px 30px 5px 30px;
  margin: 10px 0 0 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 28px;
}

#header80 .wrapper .inner .image {
  width: 48.5%;
}

#header80 .wrapper .inner .image .thumb01 {
  width: 550px;
  margin: 0 0 0 10%;
}

#header80 .wrapper .inner .image .thumb01 img {
  width: 100%;
  height: auto;
}

#header80 .wrapper .inner .image .thumb02 {
  width: 400px;
  margin: -140px 0 0 -130px;
}

#header80 .wrapper .inner .image .thumb02 img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header80 .back01 {
    font-size: 18vw;
    color: rgba(179, 28, 75, 0.5);
    top: 0;
    right: 0;
    z-index: 1;
  }
  #header80 .back02 {
    font-size: 18vw;
    left: 0%;
    bottom: 0%;
  }
  #header80 .mark {
    right: 10px;
    bottom: 30px;
    z-index: 2;
  }
  #header80 .mark .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header80 .mark .cover p {
    width: 100px;
  }
  #header80 .mark .cover p img {
    width: 100%;
    height: auto;
  }
  #header80 .mark .cover p:nth-child(1) {
    margin: 0 10px 0 0;
  }
  #header80 .mark .caption {
    color: #ffd1df;
    font-size: 11px;
    text-align: center;
  }
  #header80 .wrapper .inner {
    display: block;
    padding: 30px 0% 160px 0%;
  }
  #header80 .wrapper .inner .text {
    width: 100%;
    margin: 0 3% 0 0;
    text-align: right;
    position: relative;
    z-index: 3;
  }
  #header80 .wrapper .inner .text h3 {
    text-align: left;
    margin: 0 0 0 7%;
  }
  #header80 .wrapper .inner .text h3 .cover .icon {
    font-size: 4.25vw;
    padding: 3px 10px 3px 10px;
    margin: 0 8px 0 0px;
  }
  #header80 .wrapper .inner .text h1 {
    margin: 15px 0 0 7%;
  }
  #header80 .wrapper .inner .text h1 .cover {
    line-height: 1.35;
  }
  #header80 .wrapper .inner .text h1 .cover .line {
    font-size: 9vw;
  }
  #header80 .wrapper .inner .text h2 {
    margin: 5px 0 0 0;
  }
  #header80 .wrapper .inner .text h2 .cover {
    text-align: left;
  }
  #header80 .wrapper .inner .text h2 .cover .line {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin: 8px 0 0 0;
    font-size: 5.25vw;
  }
  #header80 .wrapper .inner .image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #header80 .wrapper .inner .image .thumb01 {
    width: 60vw;
    margin: -50px 0 0 0%;
  }
  #header80 .wrapper .inner .image .thumb01 img {
    width: 100%;
    height: auto;
  }
  #header80 .wrapper .inner .image .thumb02 {
    width: 50vw;
    margin: 0px -20px -10vw 0px;
  }
  #header80 .wrapper .inner .image .thumb02 img {
    width: 100%;
    height: auto;
  }
}

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

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

#headerto05 .box-wrapper .box {
  background: #ffd1df;
  -webkit-box-shadow: 6px 6px 0px 0px #ff94b5;
          box-shadow: 6px 6px 0px 0px #ff94b5;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.section100 .wrapper {
  padding: 0px 5% 45px 5%;
}

.section100 .wrapper .inner {
  margin: 0 auto 0;
}

.section100 .wrapper .inner .top {
  max-width: 1280px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section100 .wrapper .inner .top .box {
  width: 600px;
  margin: 0 40px 0 0;
}

.section100 .wrapper .inner .top .box img {
  width: 100%;
  height: auto;
}

.section100 .wrapper .inner .top .box:nth-child(2) {
  width: 250px;
  margin: 0 40px 0 0;
}

.section100 .wrapper .inner .middle {
  max-width: 1280px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section100 .wrapper .inner .middle p {
  width: 180px;
  margin: 0 30px 0 0;
}

.section100 .wrapper .inner .middle p img {
  width: 100%;
  height: auto;
}

.section100 .wrapper .inner .middle p:nth-child(1) {
  width: 100px;
}

.section100 .wrapper .inner .middle p:nth-child(2) {
  width: 220px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section100 {
    margin: 30px 0 0px 0;
  }
  .section100 .wrapper {
    padding: 0px 3% 45px 3%;
  }
  .section100 .wrapper .inner {
    margin: 0 auto 0;
  }
  .section100 .wrapper .inner .top {
    max-width: 1280px;
    margin: 20px auto 0;
    display: block;
  }
  .section100 .wrapper .inner .top .box {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
  }
  .section100 .wrapper .inner .top .box img {
    width: 100%;
    height: auto;
  }
  .section100 .wrapper .inner .top .box:nth-child(2) {
    width: 180px;
    margin: 20px auto 0;
  }
  .section100 .wrapper .inner .middle {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 0 3% 0 3%;
    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;
  }
  .section100 .wrapper .inner .middle p {
    width: 48.5%;
    margin: 10px 3% 0 0;
  }
  .section100 .wrapper .inner .middle p img {
    width: 100%;
    height: auto;
  }
  .section100 .wrapper .inner .middle p:nth-child(1) {
    width: 48.5%;
  }
  .section100 .wrapper .inner .middle p:nth-child(2) {
    width: 48.5%;
  }
  .section100 .wrapper .inner .middle p:nth-child(2n) {
    width: 48.5%;
    margin: 10px 0% 0 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION80 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section80 {
  margin: 30px 0 0px 0;
  background: #ffd1df;
  padding: 45px 5% 45px 5%;
}

.section80 .wrapper .inner {
  width: 700px;
  margin: 0 auto 0;
}

.section80 .wrapper .inner .youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.section80 .wrapper .inner .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section80 {
    margin: 0px 0 0 0;
    padding: 35px 3.5% 35px 3.5%;
  }
  .section80 .wrapper .inner {
    width: 100%;
    margin: 0 auto 0;
  }
}

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

.cta03 .wrapper {
  padding: 40px 0 50px 0;
  background: rgba(238, 80, 129, 0.85);
  /* .cta03 .inner closed */
}

.cta03 .wrapper .inner {
  margin: 0 auto;
  /* .cta03 .inner .haedline closed */
  /* .cta03 .inner .box-wrapper closed */
}

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

.cta03 .wrapper .inner .headline h2 .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta03 .wrapper .inner .headline h2 .catch .cover {
  text-align: center;
}

.cta03 .wrapper .inner .headline h2 .catch .cover .line {
  font-family: futura-pt,futura-pt-bold, source-han-sans-japanese,sans-serif;
  font-weight: 700;
  font-size: 20px;
  background: #ffd1df;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.cta03 .wrapper .inner .headline h2 .catch .border {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  border-bottom: solid 2px #fff;
}

.cta03 .wrapper .inner .headline h2 .sub {
  text-align: center;
  margin: 10px 0 0 0;
}

.cta03 .wrapper .inner .headline h2 .sub .line {
  display: inline-block;
  background: #ffd1df;
  font-size: 50px;
  margin: 0 0px 0 0;
  padding: 0 10px 0 10px;
  font-family: futura-pt,futura-pt-bold, source-han-sans-japanese,sans-serif;
  font-weight: 700;
  background: #ffd1df;
}

.cta03 .wrapper .inner .headline h3 {
  margin: 10px 0 0 0;
  text-align: center;
}

.cta03 .wrapper .inner .headline h3 .line {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 10px 0 10px;
  background: #ffd1df;
}

.cta03 .wrapper .inner .headline h4 {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 3.5% 0 3.5%;
  font-size: 17px;
  color: #fff;
}

.cta03 .wrapper .inner .headline h4 .middle {
  color: #d82e63;
  font-size: 25px;
  font-weight: 900;
  background: #ffd1df;
  padding: 0 5px 0 5px;
}

.cta03 .wrapper .inner .headline h4 .big {
  color: #d82e63;
  font-size: 30px;
  font-weight: 900;
  background: #ffd1df;
  padding: 0 5px 0 5px;
}

.cta03 .wrapper .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
  /* .cta03 .inner .box-wrapper .box closed */
}

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

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

.cta03 .wrapper .inner .box-wrapper .box:nth-child(1) .button a {
  background: -webkit-gradient(linear, left top, right top, from(#f83200), color-stop(56%, #ff3c00), to(#ff268b));
  background: linear-gradient(to right, #f83200 0%, #ff3c00 56%, #ff268b 100%);
}

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

.cta03 .wrapper .inner .box-wrapper .box:nth-child(2) .button a {
  background: -webkit-gradient(linear, left top, right top, from(#f84600), color-stop(56%, #ff8a00), to(#fcb436));
  background: linear-gradient(to right, #f84600 0%, #ff8a00 56%, #fcb436 100%);
}

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

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

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

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

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

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

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

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

/* .cta03 closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta03 {
    /* .cta03 .wrapper closed */
  }
  .cta03 .wrapper {
    padding: 40px 0 30px 0;
    /* .cta03 .inner closed */
  }
  .cta03 .wrapper .inner {
    margin: 0 auto;
    /* .cta03 .inner .haedline closed */
    /* .cta03 .inner .box-wrapper closed */
  }
  .cta03 .wrapper .inner .headline {
    margin: 0 0 30px 0;
  }
  .cta03 .wrapper .inner .headline h2 .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta03 .wrapper .inner .headline h2 .catch .cover {
    text-align: center;
    line-height: 1.25;
  }
  .cta03 .wrapper .inner .headline h2 .catch .cover .line {
    font-size: 4.75vw;
    padding: 0 8px 0 8px;
  }
  .cta03 .wrapper .inner .headline h2 .catch .border {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    width: 12%;
  }
  .cta03 .wrapper .inner .headline h2 .sub {
    margin: 10px 0 0 0;
  }
  .cta03 .wrapper .inner .headline h2 .sub .line {
    font-size: 10vw;
    margin: 0 0px 0 0;
    padding: 0 10px 0 10px;
  }
  .cta03 .wrapper .inner .headline h3 {
    margin: 10px 0 0 0;
  }
  .cta03 .wrapper .inner .headline h3 .line {
    font-size: 5,8vw;
  }
  .cta03 .wrapper .inner .headline h4 {
    margin: 20px auto 0;
    padding: 0 3.5% 0 3.5%;
    font-size: 4.25vw;
    line-height: 1.75;
    color: #fff;
  }
  .cta03 .wrapper .inner .headline h4 .middle {
    font-size: 5.55vw;
    padding: 0 5px 0 5px;
  }
  .cta03 .wrapper .inner .headline h4 .big {
    font-size: 6.25vw;
    padding: 0 5px 0 5px;
  }
  .cta03 .wrapper .inner .box-wrapper {
    display: block;
    padding: 0 3.5% 0 3.5%;
    /* .cta03 .inner .box-wrapper .box closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box {
    width: 100%;
    /* .cta03 .inner .box-wrapper .box .button closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 0 0% 0 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(1) .button a {
    background: -webkit-gradient(linear, left top, right top, from(#f83200), color-stop(56%, #ff3c00), to(#ff268b));
    background: linear-gradient(to right, #f83200 0%, #ff3c00 56%, #ff268b 100%);
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(2) {
    margin: 30px 0% 0 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(2) .button a {
    background: -webkit-gradient(linear, left top, right top, from(#f84600), color-stop(56%, #ff8a00), to(#fcb436));
    background: linear-gradient(to right, #f84600 0%, #ff8a00 56%, #fcb436 100%);
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption span {
    padding: 0 3px 0 3px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before, .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a {
    font-size: 4.85vw;
    padding: 20px 0 20px 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a span {
    padding: 0 0 0 10px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a img {
    width: 8vw;
    height: 8vw;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta03 closed */
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA40 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta40 .space {
  max-width: 1280px;
  margin: 30px auto 0;
  background: #fff;
  border: solid 3px #ee5081;
  padding: 0 0 30px 0;
}

.cta40 .space h2 {
  background: #ee5081;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.cta40 .space .image {
  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;
  margin: 30px 0 0 0;
}

.cta40 .space .image img {
  width: 300px;
  height: auto;
  margin: 0 20px 0 0;
}

.cta40 .space .image img:nth-child(2) {
  margin: 0 0px 0 0;
}

.cta40 .space h3 {
  margin: 30px 0 0 0;
  text-align: center;
  padding: 0 60px 0 60px;
  font-size: 24px;
  color: #ee5081;
}

.cta40 .space h3 .mark {
  display: inline-block;
  background: #ee5081;
  color: #fff;
  padding: 3px 6px 3px 6px;
  font-size: 0.8em;
  margin: 0 5px 0 0;
}

.cta40 .space h4 {
  margin: 10px 0 0 0;
  padding: 0 60px 0 60px;
  font-weight: 900;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #b31c4b;
}

.cta40 .space .button {
  margin: 40px 0 0 0;
  padding: 0 60px 0px 60px;
}

.cta40 .space .button a {
  margin: 20px auto 0;
  display: block;
  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%);
  text-decoration: none;
  position: relative;
  border: solid 2px #f85d00;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.cta40 .space .button a .mark {
  position: absolute;
  background: #fff;
  top: -20px;
  right: -20px;
}

.cta40 .space .button a .mark .cover {
  position: relative;
  background: #fff;
  color: #f85d00;
  border: solid 3px #f85d00;
  padding: 5px 10px 5px 10px;
  font-weight: 700;
}

.cta40 .space .button a .mark .cover:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  border-left: 12px solid transparent;
  border-top: 12px solid white;
  border-right: 12px solid transparent;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
  border-radius: 3px;
}

.cta40 .space .button a .mark .cover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-top: 15px solid #f85d00;
  border-right: 15px solid transparent;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  border-radius: 3px;
}

.cta40 .space .button a .catch {
  text-align: center;
  padding: 30px 30px 30px 30px;
  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;
}

.cta40 .space .button a .catch .text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 5px 0 0;
}

.cta40 .space .button a .catch .icon {
  width: 35px;
  height: auto;
  position: relative;
  top: 4px;
}

.cta40 .space .button a .sub {
  background: #fdf282;
  color: #f85d00;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin: 0 2px 2px 2px;
}

.cta40 .space .button a .sub .big {
  font-size: 1.2em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta40 .space {
    background: #fff;
    border: solid 3px #ee5081;
    padding: 0 0 30px 0;
    width: 90%;
    margin: 25px auto 0;
  }
  .cta40 .space h2 {
    padding: 10px 20px 10px 20px;
    font-size: 6.5vw;
  }
  .cta40 .space .image {
    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;
    margin: 30px 0 0 0;
  }
  .cta40 .space .image img {
    width: 40%;
    height: auto;
    margin: 0 20px 0 0;
  }
  .cta40 .space .image img:nth-child(2) {
    margin: 0 0px 0 0;
  }
  .cta40 .space h3 {
    margin: 30px 0 0 0;
    padding: 0 6% 0 6%;
    font-size: 5.5vw;
  }
  .cta40 .space h3 .mark {
    color: #fff;
    padding: 3px 6px 3px 6px;
    font-size: 0.8em;
    margin: 0 5px 0 0;
  }
  .cta40 .space h4 {
    margin: 20px 0 0 0;
    padding: 0 6% 0 6%;
  }
  .cta40 .space .button {
    margin: 40px 0 0 0;
    padding: 0 6% 0 6%;
  }
  .cta40 .space .button a {
    margin: 20px auto 0;
  }
  .cta40 .space .button a .mark {
    top: -15px;
    right: -10px;
  }
  .cta40 .space .button a .mark .cover {
    position: relative;
    font-size: 13px;
    padding: 5px 6px 5px 6px;
  }
  .cta40 .space .button a .catch {
    text-align: center;
    padding: 40px 5px 30px 5px;
  }
  .cta40 .space .button a .catch .text {
    font-size: 5vw;
    margin: 0 5px 0 0;
  }
  .cta40 .space .button a .catch .icon {
    width: 20px;
    height: auto;
    position: relative;
    top: 4px;
  }
  .cta40 .space .button a .sub {
    font-size: 16px;
    margin: 0 2px 2px 2px;
  }
  .cta40 .space .button a .sub .big {
    font-size: 1.2em;
  }
}

/* 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: 50px 0 50px 0;
}

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

.title15-01 h3 .inside {
  display: inline-block;
  background: #fff;
  color: #ee5081;
  padding: 3px 10px 5px 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
}

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

.title15-01 h2 .inside {
  display: inline-block;
  background: #ffd1df;
  color: #d82e63;
  padding: 5px 20px 8px 20px;
  font-size: 40px;
  letter-spacing: 2px;
  margin: 15px 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 15px 8px 15px;
    font-size: 5.85vw;
    margin: 10px 0 0 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION40 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section40 {
  padding: 0px 0 45px 0;
  overflow: hidden;
  background: #ee5081;
}

.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: 0 0 30px 0;
  }
  .section40 .sentence {
    padding: 20px 5% 0 5%;
  }
  .section40 .sentence p {
    padding: 10px 0 10px 0;
    font-size: 3.85vw;
    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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE15-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title09-03 {
  background: #ffd1df;
  position: relative;
}

.title09-03 .title-wrapper {
  padding: 25px 0 25px 0;
}

.title09-03 .title-wrapper h2 {
  text-align: center;
  color: #d82e63;
}

.title09-03 .title-wrapper h2 .semi {
  font-size: 25px;
  position: relative;
}

.title09-03 .title-wrapper h2 .semi::before, .title09-03 .title-wrapper h2 .semi::after {
  position: absolute;
  content: "";
  background-color: #d82e63;
  width: 40vw;
  height: 2px;
}

.title09-03 .title-wrapper h2 .semi::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title09-03 .title-wrapper h2 .semi::after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title09-03 .title-wrapper h2 .catch {
  margin: 30px auto 0;
  font-size: 35px;
  font-weight: 900;
}

.title09-03 .back {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(238, 80, 129, 0.2);
  font-size: 120px;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .title09-03 .title-wrapper {
    padding: 25px 0 25px 0;
  }
  .title09-03 .title-wrapper h2 .semi {
    font-size: 5vw;
  }
  .title09-03 .title-wrapper h2 .semi::before, .title09-03 .title-wrapper h2 .semi::after {
    position: absolute;
    content: "";
    width: 20vw;
    height: 2px;
  }
  .title09-03 .title-wrapper h2 .semi::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .title09-03 .title-wrapper h2 .semi::after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .title09-03 .title-wrapper h2 .catch {
    margin: 30px auto 0;
    font-size: 7.77vw;
  }
  .title09-03 .back {
    color: rgba(238, 80, 129, 0.2);
    font-size: 18vw;
  }
}

/* 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: 0px 0 70px 0;
  background: #fff;
  position: relative;
  /*==============================================
		#target04 .explain
		===============================================*/
}

#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: #ee5081;
  border: solid 2px #ee5081;
  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 10px;
  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: 13%;
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
}

#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: 87%;
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
}

#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: 300px;
  position: relative;
}

#targeting04 .wrapper .explain .thumb:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: solid 3px #fff;
  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 40px;
  font-size: 32px;
  color: #c90310;
  font-weight: 700;
  text-align: center;
}

#targeting04 .wrapper .explain p img {
  width: 200px;
  height: auto;
  position: relative;
  top: 5px;
  padding: 0 3px 0 0;
}

#targeting04 .wrapper .explain p .small {
  font-size: 0.8em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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: 0px 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: 0px 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#point08 {
  width: 100%;
  background: url(../images/point08-bg.jpg) no-repeat center 0;
  background-size: cover;
  /*============================================
    #point08 .wrapper
    =============================================*/
}

#point08 .wrapper {
  width: 100%;
  background: #ffd1df;
  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: 100px 3.5% 30px 3.5%;
  /* #point08 .box-wrapper .box closed */
}

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

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

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

#point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
  margin: -130px 0 0px 40px;
  color: #ee5081;
  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(233, 163, 163, 0.3);
          box-shadow: 0 0 15px rgba(233, 163, 163, 0.3);
  line-height: 0;
}

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

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

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

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

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

#point08 .wrapper .inner .box-wrapper .box .bottom .mark {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #ee5081;
  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: #ee5081;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #point08 {
    /*============================================
        #point08 .wrapper
        =============================================*/
  }
  #point08 .wrapper .inner {
    /*============================================
                #point08 .box-wrapper
                =============================================*/
    /* #point08 .box-wrapper closed */
  }
  #point08 .wrapper .inner .box-wrapper {
    padding: 40px 3.5% 30px 3.5%;
    /* #point08 .box-wrapper .box closed */
  }
  #point08 .wrapper .inner .box-wrapper .box {
    padding: 80px 0 30px 0;
    /* #point08 .box-wrapper .box .top closed */
    /* #point08 .box-wrapper .box .middle closed */
    /* #point08 .box-wrapper .box .middle closed */
  }
  #point08 .wrapper .inner .box-wrapper .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 {
    width: 57%;
    margin: 0 -2% 0 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi {
    margin: -130px 0 0px 40px;
    line-height: 0.9;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.big {
    font-size: 80px;
    letter-spacing: 3px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .semi span.small {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .en {
    padding: 40px 40px 10px 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  #point08 .wrapper .inner .box-wrapper .box .top h2 .catch {
    padding: 0px 40px 40px 40px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle {
    padding: 30px 0 30px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .middle .sentence {
    font-size: 1.85vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 0 0px 0;
    background: #fff;
    border: solid 3px #fff;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .mark {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    margin: 0 auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 20px 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside .icon img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0px auto 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 {
    padding: 0px 40px 0px 40px;
    font-size: 2.75vw;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .inside h3 br.pc-disblock {
    display: block !important;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block {
    padding: 20px 5% 20px 5%;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon {
    width: 18%;
    margin: 0 2.5% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon:nth-child(5) {
    margin: 0 0% 0 0;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .block .icon .image {
    width: 130px;
    height: auto;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#ee407a), to(#db2781));
    background: linear-gradient(90deg, #ee407a 0%, #db2781 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: #ee5081;
    font-size: 22px;
    font-weight: 900;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1.5px;
  }
  #point08 .wrapper .inner .box-wrapper .box .bottom .sentence {
    padding: 0px 55px 30px 55px;
    font-size: 2.0vw;
    line-height: 1.75;
  }
}

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

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

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

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

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

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

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

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

.button01 .btn-bg.orange {
  background: -webkit-gradient(linear, left top, right top, from(#f85d00), color-stop(56%, #ff8a00), to(#fcb436));
  background: linear-gradient(to right, #f85d00 0%, #ff8a00 56%, #fcb436 100%);
  -webkit-box-shadow: 0px 0px 0px 2px #f47301;
          box-shadow: 0px 0px 0px 2px #f47301;
  text-shadow: 0px 0px 5px #f47301;
}

.button01 .btn-bg.orange::after {
  background: -webkit-gradient(linear, left top, right top, from(#f80000), color-stop(55%, #ff6000), to(#ff8340));
  background: linear-gradient(to right, #f80000 0%, #ff6000 55%, #ff8340 100%);
}

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

.button01 .btn-bg .btn .circle {
  background: #fff;
  text-shadow: 0px 0px 0px #fff;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -60px;
  left: -30px;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

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

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

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

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button01 {
    width: 80%;
    margin: 0px auto 40px;
    /*==============================================
        .button01 .suggest
        ===============================================*/
    /*==============================================
        .button01 .btn-bg
        ===============================================*/
  }
  .button01 .suggest {
    font-size: 17px;
    width: 94%;
  }
  .button01 .suggest:before {
    top: 3px;
    left: -10px;
    height: 16px;
  }
  .button01 .suggest:after {
    top: 3px;
    left: 10px;
    height: 16px;
  }
  .button01 .btn-bg {
    padding: 18px 5px 22px;
  }
  .button01 .btn-bg .btn .circle {
    width: 95px;
    height: 95px;
    position: absolute;
    top: -60px;
    left: -30px;
    border-radius: 100px;
    line-height: 1.1;
  }
  .button01 .btn-bg .btn .circle.circle-orange {
    color: #f47301;
    border: solid 2px #f47301;
  }
  .button01 .btn-bg .btn .circle .cover {
    margin: -5px 0 0 0;
  }
  .button01 .btn-bg .btn .circle .cover .normal {
    font-size: 14px;
  }
  .button01 .btn-bg .btn .circle .cover .big {
    font-size: 28px;
  }
  .button01 .btn-bg .btn .text {
    font-size: 3.25vw;
    line-height: 1.3;
  }
  .button01 .btn-bg .btn .text:before {
    font-size: 0.9em;
  }
  .button01 .btn-bg .btn .text .small {
    font-size: 0.85em;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .button01 {
    width: 90%;
    margin: 0px auto 25px;
    /*==============================================
        .button01 .suggest
        ===============================================*/
    /*==============================================
        .button01 .btn-bg
        ===============================================*/
  }
  .button01 .suggest {
    padding: 0 0 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: 18vw;
    height: 18vw;
    position: absolute;
    top: -45px;
    left: -15px;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0 0 0;
    line-height: 1.0;
  }
  .button01 .btn-bg .btn .circle .cover .normal {
    font-size: 2.75vw;
  }
  .button01 .btn-bg .btn .circle .cover .big {
    font-size: 4.5vw;
    letter-spacing: -2px;
    display: block;
    line-height: 1.1;
  }
  .button01 .btn-bg .btn .text {
    font-size: 6vw;
  }
  .button01 .btn-bg .btn .text:before {
    content: "\226B";
    font-size: 0.9em;
  }
  .button01 .btn-bg .btn .text .small {
    font-size: 0.85em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.voice10 .wrapper {
  background: #ffd1df;
  padding: 100px 0 50px 0;
}

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

.voice10 .wrapper .inner .box-wrapper .box {
  border: solid 4px #ee5081;
  padding: 0px 40px 40px 40px;
  background: #fff;
}

.voice10 .wrapper .inner .box-wrapper .box:nth-child(1) {
  width: 100%;
}

.voice10 .wrapper .inner .box-wrapper .box:nth-child(2) {
  width: 48.5%;
  margin: 80px 3% 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box:nth-child(3) {
  width: 48.5%;
  margin: 80px 0% 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .en {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: -40px 0 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .en .cover {
  display: inline-block;
  background: #ee5081;
  padding: 10px 40px 10px 40px;
  border-radius: 100px;
  margin: 0px 0 0 0;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.voice10 .wrapper .inner .box-wrapper .box .en .cover .small {
  font-size: 30px;
  padding: 0 5px 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .en .cover .big {
  font-size: 30px;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 20px 0 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .left {
  width: 42%;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .left h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  background: #ff94b5;
  font-size: 24px;
  padding: 4px 20px 4px 20px;
  color: #d82e63;
  text-align: center;
  min-height: 60px;
  line-height: 52px;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside {
  padding: 30px 0 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb01 {
  width: 50%;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
}

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

.voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb02 {
  width: 50%;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
  margin: 30px 0px 0 -40px;
}

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

.voice10 .wrapper .inner .box-wrapper .box .thumb .middle {
  width: 5%;
  position: relative;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .middle img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .right {
  width: 53%;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .right h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  background: #ee5081;
  font-size: 34px;
  padding: 4px 20px 4px 20px;
  color: #fff;
  text-align: center;
  min-height: 60px;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside {
  padding: 30px 0 30px 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;
}

.voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb01 {
  width: 50%;
  padding: 8px 8px 8px 8px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
}

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

.voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb02 {
  width: 50%;
  padding: 8px 8px 8px 8px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
  margin: 30px 0px 0 -40px;
}

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

.voice10 .wrapper .inner .box-wrapper .box .image {
  width: 90%;
  margin: 0 auto 0;
}

.voice10 .wrapper .inner .box-wrapper .box .image img {
  width: 100%;
  height: auto;
}

.voice10 .wrapper .inner .box-wrapper .box .block {
  padding: 0 30px 0 30px;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 60%;
  margin: 0 3% 0 0;
  position: relative;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top h3 .cover {
  font-size: 30px;
  color: #ee5081;
  z-index: 2;
  background: #ffd1df;
  position: relative;
  -webkit-transition: opacity 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, transform 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  border-radius: 100px;
  color: #c90310;
  -webkit-box-shadow: 6px 6px 0 4px #ee5081;
          box-shadow: 6px 6px 0 4px #ee5081;
  padding: 18px 35px 15px 35px;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -20px;
  top: 50%;
  border-left: 22px solid #ee5081;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin: 10px 0 40px 0;
  padding: 0 0 0px 0;
  position: relative;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi .cover {
  font-size: 24px;
  color: #ee5081;
  z-index: 2;
  background: #ffd1df;
  position: relative;
  -webkit-transition: opacity 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, transform 0.3s ease 1.0s;
  transition: opacity 0.3s ease 1.0s, transform 0.3s ease 1.0s, -webkit-transform 0.3s ease 1.0s;
  border-radius: 100px;
  color: #c90310;
  -webkit-box-shadow: 6px 6px 0 4px #ee5081;
          box-shadow: 6px 6px 0 4px #ee5081;
  padding: 18px 35px 15px 35px;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -25px;
  border-left: 22px solid transparent;
  border-top: 22px solid #ee5081;
  border-right: 22px solid transparent;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .element {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .element .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .element .info h4 {
  font-size: 34px;
  color: #ee5081;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .element .info h4 .small {
  font-size: 0.75em;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .element .info .semi {
  margin: 12px 0 0 0;
  font-size: 20px;
  color: #ee5081;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context .icon {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  width: 35%;
  margin: 0 30px 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context .icon img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context .info h4 {
  font-size: 34px;
  color: #ee5081;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context .info h4 .small {
  font-size: 0.75em;
}

.voice10 .wrapper .inner .box-wrapper .box .block .top .context .info .semi {
  margin: 2px 0 0 0;
  font-size: 20px;
  color: #ee5081;
}

.voice10 .wrapper .inner .box-wrapper .box .block .sentence {
  margin: 20px 0 0 0;
}

.voice10 .wrapper .inner .box-wrapper .box .block .sentence h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #ee5081;
  margin: 20px 0 0 0;
  font-size: 24px;
}

.voice10 .wrapper .inner .box-wrapper .box .block .sentence h4 .border {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #ee5081;
  margin: 0 5px 0 0;
  position: relative;
  top: -5px;
  border-radius: 10px;
}

.voice10 .wrapper .inner .box-wrapper .box .block .sentence p {
  font-size: 18px;
  padding: 7px 0 7px 0;
  line-height: 1.85;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .voice10 {
    margin: 35px 0 0 0;
  }
  .voice10 .wrapper {
    padding: 70px 0 0px 0;
  }
  .voice10 .wrapper .inner .box-wrapper {
    padding: 0 3.5% 35px 3.5%;
  }
  .voice10 .wrapper .inner .box-wrapper .box {
    padding: 0px 25px 25px 25px;
  }
  .voice10 .wrapper .inner .box-wrapper .box:nth-child(1) {
    width: 100%;
  }
  .voice10 .wrapper .inner .box-wrapper .box:nth-child(2) {
    width: 100%;
    margin: 50px 0% 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box:nth-child(3) {
    width: 100%;
    margin: 50px 0% 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .en {
    margin: -35px 0 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .en .cover {
    padding: 10px 40px 10px 40px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .en .cover .small {
    font-size: 6vw;
    padding: 0 5px 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .en .cover .big {
    font-size: 6vw;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb {
    display: block;
    margin: 20px 0 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left {
    width: 100%;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left h3 {
    font-size: 5.75vw;
    padding: 4px 20px 4px 20px;
    min-height: 50px;
    line-height: 42px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside {
    padding: 20px 0 20px 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb01 {
    width: 50%;
    padding: 5px 5px 5px 5px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb01 img {
    width: 100%;
    height: auto;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb02 {
    width: 50%;
    padding: 5px 5px 5px 5px;
    margin: 30px 0px 0 -40px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .left .inside .thumb02 img {
    width: 100%;
    height: auto;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .middle {
    width: 100%;
    position: relative;
    padding: 10px 0 10px 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .middle img {
    width: 15vw;
    display: block;
    margin: 0 auto 0;
    height: auto;
    position: relative;
    top: 0%;
    -webkit-transform: translate(0, 0%) rotate(90deg);
            transform: translate(0, 0%) rotate(90deg);
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right {
    width: 100%;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right h3 {
    font-size: 7.25vw;
    padding: 4px 20px 4px 20px;
    line-height: 48px;
    min-height: 60px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside {
    padding: 30px 0 30px 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;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb01 {
    width: 50%;
    padding: 8px 8px 8px 8px;
    background: #fff;
    border: solid 2px #ee5081;
    -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
            box-shadow: 5px 5px 0 0 #ffd1df;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb01 img {
    width: 100%;
    height: auto;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb02 {
    width: 50%;
    padding: 8px 8px 8px 8px;
    background: #fff;
    border: solid 2px #ee5081;
    -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
            box-shadow: 5px 5px 0 0 #ffd1df;
    margin: 30px 0px 0 -40px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .thumb .right .inside .thumb02 img {
    width: 100%;
    height: auto;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block {
    padding: 0 0px 0 0px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top {
    display: block;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top h3 {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top h3 .cover {
    font-size: 6vw;
    color: #ee5081;
    border-radius: 60px;
    padding: 18px 30px 18px 30px;
    line-height: 1.35;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 60%;
    top: 100%;
    border-left: 22px solid #ee5081;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi {
    margin: 10px 0 40px 0;
    padding: 0 0 0px 0;
    position: relative;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi .cover {
    font-size: 18px;
    padding: 18px 25px 15px 25px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .fukidashi:before {
    left: 50%;
    bottom: -25px;
    border-left: 22px solid transparent;
    border-top: 22px solid #ee5081;
    border-right: 22px solid transparent;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .element .info h4 {
    font-size: 24px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .element .info h4 .small {
    font-size: 0.75em;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .element .info .semi {
    margin: 8px 0 0 0;
    font-size: 17px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context .icon {
    margin: 0 20px 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context .icon img {
    width: 100%;
    height: auto;
    border-radius: 100%;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context .info h4 {
    font-size: 7.25vw;
    color: #ee5081;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context .info h4 .small {
    font-size: 0.75em;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .top .context .info .semi {
    margin: 2px 0 0 0;
    font-size: 5vw;
    color: #ee5081;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .sentence {
    margin: 20px 0 0 0;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .sentence h4 {
    margin: 20px 0 0 0;
    font-size: 6vw;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .sentence h4 .border {
    display: inline-block;
    width: 45px;
    height: 2px;
    margin: 0 5px 0 0;
    top: -5px;
    border-radius: 10px;
  }
  .voice10 .wrapper .inner .box-wrapper .box .block .sentence p {
    font-size: 4.25vw;
    line-height: 1.6;
    padding: 7px 0 7px 0;
  }
}

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

.voice22 .wrapper {
  background: #ffd1df;
  padding: 60px 0 50px 0;
}

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

.voice22 .wrapper .inner .box-wrapper .box {
  width: 32%;
  margin: 10px 2% 0 0;
  border: solid 4px #ee5081;
  padding: 30px 40px 40px 40px;
  background: #fff;
}

.voice22 .wrapper .inner .box-wrapper .box:nth-child(3n) {
  margin: 10px 0 0 0;
}

.voice22 .wrapper .inner .box-wrapper .box .en {
  text-align: center;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: #fff;
  margin: -60px 0 0 0;
}

.voice22 .wrapper .inner .box-wrapper .box .en .cover {
  display: inline-block;
  background: #ee5081;
  padding: 10px 40px 10px 40px;
  border-radius: 100px;
  font-size: 20px;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.voice22 .wrapper .inner .box-wrapper .box .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.voice22 .wrapper .inner .box-wrapper .box .image .left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
}

.voice22 .wrapper .inner .box-wrapper .box .image .left h3 {
  background: #ffd1df;
  font-size: 20px;
  color: #d82e63;
  text-align: center;
}

.voice22 .wrapper .inner .box-wrapper .box .image .left .thumb {
  margin: 15px 0 0 0;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
}

.voice22 .wrapper .inner .box-wrapper .box .image .left .thumb img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 0;
}

.voice22 .wrapper .inner .box-wrapper .box .image .middle {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  width: 10%;
  position: relative;
}

.voice22 .wrapper .inner .box-wrapper .box .image .middle img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: auto;
}

.voice22 .wrapper .inner .box-wrapper .box .image .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

.voice22 .wrapper .inner .box-wrapper .box .image .right h3 {
  background: #ee5081;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.voice22 .wrapper .inner .box-wrapper .box .image .right .thumb {
  margin: 15px 0 0 0;
  padding: 5px 5px 5px 5px;
  background: #fff;
  border: solid 2px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df;
          box-shadow: 5px 5px 0 0 #ffd1df;
}

.voice22 .wrapper .inner .box-wrapper .box .image .right .thumb img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 0;
}

.voice22 .wrapper .inner .box-wrapper .box .name {
  font-size: 20px;
  margin: 10px auto 0;
}

.voice22 .wrapper .inner .box-wrapper .box .name .cover {
  display: inline-block;
  color: #d82e63;
  font-weight: 700;
  border: solid 2px #ee5081;
  border-radius: 60px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 3px 20px 3px 20px;
  letter-spacing: 2px;
}

.voice22 .wrapper .inner .box-wrapper .box .emphasis {
  color: #d82e63;
  font-weight: 700;
  background: #ffd1df;
  padding: 30px 20px 10px 20px;
  font-weight: 700;
  font-size: 18px;
  margin: -20px 0 0 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 0 0 #ee5081;
          box-shadow: 5px 5px 0 0 #ee5081;
}

.voice22 .wrapper .inner .box-wrapper .box .emphasis .big {
  font-size: 26px;
  font-weight: 900;
}

.voice22 .wrapper .inner .box-wrapper .box .detail {
  margin: 30px 0 0 0;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table th {
  background: #ee5081;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table th:nth-child(1) {
  background: transparent;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table td {
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table td .red {
  color: #c90310;
  font-weight: 900;
}

.voice22 .wrapper .inner .box-wrapper .box .detail table td .big {
  font-size: 18px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .voice22 {
    margin: 0px 0 0 0;
  }
  .voice22 .wrapper {
    background: #ffd1df;
    padding: 10px 0 50px 0;
  }
  .voice22 .wrapper .inner .box-wrapper {
    display: block;
    padding: 0 3.5% 0 3.5%;
  }
  .voice22 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 50px 0% 0 0;
    padding: 30px 25px 25px 25px;
    background: #fff;
  }
  .voice22 .wrapper .inner .box-wrapper .box:nth-child(3n) {
    margin: 50px 0 0 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 40px 0 0 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .en {
    margin: -60px 0 0 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .en .cover {
    padding: 10px 30px 10px 30px;
    font-size: 4.75vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image {
    margin: 20px 0 0 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .left h3 {
    font-size: 4.85vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .left .thumb {
    margin: 15px 0 0 0;
    padding: 5px 5px 5px 5px;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .left .thumb img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .middle img {
    width: 100%;
    height: auto;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .right h3 {
    font-size: 4.85vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .right .thumb {
    margin: 15px 0 0 0;
    padding: 5px 5px 5px 5px;
  }
  .voice22 .wrapper .inner .box-wrapper .box .image .right .thumb img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .name {
    font-size: 4.25vw;
    margin: 10px auto 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .name .cover {
    padding: 3px 20px 3px 20px;
    letter-spacing: 1.5px;
  }
  .voice22 .wrapper .inner .box-wrapper .box .emphasis {
    padding: 30px 20px 10px 20px;
    font-size: 4.25vw;
    margin: -20px 0 0 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 5px 5px 0 0 #ee5081;
            box-shadow: 5px 5px 0 0 #ee5081;
  }
  .voice22 .wrapper .inner .box-wrapper .box .emphasis .big {
    font-size: 6.5vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .detail {
    margin: 30px 0 0 0;
  }
  .voice22 .wrapper .inner .box-wrapper .box .detail table th {
    font-size: 4.25vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .detail table td {
    font-size: 4.0vw;
  }
  .voice22 .wrapper .inner .box-wrapper .box .detail table td .big {
    font-size: 5vw;
  }
}

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title02-02 {
    padding: 0px 0 30px 0;
  }
  .title02-02 h2 {
    font-size: 10vw;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 4.85vw;
    padding: 4px 35px 4px 35px;
  }
  .title02-02 .back {
    font-size: 28vw;
    letter-spacing: 10px;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION40 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section50 {
  /*タブ切り替え全体のスタイル*/
  margin: 60px 0 0  0;
}

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

.section50 .wrapper .inner .box {
  margin: 30px 0 0 0;
  border: solid 3px #ee5081;
}

.section50 .wrapper .inner .box h3 {
  background: #ee5081;
  padding: 10px 20px 10px 20px;
  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;
}

.section50 .wrapper .inner .box h3 .mark {
  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;
  width: 70px;
  height: 70px;
  background: #ffd1df;
  border: solid 2px #ffd1df;
  -webkit-box-shadow: 0 0 0 2px inset #fff;
          box-shadow: 0 0 0 2px inset #fff;
  border-radius: 100%;
  margin: 0px 10px 0 0;
}

.section50 .wrapper .inner .box h3 .mark .cover {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: #ee5081;
  line-height: 1.0;
  text-align: center;
}

.section50 .wrapper .inner .box h3 .mark .cover .small {
  font-size: 12px;
}

.section50 .wrapper .inner .box h3 .mark .cover .big {
  font-size: 20px;
}

.section50 .wrapper .inner .box h3 .main {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.section50 .wrapper .inner .box .inside {
  padding: 40px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section50 .wrapper .inner .box .inside .summary {
  width: 48.5%;
}

.section50 .wrapper .inner .box .inside .summary .thumb {
  width: 100%;
  position: relative;
}

.section50 .wrapper .inner .box .inside .summary .thumb:before {
  content: "";
  position: absolute;
  width: 92%;
  height: 86%;
  border: solid 2px #ee5081;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.section50 .wrapper .inner .box .inside .summary h4 {
  margin: 10px 0 0 0;
  color: #ee5081;
  margin: 0 0 0 0;
  font-size: 25px;
}

.section50 .wrapper .inner .box .inside .summary h5 {
  margin: 5px 0 0 0;
  color: #ee5081;
  margin: 0 0 0 0;
  font-size: 19px;
}

.section50 .wrapper .inner .box .inside .summary .sentence {
  line-height: 1.75;
}

.section50 .wrapper .inner .box .inside .summary .sentence p {
  font-size: 18px;
  padding: 10px 0 10px;
}

.section50 .wrapper .inner .box .inside .tabs {
  width: 48.5%;
  padding: 0 0 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(255, 187, 187, 0.2);
          box-shadow: 0 0 10px rgba(255, 187, 187, 0.2);
  margin: 0px 0 0 0;
  border: solid 2px #ffd1df;
  /*タブのスタイル*/
  /*選択されているタブのスタイルを変える*/
  /*タブ切り替えの中身のスタイル*/
}

.section50 .wrapper .inner .box .inside .tabs .tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #ee5081;
  background-color: #ffd1df;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #d82e63;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.section50 .wrapper .inner .box .inside .tabs .tab_item:hover {
  cursor: pointer;
}

.section50 .wrapper .inner .box .inside .tabs input:checked + .tab_item {
  background-color: #ee5081;
  color: #fff;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content table.table {
  border-collapse: separate;
  border-spacing: 18px 0px 0 0;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0px 5px;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content table.table tr {
  background: #ffd1df;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content table.table th {
  width: 30%;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
  color: #fff;
  background: #ee5081;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content table.table td {
  width: 70%;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  color: #d82e63;
  text-align: center;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content table.table td .small {
  font-size: 0.8em;
}

.section50 .wrapper .inner .box .inside .tabs .tab_content .semi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin: 10px 0 0 0;
  font-size: 18px;
}

.section50 .wrapper .inner .box .inside #tabs01 {
  /*選択されているタブのコンテンツのみを表示*/
  /*ラジオボタンを全て消す*/
}

.section50 .wrapper .inner .box .inside #tabs01 #tab01:checked ~ #tab01_content,
.section50 .wrapper .inner .box .inside #tabs01 #tab02:checked ~ #tab02_content {
  display: block;
}

.section50 .wrapper .inner .box .inside #tabs01 input[name="tab_item"] {
  display: none;
}

.section50 .wrapper .inner .box .inside #tabs02 {
  /*選択されているタブのコンテンツのみを表示*/
  /*ラジオボタンを全て消す*/
}

.section50 .wrapper .inner .box .inside #tabs02 #tab03:checked ~ #tab03_content,
.section50 .wrapper .inner .box .inside #tabs02 #tab04:checked ~ #tab04_content {
  display: block;
}

.section50 .wrapper .inner .box .inside #tabs02 input[name="tab_item02"] {
  display: none;
}

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .section50 {
    margin: 50px 0 0  0;
  }
  .section50 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
  }
  .section50 .wrapper .inner .box {
    margin: 40px 0 0 0;
  }
  .section50 .wrapper .inner .box h3 {
    background: #ee5081;
    padding: 10px 20px 10px 20px;
    display: block;
  }
  .section50 .wrapper .inner .box h3 .mark {
    width: 70px;
    height: 70px;
    margin: -30px auto 0;
  }
  .section50 .wrapper .inner .box h3 .mark .cover .small {
    font-size: 12px;
  }
  .section50 .wrapper .inner .box h3 .mark .cover .big {
    font-size: 20px;
  }
  .section50 .wrapper .inner .box h3 .main {
    font-size: 6.55vw;
    line-height: 1.2;
  }
  .section50 .wrapper .inner .box .inside {
    padding: 25px 25px 25px 25px;
    display: block;
  }
  .section50 .wrapper .inner .box .inside .summary {
    width: 100%;
  }
  .section50 .wrapper .inner .box .inside .summary .thumb:before {
    width: 92%;
    height: 86%;
  }
  .section50 .wrapper .inner .box .inside .summary .thumb img {
    width: 100%;
    height: auto;
  }
  .section50 .wrapper .inner .box .inside .summary h4 {
    margin: 10px 0 0 0;
    font-size: 5.25vw;
  }
  .section50 .wrapper .inner .box .inside .summary h5 {
    margin: 5px 0 0 0;
    font-size: 4.25vw;
  }
  .section50 .wrapper .inner .box .inside .summary .sentence p {
    font-size: 4.25vw;
    padding: 10px 0 10px 0;
  }
  .section50 .wrapper .inner .box .inside .tabs {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 10px 0 0 0;
    /*タブのスタイル*/
    /*タブ切り替えの中身のスタイル*/
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_item {
    width: calc(100%/2);
    font-size: 4vw;
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_content {
    padding: 20px 20px 0 20px;
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_content table.table th {
    width: 30%;
    font-size: 4vw;
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_content table.table td {
    width: 70%;
    padding: 10px 15px 10px 15px;
    font-size: 4vw;
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_content table.table td .small {
    font-size: 0.75em;
  }
  .section50 .wrapper .inner .box .inside .tabs .tab_content .semi {
    font-size: 3.75vw;
  }
  .section50 .wrapper .inner .box .inside #tabs01 {
    /*選択されているタブのコンテンツのみを表示*/
    /*ラジオボタンを全て消す*/
  }
  .section50 .wrapper .inner .box .inside #tabs01 #tab01:checked ~ #tab01_content,
  .section50 .wrapper .inner .box .inside #tabs01 #tab02:checked ~ #tab02_content {
    display: block;
  }
  .section50 .wrapper .inner .box .inside #tabs01 input[name="tab_item"] {
    display: none;
  }
  .section50 .wrapper .inner .box .inside #tabs02 {
    /*選択されているタブのコンテンツのみを表示*/
    /*ラジオボタンを全て消す*/
  }
  .section50 .wrapper .inner .box .inside #tabs02 #tab03:checked ~ #tab03_content,
  .section50 .wrapper .inner .box .inside #tabs02 #tab04:checked ~ #tab04_content {
    display: block;
  }
  .section50 .wrapper .inner .box .inside #tabs02 input[name="tab_item02"] {
    display: none;
  }
  .section50 .wrapper .inner .box:nth-child(2n) .inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.cta30 .wrapper .inner {
  max-width: 1280px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 50px 3.5% 0 3.5%;
}

.cta30 .wrapper .inner .card01 {
  width: 48.5%;
  margin: 0 3% 0 0;
  position: relative;
  background: #ee5081;
  border: solid 8px #ee5081;
  -webkit-box-shadow: 5px 5px 0 0 #ffd1df, 0 0 0 4px #ffd1df inset;
          box-shadow: 5px 5px 0 0 #ffd1df, 0 0 0 4px #ffd1df inset;
  position: relative;
}

.cta30 .wrapper .inner .card01:nth-child(2n) {
  margin: 0 0% 0 0;
}

.cta30 .wrapper .inner .card01 .en {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: #ee5081;
  font-size: 50px;
  text-align: center;
  line-height: 0.8;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cta30 .wrapper .inner .card01 .mark-lt,
.cta30 .wrapper .inner .card01 .mark-rt,
.cta30 .wrapper .inner .card01 .mark-rb,
.cta30 .wrapper .inner .card01 .mark-lb {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}

.cta30 .wrapper .inner .card01 .mark-lt {
  left: 0;
  top: 0;
  border-left: solid 4px #ee5081;
  border-top: solid 4px #ee5081;
}

.cta30 .wrapper .inner .card01 .mark-rt {
  right: 0;
  top: 0;
  border-right: solid 4px #ee5081;
  border-top: solid 4px #ee5081;
}

.cta30 .wrapper .inner .card01 .mark-rb {
  right: 0;
  bottom: 0;
  border-right: solid 4px #ee5081;
  border-bottom: solid 4px #ee5081;
}

.cta30 .wrapper .inner .card01 .mark-lb {
  left: 0;
  bottom: 0;
  border-left: solid 4px #ee5081;
  border-bottom: solid 4px #ee5081;
}

.cta30 .wrapper .inner .card01 h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  margin: 10px 0% 0 0%;
  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;
}

.cta30 .wrapper .inner .card01 h3:before, .cta30 .wrapper .inner .card01 h3:after {
  content: "";
  width: 20%;
  height: 2px;
  background: #fff;
}

.cta30 .wrapper .inner .card01 h3 .cover {
  text-align: center;
  line-height: 1.4;
}

.cta30 .wrapper .inner .card01 h3 .cover .catch {
  font-size: 24px;
}

.cta30 .wrapper .inner .card01 h3 .cover .sub {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.cta30 .wrapper .inner .card01 .box {
  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;
  padding: 20px 0 20px 0;
}

.cta30 .wrapper .inner .card01 .box .icon {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 0 3.5%;
}

.cta30 .wrapper .inner .card01 .box .icon img {
  width: 100%;
  height: auto;
}

.cta30 .wrapper .inner .card01 .box .block h4 {
  margin: 0px 0 0 0;
}

.cta30 .wrapper .inner .card01 .box .block h4 .cover {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
}

.cta30 .wrapper .inner .card01 .box .block h4 .cover .big {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.cta30 .wrapper .inner .card01 .box .block h5 {
  margin: 10px 0 0 0;
  padding: 0 0 0px 0;
}

.cta30 .wrapper .inner .card01 .box .block h5 .cover {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.cta30 .wrapper .inner .card01 .box .block h5 .cover .big {
  font-size: 40px;
}

.cta30 .wrapper .inner .card01 .box .block h5 .cover .small {
  font-size: 25px;
}

.cta30 .wrapper .addtional {
  max-width: 1000px;
  padding: 0 3.5% 0 3.5%;
  margin: 20px auto 0;
}

.cta30 .wrapper .addtional .sentence p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 20px;
  font-weight: 700;
  color: #b31c4b;
}

.cta30 .wrapper .button01 {
  max-width: 800px;
  padding: 0 3.5% 0 3.5%;
  margin: 20px auto 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta30 {
    margin: 60px 0 0 0;
  }
  .cta30 .wrapper .inner {
    margin: 40px auto 0;
    display: block;
    padding: 30px 5% 0 5%;
  }
  .cta30 .wrapper .inner .card01 {
    width: 100%;
    margin: 0 3% 0 0;
    position: relative;
  }
  .cta30 .wrapper .inner .card01:nth-child(2n) {
    margin: 80px 0% 0 0;
  }
  .cta30 .wrapper .inner .card01 .en {
    font-size: 45px;
    text-align: center;
    line-height: 0.9;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .cta30 .wrapper .inner .card01 h3 {
    margin: 10px 0% 0 0%;
  }
  .cta30 .wrapper .inner .card01 h3:before, .cta30 .wrapper .inner .card01 h3:after {
    content: "";
    width: 15%;
  }
  .cta30 .wrapper .inner .card01 h3 .cover .catch {
    font-size: 5.25vw;
  }
  .cta30 .wrapper .inner .card01 h3 .cover .sub {
    font-size: 3.25vw;
    letter-spacing: 1.5px;
  }
  .cta30 .wrapper .inner .card01 .box {
    padding: 20px 0 20px 0;
  }
  .cta30 .wrapper .inner .card01 .box .icon {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin: 0 3.5% 0 0%;
  }
  .cta30 .wrapper .inner .card01 .box .icon img {
    width: 100%;
    height: auto;
  }
  .cta30 .wrapper .inner .card01 .box .block h4 .cover {
    font-size: 3.5vw;
  }
  .cta30 .wrapper .inner .card01 .box .block h4 .cover .big {
    font-size: 7vw;
  }
  .cta30 .wrapper .inner .card01 .box .block h5 {
    margin: 10px 0 0 0;
    padding: 0 0 0px 0;
  }
  .cta30 .wrapper .inner .card01 .box .block h5 .cover {
    font-size: 4.25vw;
  }
  .cta30 .wrapper .inner .card01 .box .block h5 .cover .big {
    font-size: 7vw;
  }
  .cta30 .wrapper .inner .card01 .box .block h5 .cover .small {
    font-size: 4.25vw;
  }
  .cta30 .wrapper .addtional {
    padding: 0 5% 0 5%;
    margin: 20px auto 0;
  }
  .cta30 .wrapper .addtional .sentence p {
    font-weight: 4.25vw;
  }
  .cta30 .wrapper .button01 {
    padding: 0 3.5% 0 3.5%;
    margin: 20px auto 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE01-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title01-01 {
  background: #ee5081;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

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

.title01-01 h3 {
  font-size: 25px;
  margin: 10px 0 0 0;
  line-height: 1.35;
  font-weight: 700;
  font-style: normal;
}

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

.title01-01 .caption-border {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #d82e63;
  /* 線色 */
  border-radius: 5px;
  /* 線幅の半分 */
  content: "";
  display: block;
  height: 3px;
  /* 線幅 */
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title01-01 {
    padding: 30px 0 30px 0;
  }
  .title01-01 h2 {
    font-size: 8vw;
    margin: 20px 0 0 0;
    line-height: 1.35;
  }
  .title01-01 h3 {
    font-size: 5vw;
    margin: 10px 0 0 0;
    line-height: 1.35;
  }
  .title01-01 .caption {
    font-size: 17px;
    font-weight: 500;
    padding: 0 0px 5px 0px;
  }
  .title01-01 .caption-border {
    width: 80px;
    margin: 0 auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section60 .wrapper .inner {
    margin: 50px auto 0;
  }
  .section60 .wrapper .inner table.hikaku {
    height: auto;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin-bottom: 40px;
    border-collapse: collapse;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section60 .wrapper .inner table.hikaku tbody {
    width: 100%;
    display: table;
  }
  .section60 .wrapper .inner table.hikaku tbody tr:first-child td:nth-child(3) {
    font-size: 5.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody th {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td {
    font-size: 4.25vw;
    padding: 15px 10px 15px 10px;
  }
  .section60 .wrapper .inner table.hikaku tbody td.top {
    font-weight: bold;
  }
  .section60 .wrapper .inner table.hikaku tbody td.emphashis {
    font-size: 4.8vw;
  }
  .section60 .wrapper .inner table.hikaku tbody .small {
    font-size: 0.8em;
  }
}

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

#conslider06 .bg {
  background: rgba(242, 242, 242, 0.85);
  padding: 0px 0 30px 0;
}

#conslider06 .swiper-container {
  max-width: 1280px;
  padding: 20px 0 30px;
  overflow: hidden;
}

#conslider06 .swiper-container .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#conslider06 .swiper-container .swiper-slide {
  height: auto !important;
  /* 初期設定の高さ100%指定を打ち消す */
}

#conslider06 .swiper-container .swiper-slide .box {
  margin: 50px auto 0;
  padding: 0 0 20px 0;
}

#conslider06 .swiper-container .swiper-slide .box:nth-child(1) {
  margin: 50px auto 0;
}

#conslider06 .swiper-container .swiper-slide .box .thumb {
  position: relative;
  z-index: 10;
  width: 300px;
  margin: 0 auto 0;
}

#conslider06 .swiper-container .swiper-slide .box .thumb img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 12px 18px 0px 0px #ffd1df;
          box-shadow: 12px 18px 0px 0px #ffd1df;
}

#conslider06 .swiper-container .swiper-slide .box .detail {
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 4px #ee5081 inset;
          box-shadow: 0 0 0 4px #ee5081 inset;
  background: rgba(255, 255, 255, 0.9);
  margin: -80px 0 0 0px;
  position: relative;
  top: 40px;
  z-index: 20;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}

#conslider06 .swiper-container .swiper-slide .box .detail .back {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(238, 80, 129, 0.4);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1.0;
  position: absolute;
  top: 0;
  right: 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside {
  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;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside img.icon {
  width: 160px;
  height: auto;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside h4 {
  padding: 0 15px 0 15px;
  font-size: 40px;
  font-weight: 900;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 {
  margin: 0 0 0 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 .en {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ee5081;
  line-height: 1.0;
  padding: 0 0 3px 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 .sub {
  font-size: 15px;
  line-height: 1.0;
  font-weight: 500;
}

#conslider06 .swiper-container .swiper-slide .box .detail .middle {
  margin: 10px 0 0 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .middle .catch {
  font-weight: 900;
  font-size: 26px;
}

#conslider06 .swiper-container .swiper-slide .box .detail .middle .sub {
  margin: 10px 0 0 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .middle .sub .icon {
  background: #ffd1df;
  color: #d82e63;
  padding: 3px 10px 3px 10px;
  font-weight: 700;
  font-size: 14px;
}

#conslider06 .swiper-container .swiper-slide .box .detail .middle .sub .big {
  font-weight: 900;
  font-size: 18px;
  padding: 0 0px 0 10px;
  color: #ee5081;
}

#conslider06 .swiper-container .swiper-slide .box .detail .bottom {
  margin: 20px 0 0 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 {
  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;
}

#conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 .big {
  font-size: 20px;
  padding: 0 10px 0 0;
}

#conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 .en {
  font-size: 15px;
  letter-spacing: 2px;
}

#conslider06 .swiper-container .swiper-slide .box .detail .bottom .sentence p {
  padding: 8px 0 8px 0;
  font-size: 17px;
  line-height: 1.75;
}

#conslider06 .swiper-button-prev,
#conslider06 .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px !important;
  height: 50px !important;
  background: rgba(238, 80, 129, 0.875);
  border-radius: 50px;
  opacity: 0.8;
}

#conslider06 .swiper-button-prev img,
#conslider06 .swiper-button-next img {
  width: 20px;
  height: auto;
}

#conslider06 .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #conslider06 {
    margin: 60px 0 0 0;
  }
  #conslider06 .bg {
    padding: 0px 0 30px 0;
  }
  #conslider06 .swiper-container {
    padding: 20px 5% 30px 5%;
    overflow: hidden;
  }
  #conslider06 .swiper-container .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #conslider06 .swiper-container .swiper-slide {
    height: auto !important;
    /* 初期設定の高さ100%指定を打ち消す */
  }
  #conslider06 .swiper-container .swiper-slide .box {
    margin: 50px auto 0;
    padding: 0 0 20px 0;
  }
  #conslider06 .swiper-container .swiper-slide .box:nth-child(1) {
    margin: 50px auto 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .thumb {
    position: relative;
    z-index: 10;
    width: 300px;
    margin: 0 auto 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .thumb img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 12px 18px 0px 0px #ffd1df;
            box-shadow: 12px 18px 0px 0px #ffd1df;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail {
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 4px #ee5081 inset;
            box-shadow: 0 0 0 4px #ee5081 inset;
    background: rgba(255, 255, 255, 0.9);
    margin: -80px 0 0 0px;
    position: relative;
    top: 40px;
    z-index: 20;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .back {
    font-size: 60px;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside {
    display: block;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside img.icon {
    width: 160px;
    height: auto;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside h4 {
    padding: 0 15px 0 15px;
    font-size: 9vw;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 .en {
    font-size: 16px;
    line-height: 1.0;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .top .inside h5 .sub {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .middle {
    margin: 10px 0 0 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .middle .catch {
    font-size: 5.25vw;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .middle .sub {
    margin: 10px 0 0 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .middle .sub .icon {
    padding: 3px 10px 3px 10px;
    font-size: 3.25vw;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .middle .sub .big {
    font-size: 4.75vw;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .bottom {
    margin: 20px 0 0 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 {
    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;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 .big {
    font-size: 4.75vw;
    padding: 0 8px 0 0;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .bottom h3 .en {
    font-size: 3.85vw;
    letter-spacing: 2px;
  }
  #conslider06 .swiper-container .swiper-slide .box .detail .bottom .sentence p {
    padding: 15px 0 15px 0;
    font-size: 4.0vw;
    line-height: 1.75;
  }
  #conslider06 .swiper-button-prev,
  #conslider06 .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 50px !important;
    height: 50px !important;
    background: rgba(238, 80, 129, 0.875);
    border-radius: 50px;
    opacity: 0.8;
  }
  #conslider06 .swiper-button-prev img,
  #conslider06 .swiper-button-next img {
    width: 20px;
    height: auto;
  }
  #conslider06 .swiper-button-next img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

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

.flow03 .wrapper .inner {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 50px 0% 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.flow03 .wrapper .inner::after {
  content: "";
  position: absolute;
  background: #d82e63;
  width: 100%;
  height: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.flow03 .wrapper .inner .box {
  width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  background: #ffd1df;
  margin: 0 5% 0 0;
  position: relative;
  border-radius: 30px;
}

.flow03 .wrapper .inner .box .back {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 65px;
}

.flow03 .wrapper .inner .box .back .cover {
  color: rgba(238, 80, 129, 0.2);
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  line-height: 1.0;
}

.flow03 .wrapper .inner .box .number {
  position: absolute;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  top: -40px;
  left: -20px;
  line-height: 1.0;
  font-size: 80px;
  color: #ee5081;
}

.flow03 .wrapper .inner .box h3 {
  margin: 60px 0 0 0;
  text-align: center;
  color: #d82e63;
  font-size: 26px;
}

.flow03 .wrapper .inner .box .sentence {
  padding: 0 30px 30px 30px;
}

.flow03 .wrapper .inner .box .sentence p {
  padding: 10px 0px 10px 0px;
  color: #b31c4b;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.flow03 .wrapper .inner .emphasis {
  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;
  background: #ee5081;
  width: 20%;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 150px;
  border: solid 3px #ee5081;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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) {
  .flow03 {
    margin: 60px 0 0 0;
    padding: 0 0 50px 0;
  }
  .flow03 .wrapper .inner {
    margin: 40px auto 0;
    padding: 0px 5% 0 5%;
    display: block;
  }
  .flow03 .wrapper .inner::after {
    content: "";
    position: absolute;
    background: #d82e63;
    width: 30px;
    height: 100%;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: -1;
  }
  .flow03 .wrapper .inner .box {
    width: 100%;
    background: #ffd1df;
    margin: 0 0 30px 0;
    border-radius: 30px;
    padding: 10px 0 0 0;
  }
  .flow03 .wrapper .inner .box .back {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 65px;
  }
  .flow03 .wrapper .inner .box .back .cover {
    color: rgba(238, 80, 129, 0.2);
    font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
    font-weight: 700;
    line-height: 1.0;
  }
  .flow03 .wrapper .inner .box .number {
    top: -20px;
    left: 0px;
    font-size: 16vw;
  }
  .flow03 .wrapper .inner .box h3 {
    margin: 30px 0 0 0;
    font-size: 6.5vw;
  }
  .flow03 .wrapper .inner .box .sentence {
    padding: 0 30px 30px 30px;
  }
  .flow03 .wrapper .inner .box .sentence p {
    padding: 10px 0px 10px 0px;
    font-size: 4.5vw;
  }
  .flow03 .wrapper .inner .emphasis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: 700;
    padding: 10px 0 10px 0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE01-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title01-02 {
  background: #ee5081;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title01-02 {
    padding: 30px 0 30px 0;
  }
  .title01-02 h3 {
    padding: 10px 15px;
    width: 250px;
    margin: 0 auto 5px;
    font-size: 5vw;
  }
  .title01-02 h2 {
    font-size: 8vw;
    margin: 10px 0 10px 0;
  }
  .title01-02 .caption {
    font-size: 17px;
    padding: 0 0px 5px 0px;
  }
}

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

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

#faq01 .accordion li {
  border-width: 3px;
  border-style: solid;
  border-color: #ee5081;
  background: transparent;
  border: solid 2px #ee5081;
  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: #ee5081;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  line-height: 2.0;
  color: #ee5081;
  /*==============================================
                #faq01 .accordion .trigger::after
                ===============================================*/
}

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

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

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

#faq01 .accordion li .toggle_container p span.icon-a {
  line-height: 1.0;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #ee5081;
  border: solid 2px #ee5081;
  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: #ee5081;
    /*==============================================
                    #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: #ee5081;
    border: solid 2px #ee5081;
    margin: 0 10px 0 0;
  }
  #faq01 .accordion li .trigger::after, #faq01 .accordion li .trigger.active::after {
    font-size: 35px;
    position: absolute;
    top: 35%;
    right: 15px;
    margin-top: -11px;
  }
  #faq01 .accordion li .toggle_container {
    padding: 17px 40px 15px 40px;
  }
  #faq01 .accordion li .toggle_container p {
    font-size: 1.95vw;
  }
}

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

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

.point13 .swiper-container {
  max-width: 1980px;
  margin: 0 auto 0;
  padding: 50px 5% 50px 5%;
  overflow: hidden;
}

.point13 .swiper-container .box {
  margin: 0px 0 0px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ee407a), to(#db2781));
  background: linear-gradient(90deg, #ee407a 0%, #db2781 100%);
  position: relative;
  padding: 10px 0 0px 0;
}

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

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

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

.point13 .swiper-container .box .thumb {
  width: 100%;
  margin: -80px 0 0 0;
  padding: 0 0 0 30%;
  position: relative;
  z-index: 1;
}

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

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

.point13 .swiper-container .box h3 .block {
  text-align: center;
  color: #ee5081;
  display: inline-block;
  font-size: 46px;
  font-weight: 900;
  background: #fff;
  padding: 5px 12px 5px 12px;
  line-height: 1.4;
  position: relative;
  letter-spacing: 2px;
  z-index: 2;
}

.point13 .swiper-container .box h4 {
  margin: 0px 0px 0px 80px;
}

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

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

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

.point13 .swiper-container .box .google-maps {
  padding: 20px 20px 20px 20px;
  position: relative;
}

.point13 .swiper-container .box .google-maps .cover {
  margin: 0px auto 0;
  position: relative;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
}

.point13 .swiper-container .box .google-maps .cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.point13 .swiper-container .box .detail {
  margin: 20px 30px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point13 .swiper-container .box .detail .semi {
  margin: 0 10px 0 0;
}

.point13 .swiper-container .box .detail .semi .cover {
  display: inline-block;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 60px;
  padding: 0 8px 0 8px;
  font-size: 17px;
}

.point13 .swiper-container .box .detail .sub {
  color: #fff;
  font-size: 16px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point13 {
    background: auto;
    margin: 30px 0 0 0;
  }
  .point13 .swiper-container {
    padding: 30px 3.5% 20px 3.5%;
  }
  .point13 .swiper-container .box {
    margin: 0px 0 0px 0;
    padding: 10px 0 0px 0;
  }
  .point13 .swiper-container .box:nth-child(2n) {
    margin: 0 0 0px 0;
  }
  .point13 .swiper-container .box .back {
    opacity: 0.3;
    font-size: 13vw;
    top: 50px;
  }
  .point13 .swiper-container .box .mark {
    line-height: 1.2;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: -30px 0 0 -5px;
    font-size: 3.85vw;
  }
  .point13 .swiper-container .box .thumb {
    width: 100%;
    margin: -60px 0 0 0;
    padding: 0 0 0 25%;
  }
  .point13 .swiper-container .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .swiper-container .box h3 {
    margin: -20px 0px 0px 80px;
  }
  .point13 .swiper-container .box h3 .block {
    font-size: 7.25vw;
    padding: 5px 12px 5px 12px;
    line-height: 1.4;
  }
  .point13 .swiper-container .box h4 {
    margin: 0px 0px 0px 80px;
  }
  .point13 .swiper-container .box h4 .block {
    margin: 10px 0px 0px 0px;
    font-size: 5vw;
    padding: 5px 12px 5px 12px;
  }
  .point13 .swiper-container .box .explain {
    margin: 20px 30px 0px 40px;
  }
  .point13 .swiper-container .box .explain p {
    font-size: 4vw;
  }
  .point13 .swiper-container .box .detail {
    margin: 20px 30px 0px 30px;
    display: block;
  }
  .point13 .swiper-container .box .detail .semi {
    margin: 0 10px 0 0;
  }
  .point13 .swiper-container .box .detail .semi .cover {
    padding: 0 8px 0 8px;
    font-size: 4.25vw;
  }
  .point13 .swiper-container .box .detail .sub {
    font-size: 4.25vw;
  }
}

/* 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: 100px;
  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: #ee5081;
  padding: 20px 80px 30px 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  border: solid 3px #ee5081;
  -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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION70 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section70 {
  margin: 60px 0 0 0;
  padding: 60px 0 45px 0;
  overflow: hidden;
  background-color: #ee5081;
}

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

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

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

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

.section70 .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) {
  .section70 {
    padding: 45px 0 45px 0;
  }
  .section70 .sentence p {
    padding: 10px 0 10px 0;
    font-size: 4.25vw;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 2.0;
  }
  .section70 .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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE15-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title15-02 {
  background: url(../images/title15-02-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FORM01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#form-wrapper {
  width: 100%;
  margin: 30px auto 0;
  background: #f6f6f6;
  /*==============================================
	#form-wrapper h2
	===============================================*/
  /*==============================================
	#form-wrapper .privacy-section
	===============================================*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form#mail_form {
  /*==============================================
	form#mail_form input#postal
	===============================================*/
  /*==============================================
	submit(送信ボタン)
	===============================================*/
  /* 変数設定 */
}

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

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block !important;
  margin: 0 5px 0 5px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1000px以のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  form#mail_form {
    width: 100%;
    /*==============================================
		form#mail_form input
		===============================================*/
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 20px 10px;
    font-weight: bold;
  }
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 10px 20px 13px;
  }
  form#mail_form dl dd span {
    font-weight: normal;
  }
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule,
  form#mail_form input#schedule2 {
    width: 100%;
  }
}

/* ～1000px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 769px以下のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #form-wrapper h2 {
    font-size: 32px;
    line-height: 1.3;
    padding: 30px 0 30px 0;
  }
  #form-wrapper .privacy-section .privacy-button img.p-mark {
    position: relative;
    top: 15px;
    padding: 0 5px 0 0;
    width: 50px;
  }
}

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

#footer01 .wrapper .inner .top p {
  text-align: center;
  font-size: 16px;
  line-height: 2.0;
}

#footer01 .wrapper .copyright {
  margin: 30px 0 0 0;
  background: #ffd1df;
  text-align: center;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #b31c4b;
  font-size: 16px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #footer01 {
    margin: 30px 0 0 0;
  }
  #footer01 .wrapper .inner .top p {
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #ee5081;
}

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

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

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

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

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

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */