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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

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

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

/* modules */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #gnav01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#gnav01 {
  background: #fff;
  -webkit-box-shadow: 0px 4px 14px 3px #afafaf;
          box-shadow: 0px 4px 14px 3px #afafaf;
}

#gnav01 .wrapper {
  padding: 15px 10% 15px 10%;
  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;
}

#gnav01 .wrapper h1 {
  font-size: 22px;
  color: #3a2601;
}

#gnav01 .wrapper h1 img {
  width: 130px;
  height: auto;
  padding: 0 10px 0 0;
}

/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #HEADER22 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
/*==============================================
#header22 variables(変数設定)
===============================================*/
#header22 {
  width: 100%;
  background-image: url(../images/header22-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* #header22 .wrapper closed */
}

#header22 .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  /* #header22 .wrapper .inner closed */
}

#header22 .wrapper .cover {
  width: 100%;
  height: 100%;
  background: url(../images/header22-pattern.svg) repeat 0 0;
  background-size: 30px auto;
}

#header22 .wrapper .inner {
  padding: 30px 0 0px 0;
  /* #header22 .wrapper .inner .top closed */
  /* #header22 .wrapper .inner .bottom closed */
}

#header22 .wrapper .inner .top {
  max-width: 1200px;
  margin: auto;
}

#header22 .wrapper .inner .top h2 {
  text-align: center;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1.0;
}

#header22 .wrapper .inner .top h2 span {
  color: #4a5257;
}

#header22 .wrapper .inner .top h3 {
  text-align: center;
  margin: 15px auto 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1.2;
  color: #4a5257;
}

#header22 .wrapper .inner .bottom {
  margin: 30px auto 0;
  background: #4a5257;
  padding: 20px 0 20px 0;
  /* #header22 .wrapper .inner .bottom .right closed */
}

#header22 .wrapper .inner .bottom .inside {
  max-width: 1200px;
  margin: auto;
  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;
  /* #header22 .wrapper .inner .bottom .inside .left closed */
}

#header22 .wrapper .inner .bottom .inside .left {
  padding: 0 0 0 50px;
  /* #header22 .wrapper .inner .bottom .detail closed */
}

#header22 .wrapper .inner .bottom .inside .left .detail {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.0;
  padding: 0px 0 20px 0;
}

#header22 .wrapper .inner .bottom .inside .left .detail .big {
  font-size: 80px;
}

#header22 .wrapper .inner .bottom .inside .left .detail h6 {
  margin: 0;
  padding: 0;
}

#header22 .wrapper .inner .bottom .inside .left .detail h4 {
  margin: 0;
  padding: 0;
}

#header22 .wrapper .inner .bottom .inside .left .detail h5 {
  margin: 0;
  padding: 0;
}

#header22 .wrapper .inner .bottom .inside .left .detail h5 img {
  width: 35px;
  height: auto;
}

#header22 .wrapper .inner .bottom .inside .left .detail .mark {
  background: #fff;
  color: #000;
  padding: 6px 14px 6px 14px;
  font-size: 30px;
  border-radius: 50px;
  position: relative;
  top: -15px;
}

#header22 .wrapper .inner .bottom .inside .left .detail .middle {
  font-size: 45px;
}

#header22 .wrapper .inner .bottom .inside .right {
  /* #header22 .wrapper .inner .bottom .inside .left .element closed */
}

#header22 .wrapper .inner .bottom .inside .right .element {
  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: 0px 0px 40px 0;
  /* #header22 .wrapper .inner .bottom .inside .left .element .part closed */
}

#header22 .wrapper .inner .bottom .inside .right .element .part {
  margin: 20px 30px 0 0;
}

#header22 .wrapper .inner .bottom .inside .right .element .part:nth-child(2) {
  margin: 20px 0px 0 0;
}

#header22 .wrapper .inner .bottom .inside .right .element .part .first {
  background: #000;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 30px 0 0 30px;
  margin: 0 0 0 0;
  padding: 2px 15px 6px 15px;
  line-height: 1.0;
}

#header22 .wrapper .inner .bottom .inside .right .element .part .second {
  background: #fff;
  color: #4a5257;
  font-size: 25px;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
  padding: 2px 15px 6px 15px;
  line-height: 1.0;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper {
  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;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box {
  position: relative;
  width: 180px;
  padding: 0px 0 0 0;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box:nth-child(1) {
  margin: 0 10px 0 0;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px 10px 20px;
  color: #fff;
  display: inline-block;
  top: 0;
  left: 30px;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text h4 {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text h5 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#header22 .wrapper .inner .bottom .inside .right .box-wrapper .box img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 100px;
  margin: 60px 0 0px 0;
}

#header22 .wrapper .inner .sentence {
  padding: 50px 0 50px 0;
}

/* #header22 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .HEADERTO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.headerto .sentence {
  padding: 30px 0 30px 0;
}

.headerto .sentence p {
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
  font-size: 22px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point04 {
  margin: 40px auto 0;
}

#point04 .box-wrapper {
  max-width: 1200px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#point04 .box-wrapper:after,
#point04 .box .top:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*============================================
#point04 .box
=============================================*/
#point04 .box {
  width: 48.5%;
  float: left;
  margin: 20px 3% 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #4a5257;
  padding: 0 0 20px 0;
}

#point04 .box:nth-child(2n) {
  margin: 20px 0 20px 0;
}

/*============================================
#point04 .box .left
=============================================*/
#point04 .box .top .left {
  float: left;
  width: 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4a5257;
  padding: 10px 10px 10px 10px;
}

#point04 .box .top .left img {
  width: 100%;
  height: auto;
}

/*============================================
#point04 .box .right
=============================================*/
#point04 .box .top .right {
  float: right;
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 0px 15px;
}

#point04 .box .top .right p.number {
  font-size: 22px;
  padding: 8px 12px 12px 12px;
  background: #4a5257;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
}

#point04 .box .top .right h3 {
  font-size: 29px;
  line-height: 1.35;
  font-weight: 900;
  color: #000;
  padding: 10px 0 10px 0;
}

/*============================================
#point04 .box .sentence
=============================================*/
#point04 .box .sentence {
  padding: 0px 20px 0px 20px;
}

#point04 .box .sentence p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

/*============================================
#point04 .box p.catch
=============================================*/
#point04 p.catch {
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #4a5257;
  padding: 20px 0 40px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title08-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title08-01 {
  position: relative;
  padding: 0px 0 0 0;
}

/*==============================================
.title08-01 h2
===============================================*/
.title08-01 h2 .wrapper {
  max-width: 1200px;
  margin: 0 auto 0;
}

.title08-01 h2 .wrapper .semi {
  font-size: 20px;
}

.title08-01 h2 .wrapper .semi img {
  width: 28px;
  height: auto;
  padding: 0 3px 0 0;
}

.title08-01 h2 .wrapper .catch {
  font-size: 50px;
  line-height: 1.0;
  font-weight: 900;
  letter-spacing: -1px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CTA02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.cta02 {
  background: url(../images/cta02-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 95%;
  margin: 0 0 0 0;
  /* .cta02 .wrapper closed */
}

.cta02 .wrapper {
  padding: 50px 0 50px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(146, 148, 150, 0.9)), to(rgba(135, 145, 150, 0.9)));
  background: linear-gradient(0deg, rgba(146, 148, 150, 0.9) 0%, rgba(135, 145, 150, 0.9) 100%);
  /* .cta02 .inner closed */
}

.cta02 .wrapper .inner {
  max-width: 1000px;
  margin: 0 auto;
  /* .cta01 .inner .haedline closed */
  /* .cta02 .inner .box closed */
}

.cta02 .wrapper .inner .headline {
  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: flex-start;
  color: #fff;
  margin: 0 0 30px 0;
}

.cta02 .wrapper .inner .headline h2 {
  font-size: 55px;
  margin: 0 30px 0 0;
  border-right: solid 2px #fff;
  padding: 0 30px 0 0;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
}

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

.cta02 .wrapper .inner .box {
  background: #fff;
  padding: 45px 45px 45px 45px;
  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;
  /* .cta02 .inner .box .detail closed */
}

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

.cta02 .wrapper .inner .box .detail {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 20px 0 0;
}

.cta02 .wrapper .inner .box .detail:nth-child(2) {
  margin: 0 50px 0 0;
}

.cta02 .wrapper .inner .box .detail .big {
  font-size: 60px;
  color: #4a5257;
}

.cta02 .wrapper .inner .box .detail h6 {
  margin: 0;
  padding: 0;
}

.cta02 .wrapper .inner .box .detail h4 {
  margin: 0;
  padding: 0;
}

.cta02 .wrapper .inner .box .detail h5 {
  margin: 0;
  padding: 0;
}

.cta02 .wrapper .inner .box .detail h5 img {
  width: 30px;
  height: auto;
}

.cta02 .wrapper .inner .box .detail .mark {
  background: #000;
  color: #fff;
  padding: 6px 10px 6px 10px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  top: -15px;
}

.cta02 .wrapper .inner .box .detail .middle {
  font-size: 30px;
}

.cta02 .wrapper .inner .box .to-contact .caption {
  color: #d10b17;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.2;
}

.cta02 .wrapper .inner .box .to-contact .caption span {
  padding: 0 3px 0 3px;
}

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

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

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

.cta02 .wrapper .inner .box .to-contact a {
  display: block;
  width: 400px;
  background: #d10b17;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  position: relative;
}

.cta02 .wrapper .inner .box .to-contact a img {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* .cta02 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#target04 {
  padding: 90px 0 70px 0;
}

/*==============================================
#target04 h2
===============================================*/
#target04 h2 {
  border-top: solid 1px #8c8c8c;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#target04 h2 .inner {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  padding: 10px 30px 10px 30px;
}

#target04 h2 .inner .semi {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #231815;
  font-size: 58px;
  line-height: 1.5;
}

#target04 h2 .inner .catch {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #231815;
  line-height: 1.4;
}

/*==============================================
#target04 .box
===============================================*/
#target04 .box {
  max-width: 1000px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

/*==============================================
#target04 ul.checklist
===============================================*/
#target04 ul.checklist {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0% 20px 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#target04 ul.checklist:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#target04 ul.checklist li {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3% 20px 0px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  font-size: 22px;
  font-weight: 900;
  border: solid 2px #4a5257;
}

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

#target04 ul.checklist li .icon {
  padding: 0px 0px 0px 0px;
  background: #4a5257;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 10%;
}

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

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

/*==============================================
#target04 .explain
===============================================*/
#target04 .explain {
  padding: 0px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#target05 .wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 10% 20px 10%;
  position: relative;
}

/*==============================================
#target05 .title
===============================================*/
#target05 .title {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*==============================================
#target05 .title .mark
===============================================*/
#target05 .title .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 30px 0 0;
}

#target05 .title .fuchi {
  text-shadow: #4a5257 2px 0px, #4a5257 -2px 0px, #4a5257 0px -2px, #4a5257 0px 2px, #4a5257 2px 2px, #4a5257 -2px 2px, #4a5257 2px -2px, #4a5257 -2px -2px, #4a5257 1px 2px, #4a5257 -1px 2px, #4a5257 1px -2px, #4a5257 -1px -2px, #4a5257 2px 1px, #4a5257 -2px 1px, #4a5257 2px -1px, #4a5257 -2px -1px;
}

#target05 .title .mark::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #4a5257;
  z-index: -1;
  border-radius: 140px;
}

/*==============================================
#target05 .title h2
===============================================*/
#target05 h2 {
  font-size: 47px;
  color: #4a5257;
  font-weight: 700;
}

/*==============================================
#target05 ul.checklist
===============================================*/
#target05 ul.checklist {
  width: 75%;
  margin: 0 0 0 0;
  padding: 60px 0 0px 0;
}

#target05 ul.checklist:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#target05 ul.checklist li {
  width: 48.5%;
  float: left;
  margin: 0 3% 20px 0px;
  padding: 15px 20px 15px 55px;
  background: #f9f9f9 url(../images/target05-icon-check.png) no-repeat 25px center;
  background-size: 20px auto;
  font-size: 18px;
  font-weight: 700;
  border: solid 2px #4a5257;
}

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

/*==============================================
#target05 .wrapper .catch-person
===============================================*/
#target05 .wrapper .catch-person {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 10%;
  width: 23%;
}

#target05 .wrapper .catch-person img {
  width: 100%;
  height: auto;
}

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

/*==============================================
#target05 .explain
===============================================*/
#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: #4a5257;
}

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING06 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#target06 variables(変数設定)
===============================================*/
#target06 {
  background: url(../images/target06-bg.jpg) no-repeat center center;
  background-size: cover;
}

#target06 .wrapper {
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 48, 0.7);
  padding: 70px 0 50px 0;
}

/*==============================================
#target06 ul.checklist
===============================================*/
#target06 ul {
  max-width: 1000px;
  margin: 0 auto 0;
}

#target06 ul::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#target06 ul li {
  float: left;
  width: 47.5%;
  margin: 30px 5% 0 0;
  color: #d3d3d3;
  border: solid 2px #4a5257;
  padding: 20px 35px 20px 35px;
  text-shadow: 0 0px 5px rgba(48, 43, 177, 0.5);
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#929496), to(#879196));
  background: linear-gradient(0deg, #929496 0%, #879196 100%);
  -webkit-box-shadow: inset 0 0 0 3px #d3d3d3;
          box-shadow: inset 0 0 0 3px #d3d3d3;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

#target06 ul li:nth-child(2n) {
  margin: 30px 0 0 0;
}

#target06 ul li img {
  width: 80px;
  height: auto;
  padding: 0 20px 0 0;
}

/*==============================================
#target06 .additional
===============================================*/
#target06 .addtional {
  font-size: 40px;
  font-weight: 700;
  padding: 70px 0 30px 0;
  line-height: 1.5;
  text-align: center;
  color: #4a5257;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING07 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#target07 ul.checklist
===============================================*/
#target07 ul.checklist {
  width: 964px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#target07 ul.checklist:after,
#target07 ul.checklist:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#target07 ul.checklist li {
  width: 48.5%;
  float: left;
  margin: 20px 3% 20px 0;
  border: solid 2px #4a5257;
  padding: 0 0 20px 0;
}

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

#target07 ul.checklist li .icon {
  float: right;
  width: 22%;
  background: #4a5257;
  padding: 10px 10px 10px 10px;
}

#target07 ul.checklist li .icon img {
  width: 100%;
  height: auto;
}

#target07 ul.checklist li .text {
  float: right;
  width: 78%;
  padding: 15px 15px 0px 15px;
}

#target07 ul.checklist li .text .image {
  color: #4a5257;
  font-size: 22px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#target07 ul.checklist li .text .image img {
  width: 65px;
  height: auto;
  padding: 0 10px 0 5px;
}

#target07 ul.checklist li .text h3 {
  font-size: 29px;
  line-height: 1.35;
  font-weight: 700;
  color: #4a5257;
  padding: 10px 0 10px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT07 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point07 {
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 0 0 0px 0;
}

/*============================================
#point07 .wrapper
=============================================*/
#point07 .wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0 0px;
  position: relative;
  z-index: -2;
}

/*============================================
#point07 .inner
=============================================*/
#point07 .inner {
  padding: 0px 0 0 0;
}

/*============================================
#point07 .cover
=============================================*/
#point07 .cover {
  max-width: 1000px;
  margin: 60px auto 0px;
  border: solid 3px #4a5257;
}

#point07 .cover h4 {
  display: inline-block;
  font-weight: 900;
  background: #4a5257;
  padding: 7px 55px 12px 55px;
  margin: -20px 0 20px -30px;
}

#point07 .cover h4 .en {
  font-family: futura-pt-bold, sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #4a5257;
  line-height: 1.1;
  background: #fff;
  text-align: center;
  margin: 0px 0 3px 0;
  display: inline-block;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 2px inset #4a5257;
          box-shadow: 0 0 0 2px inset #4a5257;
  border-radius: 30px;
  padding: 0 20px 0 20px;
}

#point07 .cover h4 .catch {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

#point07 .cover ul {
  list-style-type: none;
  padding: 0 45px 35px 45px;
  margin: 0;
}

#point07 .cover ul li {
  padding: 6px 0px 6px 0px;
  border-bottom: solid 2px #4a5257;
  font-size: 20px;
  font-weight: 900;
}

/*============================================
#point07 .box-wrapper
=============================================*/
#point07 .box-wrapper {
  margin: 130px auto 0px;
}

#point07 .box-wrapper:nth-child(1) {
  margin: 40px auto 0px;
}

/*============================================
#point07 .box
=============================================*/
#point07 .box-wrapper .box {
  max-width: 1000px;
  margin: 50px 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;
}

#point07 .box-wrapper .box:nth-child(1) {
  margin: 50px auto 0;
}

#point07 .box-wrapper .box .thumb {
  position: relative;
  z-index: 10;
}

#point07 .box-wrapper .box .thumb img {
  width: 300px;
  height: auto;
  -webkit-box-shadow: 12px 18px 0px 0px #d3d3d3;
          box-shadow: 12px 18px 0px 0px #d3d3d3;
}

#point07 .box-wrapper .box .detail {
  border: solid 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #4a5257;
          box-shadow: inset 0 0 0 2px #4a5257;
  background: #fff;
  margin: 0 0 0 -20px;
  position: relative;
  top: 40px;
  z-index: 20;
  padding: 30px 30px 30px 30px;
}

#point07 .box-wrapper .box .detail .top .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#point07 .box-wrapper .box .detail .top .inside img.icon {
  width: 160px;
  height: auto;
}

#point07 .box-wrapper .box .detail .top .inside h4 {
  padding: 0 15px 0 15px;
  font-size: 40px;
  font-weight: 900;
}

#point07 .box-wrapper .box .detail .top .inside .en {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4a5257;
  line-height: 1.0;
  padding: 0 0 3px 0;
}

#point07 .box-wrapper .box .detail .top .inside .middle {
  font-size: 15px;
  line-height: 1.0;
  font-weight: 500;
}

#point07 .box-wrapper .box .detail .bottom {
  margin: 20px 0 0 0;
}

#point07 .box-wrapper .box .detail .bottom h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#point07 .box-wrapper .box .detail .bottom h3 .big {
  font-size: 20px;
  padding: 0 10px 0 0;
}

#point07 .box-wrapper .box .detail .bottom h3 .en {
  font-size: 15px;
  letter-spacing: 2px;
}

#point07 .box-wrapper .box .detail .bottom .sentence p {
  padding: 8px 0 8px 0;
  font-size: 15px;
  line-height: 1.75;
}

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

/*==============================================
.title09-01 h2 .wrapper
===============================================*/
.title09-01 h2 {
  background: #bbbbbb;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-03 背景色
===============================================*/
.title01-03 {
  background: -webkit-gradient(linear, left bottom, left top, from(#929496), to(#879196));
  background: linear-gradient(0deg, #929496 0%, #879196 100%);
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION14 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section14　variables(変数設定)
===============================================*/
.section14 {
  padding: 60px 0 60px 0;
  /* .section14 .emphasis */
  /* .section14 .box */
}

.section14 .emphasis {
  margin: 60px 0 0 0;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #4a5257;
  line-height: 2.0;
  letter-spacing: -1px;
}

.section14 .emphasis span {
  color: #000;
}

.section14 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 80px auto 0;
}

.section14 .box .image {
  position: relative;
  margin: 0 45px 0 0;
}

.section14 .box .image img.thumb {
  width: 350px;
  height: auto;
  position: relative;
  z-index: 1;
}

.section14 .box .image .icon {
  width: 90px;
  height: auto;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 2;
  opacity: 0.9;
}

.section14 .box .image .en {
  font-size: 30px;
  font-weight: 900;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  color: #4a5257;
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: 2;
  opacity: 0.9;
}

.section14 .box .text .sentence p {
  font-size: 17px;
  line-height: 2.0;
}

.section14 .box .text .sentence p span {
  color: #4a5257;
  font-weight: 700;
}

.section14 .box:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section14 .box:nth-child(2n+1) .thumb {
  margin: 0 0 0 45px;
}

/* .section14 */
/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 .SCEDULE01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
/*==============================================
.schedule01 variables(変数設定)
===============================================*/
.schedule01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#929496), to(#879196));
  background: linear-gradient(0deg, #929496 0%, #879196 100%);
  padding: 70px 50px 50px 50px;
  /* .schedule01 .wrappper closed */
}

.schedule01 .wrapper {
  /* .schedule01 .inner closed */
}

.schedule01 .wrapper .inner {
  max-width: 1280px;
  margin: 0 auto 0;
  background: #fff;
  padding: 80px 65px 40px 65px;
  /* .schedule01 .box closed */
}

.schedule01 .wrapper .inner h2 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #4a5257 inset;
          box-shadow: 0px 0px 0px 3px #4a5257 inset;
  border: solid 3px #fff;
  color: #4a5257;
  text-align: center;
  font-weight: 900;
  width: 360px;
  padding: 4px 0 7px 0;
  margin: -100px auto 0;
  font-size: 34px;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

.schedule01 .wrapper .inner h2 span {
  display: block;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}

.schedule01 .wrapper .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 50px 0;
  /* #header21 .left closed */
  /* .schedule01 .right closed */
}

.schedule01 .wrapper .inner .box .left {
  padding: 30px 39px 0 0;
  /* #header21 .left ul closed */
}

.schedule01 .wrapper .inner .box .left ul {
  margin: 0;
  padding: 0;
}

.schedule01 .wrapper .inner .box .left ul li {
  list-style-type: none;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.schedule01 .wrapper .inner .box .left ul li .mark {
  display: inline-block;
  background: #4a5257;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 5px 10px 8px 10px;
  font-size: 22px;
  margin: 0 20px 0 0;
  width: 130px;
}

.schedule01 .wrapper .inner .box .left ul li .detail {
  display: inline-block;
  font-weight: 900;
  font-size: 26px;
}

.schedule01 .wrapper .inner .box .left ul li .detail .big {
  font-size: 50px;
}

.schedule01 .wrapper .inner .box .left ul li .detail .middle {
  font-size: 22px;
}

.schedule01 .wrapper .inner .box .left ul li .detail .small {
  font-size: 16px;
  display: block;
  margin: 4px 0 0 0;
}

.schedule01 .wrapper .inner .box .left:nth-child(2) {
  padding: 0px 0px 0 0;
}

.schedule01 .wrapper .inner .box .right {
  /* #header21 .right .block closed */
}

.schedule01 .wrapper .inner .box .right .thumb {
  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;
}

.schedule01 .wrapper .inner .box .right .thumb p {
  color: #4a5257;
  font-size: 32px;
  font-weight: 700;
  margin: 0 30px 0 0;
}

.schedule01 .wrapper .inner .box .right .thumb img {
  width: 200px;
  height: auto;
}

.schedule01 .wrapper .inner .box .right .block ul {
  margin: 0;
  padding: 0;
}

.schedule01 .wrapper .inner .box .right .block ul li {
  background: #fdfe91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 20px 0 0 0;
  padding: 10px 20px 5px 20px;
}

.schedule01 .wrapper .inner .box .right .block ul li .icon {
  width: 15%;
  margin: 0 5% 0 0;
}

.schedule01 .wrapper .inner .box .right .block ul li .icon img {
  width: 100%;
  height: auto;
}

.schedule01 .wrapper .inner .box .right .block ul li .text .mark {
  color: #fff;
  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%);
  font-size: 17px;
  line-height: 1.0;
  padding: 3px 0 5px 0;
  width: 140px;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #4a5257;
  -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
          box-shadow: 0px 0px 0px 2px #fff inset;
}

.schedule01 .wrapper .inner .box .right .block ul li .text h3 {
  color: #4a5257;
  font-size: 24px;
}

.schedule01 .wrapper .inner .box .right .additional {
  color: #4a5257;
  font-size: 34px;
  font-weight: 700;
  padding: 30px 0 0 0;
  text-align: center;
}

/* .schedule01 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CONTACT01　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.contact01 {
  margin: 50px 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: #4a5257;
  background: -webkit-gradient(linear, left bottom, left top, from(#929496), to(#879196));
  background: linear-gradient(0deg, #929496 0%, #879196 100%);
  border-style: solid;
  border-width: 2px;
  border-color: #4a5257;
  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: #4a5257;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #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 h2
===============================================*/
#form-wrapper h2 {
  background: #4a5257;
  color: #fff;
  font-size: 47px;
  line-height: 1.4;
  padding: 40px 0 40px 0;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
}

#form-wrapper h2 span.en {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
}

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

form#mail_form dl dt {
  background: #d3d3d3;
  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: #4a5257;
  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#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;
}

/* breakpoints */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #gnav01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  #gnav01 .wrapper {
    padding: 12px 10px 12px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav01 .wrapper h1 {
    font-size: 22px;
    color: #3a2601;
  }
  #gnav01 .wrapper h1 img {
    width: 100px;
    height: auto;
  }
  #gnav01 .wrapper h2 {
    font-size: 18px;
    text-align: center;
  }
  #gnav01 .wrapper h2 span {
    display: block;
    line-height: 1.1;
  }
}

/* 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) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 #HEAEER22 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  #header22 {
    /* #header22 .wrapper closed */
  }
  #header22 .wrapper {
    /* #header22 .wrapper .inner closed */
  }
  #header22 .wrapper .cover {
    background-size: 25px auto;
  }
  #header22 .wrapper .inner {
    padding: 25px 0 0px 0;
    /* #header22 .wrapper .inner .top closed */
    /* #header22 .wrapper .inner .bottom closed */
  }
  #header22 .wrapper .inner .top h2 {
    font-size: 45px;
    letter-spacing: -4px;
  }
  #header22 .wrapper .inner .top h3 {
    font-size: 20px;
    letter-spacing: -3px;
  }
  #header22 .wrapper .inner .bottom {
    margin: 25px auto 0;
    padding: 20px 0 20px 0;
    /* #header22 .wrapper .inner .bottom .inside closed */
  }
  #header22 .wrapper .inner .bottom .inside {
    display: block;
    /* #header22 .wrapper .inner .bottom .inside .left closed */
  }
  #header22 .wrapper .inner .bottom .inside .left {
    padding: 0 0 0 0;
    /* #header22 .wrapper .inner .bottom .detail closed */
  }
  #header22 .wrapper .inner .bottom .inside .left .detail {
    text-align: center;
    font-size: 20px;
  }
  #header22 .wrapper .inner .bottom .inside .left .detail .big {
    font-size: 45px;
  }
  #header22 .wrapper .inner .bottom .inside .left .detail h6 {
    display: inline-block;
    margin: 0 auto 0;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
    border-radius: 30px;
    letter-spacing: 2px;
  }
  #header22 .wrapper .inner .bottom .inside .left .detail h5 img {
    width: 30px;
    height: auto;
  }
  #header22 .wrapper .inner .bottom .inside .left .detail .mark {
    padding: 4px 9px 4px 9px;
    font-size: 20px;
    border-radius: 50px;
    top: -10px;
  }
  #header22 .wrapper .inner .bottom .inside .left .detail .middle {
    font-size: 35px;
  }
  #header22 .wrapper .inner .bottom .inside .right {
    /* #header22 .wrapper .inner .bottom .inside .left .element closed */
  }
  #header22 .wrapper .inner .bottom .inside .right .element {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0px 0;
    /* #header22 .wrapper .inner .bottom .inside .left .element .part closed */
  }
  #header22 .wrapper .inner .bottom .inside .right .element .part {
    margin: 20px 10px 0 0;
  }
  #header22 .wrapper .inner .bottom .inside .right .element .part .first {
    font-size: 19px;
    border-radius: 30px 0 0 30px;
    margin: 0 0 0 0;
    padding: 2px 15px 6px 15px;
    line-height: 1.0;
  }
  #header22 .wrapper .inner .bottom .inside .right .element .part .second {
    background: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 0 30px 30px 0;
    padding: 2px 15px 6px 15px;
    line-height: 1.0;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box {
    width: 160px;
    padding: 0px 0 0 0;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box:nth-child(1) {
    margin: 0 10px 0 0;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text {
    padding: 10px 10px 10px 10px;
    top: 0;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text h4 {
    font-size: 10px;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box .text h5 {
    font-size: 18px;
  }
  #header22 .wrapper .inner .bottom .inside .right .box-wrapper .box img {
    width: 85%;
    display: block;
    border-radius: 100px;
    margin: 60px 0 0px 0;
  }
  /* #header22 closed */
  .sentence {
    padding: 25px 5% 25px 5%;
  }
  .sentence p {
    line-height: 1.65;
    font-size: 18px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 375px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  #header22 {
    /* #header22 .wrapper closed */
  }
  #header22 .wrapper {
    /* #header22 .wrapper .inner closed */
  }
  #header22 .wrapper .inner {
    padding: 25px 0 0px 0;
  }
  #header22 .wrapper .inner .top h2 {
    font-size: 40px;
    letter-spacing: -4px;
  }
  #header22 .wrapper .inner .top h3 {
    font-size: 20px;
    letter-spacing: -3px;
  }
  #header22 .wrapper .inner .bottom .inside .left .element .part {
    margin: 20px 20px 0 0;
  }
  #header22 .wrapper .inner .bottom .inside .left .element .part .first {
    font-size: 16px;
    border-radius: 30px 0 0 30px;
    margin: 0 0 0 0;
    padding: 2px 15px 6px 15px;
    line-height: 1.0;
  }
  #header22 .wrapper .inner .bottom .inside .left .element .part .second {
    font-size: 16px;
    border-radius: 0 30px 30px 0;
    padding: 2px 15px 6px 15px;
    line-height: 1.0;
  }
  /* #header22 closed */
}

/* 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 */
/*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .HEADERTO 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
@media screen and (max-width: 769px) {
  .headerto .sentence {
    padding: 20px 5% 20px 5%;
  }
  .headerto .sentence p {
    text-align: left;
    line-height: 1.65;
    font-size: 19px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 #POINT04 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
	====================================================================*/
  #point04 .box-wrapper {
    width: 100%;
  }
  #point04 .box-wrapper:after,
  #point04 .box .top:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  /*============================================
	#point04 .box
	=============================================*/
  #point04 .box {
    float: none;
    width: 92%;
    margin: 15px auto 15px;
    border: solid 2px #4a5257;
    padding: 0 0 20px 0;
  }
  #point04 .box:nth-child(2n) {
    margin: 15px auto 15px;
  }
  /*============================================
	#point04 .box .left
	=============================================*/
  #point04 .box .top .left {
    float: left;
    width: 22%;
    background: #4a5257;
    padding: 10px 10px 10px 10px;
  }
  #point04 .box .top .left img {
    width: 100%;
    height: auto;
  }
  /*============================================
	#point04 .box .right
	=============================================*/
  #point04 .box .top .right {
    float: right;
    width: 78%;
    padding: 10px 15px 0px 15px;
  }
  #point04 .box .top .right h3 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #4a5257;
    padding: 10px 0 0px 0;
  }
  /*============================================
  #point04 .box .sentence
  =============================================*/
  #point04 .box .sentence {
    padding: 0px 15px 0px 15px;
  }
  #point04 .box .sentence p {
    font-size: 16px;
  }
  /*============================================
	#point04 p.catch
	=============================================*/
  #point04 p.catch {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    color: #4a5257;
    padding: 0 0 20px 0;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title08-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title08-01 {
    position: relative;
    padding: 0px 0 0 0;
  }
  /*==============================================
  .title08-01 h2
  ===============================================*/
  .title08-01 h2 .wrapper {
    width: 92%;
    margin: 0 auto 0;
  }
  .title08-01 h2 .wrapper .semi {
    font-size: 18px;
  }
  .title08-01 h2 .wrapper .semi img {
    width: 23px;
    padding: 0 3px 0 0;
  }
  .title08-01 h2 .wrapper .catch {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
}

/* 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) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  
  〇 .CTA02 〇
  
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .cta02 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta02 .wrapper closed */
  }
  .cta02 .wrapper {
    padding: 40px 0 40px 0;
    /* .cta02 .inner closed */
  }
  .cta02 .wrapper .inner {
    width: 85%;
    margin: 0 auto;
    /* .cta02 .inner .haedline closed */
    /* .cta02 .inner .box closed */
  }
  .cta02 .wrapper .inner .headline {
    display: block;
    margin: 0 0 30px 0;
  }
  .cta02 .wrapper .inner .headline h2 {
    font-size: 38px;
    margin: 0 0px 15px 0;
    border-right: none;
    padding: 0 0px 0 0;
    letter-spacing: 1px;
    line-height: 1.1;
  }
  .cta02 .wrapper .inner .headline h3 {
    font-size: 16px;
    letter-spacing: 1px;
    border-left: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .cta02 .wrapper .inner .box {
    padding: 30px 20px 30px 20px;
    display: block;
    /* .cta02 .inner .box .detail closed */
  }
  .cta02 .wrapper .inner .box .detail-wrapper {
    padding: 0 0 20px 0;
  }
  .cta02 .wrapper .inner .box .detail {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    margin: 0 20px 0 0;
  }
  .cta02 .wrapper .inner .box .detail:nth-child(2) {
    margin: 0 0px 0px 0;
  }
  .cta02 .wrapper .inner .box .detail .big {
    font-size: 35px;
    color: #4a5257;
  }
  .cta02 .wrapper .inner .box .detail h4 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .cta02 .wrapper .inner .box .detail h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .cta02 .wrapper .inner .box .detail h5 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .cta02 .wrapper .inner .box .detail h5 img {
    width: 17px;
    height: auto;
  }
  .cta02 .wrapper .inner .box .detail .mark {
    padding: 5px 8px 5px 8px;
    font-size: 13px;
    border-radius: 50px;
    top: -10px;
    left: 0px;
  }
  .cta02 .wrapper .inner .box .detail .middle {
    font-size: 17px;
  }
  .cta02 .wrapper .inner .box .to-contact .caption {
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 1.2;
  }
  .cta02 .wrapper .inner .box .to-contact .caption span {
    padding: 0 3px 0 3px;
  }
  .cta02 .wrapper .inner .box .to-contact .caption:before {
    left: 17px;
  }
  .cta02 .wrapper .inner .box .to-contact .caption:after {
    right: 17px;
  }
  .cta02 .wrapper .inner .box .to-contact a {
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 20px 0 20px 0;
  }
  .cta02 .wrapper .inner .box .to-contact a img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* .cta02 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .cta02 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta02 .wrapper closed */
  }
  .cta02 .wrapper {
    padding: 40px 0 40px 0;
    /* .cta02 .inner closed */
  }
  .cta02 .wrapper .inner {
    width: 85%;
    margin: 0 auto;
    /* .cta02 .inner .haedline closed */
    /* .cta02 .inner .box closed */
  }
  .cta02 .wrapper .inner .headline {
    display: block;
    margin: 0 0 30px 0;
  }
  .cta02 .wrapper .inner .headline h2 {
    font-size: 38px;
    margin: 0 0px 15px 0;
    border-right: none;
    padding: 0 0px 0 0;
    letter-spacing: 1px;
  }
  .cta02 .wrapper .inner .headline h3 {
    font-size: 16px;
    letter-spacing: 1px;
    border-left: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .cta02 .wrapper .inner .box {
    padding: 20px 15px 20px 15px;
    display: block;
    /* .cta02 .inner .box .detail closed */
  }
  .cta02 .wrapper .inner .box .detail {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    margin: 0 15px 0 0;
  }
  .cta02 .wrapper .inner .box .detail:nth-child(2) {
    margin: 0 0px 0px 0;
  }
  .cta02 .wrapper .inner .box .detail .big {
    font-size: 30px;
    color: #4a5257;
  }
  .cta02 .wrapper .inner .box .detail h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .cta02 .wrapper .inner .box .detail h5 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .cta02 .wrapper .inner .box .detail h5 img {
    width: 14px;
    height: auto;
  }
  .cta02 .wrapper .inner .box .detail .mark {
    padding: 2px 3px 2px 3px;
    font-size: 11px;
    border-radius: 50px;
    top: -10px;
    left: 0px;
  }
  .cta02 .wrapper .inner .box .detail .middle {
    font-size: 14px;
  }
  .cta02 .wrapper .inner .box .to-contact a {
    font-size: 15px;
  }
  .cta02 .wrapper .inner .box .to-contact a img {
    width: 18px;
    height: auto;
    right: 8px;
  }
  /* .cta02 closed */
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 2980px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  #target04 {
    padding: 75px 0 40px 0;
  }
  /*==============================================
	#target04 .h2
	===============================================*/
  #target04 h2 .inner {
    position: absolute;
    top: -60px;
    padding: 10px 20px 10px 20px;
  }
  #target04 h2 .inner .semi {
    font-size: 45px;
    line-height: 1.1;
  }
  #target04 h2 .inner .catch {
    font-size: 17px;
    white-space: nowrap;
  }
  /*==============================================
	#target04 .box
	===============================================*/
  #target04 .box {
    width: 100%;
    margin: 90px auto 0;
    display: block;
  }
  #target04 .box p.text {
    display: block;
    position: relative;
    z-index: 20;
    margin: 0 0px 0 0;
    top: 0;
    padding: 40px 0 0 20px;
  }
  #target04 .box p.text .semi {
    font-size: 22px;
    line-height: 1.5;
  }
  #target04 .box img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: -30px auto 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
            box-shadow: 0px 0px 0px 0px #fff;
  }
  #target04 .box p.text .catch {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: -2px;
  }
  /*==============================================
	#target04 ul.checklist
	===============================================*/
  #target04 ul.checklist {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 5% 0px 5%;
  }
  #target04 ul.checklist li {
    width: 100%;
    margin: 0 0% 20px 0px;
    padding: 0px 0px 0px 0px;
    background: #fff url(../images/target04-icon-check.svg) no-repeat 20px center;
    background-size: 25px auto;
    font-size: 19px;
  }
  #target04 ul.checklist li .icon {
    width: 12%;
  }
  #target04 ul.checklist li p {
    padding: 20px 20px 20px 20px;
    width: 88%;
  }
  /*==============================================
  #target04 .explain
  ===============================================*/
  #target04 .explain img {
    width: 300px;
    height: auto;
    padding: 0 30px 0 0;
  }
  #target04 .explain p {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  /*==============================================
	#target04 .explain
	===============================================*/
  #target04 .explain {
    padding: 0px 0 0 0;
    display: block;
    text-align: center;
  }
  #target04 .explain img {
    width: 160px;
    padding: 0 0px 0 0;
    margin: 0 0px 30px 0;
  }
  #target04 .explain p {
    font-size: 19px;
    line-height: 1.45;
  }
}

/* 767px responsive-closed */
/* 320px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT07 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  #point07 {
    width: 100%;
    background-size: cover;
    position: relative;
  }
  /*============================================
    #point07 .wrapper
    =============================================*/
  #point07 .wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 0 0px;
    position: relative;
    z-index: -2;
  }
  /*============================================
    #point07 .inner
    =============================================*/
  #point07 .inner {
    padding: 0px 0 0 0;
  }
  /*============================================
    #point07 .cover
    =============================================*/
  #point07 .cover {
    margin: 30px auto 0px;
    border: none;
  }
  #point07 .cover h4 {
    display: block;
    width: 100%;
    padding: 7px 25px 12px 25px;
    margin: 0px auto -15px;
    text-align: center;
  }
  #point07 .cover h4 .en {
    font-family: futura-pt-bold, sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.1;
    margin: 0px 0 3px 0;
    border-radius: 30px;
    padding: 0 20px 0 20px;
  }
  #point07 .cover h4 .catch {
    font-size: 25px;
    line-height: 1.1;
  }
  #point07 .cover ul {
    width: 92%;
    margin: 0 auto 0;
    padding: 30px 30px 30px 30px;
    border: solid 3px #4a5257;
  }
  #point07 .cover ul li {
    padding: 6px 0px 6px 0px;
    font-size: 18px;
  }
  /*============================================
    #point07 .box-wrapper
    =============================================*/
  #point07 .box-wrapper {
    margin: 80px auto 0px;
  }
  #point07 .box-wrapper:nth-child(1) {
    margin: 20px auto 0px;
  }
  /*============================================
    #point07 .box
    =============================================*/
  #point07 .box-wrapper .box {
    width: 92%;
    margin: 30px auto 0;
    display: block;
  }
  #point07 .box-wrapper .box .thumb {
    position: relative;
    z-index: 30;
  }
  #point07 .box-wrapper .box .thumb img {
    width: 80%;
    display: block;
    margin: 0 auto 0;
    -webkit-box-shadow: 12px 18px 0px 0px #d3d3d3;
            box-shadow: 12px 18px 0px 0px #d3d3d3;
  }
  #point07 .box-wrapper .box .detail {
    background: #fff;
    margin: -50px auto 0px;
    position: relative;
    top: 40px;
    z-index: 20;
    padding: 60px 30px 30px 30px;
  }
  #point07 .box-wrapper .box .detail .top .inside {
    display: block;
  }
  #point07 .box-wrapper .box .detail .top .inside img.icon {
    width: 160px;
    height: auto;
  }
  #point07 .box-wrapper .box .detail .top .inside h4 {
    padding: 0 15px 0 15px;
    font-size: 40px;
    font-weight: 900;
  }
  #point07 .box-wrapper .box .detail .top .inside .en {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4a5257;
    line-height: 1.0;
    padding: 0 0 3px 0;
  }
  #point07 .box-wrapper .box .detail .top .inside .middle {
    font-size: 15px;
    line-height: 1.0;
    font-weight: 500;
  }
  #point07 .box-wrapper .box .detail .bottom {
    margin: 20px 0 0 0;
  }
  #point07 .box-wrapper .box .detail .bottom h3 {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #point07 .box-wrapper .box .detail .bottom h3 .big {
    font-size: 18px;
    padding: 0 3px 0 0;
    display: block;
  }
  #point07 .box-wrapper .box .detail .bottom h3 .en {
    font-size: 14px;
    letter-spacing: 3px;
  }
  #point07 .box-wrapper .box .detail .bottom .sentence p {
    padding: 8px 0 8px 0;
    font-size: 13px;
    line-height: 1.75;
  }
}

/* 769px responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title09-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title09-01 {
    position: relative;
  }
  /*==============================================
  .title09-01 h2 .wrapper
  ===============================================*/
  .title09-01 h2 {
    padding: 20px 0 20px 0;
  }
  .title09-01 h2 .title-wrapper {
    display: block;
  }
  .title09-01 h2 .title-wrapper .semi {
    text-align: center;
    font-size: 30px;
    color: #000;
    letter-spacing: 2.5px;
    font-weight: 900;
  }
  .title09-01 h2 .title-wrapper .catch {
    text-align: center;
    font-size: 23px;
    letter-spacing: -1px;
    padding: 20px 0 0 0px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title01-01 背景色
  ===============================================*/
  .title01-01 {
    padding: 20px 0 20px;
    text-align: center;
  }
  /*==============================================
  .title01 h2,h3
  ===============================================*/
  .title01-01 h2 {
    font-size: 32px;
  }
  .title01-01 h3 {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .title01-01 .caption {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title01-02 背景色
  ===============================================*/
  .title01-02 {
    padding: 20px 0 20px 0;
  }
  /*==============================================
  .title01-02 h2,h3
  ===============================================*/
  .title01-02 h3 {
    padding: 10px 15px;
    width: 240px;
    font-size: 17px;
  }
  .title01-02 h2 {
    font-size: 32px;
  }
  .title01-02 .caption {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-03 .semi {
    padding: 20px 0 8px 0;
    font-size: 22px;
  }
  .title01-03 .sub {
    width: 260px;
    font-size: 20px;
  }
  .title01-03 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 32px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-04 {
    padding: 30px 0 10px 0;
  }
  .title01-04 .sub {
    font-size: 17px;
    width: 200px;
    padding: 10px 20px 10px;
  }
  .title01-04 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 34px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION14 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  /*==============================================
  .section14　variables(変数設定)
  ===============================================*/
  .section14 {
    padding: 30px 0 30px 0;
    /* .section14 .emphasis */
    /* .section14 .box */
  }
  .section14 .emphasis {
    margin: 60px 0 40px 0;
    text-align: center;
    font-size: 26px;
    line-height: 1.75;
    letter-spacing: -1px;
    padding: 0 3% 0 3%;
  }
  .section14 .box {
    display: block;
    margin: 0px auto 0;
    overflow: hidden;
    padding: 40px 0 30px 0;
  }
  .section14 .box .image {
    position: relative;
    margin: 0 0 0 0;
  }
  .section14 .box .image img.thumb {
    width: 100%;
  }
  .section14 .box .image .icon {
    width: 70px;
    position: absolute;
    top: -20px;
    left: 25px;
  }
  .section14 .box .image .en {
    font-size: 34px;
    bottom: -20px;
    right: 30px;
  }
  .section14 .box .text .sentence {
    padding: 20px 0 0 0;
  }
  .section14 .box .text .sentence p {
    font-size: 15.5px;
    line-height: 1.75;
  }
  .section14 .box:nth-child(2n) img.thumb {
    position: relative;
    left: -40px;
  }
  .section14 .box:nth-child(2n) .text .sentence p {
    padding: 5px 4% 5px 8%;
  }
  .section14 .box:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section14 .box:nth-child(2n+1) img.thumb {
    margin: 0 0 0 0;
    position: relative;
    right: -40px;
  }
  .section14 .box:nth-child(2n+1) .text .sentence p {
    padding: 5px 8% 5px 4%;
  }
  /* .section14 */
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SCEDULE01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
@media screen and (max-width: 769px) {
  .schedule01 {
    padding: 40px 5% 40px 5%;
    /* .schedule01 .wrappper closed */
  }
  .schedule01 .wrapper {
    /* .schedule01 .inner closed */
  }
  .schedule01 .wrapper .inner {
    padding: 60px 20px 30px 20px;
    /* .schedule01 .box closed */
  }
  .schedule01 .wrapper .inner h2 {
    width: 240px;
    padding: 4px 0 7px 0;
    margin: -75px auto 0;
    font-size: 21px;
  }
  .schedule01 .wrapper .inner .box {
    display: block;
    padding: 0 0 0 0;
    /* #header21 .left closed */
    /* .schedule01 .right closed */
  }
  .schedule01 .wrapper .inner .box .left {
    padding: 15px 0px 0 0;
    /* #header21 .left ul closed */
  }
  .schedule01 .wrapper .inner .box .left ul li {
    margin: 20px 0 0 0;
    display: block;
  }
  .schedule01 .wrapper .inner .box .left ul li .mark {
    display: block;
    padding: 3px 8px 5px 8px;
    font-size: 18px;
    margin: 0 15px 5px 0;
    width: 100%;
    text-align: center;
  }
  .schedule01 .wrapper .inner .box .left ul li .detail {
    display: block;
    font-size: 24px;
  }
  .schedule01 .wrapper .inner .box .left ul li .detail .big {
    font-size: 40px;
  }
  .schedule01 .wrapper .inner .box .left ul li .detail .middle {
    font-size: 19px;
  }
  .schedule01 .wrapper .inner .box .left ul li .detail .small {
    font-size: 14px;
    margin: 4px 0 0 0;
  }
  .schedule01 .wrapper .inner .box .left ul li .detail.al-c {
    text-align: center;
  }
  .schedule01 .wrapper .inner .box .right {
    /* #header21 .right .block closed */
  }
  .schedule01 .wrapper .inner .box .right .thumb {
    margin: 20px 0 0 0;
  }
  .schedule01 .wrapper .inner .box .right .thumb p {
    font-size: 20px;
    margin: 0 15px 0 0;
  }
  .schedule01 .wrapper .inner .box .right .thumb img {
    width: 120px;
    height: auto;
  }
  .schedule01 .wrapper .inner .box .right .block ul {
    margin: 0;
    padding: 0;
  }
  .schedule01 .wrapper .inner .box .right .block ul li {
    margin: 20px 0 0 0;
    padding: 10px 15px 5px 15px;
  }
  .schedule01 .wrapper .inner .box .right .block ul li .icon {
    width: 35%;
    margin: 0 5% 0 0;
  }
  .schedule01 .wrapper .inner .box .right .block ul li .icon img {
    width: 100%;
    height: auto;
  }
  .schedule01 .wrapper .inner .box .right .block ul li .text .mark {
    font-size: 16px;
    line-height: 1.0;
    padding: 3px 0 5px 0;
    width: 120px;
  }
  .schedule01 .wrapper .inner .box .right .block ul li .text h3 {
    font-size: 20px;
  }
  .schedule01 .wrapper .inner .box .right .additional {
    font-size: 26px;
    padding: 20px 0 0 0;
  }
  /* .schedule01 closed */
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px 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 */
/*# sourceMappingURL=style.css.map */