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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

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

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

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

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

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

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

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

#gnav07 .wrapper .inner .catch .phrase {
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border: solid 2px #000;
  padding: 3px 20px 3px 20px;
}

#gnav07 .wrapper .inner .catch .phrase span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  font-size: 24px;
  font-weight: 700;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #HEADER35 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#header35 .variables
===============================================*/
#header35 {
  background: url(../images/header35-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -2;
}

#header35 .mark {
  position: absolute;
  bottom: 30px;
  right: 3vw;
  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;
  background: #6eb340;
  border: solid 3px #6eb340;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

#header35 .mark p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

#header35 .wrapper {
  padding: 100px 0 100px 0;
}

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

#header35 .wrapper .inner h1 {
  margin: 0 50px 0 0;
}

#header35 .wrapper .inner h1 div {
  display: inline-block;
  background: #000;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 6px 15px 6px 15px;
  line-height: 1.3;
  letter-spacing: 2px;
}

#header35 .wrapper .inner h1 div:nth-child(1) {
  margin: 0px 0 0 0;
}

#header35 .wrapper .inner h1 div.en {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 90px;
}

#header35 .wrapper .inner h1 div.semi {
  display: inline-block;
  font-size: 72px;
}

#header35 .wrapper .inner h2 {
  margin: 30px 0 0 0;
}

#header35 .wrapper .inner h2 div {
  display: inline-block;
  background: #fff;
  color: #000;
  margin: 20px 0 0 0;
  padding: 6px 15px 6px 15px;
  line-height: 1.3;
  letter-spacing: 2px;
  -webkit-box-shadow: 4px 4px 0 4px #000;
          box-shadow: 4px 4px 0 4px #000;
}

#header35 .wrapper .inner h2 div:nth-child(1) {
  margin: 0px 0 0 0;
}

#header35 .wrapper .inner h2 div.semi {
  display: inline-block;
  font-size: 35px;
}

#header35 .bg-text {
  position: absolute;
  top: 0;
  left: 0vw;
  width: 800px;
  line-height: 0;
  z-index: -1;
}

#header35 .bg-text img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SCHEDULE04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.schedule04 .wrapper
===============================================*/
.schedule04 .wrapper {
  background: #756149;
  padding: 30px 0 30px 0;
  position: relative;
}

.schedule04 .wrapper .caption {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  letter-spacing: 2px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  color: #4d321a;
  line-height: 1.0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0.2;
}

.schedule04 .wrapper h2 {
  text-align: center;
  display: block;
  width: 400px;
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  border: solid 1px #fff;
  margin: 0 auto 0;
  position: relative;
}

.schedule04 .wrapper h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.schedule04 .wrapper h2 span {
  display: inline-block;
  padding: 20px 20px 20px 20px;
}

/*==============================================
.schedule04 .detail
===============================================*/
.schedule04 .detail ul {
  margin: 0  auto 10px;
  max-width: 1280px;
  padding: 30px 3.5% 0 3.5%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule04 .detail ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 3% 10px 0;
  padding: 15px 0 16px 0;
  border-bottom: solid 1px #f3d6aa;
  width: 47.5%;
}

.schedule04 .detail ul li:nth-child(2n) {
  margin: 0 0% 10px 0;
}

.schedule04 .detail ul li .icon {
  color: #fff;
  font-size: 25px;
  margin: 0 20px 10px 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 0 3px #756149 inset;
          box-shadow: 0 0 0 3px #756149 inset;
  color: #756149;
  padding: 6px 20px 6px 20px;
  border-radius: 40px;
  font-weight: 900;
  min-width: 35%;
  text-align: center;
}

.schedule04 .detail ul li .icon img {
  width: 30px;
  height: auto;
  padding: 0 3px 0 0;
  position: relative;
  top: 5px;
  display: inline-block;
}

.schedule04 .detail ul li .text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.schedule04 .detail ul li .text span.small {
  font-size: 17px;
  line-height: 1.5;
}

/*==============================================
#header04 .button
===============================================*/
#header04 .button {
  width: 600px;
  margin: 0 auto -50px;
  padding: 10px 0 0 0;
}

#header04 .button a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #11a761;
  border: solid 3px #11a761;
  border-radius: 60px;
  position: relative;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 20px 15px 20px;
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 2px 25px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 3px #fff inset, 0 2px 25px rgba(204, 204, 204, 0.5);
  z-index: 2000;
}

#header04 .button a img {
  position: absolute;
  width: 25px;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title15-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title15-01 {
  background: url(../images/title15-01-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 150px 0;
}

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

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

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

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

.title15-02 {
  background: url(../images/title15-02-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 80px 0;
}

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION60 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.section60 variables(変数設定)
===============================================*/
.section60 .wrapper .inner {
  max-width: 1980px;
  padding: 0 3.5% 0 3.5%;
  margin: -80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section60 .wrapper .inner .left {
  margin: 0 50px 0 0;
}

.section60 .wrapper .inner .left .box-wrapper {
  width: 630px;
  margin: 0 0 0 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;
}

.section60 .wrapper .inner .left .box-wrapper .box {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  margin: 0 30px 0 0;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
          box-shadow: 0 0 0 4px #fff inset;
  color: #fff;
  font-weight: 700;
  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;
  font-size: 28px;
}

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

.section60 .wrapper .inner .left .box-wrapper .box.color01 {
  background: #3c8808;
  border: solid 3px #3c8808;
}

.section60 .wrapper .inner .left .box-wrapper .box.color02 {
  background: #4D7A99;
  border: solid 3px #4D7A99;
}

.section60 .wrapper .inner .left .box-wrapper .box.color03 {
  background: #df8b30;
  border: solid 3px #df8b30;
}

.section60 .wrapper .inner .left .kakeru {
  text-align: center;
  font-size: 100px;
  margin: -40px auto 30px;
  line-height: 0.5;
}

.section60 .wrapper .inner .right {
  width: 37%;
  padding: 30px 0 0 0;
}

.section60 .wrapper .inner .right .sentence h3 {
  font-size: 40px;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.section60 .wrapper .inner .right .sentence p {
  font-size: 20px;
  line-height: 2.2;
  padding: 10px 0 10px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title15-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title15-01 {
  background: url(../images/title15-01-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 150px 0;
}

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

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

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

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

.title15-02 {
  background: url(../images/title15-02-bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 80px 0 80px 0;
}

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .BUTTON01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.button01 various
===============================================*/
/*==============================================
.button01
===============================================*/
.button01 {
  width: 700px;
  margin: 0px auto 50px;
}

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

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

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

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

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

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

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

/*==============================================
.button01 .btn .circle
===============================================*/
.button01 a .btn .circle {
  background: #fff;
  text-shadow: 0px 0px 0px #fff;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -60px;
  left: -40px;
  border-radius: 100px;
  text-align: center;
  padding: 5px 0 0 0;
  line-height: 1.0;
}

.button01 a .btn .circle span.normal {
  font-size: 16px;
  display: block;
  line-height: 1.3;
}

.button01 a .btn .circle span.big {
  font-size: 30px;
  letter-spacing: -2px;
  display: block;
  line-height: 1.1;
}

/*==============================================
.button01 ..orange：オレンジ
===============================================*/
/* .button01 a .btn .circle色指定 */
.button01 .orange {
  background: -webkit-gradient(linear, left top, right top, from(#f85d00), color-stop(56%, #ff8a00), to(#fcb436));
  background: linear-gradient(to right, #f85d00 0%, #ff8a00 56%, #fcb436 100%);
  -webkit-box-shadow: 0px 0px 0px 2px #f47301;
          box-shadow: 0px 0px 0px 2px #f47301;
  text-shadow: 0px 0px 5px #f47301;
}

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

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

/*==============================================
.button01：ボタンの本文
===============================================*/
.button01 a .btn .text {
  text-align: center;
  font-size: 30px;
}

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title09-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title09-01 {
  position: relative;
}

/*==============================================
.title09-01 h2 .wrapper
===============================================*/
.title09-01 h2 {
  background: #303030;
  padding: 20px 0 20px 0;
}

.title09-01 h2 .title-wrapper {
  max-width: 1000px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title09-01 h2 .title-wrapper .semi {
  font-size: 30px;
  color: #000;
  letter-spacing: 2.5px;
  font-weight: 900;
}

.title09-01 h2 .title-wrapper .catch {
  text-align: center;
  font-size: 27px;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  padding: 0 0 0 35px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title09-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title09-03 {
  background: #000;
  position: relative;
}

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

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

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

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

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

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

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

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

.section65 .title09-03 {
  background: #5e4629;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION61 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.section61 {
  margin: 55px 0 0 0;
}

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

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

.section61 .wrapper .inner .box .thumb {
  width: 45%;
  margin: 0 5% 0 0;
  position: relative;
}

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

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

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

.section61 .wrapper .inner .box .thumb .cover h4 {
  margin: 0px 0 0 25px;
}

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

.section61 .wrapper .inner .box .thumb .cover h5 {
  margin: 0px 0 0 25px;
}

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

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

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

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

.section61 .wrapper .inner .box .text {
  width: 50%;
}

.section61 .wrapper .inner .box .text .sentence h3 {
  display: inline-block;
  border: solid 2px #000;
  padding: 10px 20px 12px 20px;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
}

.section61 .wrapper .inner .box .text .sentence h3 .icon {
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 0 5px 0 0;
  line-height: 0;
  text-align: center;
}

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

.section61 .wrapper .inner .box .text .sentence h3 .phrase {
  display: inline-block;
  font-size: 30px;
}

.section61 .wrapper .inner .box .text .sentence p {
  margin: -30px 0 0 0;
  padding: 60px 30px 30px 30px;
  border: solid 2px #000;
  -webkit-box-shadow: 4px 4px 0 4px #000;
          box-shadow: 4px 4px 0 4px #000;
  font-size: 22px;
  line-height: 2.2;
  font-weight: 700;
}

.section61 .wrapper .seminar-video {
  max-width: 900px;
  margin: 30px auto 30px;
}

.section61 .wrapper .seminar-video video {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.section65 .wrapper .inner .box .left .sentence p {
  padding: 0 0% 0 0%;
}

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

.section65 .wrapper .inner .box .text .sentence h3 {
  display: inline-block;
  border: solid 2px #5e4629;
  padding: 10px 20px 12px 20px;
  background: #5e4629;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
}

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

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

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

.section65 .wrapper .inner .box .text .sentence p {
  margin: -30px 0 0 0;
  padding: 60px 30px 30px 30px;
  border: solid 2px #5e4629;
  -webkit-box-shadow: 4px 4px 0 4px #5e4629;
          box-shadow: 4px 4px 0 4px #5e4629;
  color: #5e4629;
  font-size: 22px;
  line-height: 2.2;
  font-weight: 700;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION62 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.section62 {
  margin: 35px 0 35px 0;
}

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

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

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

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

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

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

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

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

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

.section62 .wrapper .inner .box-wrapper .box .text h3 {
  font-size: 55px;
  line-height: 1.3;
}

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

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

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

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

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

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

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

.section62 .wrapper .additional .sentence p {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.75;
  padding: 20px 0 20px 0;
}

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .POINT13 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.point13 variables(変数設定)
===============================================*/
.point13 {
  background: auto;
  margin: 60px 0 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title11-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title11-01 .title-wrapper {
  position: relative;
  overflow: hidden;
}

.title11-01 .title-wrapper .back {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  line-height: 1.0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #c4c4c4;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 400;
  font-size: 160px;
  letter-spacing: 15px;
  z-index: -1;
}

.title11-01 .title-wrapper h3 {
  text-align: center;
}

.title11-01 .title-wrapper h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #000;
  line-height: 2.0;
  letter-spacing: -1px;
}

.title11-01 .title-wrapper h2 span {
  background: #000;
  color: #fff;
  padding: 0 10px 0 10px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION63 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.section63 {
  margin: 55px 0 55px 0;
}

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

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

.section63 .wrapper .inner .sentence h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}

.section63 .wrapper .inner .sentence h3 .icon {
  width: 180px;
  margin: 0 30px 0 0;
}

.section63 .wrapper .inner .sentence h3 .icon img {
  width: 100%;
  height: auto;
}

.section63 .wrapper .inner .sentence h3 .text {
  font-size: 30px;
  font-weight: 900;
  line-height: 2.0;
}

.section63 .wrapper .inner .sentence p {
  margin: 20px 0 0 0;
  font-size: 19px;
  line-height: 1.75;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.target05 {
  margin: 50px 0 0 0;
  /*==============================================
	.target05 .title
	===============================================*/
  /*==============================================
	.target05 .if-suit
	===============================================*/
  /*==============================================
	.target05 .explain
	===============================================*/
}

.target05 .title {
  background-size: cover;
  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;
  padding: 80px 0 80px 0;
  /*==============================================
		.target05 .title .icon
		===============================================*/
}

.target05 .title.pt01 {
  background: url(../images/target05-title-bg.jpg) no-repeat center center;
}

.target05 .title.pt02 {
  background: url(../images/target05-title-bg02.jpg) no-repeat center center;
}

.target05 .title .icon {
  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;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 20px 0 0;
  background: #df8b30;
  border: solid 3px #df8b30;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
  width: 140px;
  height: 140px;
  border-radius: 140px;
}

.target05 .title .icon .cover {
  width: 70%;
  position: relative;
  z-index: 2;
}

.target05 .title .icon .cover img {
  width: 100%;
  height: auto;
}

.target05 .title h3 {
  text-align: center;
}

.target05 .title h3 .cover {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 2px 10px 2px 10px;
  display: inline-block;
  background: #fff;
  color: #000;
}

.target05 .title h2 {
  text-align: center;
  margin: 10px 0 0 0;
}

.target05 .title h2 .catch {
  font-size: 40px;
  color: #414141;
  font-weight: 900;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 20px 4px 20px;
  line-height: 1.35;
  margin: 10px 0 0 0;
}

.target05 .title h2 .semi {
  margin: 10px 0 0 0;
  font-size: 22px;
  color: #414141;
  font-weight: 700;
  display: inline-block;
  background: #414141;
  color: #fff;
  padding: 4px 20px 4px 20px;
  line-height: 1.35;
}

.target05 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 3.5% 20px 3.5%;
  position: relative;
  /*==============================================
		.target05 ul.checklist
		===============================================*/
}

.target05 .wrapper ul.checklist {
  margin: 0 0 0 0;
  padding: 30px 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.target05 .wrapper ul.checklist li {
  width: 48.5%;
  margin: 0 3% 20px 0px;
  padding: 15px 25px 15px 25px;
  background-size: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.target05 .wrapper ul.checklist li .icon {
  margin: 0 0px 0 0;
  padding: 0 0px 0 0;
  line-height: 0;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  width: 10%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.target05 .wrapper ul.checklist li .icon img.icon {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.target05 .wrapper ul.checklist li .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  width: 87%;
  padding: 0 0 0 0px;
}

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

.target05 .wrapper ul.checklist.pt01 li {
  border: solid 3px #eeac65;
}

.target05 .wrapper ul.checklist.pt02 li {
  border: solid 3px #0070c0;
}

.target05 .if-suit {
  padding: 25px 0 25px 0;
  color: #414141;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.target05 .explain {
  padding: 0px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #414141;
}

.target05 .explain img {
  width: 300px;
  height: auto;
  padding: 0 30px 0 0;
}

.target05 .explain p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title12-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title12-01 {
  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: #dddddd;
  padding: 40px 0 40px 0px;
}

.title12-01 .image {
  width: 300px;
}

.title12-01 .image img {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 4px 4px 4px 4px;
  border: solid 2px #0c2855;
}

.title12-01 .text {
  padding: 0 40px 0 0px;
}

.title12-01 .text h3 {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #414141;
  position: relative;
}

.title12-01 .text h3:before, .title12-01 .text h3:after {
  content: "";
  background: #414141;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

.title12-01 .text h3:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.title12-01 .text h3:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.title12-01 .text h2 {
  font-size: 45px;
  line-height: 1.7;
  margin: 0 0 0px 0;
  font-weight: 900;
  text-align: right;
}

.title12-01 .text h2 div {
  display: inline-block;
  color: #fff;
  background: #414141;
  padding: 5px 20px 5px 20px;
  margin: 0 0 10px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CONTACT01　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.contact01 {
  margin: 0px 0 0px 0;
}

/*==============================================
.contact01 .sentence
===============================================*/
.contact01 .sentence {
  width: 800px;
  font-weight: 500;
  padding: 20px 0 0px 0;
  margin: 0 auto;
}

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

/*===========================
.contact01 .btn
===========================*/
.contact01 .btn {
  width: 800px;
  margin: 0 auto;
}

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

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

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

/*===========================
.contact01 .pc-tel
===========================*/
.contact01 .pc-tel span.big {
  font-size: 35px;
  font-weight: 900;
  color: #414141;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FORM-WRAPPER　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#form-wrapper {
  width: 100%;
  margin: 30px auto 0;
  background: #f6f6f6;
}

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

#form-wrapper .container {
  max-width: 1280px;
  margin: 20px auto 20px;
  padding: 0 5% 0 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #THANKS　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
div#thanks .inner
===============================================*/
div#thanks .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #414141;
}

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

div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #414141;
  color: #414141;
}

div#thanks h2 {
  margin-top: 1.5em;
}

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

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

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

/* breakpoints */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #GNAV07 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #gnav07 {
    padding: 12px 0 10px 0;
  }
  #gnav07 .wrapper .inner {
    display: block;
  }
  #gnav07 .wrapper .inner .mark {
    width: 220px;
    margin: 0 auto 8px;
  }
  #gnav07 .wrapper .inner .mark img {
    width: 100%;
    height: auto;
  }
  #gnav07 .wrapper .inner .catch {
    text-align: center;
  }
  #gnav07 .wrapper .inner .catch .phrase {
    padding: 1px 25px 2px 25px;
    line-height: 1.2;
  }
  #gnav07 .wrapper .inner .catch .phrase span {
    font-size: 17px;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #HEADER35 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #header35 {
    background: url(../images/header35-bg.jpg) no-repeat center center;
  }
  #header35 .mark {
    position: absolute;
    bottom: 30px;
    right: 3vw;
    width: 90px;
    height: 90px;
    border-radius: 100%;
  }
  #header35 .mark p {
    font-size: 16px;
  }
  #header35 .wrapper {
    padding: 20px 0 25px 0;
  }
  #header35 .wrapper .inner {
    display: block;
  }
  #header35 .wrapper .inner h1 {
    margin: 0 0px 20px 0;
  }
  #header35 .wrapper .inner h1 div {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 4px 10px 6px 10px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  #header35 .wrapper .inner h1 div:nth-child(1) {
    margin: 0px 0 0 0;
  }
  #header35 .wrapper .inner h1 div.en {
    font-size: 35px;
    line-height: 0.8;
  }
  #header35 .wrapper .inner h1 div.semi {
    font-size: 30px;
  }
  #header35 .wrapper .inner h2 {
    margin: 30px 0 0 20px;
  }
  #header35 .wrapper .inner h2 div {
    margin: 20px 0 0 0;
    padding: 4px 10px 6px 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 4px 4px 0 4px #000;
            box-shadow: 4px 4px 0 4px #000;
  }
  #header35 .wrapper .inner h2 div:nth-child(1) {
    margin: 0px 0 0 0;
  }
  #header35 .wrapper .inner h2 div.semi {
    font-size: 20px;
  }
  #header35 .bg-text {
    position: absolute;
    top: 0;
    left: 0vw;
    width: 100%;
    line-height: 0;
    z-index: -1;
  }
  #header35 .bg-text img {
    width: 100%;
    height: auto;
    opacity: 0.7;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SCHEDULE04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .schedule04 .wrapper
  ===============================================*/
  .schedule04 .wrapper {
    padding: 30px 0 30px 0;
  }
  .schedule04 .wrapper .caption {
    font-size: 60px;
    opacity: 0.3;
  }
  .schedule04 .wrapper h2 {
    width: 85%;
    font-size: 24px;
    position: relative;
  }
  .schedule04 .wrapper h2 span {
    padding: 20px 15px 15px 15px;
  }
  /*==============================================
  .schedule04 .detail
  ===============================================*/
  .schedule04 .detail ul {
    display: block;
  }
  .schedule04 .detail ul li {
    display: block;
    margin: 0 0% 10px 0;
    padding: 15px 0 16px 0;
    width: 100%;
    text-align: center;
  }
  .schedule04 .detail ul li:nth-child(2n) {
    margin: 0 0% 10px 0;
  }
  .schedule04 .detail ul li .icon {
    font-size: 22px;
    margin: 0 0px 10px 0;
    display: inline-block;
    padding: 6px 25px 6px 25px;
    border-radius: 40px;
    font-weight: 900;
  }
  .schedule04 .detail ul li .icon img {
    width: 25px;
    height: auto;
    padding: 0 3px 0 0;
    position: relative;
    top: 2px;
  }
  .schedule04 .detail ul li .text {
    color: #fff;
    font-size: 20px;
  }
  .schedule04 .detail ul li .text span.small {
    font-size: 15px;
    line-height: 1.5;
  }
  /*==============================================
  #header04 .button
  ===============================================*/
  #header04 .button {
    width: 600px;
    margin: 0 auto -50px;
    padding: 10px 0 0 0;
  }
  #header04 .button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #11a761;
    border: solid 3px #11a761;
    border-radius: 60px;
    position: relative;
    font-size: 30px;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 20px 15px 20px;
    -webkit-box-shadow: 0 0 0 3px inset #fff, 0 2px 25px rgba(204, 204, 204, 0.5);
            box-shadow: 0 0 0 3px inset #fff, 0 2px 25px rgba(204, 204, 204, 0.5);
    z-index: 2000;
  }
  #header04 .button a img {
    position: absolute;
    width: 25px;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title15-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title15-01 {
    padding: 40px 0 70px 0;
  }
  .title15-01 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .title15-01 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
  }
  .title15-02 {
    padding: 40px 0 40px 0;
  }
  .title15-02 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .title15-02 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 17px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 900;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 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) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .BUTTON01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .button01
  ===============================================*/
  .button01 {
    width: 90%;
    margin: 10px auto 30px;
  }
  /*==============================================
  .button01 .suggest
  ===============================================*/
  .button01 .suggest {
    padding: 0 0 30px 0;
    font-size: 16px;
  }
  .button01 .suggest:before {
    top: 50%;
    left: 5%;
    height: 26px;
    -webkit-transform: translateY(-50%) rotate(-25deg);
            transform: translateY(-50%) rotate(-25deg);
  }
  .button01 .suggest:after {
    top: 50%;
    right: 5%;
    height: 26px;
    -webkit-transform: translateY(-50%) rotate(25deg);
            transform: translateY(-50%) rotate(25deg);
  }
  /*==============================================
  .button01 .btn .circle
  ===============================================*/
  .button01 a .btn .circle {
    width: 60px;
    height: 60px;
    top: -40px;
    left: -15px;
    border-radius: 100px;
    padding: 6px 3px 3px 3px;
    line-height: 1;
  }
  .button01 a .btn .circle span.normal {
    font-size: 11px;
    line-height: 1.1;
  }
  .button01 a .btn .circle span.big {
    font-size: 19px;
    letter-spacing: -2px;
    line-height: 1.1;
  }
  /*==============================================
  .button01：ボタンの本文
  ===============================================*/
  .button01 a .btn .text {
    font-size: 22px;
    letter-spacing: -1px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title09-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title09-01 {
    position: relative;
  }
  /*==============================================
	.title09-01 h2 .wrapper
	===============================================*/
  .title09-01 h2 {
    background: #303030;
    padding: 20px 0 20px 0;
  }
  .title09-01 h2 .title-wrapper {
    max-width: 1000px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title09-01 h2 .title-wrapper .semi {
    font-size: 30px;
    color: #000;
    letter-spacing: 2.5px;
    font-weight: 900;
  }
  .title09-01 h2 .title-wrapper .catch {
    text-align: center;
    font-size: 27px;
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 0 0 0 35px;
  }
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title09-03 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title09-03 {
    background: #000;
    position: relative;
  }
  .title09-03 .title-wrapper {
    padding: 25px 0 25px 0;
  }
  .title09-03 .title-wrapper h2 {
    text-align: center;
    color: #fff;
  }
  .title09-03 .title-wrapper h2 .semi {
    font-size: 20px;
    position: relative;
  }
  .title09-03 .title-wrapper h2 .semi::before, .title09-03 .title-wrapper h2 .semi::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30vw;
    height: 2px;
  }
  .title09-03 .title-wrapper h2 .catch {
    margin: 30px auto 0;
    font-size: 30px;
    font-weight: 900;
  }
  .title09-03 .back {
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.2);
    font-size: 30px;
    font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
    font-weight: 700;
  }
  .section65 .title09-03 {
    background: #5e4629;
  }
}

/* 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) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION61 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .section61 {
    margin: 35px 0 0 0;
  }
  .section61 .wrapper .inner .box {
    max-width: 1280px;
    padding: 40px 0% 40px 0%;
    display: block;
  }
  .section61 .wrapper .inner .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section61 .wrapper .inner .box .thumb {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section61 .wrapper .inner .box .thumb .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section61 .wrapper .inner .box .thumb .mark p {
    letter-spacing: 3px;
    padding: 3px 6px 5px 6px;
    font-size: 18px;
  }
  .section61 .wrapper .inner .box .thumb .cover {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .section61 .wrapper .inner .box .thumb .cover h4 {
    margin: 0px 0 0 15px;
  }
  .section61 .wrapper .inner .box .thumb .cover h4 .inside {
    font-size: 12px;
    padding: 5px 3px 5px 3px;
    margin: 0 5px 0 0;
  }
  .section61 .wrapper .inner .box .thumb .cover h5 {
    margin: 0px 0 0 15px;
  }
  .section61 .wrapper .inner .box .thumb .cover h5 .inside {
    margin: 10px 0 0 0;
    padding: 8px 6px 10px 8px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .section61 .wrapper .inner .box .thumb .cover .sub p {
    margin: 35px 0 0 0;
    padding: 8px 8px 8px 8px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .section61 .wrapper .inner .box .thumb img {
    width: 100%;
    height: auto;
  }
  .section61 .wrapper .inner .box:nth-child(2n) .thumb {
    margin: 0 0 0 5%;
  }
  .section61 .wrapper .inner .box .text {
    width: 92%;
    margin: 0 auto 0;
  }
  .section61 .wrapper .inner .box .text .sentence h3 {
    padding: 10px 15px 12px 15px;
  }
  .section61 .wrapper .inner .box .text .sentence h3 .icon {
    width: 30px;
    margin: 0 5px 0 0;
  }
  .section61 .wrapper .inner .box .text .sentence h3 .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section61 .wrapper .inner .box .text .sentence h3 .phrase {
    font-size: 22px;
  }
  .section61 .wrapper .inner .box .text .sentence p {
    margin: -30px 0 0 0;
    padding: 55px 30px 30px 30px;
    border: solid 2px #000;
    -webkit-box-shadow: 4px 4px 0 4px #000;
            box-shadow: 4px 4px 0 4px #000;
    font-size: 18px;
    line-height: 2.2;
    font-weight: 700;
  }
  .section61 .wrapper .seminar-video {
    max-width: 90%;
    margin: 30px auto 30px;
  }
  .section61 .wrapper .seminar-video video {
    width: 100%;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
	
	〇 .POINT13 〇
	
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
	====================================================================*/
  .point13 {
    background: auto;
    margin: 60px 0 0 0;
  }
  .point13 .box-wrapper {
    display: block;
  }
  .point13 .box-wrapper .box {
    width: 92%;
    margin: 0 auto 45px;
    background: #927a5c;
    position: relative;
    z-index: -2;
    padding: 0 0 30px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 auto 45px;
  }
  .point13 .box-wrapper .box .back {
    color: #fff;
    opacity: 0.3;
    font-size: 70px;
    line-height: 1.0;
    z-index: -1;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    line-height: 1.2;
    width: 70px;
    height: 70px;
    border-radius: 90px;
    margin: 0px 0 0 0px;
    color: #927a5c;
    z-index: 2;
    font-size: 16px;
    letter-spacing: -1px;
    top: -20px;
    left: -10px;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -70px 0 0 0;
    padding: 0 0 0 12%;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h3 {
    margin: 20px 0px 0px 40px;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    padding: 5px 12px 5px 12px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 30px 0px 40px;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 1.75;
    font-size: 16px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION65 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .section65 {
    margin: 35px 0 0 0;
  }
  .section65 .wrapper .inner .box {
    max-width: 1280px;
    padding: 40px 0% 40px 0%;
    display: block;
  }
  .section65 .wrapper .inner .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section65 .wrapper .inner .box .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark p {
    letter-spacing: 3px;
    padding: 3px 6px 5px 6px;
    font-size: 18px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
    font-size: 12px;
    padding: 5px 3px 5px 3px;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
    margin: 10px 0 0 0;
    padding: 8px 6px 10px 8px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover .sub p {
    margin: 35px 0 0 0;
    padding: 8px 8px 8px 8px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .section65 .wrapper .inner .box .left .thumb img {
    width: 100%;
    height: auto;
  }
  .section65 .wrapper .inner .box .left:nth-child(2n) .thumb {
    margin: 0 0 0 5%;
  }
  .section65 .wrapper .inner .box .left .sentence p {
    padding: 0 5% 0 5%;
  }
  .section65 .wrapper .inner .box .text {
    width: 92%;
    margin: 0 auto 0;
  }
  .section65 .wrapper .inner .box .text .sentence h3 {
    padding: 10px 15px 12px 15px;
  }
  .section65 .wrapper .inner .box .text .sentence h3 .icon {
    width: 30px;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .text .sentence h3 .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section65 .wrapper .inner .box .text .sentence h3 .phrase {
    font-size: 22px;
  }
  .section65 .wrapper .inner .box .text .sentence p {
    margin: -30px 0 0 0;
    padding: 55px 30px 30px 30px;
    font-size: 18px;
    line-height: 2.2;
    font-weight: 700;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title11-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title11-01 .title-wrapper {
    position: relative;
  }
  .title11-01 .title-wrapper .back {
    font-size: 55px;
    letter-spacing: 10px;
    z-index: -1;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  .title11-01 .title-wrapper h3 {
    text-align: center;
    font-size: 16px;
  }
  .title11-01 .title-wrapper h2 {
    font-size: 30px;
    line-height: 1.7;
    letter-spacing: -1px;
  }
  .title11-01 .title-wrapper h2 span {
    padding: 0 10px 0 10px;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION62 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .section62 {
    margin: 0px 0 20px 0;
  }
  .section62 .wrapper .inner {
    margin: 0 auto 0;
  }
  .section62 .wrapper .inner .box-wrapper {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
  }
  .section62 .wrapper .inner .box-wrapper .box {
    display: block;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
  }
  .section62 .wrapper .inner .box-wrapper .box .back-obj {
    width: 100%;
    height: 100%;
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
    background: #4a99df;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
    background: #c4ac96;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  .section62 .wrapper .inner .box-wrapper .box .text {
    width: 100%;
    margin: 0 0 0 0;
    text-align: left;
    padding: 40px 5% 0 5%;
  }
  .section62 .wrapper .inner .box-wrapper .box .text h3 {
    font-size: 45px;
    line-height: 1.3;
  }
  .section62 .wrapper .inner .box-wrapper .box .text h4 {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .section62 .wrapper .inner .box-wrapper .box .text .explain {
    font-size: 18px;
    margin: 30px 0 0 0;
    line-height: 2.0;
  }
  .section62 .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
    text-align: left;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb {
    width: 100%;
    position: relative;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb img.main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .section62 .wrapper .inner .box-wrapper .box .thumb img.icon {
    width: 100px;
    height: auto;
  }
  .section62 .wrapper .additional .sentence {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 0 5% 0 5%;
  }
  .section62 .wrapper .additional .sentence p {
    font-size: 18px;
    text-align: left;
    line-height: 2.0;
    padding: 10px 0 10px 0;
  }
  .section62 .wrapper .additional .sentence p.big {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION63 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .section63 {
    margin: 35px 0 55px 0;
  }
  .section63 .wrapper .inner {
    max-width: 1980px;
    margin: 0 auto 0;
  }
  .section63 .wrapper .inner .sentence {
    max-width: 1000px;
    margin: 0 auto 0;
  }
  .section63 .wrapper .inner .sentence h3 {
    display: block;
    margin: 30px 0 0 0;
  }
  .section63 .wrapper .inner .sentence h3 .icon {
    width: 120px;
    margin: 0 auto 0;
  }
  .section63 .wrapper .inner .sentence h3 .icon img {
    width: 100%;
    height: auto;
  }
  .section63 .wrapper .inner .sentence h3 .text {
    text-align: center;
    padding: 0 5% 0 5%;
    font-size: 20px;
  }
  .section63 .wrapper .inner .sentence p {
    margin: 25px 0 0 0;
    padding: 0 5% 0 5%;
    font-size: 17px;
    line-height: 1.75;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  /*==============================================
	.section60 variables(変数設定)
	===============================================*/
  .section60 .wrapper .inner {
    padding: 0 3.5% 0 3.5%;
    margin: -50px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin: 0 20px 0 0;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box:nth-child(2n) {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    font-size: 50px;
    margin: -30px auto 20px;
    line-height: 0.5;
  }
  .section60 .wrapper .inner .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section60 .wrapper .inner .right .sentence p {
    font-size: 17px;
    line-height: 2.2;
    padding: 10px 2% 10px 2%;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .TARGETING05 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .target05 {
    margin: 30px 0 0 0;
    /*==============================================
		.target05 .title
		===============================================*/
    /*==============================================
		.target05 .if-suit
		===============================================*/
    /*==============================================
		.target05 .explain
		===============================================*/
  }
  .target05 .title {
    display: block;
    padding: 30px 0 40px 0;
    /*==============================================
			.target05 .title .icon
			===============================================*/
  }
  .target05 .title .icon {
    margin: 0 auto 0px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
  }
  .target05 .title .icon .cover {
    width: 70%;
    position: relative;
    z-index: 2;
  }
  .target05 .title .icon .cover img {
    width: 100%;
    height: auto;
  }
  .target05 .title h3 {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .target05 .title h3 .cover {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .target05 .title h2 {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .target05 .title h2 .catch {
    font-size: 30px;
    color: #414141;
    font-weight: 900;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 4px 20px 4px 20px;
    line-height: 1.35;
  }
  .target05 .title h2 .semi {
    margin: 10px 0 0 0;
    font-size: 17px;
    color: #414141;
    font-weight: 700;
    display: inline-block;
    background: #414141;
    color: #fff;
    padding: 4px 20px 4px 20px;
    line-height: 1.35;
  }
  .target05 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 3.5% 20px 3.5%;
    position: relative;
    /*==============================================
			.target05 ul.checklist
			===============================================*/
  }
  .target05 .wrapper ul.checklist {
    margin: 0 0 0 0;
    padding: 30px 0 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .target05 .wrapper ul.checklist li {
    width: 100%;
    margin: 0 0% 20px 0px;
    padding: 15px 25px 15px 25px;
    background-size: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .target05 .wrapper ul.checklist li .icon {
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
    line-height: 0;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    width: 15%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .target05 .wrapper ul.checklist li .icon img.icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .target05 .wrapper ul.checklist li .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    width: 85%;
    padding: 0 0 0 3%;
  }
  .target05 .wrapper ul.checklist li:nth-child(2n) {
    margin: 0 0 20px 0px;
  }
  .target05 .wrapper ul.checklist.pt01 li {
    border: solid 3px #eeac65;
  }
  .target05 .wrapper ul.checklist.pt01 li:nth-child(7) {
    width: 100%;
    margin: 0 0 20px 0px;
  }
  .target05 .wrapper ul.checklist.pt02 li {
    border: solid 3px #0070c0;
  }
  .target05 .if-suit {
    padding: 25px 0 25px 0;
    color: #414141;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .target05 .explain {
    padding: 0px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #414141;
  }
  .target05 .explain img {
    width: 300px;
    height: auto;
    padding: 0 30px 0 0;
  }
  .target05 .explain p {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
}

/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title12-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title12-01 {
    padding: 40px 0 40px 0px;
  }
  .title12-01 .image {
    width: 27%;
  }
  .title12-01 .image img {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 4px 4px 4px 4px;
    border: solid 2px #0c2855;
  }
  .title12-01 .text {
    padding: 0 3% 0 0px;
  }
  .title12-01 .text h3 {
    font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #414141;
    position: relative;
  }
  .title12-01 .text h3:before, .title12-01 .text h3:after {
    content: "";
    background: #414141;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .title12-01 .text h3:before {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .title12-01 .text h3:after {
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .title12-01 .text h2 {
    font-size: 21px;
    line-height: 1.7;
    margin: 0 0 0px 0;
    font-weight: 900;
    text-align: right;
  }
  .title12-01 .text h2 div {
    display: inline-block;
    color: #fff;
    background: #414141;
    padding: 5px 20px 5px 20px;
    margin: 0 0 10px 0;
  }
}

/* 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) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CONTACT01　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*===========================
.contact01 .sentence
===========================*/
  .contact01 .sentence {
    width: 92%;
  }
  .contact01 .sentence p {
    font-size: 16px;
  }
  /*===========================
.contact01 .btn
===========================*/
  .contact01 .btn {
    width: 92%;
    margin: 0 auto;
  }
  .contact01 .btn a {
    margin: 15px auto 15px;
    font-size: 19px;
  }
  .contact01 .btn a img {
    width: 32px;
  }
  .contact01 .pc-tel {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
    font-weight: 500;
  }
}

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

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

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/* -- responsive ------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  div#thanks .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}

/* 1000pixel end */
/*# sourceMappingURL=style.css.map */