@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: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* modules */
/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #HEADER33 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
/*==============================================
#header33 variables(変数設定)
===============================================*/
#header33 {
  width: 100%;
  background: url(../images/header33-bg.jpg) no-repeat 0 center;
  background-size: cover;
  position: relative;
  height: 92.5vh;
  /*==============================================
  #header33 .logo
  ===============================================*/
  /*==============================================
  #header33 .text
  ===============================================*/
  /* #header33 .text closed */
}

#header33 .logo {
  position: absolute;
  top: 0;
  height: 0;
  width: 18vw;
}

#header33 .logo img {
  width: 100%;
  height: auto;
}

#header33 .text {
  position: absolute;
  left: 0;
  bottom: 10vh;
}

#header33 .text h2 {
  display: inline-block;
  text-align: center;
  padding: 5px 40px 10px 40px;
  color: #887db9;
  background: #ddd8f1;
  border: solid 2px #ddd8f1;
  -webkit-box-shadow: inset 0 0 0 2px #887db9;
          box-shadow: inset 0 0 0 2px #887db9;
  border-radius: 100px;
  font-size: 35px;
  margin: 0 0 0 3.5vw;
  line-height: 1.5;
}

#header33 .text h1 {
  margin: 30px 0 0 0;
}

#header33 .text h1 .line {
  display: inline-block;
  background: #887db9;
  color: #fff;
  padding: 10px 3.5vw 15px 3.5vw;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

#header33 .text h1 .line.small {
  font-size: 50px;
}

#header33 .text h1 .line.big {
  font-size: 65px;
}

/* #header33 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #headerto05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#headerto05 {
  margin: 0px 0 40px 0;
}

/*==============================================
#headerto05 .box-wrapper
===============================================*/
#headerto05 .box-wrapper {
  margin: -40px auto 20px;
  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: #fff;
  -webkit-box-shadow: 0px 4px 14px 3px #aaa;
          box-shadow: 0px 4px 14px 3px #aaa;
  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;
}

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

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

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

#headerto05 .box-wrapper .box .text {
  border-left: solid 2px #dadada;
  font-size: 20px;
  font-weight: 900;
  padding: 0 0 0 20px;
  color: #584b91;
  line-height: 1.4;
}

/*==============================================
.titleテンプレの見栄え
===============================================*/
body.title section {
  margin-bottom: 100px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-01 背景色
===============================================*/
.title01-01 {
  background: #584b91;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

/*===========================
.title01 h2,h3
===========================*/
.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: #7b6fb4;
  /* 線色 */
  border-radius: 5px;
  /* 線幅の半分 */
  content: "";
  display: block;
  height: 3px;
  /* 線幅 */
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-02 背景色
===============================================*/
.title01-02 {
  background: #887db9;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

/*==============================================
.title01-02 h2,h3
===============================================*/
.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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-03 背景色
===============================================*/
.title01-03 {
  background: inear-gradient(90deg, #887db9 0%, #4b5791 100%);
  font-weight: 700;
  font-style: normal;
}

.title01-03 .semi {
  padding: 30px 0 8px 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.title01-03 .sub {
  width: 400px;
  font-size: 25px;
  margin: 0 auto 10px;
  font-weight: 700;
  color: #fff;
  padding: 5px 20px 7px;
  border: solid 2px #fff;
  border-radius: 30px;
  text-align: center;
}

.title01-03 h2 {
  padding: 0px 5% 30px 5%;
  font-size: 45px;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-04 背景色
===============================================*/
.title01-04 {
  background: #887db9;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

.title01-04 .sub {
  font-size: 20px;
  width: 300px;
  padding: 12px 20px 12px;
  border: solid 3px #fff;
  border-radius: 30px;
  margin: 0 auto 10px;
  text-align: center;
}

.title01-04 h2 {
  padding: 0px 5% 20px 5%;
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGET08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#target08 {
  position: relative;
  z-index: 30;
  background: #887db9;
  /*==============================================
  #target08 .inner
  ===============================================*/
  /*==============================================
  #target08 ul
  ===============================================*/
  /*==============================================
  #target08 .list
  ===============================================*/
  /*==============================================
  #target08 .list
  ===============================================*/
}

#target08 .inner {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#target08 .inner:before {
  position: absolute;
  content: '';
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  background: url(../images/target08-bg.png) no-repeat;
  background-size: cover;
}

#target08 ul {
  padding: 0;
  margin: 0;
}

#target08 .list {
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  list-style-type: none;
}

#target08 .list:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  background: url(../images/nayami.svg);
  background-size: cover;
}

#target08 .list .hint {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  border: 2px solid #584b91;
  background: #fff;
  -webkit-box-shadow: 0 10px 31.5px 3.5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 31.5px 3.5px rgba(0, 0, 0, 0.08);
  color: #584b91;
}

#target08 .list .hint:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#target08 .list--1.on,
#target08 .list--2.on,
#target08 .list--3.on,
#target08 .list--4.on,
#target08 .list--5.on,
#target08 .list--6.on,
#target08 .list--7.on,
#target08 .list--8.on,
#target08 .list--9.on,
#target08 .list--10.on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes fukidashi01 {
  0% {
    top: 70px;
    left: 140px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 45px;
    left: 100px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 30px;
    left: 80px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi01 {
  0% {
    top: 70px;
    left: 140px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 45px;
    left: 100px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 30px;
    left: 80px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi02 {
  0% {
    top: 70px;
    left: 430px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 25px;
    left: 430px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 30px;
    left: 430px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi02 {
  0% {
    top: 70px;
    left: 430px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 25px;
    left: 430px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 30px;
    left: 430px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi03 {
  0% {
    top: 170px;
    right: 140px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 115px;
    right: 130px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 120px;
    right: 120px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi03 {
  0% {
    top: 170px;
    right: 140px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 115px;
    right: 130px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 120px;
    right: 120px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi04 {
  0% {
    top: 320px;
    right: 80px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 285px;
    right: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 280px;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi04 {
  0% {
    top: 320px;
    right: 80px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 285px;
    right: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 280px;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi05 {
  0% {
    top: 450px;
    right: 200px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 535px;
    right: 50px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 530px;
    right: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi05 {
  0% {
    top: 450px;
    right: 200px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 535px;
    right: 50px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 530px;
    right: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi06 {
  0% {
    top: 550px;
    right: 300px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 685px;
    right: 260px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 680px;
    right: 240px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi06 {
  0% {
    top: 550px;
    right: 300px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 685px;
    right: 260px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 680px;
    right: 240px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi07 {
  0% {
    top: 600px;
    left: 400px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 690px;
    left: 340px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 685px;
    left: 340px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi07 {
  0% {
    top: 600px;
    left: 400px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 690px;
    left: 340px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 685px;
    left: 340px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi08 {
  0% {
    top: 470px;
    left: 180px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 515px;
    left: 160px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 520px;
    left: 140px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi08 {
  0% {
    top: 470px;
    left: 180px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 515px;
    left: 160px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 520px;
    left: 140px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi09 {
  0% {
    top: 370px;
    left: 100px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 370px;
    left: 70px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 370px;
    left: 70px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi09 {
  0% {
    top: 370px;
    left: 100px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 370px;
    left: 70px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 370px;
    left: 70px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@-webkit-keyframes fukidashi10 {
  0% {
    top: 270px;
    left: 80px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 245px;
    left: 40px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 250px;
    left: 40px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes fukidashi10 {
  0% {
    top: 270px;
    left: 80px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  70% {
    top: 245px;
    left: 40px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
  100% {
    top: 250px;
    left: 40px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

#target08 [class*=hint--]:after {
  font-size: 15px;
  font-weight: 700;
}

/* end .target08 */
@-webkit-keyframes guiguiBorder {
  0% {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    top: 340px;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes guiguiBorder {
  0% {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    top: 340px;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes guiguiBorderSP {
  0% {
    top: -80px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    top: 130px;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes guiguiBorderSP {
  0% {
    top: -80px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    top: 130px;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes target08Body {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

@keyframes target08Body {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: "alpha(opacity=100)";
  }
}

/*==============================================
#target08 .explain
===============================================*/
#target08 .explain {
  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;
  padding: 0px 0 30px 0;
}

#target08 .explain .text {
  padding: 0 30px 0 0;
}

#target08 .explain .text h5 {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 30px;
  font-size: 19px;
  color: #fff;
  padding: 3px 14px 3px 14px;
  margin: 0 0 0 0;
}

#target08 .explain .text h4 {
  color: #fff;
  font-weight: 900;
  padding: 5px 20px 0 0;
  font-size: 36px;
  line-height: 1.5;
}

#target08 .explain img {
  width: 250px;
  height: auto;
  border: solid 3px #ddd8f1;
  padding: 3px 3px 3px 3px;
  background-color: #887db9;
}

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

/*============================================
#point08 .wrapper
=============================================*/
#point08 .wrapper {
  width: 100%;
  background: rgba(137, 126, 185, 0.85);
  background-size: 20px auto;
}

/*============================================
#point08 .box-wrapper
=============================================*/
#point08 .box-wrapper {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 70px 0 30px 0;
  /* #point08 .box-wrapper .box closed */
}

#point08 .box-wrapper .box {
  padding: 110px 0 30px 0;
  /* #point08 .box-wrapper .box .top closed */
  /* #point08 .box-wrapper .box .middle closed */
  /* #point08 .box-wrapper .box .middle closed */
}

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

#point08 .box-wrapper .box .top h2 .semi {
  margin: -130px 0 0px 40px;
  color: #7b6fb4;
  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 .box-wrapper .box .top h2 .semi span.big {
  font-size: 100px;
  letter-spacing: 3px;
  line-height: 1.0;
}

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

#point08 .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 .box-wrapper .box .top h2 .catch {
  padding: 0px 60px 60px 60px;
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}

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

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

#point08 .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 .box-wrapper .box .middle {
  padding: 30px 0 30px 0;
}

#point08 .box-wrapper .box .middle .sentence {
  font-size: 20px;
  color: #fff;
  line-height: 1.75;
}

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

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

#point08 .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 .box-wrapper .box .bottom .inside .icon img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0px auto 0;
}

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

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

#point08 .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 .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 .box-wrapper .box .bottom .block .icon:nth-child(5) {
  margin: 0 0% 0 0;
}

#point08 .box-wrapper .box .bottom .block .icon .image {
  width: 130px;
  height: auto;
  display: block;
  background: inear-gradient(90deg, #887db9 0%, #4b5791 100%);
  padding: 35px 35px 35px 35px;
  border-radius: 130px;
  margin: 0 auto 0px;
  line-height: 0;
}

#point08 .box-wrapper .box .bottom .block .icon .image img {
  width: 100%;
  height: auto;
  line-height: 0;
}

#point08 .box-wrapper .box .bottom .block .icon h5 {
  margin: 15px 0 0 0;
  padding: 0;
  color: #7b6fb4;
  font-size: 22px;
  font-weight: 900;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1.5px;
}

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

/* #point08 .box-wrapper closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CTA05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.cta05 variables(変数設定)
===============================================*/
.cta05 {
  width: 100%;
}

.cta05 .wrapper .inner {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 0 0 0 0;
  background: #ddd8f1;
}

.cta05 .wrapper .inner h3 {
  background: #584b91;
  color: #ddd8f1;
  text-align: center;
  padding: 5px 10px 5px 10px;
  font-size: 32px;
}

.cta05 .wrapper .inner .sentence {
  padding: 0 80px 0 80px;
}

.cta05 .wrapper .inner .sentence p {
  font-size: 24px;
  line-height: 1.75;
  color: #584b91;
  padding: 20px 0 15px 0;
}

.cta05 .wrapper .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
  padding: 0 40px 40px 40px;
}

.cta05 .wrapper .inner .box .thumb {
  width: 250px;
  margin: 0 40px 0 0;
}

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

.cta05 .wrapper .inner .box .text {
  padding: 10px 0 0 0;
}

.cta05 .wrapper .inner .box .text h4 {
  text-align: center;
  margin: -45px 0 0 0;
}

.cta05 .wrapper .inner .box .text h4 .cover {
  display: inline-block;
  border: solid 2px #887db9;
  -webkit-box-shadow: 0 0 0 2px #ddd8f1 inset;
          box-shadow: 0 0 0 2px #ddd8f1 inset;
  background: #887db9;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  padding: 3px 30px 3px 30px;
}

.cta05 .wrapper .inner .box .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta05 .wrapper .inner .box .text dl dt {
  font-size: 55px;
  color: #584b91;
  margin: 0 20px 0 0;
}

.cta05 .wrapper .inner .box .text dl dd {
  font-size: 20px;
  color: #584b91;
  line-height: 1.3;
}

.cta05 .wrapper .inner .box .text .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta05 .wrapper .inner .box .text .block .mark {
  font-size: 32px;
  color: #887db9;
  padding: 2px 3px 4px 3px;
  border: solid 3px #887db9;
  border-radius: 1px;
  margin: 0 20px 0 0;
}

.cta05 .wrapper .inner .box .text .block .number {
  font-size: 50px;
  color: #584b91;
}

.cta05 .wrapper .inner .box .text .block .semi {
  color: #584b91;
  line-height: 1.0;
}

.cta05 .wrapper .inner .box .text .block .semi .small {
  font-size: 15px;
}

.cta05 .wrapper .inner .box .text .block .semi .big {
  font-size: 35px;
}

.cta05 .wrapper .inner .box .text .button {
  margin: 30px 0 0 0;
  width: 500px;
}

.cta05 .wrapper .inner .box .text .button .caption {
  text-align: center;
  color: #e86e5c;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
}

.cta05 .wrapper .inner .box .text .button .caption span {
  padding: 0 3px 0 3px;
}

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

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

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

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

.cta05 .wrapper .inner .box .text .button a span {
  padding: 0 0 0 0px;
}

.cta05 .wrapper .inner .box .text .button a img.icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title13-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-01 背景色
===============================================*/
.title13-01 {
  padding: 0px 0 0 0;
}

.title13-01 .box {
  background: #584b91;
  padding: 5px 0 30px 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;
}

.title13-01 .box .thumb {
  width: 450px;
  margin: 0px 60px 0px 0;
}

.title13-01 .box .thumb img {
  width: 100%;
  height: auto;
}

.title13-01 .box .text {
  position: relative;
}

.title13-01 .box .text h4 {
  position: absolute;
  font-size: 100px;
  color: #fff;
  opacity: 0.2;
  line-height: 1.0;
  letter-spacing: 5px;
}

.title13-01 .box .text h2 {
  color: #fff;
  font-size: 80px;
  line-height: 1.3;
  margin: 30px 0 0 0;
}

.title13-01 .box .text h3 {
  color: #ddd8f1;
  font-size: 24px;
  line-height: 1.5;
  margin: 30px 0 0 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION52 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section52 .variables(変数設定)
===============================================*/
.section52 {
  margin: 40px 0 0 0;
  padding: 10px 0 0 0;
  /*==============================================
    .section52 .addtional
    ===============================================*/
}

.section52 .wrapper {
  background: #ddd8f1;
}

.section52 .wrapper .inner {
  padding: 20px 3.5% 20px 50px;
  max-width: 1980px;
}

.section52 .wrapper .inner h3 {
  font-size: 24px;
  text-align: center;
  color: #584b91;
}

.section52 .wrapper .inner .thumb {
  max-width: 1080px;
  margin: 0 auto;
}

.section52 .wrapper .inner .thumb img {
  width: 100%;
}

.section52 .wrapper .inner #conslider07 .hero01 .swiper-container {
  max-width: 1080px;
  margin: 25px auto 0;
  position: relative;
}

.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-prev,
.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  background: #e0e0e0;
  border-radius: 50px;
  opacity: 0.8;
}

.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-prev img,
.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next img {
  width: 20px;
  height: auto;
}

.section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section52 .addtional {
  max-width: 1080px;
  margin: 0 auto 0;
  padding: 20px 3.5% 20px 3.5%;
}

.section52 .addtional .sentence p {
  font-size: 20px;
  color: #584b91;
  line-height: 2.0;
  padding: 10px 0 10px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-01 {
  position: relative;
  text-align: center;
  padding: 40px 0 0 0;
  overflow: hidden;
}

.title02-01 h2 {
  font-weight: 700;
  font-size: 50px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #887db9;
}

.title02-01 h3 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #887db9;
}

.title02-01 p.en {
  color: #887db9;
  margin: 20px 0 auto 0;
  display: inline-block;
  border: solid 2px #887db9;
  padding: 4px 40px 6px 40px;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 700;
  border-radius: 40px;
}

.title02-01 p.back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7.7rem;
  color: #7b6fb4;
  opacity: 0.15;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-02 {
  position: relative;
  text-align: center;
  padding: 0px 0 0px 0;
  overflow: hidden;
}

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

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

.title02-02 p.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: #7b6fb4;
  opacity: 0.15;
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-03 {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
  overflow: hidden;
}

.title02-03 h2 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #887db9;
  line-height: 1.5;
}

.title02-03 h3 {
  font-weight: 900;
  font-size: 78px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  color: #887db9;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
}

.title02-03 p.back {
  position: absolute;
  top: 20px;
  left: 50%;
  font-weight: 700;
  -webkit-transform: skewX(-15deg) translateX(-50%);
          transform: skewX(-15deg) translateX(-50%);
  font-size: 7.7rem;
  color: #7b6fb4;
  opacity: 0.2;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .POINT12 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.point12 .variables(変数設定)
===============================================*/
.point12 {
  margin: 100px 0 0 0;
}

.point12 .wrapper {
  position: relative;
  padding: 0px 0 0 0;
}

.point12 .wrapper::before, .point12 .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
}

.point12 .wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(136, 125, 185, 0.9)), to(rgba(75, 87, 145, 0.9)));
  background: linear-gradient(90deg, rgba(136, 125, 185, 0.9) 0%, rgba(75, 87, 145, 0.9) 100%);
  z-index: -9;
}

.point12 .inner {
  padding: 0px 7.5% 0 7.5%;
  max-width: 1980px;
  margin: 60px auto 0;
}

.point12 .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point12 .inner .box-wrapper .box {
  background-color: #f2f5fd;
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 10px 0px 30px 0px;
  -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);
  position: relative;
}

.point12 .inner .box-wrapper .box:nth-child(3n) {
  margin: 0 0% 20px 0;
}

.point12 .inner .box-wrapper .box .mark {
  margin: -30px auto 0px;
  text-align: center;
}

.point12 .inner .box-wrapper .box .mark .inside {
  border: solid 3px #7b6fb4;
  background: #7b6fb4;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  line-height: 1.35;
  padding: 5px 15px 5px 15px;
  font-weight: 700;
}

.point12 .inner .box-wrapper .box .mark .inside span {
  padding: 0 0 0 2px;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-size: 20px;
}

.point12 .inner .box-wrapper .box .icon {
  width: 90px;
  margin: 50px auto 0px;
}

.point12 .inner .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}

.point12 .inner .box-wrapper .box h3 {
  margin: 20px 0 0 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

.point12 .inner .box-wrapper .box h3 .big {
  color: #584b91;
  font-size: 22px;
  margin: 0 15px 0 0;
}

.point12 .inner .box-wrapper .box h3 .small {
  color: #887db9;
  font-size: 16px;
}

.point12 .inner .box-wrapper .box .semi {
  color: #a9a9b4;
  letter-spacing: 5px;
  text-align: center;
  margin: 10px 0 0 0;
}

.point12 .inner .box-wrapper .box .explain {
  margin: 15px 40px 0 40px;
}

.point12 .inner .box-wrapper .box .explain p {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.5px;
  color: #584b91;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .POINT14 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.point14
===============================================*/
.point14 .wrapper {
  position: relative;
  padding: 0px 0 0 0;
  margin: 0px 0 0 0;
}

.point14 .wrapper::before, .point14 .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
}

.point14 .wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(#e86e5c), to(#cc4732));
  background: linear-gradient(90deg, #e86e5c 0%, #cc4732 100%);
  z-index: -9;
}

.point14 .inner {
  padding: 0px 7.5% 0 7.5%;
  max-width: 1980px;
  margin: 60px auto 0;
}

.point14 .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point14 .inner .box-wrapper .box {
  background-color: #fde6e2;
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 10px 0px 30px 0px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(170, 89, 84, 0.3);
          box-shadow: 5px 5px 10px 0 rgba(170, 89, 84, 0.3);
  position: relative;
}

.point14 .inner .box-wrapper .box:nth-child(3n) {
  margin: 0 0% 20px 0;
}

.point14 .inner .box-wrapper .box .mark {
  margin: -30px auto 0px;
  text-align: center;
}

.point14 .inner .box-wrapper .box .mark .inside {
  border: solid 3px #da4c36;
  background: #da4c36;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.35;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
}

.point14 .inner .box-wrapper .box .mark .inside span {
  padding: 0 0 0 2px;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-size: 20px;
}

.point14 .inner .box-wrapper .box .icon {
  width: 90px;
  margin: 50px auto 0px;
}

.point14 .inner .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}

.point14 .inner .box-wrapper .box h3 {
  margin: 20px 0 0 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

.point14 .inner .box-wrapper .box h3 .big {
  color: #da4c36;
  font-size: 22px;
  margin: 0 15px 0 0;
}

.point14 .inner .box-wrapper .box h3 .small {
  color: #e86e5c;
  font-size: 16px;
}

.point14 .inner .box-wrapper .box .semi {
  color: #d1a19a;
  letter-spacing: 5px;
  text-align: center;
  margin: 10px 0 0 0;
}

.point14 .inner .box-wrapper .box .explain {
  margin: 15px 40px 0 40px;
}

.point14 .inner .box-wrapper .box .explain p {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.5px;
  color: #da4c36;
}

body.title section {
  margin: 300px 0 300px 0;
}

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

.title10-01 .title-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 500px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) skewY(-6.5deg);
          transform: translateY(-50%) skewY(-6.5deg);
}

.title10-01 .title-inner .cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.title10-01 .title-inner .cover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background: #887db9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
}

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

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

.title10-01 .title-middle h2 {
  -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 h2 span {
  text-orientation: sideways;
}

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

.title10-01 .thumb01 {
  position: absolute;
  top: -1.78rem;
  left: .95rem;
  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 .thumb01 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb02 {
  position: absolute;
  bottom: -1.8rem;
  left: 12.45rem;
  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 .thumb02 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb03 {
  position: absolute;
  top: -2.5rem;
  right: 10%;
  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 .thumb03 img {
  width: 100%;
  height: auto;
}

.title10-01 .thumb04 {
  position: absolute;
  right: 20%;
  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 .thumb04 img {
  width: 100%;
  height: auto;
}

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

/*==============================================
.section40
===============================================*/
.section40 .sentence {
  max-width: 1000px;
  padding: 0 5% 0 5%;
  margin: 0 auto 0;
}

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

.section40 .sentence p {
  padding: 10px 0 10px 0;
  font-size: 18px;
  letter-spacing: 1.5px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FLOW01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#flow01 {
  padding: 0px 0 50px 0;
}

/*==============================================
#flow01 .step-wrapper
===============================================*/
#flow01 .step-wrapper {
  padding: 30px 0 0px 0;
}

/*==============================================
#flow01 .step
===============================================*/
#flow01 .step {
  color: #887db9;
  font-size: 55px;
  line-height: 0.8;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 900;
  font-style: normal;
  width: 90%;
  margin: 0 auto 0;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

#flow01 img.arrow {
  display: block;
  width: 66px;
  height: auto;
  margin: 0 auto 20px;
  line-height: 0;
}

#flow01 .left:after,
#flow01 .right:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*==============================================
#flow01 .left
===============================================*/
#flow01 .left .text {
  float: right;
  width: 500px;
  height: auto;
}

#flow01 .left img {
  float: left;
  width: 330px;
  height: auto;
}

/*==============================================
#flow01 .right
===============================================*/
#flow01 .right .text {
  float: left;
  width: 500px;
  height: auto;
}

#flow01 .right img {
  float: right;
  width: 330px;
  height: auto;
}

/*==============================================
#flow01 .box
===============================================*/
#flow01 .box {
  width: 950px;
  margin: 0 auto;
  background: #fff;
  border: solid 2px #887db9;
  padding: 35px 35px 35px 35px;
}

#flow01 .box h3 {
  font-size: 26px;
  color: #584b91;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 20px 0;
}

#flow01 .box h3 span {
  display: inline-block;
  width: 33px;
  line-height: 33px;
  height: 33px;
  font-size: 24px;
  border-radius: 50%;
  background: #584b91;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

#flow01 .box .text p {
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

/*==============================================
#flow01 .addtional
===============================================*/
#flow01 .addtional {
  margin: 30px auto 0;
  text-align: center;
  line-height: 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;
}

#flow01 .addtional .text {
  display: inline-block;
  vertical-align: top;
}

#flow01 .addtional .text .semi {
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 40px;
  border-radius: 90px;
  color: #fff;
  background: #887db9;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
}

#flow01 .addtional .text .catch {
  font-size: 35px;
  padding: 2px 10px;
  line-height: 1.25;
  color: #887db9;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0 30px 0 0;
}

#flow01 .addtional img {
  width: 210px;
  height: auto;
  display: inline-block;
  padding: 4px;
  background: #ddd8f1;
  border: solid 2px #887db9;
}

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

/*==============================================
#faq01 .title
===============================================*/
#faq01 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  background: #ddd8f1;
  padding: 40px 0 40px 0px;
}

#faq01 .title .image {
  width: 300px;
}

#faq01 .title .image img {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 4px 4px 4px 4px;
  border: solid 2px #9c90cf;
}

#faq01 .title .sentence {
  padding: 0 40px 0 0px;
}

#faq01 .title .sentence h3 {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #887db9;
  position: relative;
}

#faq01 .title .sentence h3:before, #faq01 .title .sentence h3:after {
  content: "";
  background: #887db9;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

#faq01 .title .sentence h3:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

#faq01 .title .sentence h3:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

#faq01 .title .sentence h2 {
  font-size: 45px;
  line-height: 1.7;
  margin: 0 0 0px 0;
  font-weight: 900;
  text-align: right;
}

#faq01 .title .sentence h2 div {
  display: inline-block;
  color: #fff;
  background: #887db9;
  padding: 5px 20px 5px 20px;
  margin: 0 0 10px 0;
}

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

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

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

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

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

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

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

#faq01 .accordion .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 .toggle_container
===============================================*/
#faq01 .toggle_container {
  padding: 17px 40px 15px 40px;
  position: relative;
  line-height: 2.0;
}

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

#faq01 .toggle_container p span.icon-a {
  background: #d70a17;
  line-height: 1.0;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  color: #fff;
  margin: 0 10px 0 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section08 .wrapper
===============================================*/
.section08 .wrapper {
  width: 100%;
  background: url(../images/section08-bg-left.png) no-repeat left top, url(../images/section08-bg-right.png) no-repeat right bottom #ddd8f1;
  background-size: 260px auto;
  margin: 30px 0 0 0;
}

/*==============================================
.section08 .inner
===============================================*/
.section08 .inner h3 {
  text-align: center;
  color: #887db9;
  font-size: 80px;
  padding: 50px 0 40px 0;
  font-weight: 900;
  line-height: 1.0;
}

.section08 .inner h2 {
  text-align: center;
  color: #887db9;
  font-size: 32px;
  color: #222222;
}

.section08 .inner .image {
  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;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 60px 0 0px;
}

.section08 .inner .image img {
  width: 400px;
  height: auto;
}

.section08 .inner .image img:nth-child(1) {
  margin: 0 50px 0 0;
}

.section08 .inner .sentence {
  max-width: 980px;
  margin: 0 auto 0;
  padding: 50px 5% 50px;
}

.section08 .inner .sentence p {
  font-size: 17px;
  padding: 10px 0 10px 0;
  line-height: 2.25;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 footer02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#footer02 {
  margin: 50px 0 0 0;
  background: #887db9;
}

#footer02 .copyright {
  padding: 3px 0 3px 0;
  text-align: center;
  color: #ddd8f1;
  font-size: 16px;
}

/* breakpoints */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 #HEADER33 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  #header33 {
    background: url(../images/header33-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    /*==============================================
    #header33 .logo
    ===============================================*/
    /*==============================================
    #header33 .text
    ===============================================*/
    /* #header33 .text closed */
  }
  #header33 .logo {
    position: absolute;
    top: 0;
    height: 0;
    width: 38vw;
  }
  #header33 .logo img {
    width: 100%;
    height: auto;
  }
  #header33 .text {
    position: absolute;
    left: 0;
    bottom: 5vh;
  }
  #header33 .text h2 {
    padding: 5px 15px 10px 15px;
    border-radius: 100px;
    font-size: 18px;
    margin: 0 0 0 3.5vw;
  }
  #header33 .text h1 {
    margin: 10px 0 0 0;
  }
  #header33 .text h1 .line {
    display: inline-block;
    background: #887db9;
    color: #fff;
    padding: 5px 3.5vw 10px 3.5vw;
    margin: 0 0 15px 0;
  }
  #header33 .text h1 .line.small {
    font-size: 20px;
  }
  #header33 .text h1 .line.big {
    font-size: 35px;
  }
  /* #header33 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #headerto05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 769px) {
  /*==============================================
#headerto05 .box-wrapper
===============================================*/
  #headerto05 .box-wrapper {
    margin: -20px auto 20px;
    display: block;
  }
  #headerto05 .box-wrapper .box {
    background: #fff;
    width: 92%;
    margin: 0 auto 20px;
    padding: 10px 20px 10px 20px;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 0 auto 20px;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 30%;
    padding: 0 15px 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    font-size: 17px;
    padding: 0 0 0 15px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title01-01 背景色
  ===============================================*/
  .title01-01 {
    padding: 20px 0 20px;
    text-align: center;
  }
  /*==============================================
  .title01 h2,h3
  ===============================================*/
  .title01-01 h2 {
    font-size: 32px;
  }
  .title01-01 h3 {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .title01-01 .caption {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title01-02 背景色
  ===============================================*/
  .title01-02 {
    padding: 20px 0 20px 0;
  }
  /*==============================================
  .title01-02 h2,h3
  ===============================================*/
  .title01-02 h3 {
    padding: 10px 15px;
    width: 240px;
    font-size: 17px;
  }
  .title01-02 h2 {
    font-size: 32px;
  }
  .title01-02 .caption {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-03 .semi {
    padding: 20px 0 8px 0;
    font-size: 22px;
  }
  .title01-03 .sub {
    width: 220px;
    font-size: 20px;
  }
  .title01-03 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 32px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-04 {
    padding: 30px 0 10px 0;
  }
  .title01-04 .sub {
    font-size: 17px;
    width: 200px;
    padding: 10px 20px 10px;
  }
  .title01-04 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 34px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (min-width: 768px) {
  #target08 .inner {
    width: 1200px;
    height: 870px;
    -webkit-animation: target08Body 1s ease-out 1 forwards;
            animation: target08Body 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  #target08 .inner:before {
    top: 150px;
    left: calc(50% - 278px);
    width: 557px;
    height: 476px;
  }
  #target08 .inner.on {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  #target08 .list {
    line-height: 1.3;
    opacity: 0;
    filter: "alpha(opacity=0)";
  }
  #target08 .list:before {
    top: -15px;
    left: -15px;
    width: 40px;
    height: 38px;
  }
  #target08 .list .hint {
    padding: 18px 20px 18px 35px;
    border-radius: 0 20px 20px;
  }
  #target08 .list--1 {
    font-size: 34px;
    -webkit-animation: fukidashi01 1s ease-out 1 forwards;
            animation: fukidashi01 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  #target08 .list--1:before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #target08 .list--2 {
    font-size: 24px;
    -webkit-animation: fukidashi02 1s ease-out 1 forwards;
            animation: fukidashi02 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  #target08 .list--3 {
    font-size: 30px;
    -webkit-animation: fukidashi03 1s ease-out 1 forwards;
            animation: fukidashi03 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  #target08 .list--4 {
    font-size: 30px;
    line-height: 1.3;
    -webkit-animation: fukidashi04 1s ease-out 1 forwards;
            animation: fukidashi04 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  #target08 .list--5 {
    font-size: 24px;
    -webkit-animation: fukidashi05 1s ease-out 1 forwards;
            animation: fukidashi05 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  #target08 .list--6 {
    font-size: 30px;
    -webkit-animation: fukidashi06 1s ease-out 1 forwards;
            animation: fukidashi06 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
  }
  #target08 .list--7 {
    font-size: 24px;
    -webkit-animation: fukidashi07 1s ease-out 1 forwards;
            animation: fukidashi07 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  #target08 .list--8 {
    font-size: 30px;
    -webkit-animation: fukidashi08 1s ease-out 1 forwards;
            animation: fukidashi08 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  #target08 .list--9 {
    font-size: 22px;
    -webkit-animation: fukidashi09 1s ease-out 1 forwards;
            animation: fukidashi09 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  #target08 .list--10 {
    font-size: 24px;
    -webkit-animation: fukidashi10 1s ease-out 1 forwards;
            animation: fukidashi10 1s ease-out 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
  }
}

/* min-width:768px responsive-closed */
@media screen and (max-width: 767px) {
  #target08 [class*=hint--]:hover:after, #target08 [class*=hint--]:hover:before {
    display: none;
  }
  #target08 .inner {
    width: 100%;
    max-width: 450px;
    height: 540px;
  }
  #target08 .inner:before {
    top: 150px;
    left: calc(50% - 150px);
    width: 300px;
    height: 256px;
  }
  #target08 .list {
    font-size: 14px;
    line-height: 1.4;
  }
  #target08 .list:before {
    top: -8px;
    left: -8px;
    width: 32px;
    height: 24px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #target08 .list .hint {
    padding: 8px 10px;
    border-radius: 10px;
  }
  #target08 .list--1 {
    font-size: 20px;
    top: 40px;
    left: 5%;
  }
  #target08 .list--2 {
    top: 45px;
    left: 60%;
  }
  #target08 .list--3 {
    top: 140px;
    right: 1%;
  }
  #target08 .list--4 {
    top: 280px;
    right: 1%;
  }
  #target08 .list--5 {
    font-size: 11px;
    top: 380px;
    right: 1%;
  }
  #target08 .list--6 {
    top: 450px;
    right: 7%;
  }
  #target08 .list--7 {
    font-size: 12px;
    top: 440px;
    left: 5%;
  }
  #target08 .list--8 {
    top: 345px;
    left: 2%;
  }
  #target08 .list--9 {
    font-size: 11px;
    top: 254px;
    left: 2%;
  }
  #target08 .list--10 {
    top: 120px;
    left: 2%;
  }
  #target08 [class*=hint--]:after, #target08 [class*=hint--]:before {
    word-break: break-all !important;
  }
  #target08 [class*=hint--]:after {
    font-size: 10px;
    overflow: hidden;
    width: auto;
    max-width: 100vw;
    padding: 10px 12px;
    word-break: break-all !important;
  }
  #target08 [aria-label='']:after, #target08 [aria-label='']:before, #target08 [data-hint='']:after, #target08 [data-hint='']:before {
    word-break: break-all !important;
  }
  /*==============================================
  #target08 .explain
  ===============================================*/
  #target08 .explain {
    display: block;
    padding: 0px 0 20px 0;
  }
  #target08 .explain .text {
    text-align: center;
  }
  #target08 .explain .text h5 {
    font-size: 18px;
  }
  #target08 .explain .text h4 {
    text-align: center;
    color: #fff;
    padding: 5px 20px 0 20px;
    font-size: 32px;
    line-height: 1.5;
  }
  #target08 .explain img {
    width: 160px;
    display: block;
    margin: 0 auto 0;
  }
}

/* max-width:767px responsive-closed */
@media screen and (max-width: 450px) {
  #target08 .list {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #target08 .list--1 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #target08 .list--5 {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #target08 .list--9 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

/* max-width:450px responsive-closed */
/* 320px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT08 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  /*============================================
    #point08 .wrapper
    =============================================*/
  /*============================================
    #point08 .boxwrapper
    =============================================*/
  #point08 .box-wrapper {
    max-width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
    /* #point08 .box-wrapper .box closed */
  }
  #point08 .box-wrapper .box {
    padding: 40px 0 30px 0;
    /* #point08 .box-wrapper .box .top closed */
    /* #point08 .box-wrapper .box .middle closed */
    /* #point08 .box-wrapper .box .bottom closed */
  }
  #point08 .box-wrapper .box .top {
    display: block;
  }
  #point08 .box-wrapper .box .top h2 {
    width: 92%;
    margin: 10px auto 0;
    padding: 10px 0 0 0;
    z-index: 2;
  }
  #point08 .box-wrapper .box .top h2 .semi {
    margin: -100px 0 0px 0px;
    line-height: 1.0;
    padding: 10px 0 0 30px;
    display: block;
    text-align: left;
  }
  #point08 .box-wrapper .box .top h2 .semi span.big {
    font-size: 80px;
  }
  #point08 .box-wrapper .box .top h2 .semi span.small {
    font-size: 40px;
  }
  #point08 .box-wrapper .box .top h2 .en {
    padding: 20px 25px 10px 25px;
    font-size: 17px;
  }
  #point08 .box-wrapper .box .top h2 .catch {
    padding: 0px 20px 30px 20px;
    font-size: 26px;
  }
  #point08 .box-wrapper .box .top .thumb {
    overflow: hidden;
    width: 100%;
    margin: -30px auto 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0), 0 0 0 3px inset #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0), 0 0 0 3px inset #fff;
  }
  #point08 .box-wrapper .box:nth-child(2n) .top h2 .semi {
    padding: 10px 20px 0 0px;
    display: block;
    text-align: right;
  }
  #point08 .box-wrapper .box .middle {
    padding: 20px 5% 30px 5%;
  }
  #point08 .box-wrapper .box .middle .sentence {
    font-size: 16px;
    line-height: 1.75;
  }
  #point08 .box-wrapper .box .bottom {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 0 0px 0;
    background: #fff;
    border: solid 3px #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px inset #887db9;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 0 3px inset #887db9;
  }
  #point08 .box-wrapper .box .bottom .mark {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #887db9;
    margin: 0 auto 0;
  }
  #point08 .box-wrapper .box .bottom .inside {
    display: block;
    padding: 20px 0 20px 0;
  }
  #point08 .box-wrapper .box .bottom .inside .icon img {
    width: 70px;
    height: auto;
    margin: 10px auto 10px;
  }
  #point08 .box-wrapper .box .bottom .inside h3 {
    padding: 0px 30px 0px 30px;
    text-align: center;
    font-size: 22px;
  }
  #point08 .box-wrapper .box .bottom .block {
    padding: 20px 2% 20px 2%;
  }
  #point08 .box-wrapper .box .bottom .block .icon {
    width: 30%;
    margin: 0 2.5% 0 0;
  }
  #point08 .box-wrapper .box .bottom .block .icon:nth-child(3) {
    margin: 0 0% 0 0;
  }
  #point08 .box-wrapper .box .bottom .block .icon:nth-child(5) {
    margin: 0 0% 0 0;
  }
  #point08 .box-wrapper .box .bottom .block .icon .image {
    width: 100px;
    height: auto;
    display: block;
    background: inear-gradient(90deg, #887db9 0%, #4b5791 100%);
    padding: 20px 20px 20px 20px;
    border-radius: 140px;
    margin: 0 auto 0px;
    line-height: 0;
  }
  #point08 .box-wrapper .box .bottom .block .icon .image img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #point08 .box-wrapper .box .bottom .block .icon h5 {
    margin: 5px 0 15px 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: -1.5px;
  }
  #point08 .box-wrapper .box .bottom .sentence {
    padding: 0px 30px 30px 30px;
    font-size: 17px;
    line-height: 2.2;
  }
  /* #point08 .box-wrapper closed */
}

/* 769px responsive-closed */
@media screen and (max-width: 320px) {
  /*============================================
    #point08 .boxwrapper
    =============================================*/
  #point08 .box-wrapper {
    /* #point08 .box-wrapper .box closed */
  }
  #point08 .box-wrapper .box {
    /* #point08 .box-wrapper .box .top closed */
    /* #point08 .box-wrapper .box .middle closed */
    /* #point08 .box-wrapper .box .middle closed */
  }
  #point08 .box-wrapper .box .top h2 .semi span.big {
    font-size: 80px;
  }
  #point08 .box-wrapper .box .top h2 .semi span.small {
    font-size: 40px;
  }
  #point08 .box-wrapper .box .top h2 .en {
    padding: 20px 25px 10px 25px;
    font-size: 17px;
  }
  #point08 .box-wrapper .box .top h2 .catch {
    padding: 0px 25px 30px 25px;
    font-size: 22px;
  }
  #point08 .box-wrapper .box .middle .sentence {
    font-size: 14px;
  }
  #point08 .box-wrapper .box .bottom .inside {
    display: block;
    padding: 20px 0 20px 0;
  }
  #point08 .box-wrapper .box .bottom .inside h3 {
    font-size: 20px;
  }
  #point08 .box-wrapper .box .bottom .sentence {
    padding: 0px 25px 30px 25px;
    font-size: 15.5px;
    line-height: 2.2;
  }
  /* #point08 .box-wrapper closed */
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 .CTA05 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  .cta05 {
    width: 100%;
  }
  .cta05 .wrapper .inner h3 {
    padding: 5px 3% 5px 3%;
    font-size: 20px;
  }
  .cta05 .wrapper .inner .sentence {
    padding: 0 5% 0 5%;
  }
  .cta05 .wrapper .inner .sentence p {
    font-size: 17px;
    line-height: 1.75;
    color: #584b91;
    padding: 20px 0 15px 0;
  }
  .cta05 .wrapper .inner .box {
    margin: 50px 0 0;
    padding: 0 3.5% 40px 3.5%;
  }
  .cta05 .wrapper .inner .box .thumb {
    width: 30%;
    margin: 0 3% 0 0;
  }
  .cta05 .wrapper .inner .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta05 .wrapper .inner .box .text {
    width: 67%;
    padding: 10px 0 0 0;
  }
  .cta05 .wrapper .inner .box .text h4 {
    margin: -45px 0 0 0;
  }
  .cta05 .wrapper .inner .box .text h4 .cover {
    font-size: 16px;
    padding: 3px 20px 3px 20px;
  }
  .cta05 .wrapper .inner .box .text dl dt {
    font-size: 30px;
    margin: 0 10px 0 0;
  }
  .cta05 .wrapper .inner .box .text dl dd {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .cta05 .wrapper .inner .box .text .block .mark {
    font-size: 17px;
    padding: 2px 3px 4px 3px;
    margin: 0 6px 0 0;
  }
  .cta05 .wrapper .inner .box .text .block .number {
    font-size: 30px;
  }
  .cta05 .wrapper .inner .box .text .block .semi .small {
    font-size: 12px;
  }
  .cta05 .wrapper .inner .box .text .block .semi .big {
    font-size: 20px;
  }
  .cta05 .wrapper .inner .box .text .button {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .cta05 .wrapper .inner .box .text .button .caption {
    font-size: 16px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
  }
  .cta05 .wrapper .inner .box .text .button .caption span {
    padding: 0 3px 0 3px;
  }
  .cta05 .wrapper .inner .box .text .button .caption:before, .cta05 .wrapper .inner .box .text .button .caption:after {
    content: "";
    background: #e86e5c;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta05 .wrapper .inner .box .text .button .caption:before {
    left: 7%;
  }
  .cta05 .wrapper .inner .box .text .button .caption:after {
    right: 7%;
  }
  .cta05 .wrapper .inner .box .text .button a {
    font-size: 18px;
  }
  .cta05 .wrapper .inner .box .text .button a span {
    padding: 0 0 0 0px;
  }
  .cta05 .wrapper .inner .box .text .button a img.icon {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .cta05 {
    width: 100%;
  }
  .cta05 .wrapper .inner h3 {
    font-size: 18px;
  }
  .cta05 .wrapper .inner .sentence p {
    font-size: 15px;
    line-height: 1.75;
    color: #584b91;
    padding: 20px 0 15px 0;
  }
  .cta05 .wrapper .inner .box {
    margin: 50px 0 0;
    padding: 0 3.5% 40px 3.5%;
  }
  .cta05 .wrapper .inner .box .thumb {
    width: 25%;
    margin: 0 3% 0 0;
  }
  .cta05 .wrapper .inner .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta05 .wrapper .inner .box .text {
    width: 72%;
    padding: 10px 0 0 0;
  }
  .cta05 .wrapper .inner .box .text h4 {
    margin: -45px 0 0 0;
  }
  .cta05 .wrapper .inner .box .text h4 .cover {
    font-size: 14px;
    padding: 3px 20px 3px 20px;
  }
  .cta05 .wrapper .inner .box .text dl dt {
    font-size: 27px;
  }
  .cta05 .wrapper .inner .box .text dl dd {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .cta05 .wrapper .inner .box .text .block .mark {
    font-size: 16px;
    padding: 2px 3px 4px 3px;
    margin: 0 6px 0 0;
  }
  .cta05 .wrapper .inner .box .text .block .number {
    font-size: 27px;
  }
  .cta05 .wrapper .inner .box .text .block .semi .small {
    font-size: 11px;
  }
  .cta05 .wrapper .inner .box .text .block .semi .big {
    font-size: 18px;
  }
  .cta05 .wrapper .inner .box .text .button {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .cta05 .wrapper .inner .box .text .button .caption {
    font-size: 15px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
  }
  .cta05 .wrapper .inner .box .text .button .caption span {
    padding: 0 3px 0 3px;
  }
  .cta05 .wrapper .inner .box .text .button .caption:before, .cta05 .wrapper .inner .box .text .button .caption:after {
    content: "";
    background: #e86e5c;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta05 .wrapper .inner .box .text .button .caption:before {
    left: 5%;
  }
  .cta05 .wrapper .inner .box .text .button .caption:after {
    right: 5%;
  }
  .cta05 .wrapper .inner .box .text .button a {
    font-size: 16px;
  }
  .cta05 .wrapper .inner .box .text .button a span {
    padding: 0 0 0 0px;
  }
  .cta05 .wrapper .inner .box .text .button a img.icon {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title13-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*==============================================
  .title01-01 背景色
  ===============================================*/
  .title13-01 {
    padding: 0px 0 0 0;
  }
  .title13-01 .box {
    background: #584b91;
    padding: 0px 0 30px 0;
    display: block;
  }
  .title13-01 .box .thumb {
    width: 100%;
    margin: 0px 0px 0px 0;
  }
  .title13-01 .box .thumb img {
    width: 100%;
    height: auto;
  }
  .title13-01 .box .text {
    position: relative;
    overflow: hidden;
  }
  .title13-01 .box .text h4 {
    font-size: 90px;
  }
  .title13-01 .box .text h2 {
    color: #fff;
    font-size: 65px;
    margin: 20px 0 0 0;
    padding: 0 5% 0 5%;
  }
  .title13-01 .box .text h3 {
    font-size: 22px;
    margin: 20px 0 0 0;
    padding: 0 5% 0 5%;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 SECTION52 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  .section52 {
    margin: 40px 0 0 0;
    padding: 10px 0 0 0;
    /*==============================================
        .section52 .addtional
        ===============================================*/
  }
  .section52 .wrapper {
    background: #ddd8f1;
  }
  .section52 .wrapper .inner {
    padding: 20px 3.5% 20px 3.5%;
    max-width: 1980px;
    margin: 0 auto 0;
  }
  .section52 .wrapper .inner h3 {
    font-size: 24px;
    text-align: center;
    color: #584b91;
  }
  .section52 .wrapper .inner .thumb {
    max-width: 1080px;
    margin: 0 auto;
  }
  .section52 .wrapper .inner .thumb img {
    width: 100%;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container {
    max-width: 1080px;
    margin: 25px auto 0;
    position: relative;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-prev,
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next {
    position: absolute;
    top: 60%;
    border-radius: 40px;
    opacity: 0.8;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-prev {
    left: 10px;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next {
    right: 10px;
  }
  .section52 .wrapper .inner #conslider07 .hero01 .swiper-container .swiper-button-next img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section52 .addtional {
    max-width: 1080px;
    margin: 0 auto 0;
    padding: 20px 3.5% 20px 3.5%;
  }
  .section52 .addtional .sentence p {
    font-size: 20px;
    color: #584b91;
    line-height: 2.0;
    padding: 10px 0 10px 0;
  }
}

/* 769px responsive-closed */
/* 320px responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title02-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title02-01 {
    padding: 30px 0 0 0;
  }
  .title02-01 h2 {
    font-size: 33px;
    padding: 10px 0 0 0;
  }
  .title02-01 h3 {
    font-size: 18px;
  }
  .title02-01 p.back {
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.7rem;
    opacity: 0.3;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title02-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title02-02 {
    padding: 0px 0 0px 0;
  }
  .title02-02 h2 {
    font-size: 30px;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 18px;
  }
  .title02-02 p.back {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-40%);
            transform: translateX(-50%) translateY(-40%);
    font-size: 4.0rem;
    opacity: 0.2;
    letter-spacing: 2px;
    line-height: 1.0;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title02-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title02-03 h2 {
    font-size: 26px;
  }
  .title02-03 h3 {
    font-size: 58px;
    line-height: 1.2;
  }
  .title02-03 p.back {
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 4.7rem;
    opacity: 0.3;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .POINT12 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
  /*==============================================
.point12 .variables(変数設定)
===============================================*/
  .point12 {
    margin: 40px 0 0 0;
  }
  .point12 .wrapper {
    position: relative;
    padding: 10px 0 0 0;
    margin: 30px 0 0 0;
  }
  .point12 .wrapper::before, .point12 .wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .point12 .wrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(136, 125, 185, 0.9)), to(rgba(75, 87, 145, 0.9)));
    background: linear-gradient(90deg, rgba(136, 125, 185, 0.9) 0%, rgba(75, 87, 145, 0.9) 100%);
    z-index: -9;
  }
  .point12 .inner {
    padding: 0px 7.5% 40px 7.5%;
    max-width: 1980px;
    margin: 50px auto 0;
  }
  .point12 .inner .box-wrapper {
    display: block;
  }
  .point12 .inner .box-wrapper .box {
    background-color: #f2f5fd;
    width: 100%;
    margin: 0 auto 50px;
    padding: 10px 0px 30px 0px;
    -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);
    position: relative;
  }
  .point12 .inner .box-wrapper .box:nth-child(3n) {
    margin: 0 auto 0px;
  }
  .point12 .inner .box-wrapper .box .mark {
    margin: -30px auto 0px;
    font-weight: 700;
  }
  .point12 .inner .box-wrapper .box .mark .inside {
    font-size: 15px;
  }
  .point12 .inner .box-wrapper .box .mark .inside span {
    padding: 0 0 0 2px;
    font-size: 20px;
  }
  .point12 .inner .box-wrapper .box .icon {
    width: 90px;
    margin: 0px auto 0px;
    padding: 20px 0 0 0;
  }
  .point12 .inner .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .point12 .inner .box-wrapper .box h3 {
    margin: 20px 0 0 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.3;
  }
  .point12 .inner .box-wrapper .box h3 .big {
    color: #584b91;
    font-size: 22px;
    margin: 0 15px 0 0;
  }
  .point12 .inner .box-wrapper .box h3 .small {
    color: #887db9;
    font-size: 16px;
  }
  .point12 .inner .box-wrapper .box .semi {
    color: #a9a9b4;
    letter-spacing: 5px;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .point12 .inner .box-wrapper .box .explain {
    margin: 15px 40px 0 40px;
  }
  .point12 .inner .box-wrapper .box .explain p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.5px;
    color: #584b91;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .POINT14 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
  /*==============================================
    .point14
    ===============================================*/
  .point14 .wrapper {
    position: relative;
    padding: 10px 0 40px 0;
    margin: 0px 0 0 0;
  }
  .point14 .wrapper::before, .point14 .wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .point14 .wrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(#e86e5c), to(#cc4732));
    background: linear-gradient(90deg, #e86e5c 0%, #cc4732 100%);
    z-index: -9;
  }
  .point14 .inner {
    padding: 0px 7.5% 0 7.5%;
    max-width: 1980px;
    margin: 50px auto 0;
  }
  .point14 .inner .box-wrapper {
    display: block;
  }
  .point14 .inner .box-wrapper .box {
    background-color: #fde6e2;
    width: 100%;
    margin: 0 auto 50px;
    padding: 10px 0px 30px 0px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(170, 89, 84, 0.3);
            box-shadow: 5px 5px 10px 0 rgba(170, 89, 84, 0.3);
    position: relative;
  }
  .point14 .inner .box-wrapper .box:nth-child(3n) {
    margin: 0 auto 0px;
  }
  .point14 .inner .box-wrapper .box .mark {
    margin: -30px auto 0px;
    text-align: center;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-weight: 700;
  }
  .point14 .inner .box-wrapper .box .mark .inside {
    font-size: 15px;
  }
  .point14 .inner .box-wrapper .box .mark .inside span {
    padding: 0 0 0 2px;
    font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
    font-size: 20px;
  }
  .point14 .inner .box-wrapper .box .icon {
    width: 90px;
    margin: 0px auto 0px;
    padding: 20px 0 0 0;
  }
  .point14 .inner .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .point14 .inner .box-wrapper .box h3 {
    margin: 20px 0 0 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.3;
  }
  .point14 .inner .box-wrapper .box h3 .big {
    color: #da4c36;
    font-size: 22px;
    margin: 0 15px 0 0;
  }
  .point14 .inner .box-wrapper .box h3 .small {
    color: #e86e5c;
    font-size: 16px;
  }
  .point14 .inner .box-wrapper .box .semi {
    color: #d1a19a;
    letter-spacing: 5px;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .point14 .inner .box-wrapper .box .explain {
    margin: 15px 40px 0 40px;
  }
  .point14 .inner .box-wrapper .box .explain p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.5px;
    color: #da4c36;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title10-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title10-01 .title-middle
  ===============================================*/
  .title10-01 .title-middle {
    padding: 20px 40px 30px 40px;
  }
  .title10-01 .title-middle h3 {
    text-align: center;
    color: #fff;
    padding: 10px 0 10px 0;
    font-size: 18px;
  }
  .title10-01 .title-middle h2 {
    font-size: 25px;
  }
  /*==============================================
  .title10-01 .thumb
  ===============================================*/
  .title10-01 .thumb01 {
    position: absolute;
    top: 4rem;
    left: -3.5rem;
    width: 15rem;
  }
  .title10-01 .thumb02 {
    position: absolute;
    bottom: -1.8rem;
    left: -1.45rem;
    width: 12.5rem;
  }
  .title10-01 .thumb03 {
    position: absolute;
    top: 2rem;
    right: -1rem;
    width: 12rem;
  }
  .title10-01 .thumb04 {
    position: absolute;
    right: -2rem;
    bottom: 2.5rem;
    width: 12.5rem;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 .SECTION40 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  .section40 {
    padding: 60px 0 45px 0;
  }
  /*==============================================
  .section40
  ===============================================*/
  .section40 .sentence {
    max-width: 1000px;
    padding: 0 6% 0 6%;
    margin: 0 auto 0;
  }
  .section40 .sentence h2 {
    padding: 40px 2% 20px 2%;
    font-size: 26px;
  }
  .section40 .sentence p {
    padding: 10px 0 10px 0;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  /* .section40 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 375px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  #header31 {
    height: 155vh;
  }
  #header31 .inner .text .box h1 {
    font-size: 28px;
  }
  #header31 .inner .text .box h2 {
    font-size: 19px;
  }
  #header31 .inner .text .box .icon-wrapper .icon:nth-child(3) {
    margin: -10px 0 0 0;
  }
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #FLOW01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  #flow01 .step
  ===============================================*/
  #flow01 .step {
    font-size: 45px;
  }
  /*==============================================
  #flow01 .left
  ===============================================*/
  #flow01 .left .text {
    float: none;
    width: 100%;
    height: auto;
  }
  #flow01 .left img {
    float: none;
    width: 100%;
    height: auto;
  }
  /*==============================================
  #flow01 .right
  ===============================================*/
  #flow01 .right .text {
    float: none;
    width: 100%;
    height: auto;
  }
  #flow01 .right img {
    float: none;
    width: 100%;
    height: auto;
  }
  /*==============================================
  #flow01 .box
  ===============================================*/
  #flow01 .box {
    width: 90%;
    margin: 0 auto;
    padding: 25px 25px 25px 25px;
  }
  #flow01 .box h3 {
    font-size: 24px;
    padding: 15px 0 15px 0;
  }
  #flow01 .box .text p {
    font-size: 15px;
  }
  /*==============================================
  #flow01 .addtional
  ===============================================*/
  #flow01 .addtional {
    width: 98%;
    margin: 30px auto 0;
    display: block;
  }
  #flow01 .addtional .text {
    display: block;
    position: relative;
    top: 0px;
  }
  #flow01 .addtional img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  #flow01 .addtional .text .semi {
    font-size: 18px;
    width: 70%;
  }
  #flow01 .addtional .text .catch {
    font-size: 32px;
    text-align: center;
    padding: 2px 10px 20px;
    margin: 10px 0px 0 0;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*==============================================
#faq01 .title
===============================================*/
  #faq01 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    background: #ddd8f1;
    padding: 30px 2.5% 30px 0;
  }
  #faq01 .title .image {
    width: 37%;
  }
  #faq01 .title .image img {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 4px 4px 4px 4px;
    border: solid 2px #9c90cf;
  }
  #faq01 .title .sentence {
    padding: 0 3% 0 0px;
    width: 60%;
  }
  #faq01 .title .sentence h3:before, #faq01 .title .sentence h3:after {
    content: "";
    background: #887db9;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  #faq01 .title .sentence h3:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  #faq01 .title .sentence h3:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  #faq01 .title .sentence h2 {
    font-size: 25px;
    line-height: 1.7;
    margin: 0 0 0px 0;
    font-weight: 900;
    text-align: right;
  }
  #faq01 .title .sentence h2 div {
    display: inline-block;
    color: #fff;
    background: #887db9;
    padding: 5px 20px 5px 20px;
    margin: 0 0 10px 0;
  }
  /*==============================================
#faq01 .accordion
===============================================*/
  #faq01 .accordion {
    width: 92%;
  }
  /*==============================================
#faq01 .accordion .trigger
===============================================*/
  #faq01 .accordion .trigger {
    font-size: 17px;
    padding: 20px 30px 20px 20px;
  }
  #faq01 .accordion .trigger::after,
  #faq01 .accordion .trigger.active::after {
    right: 10px;
  }
  #faq01 .toggle_container {
    padding: 17px 20px 15px 20px;
  }
  #faq01 .toggle_container p {
    font-size: 15px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION08 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section08 .wrapper
  ===============================================*/
  .section08 .wrapper {
    background-size: 77px auto;
  }
  /*==============================================
  .section08 .inner
  ===============================================*/
  .section08 .inner h3 {
    font-size: 45px;
    padding: 30px 0 30px 0;
  }
  .section08 .inner h2 {
    font-size: 24px;
  }
  .section08 .inner .image {
    padding: 30px 0% 0px;
  }
  .section08 .inner .image img {
    width: 50%;
    height: auto;
  }
  .section08 .inner .image img:nth-child(1) {
    margin: 0 0 0 0;
  }
  .section08 .inner .sentence {
    padding: 20px 5% 50px;
  }
  .section08 .inner .sentence p {
    font-size: 16px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*# sourceMappingURL=style.css.map */