@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 */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #gnav03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#gnav03 variables(変数設定)
===============================================*/
#gnav03 {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 14px 3px #c4c4c4;
          box-shadow: 0px 4px 14px 3px #c4c4c4;
  position: relative;
  z-index: 200;
}

#gnav03 a {
  text-decoration: none;
  color: #163972;
}

#gnav03 .wrapper {
  padding: 15px 10% 20px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #163972;
}

#gnav03 h2 {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 5px 0;
}

#gnav03 h1 img {
  width: 300px;
  height: auto;
}

/*==============================================
#gnav03 .right .pc-disblock .box 
===============================================*/
#gnav03 .right .pc-disblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*==============================================
  .tel
  ===============================================*/
  /*==============================================
  .mail
  ===============================================*/
}

#gnav03 .right .pc-disblock .box .tel {
  margin: 0 35px 0  0;
}

#gnav03 .right .pc-disblock .box .tel .number {
  font-size: 32px;
  font-weight: 700;
}

#gnav03 .right .pc-disblock .box .tel .number img.icon {
  width: 42px;
  height: auto;
  padding: 0 4px 0 0;
  position: relative;
  top: 4px;
}

#gnav03 .right .pc-disblock .box .tel .daytime {
  text-align: center;
}

#gnav03 .right .pc-disblock .box .tel .daytime .mark {
  border: solid 2px #163972;
  padding: 2px 10px;
  font-size: 13px;
  border-radius: 40px;
  letter-spacing: 1px;
}

#gnav03 .right .pc-disblock .box .tel .daytime .day {
  font-size: 15px;
}

#gnav03 .right .pc-disblock .box .tel .daytime .time {
  font-size: 15px;
}

#gnav03 .right .pc-disblock .box .mail a {
  display: block;
  color: #163972;
  background: #fff;
  padding: 10px 25px 10px 25px;
  font-weight: 700;
  border: solid 2px #163972;
  font-size: 18px;
}

#gnav03 .right .pc-disblock .box .mail img.icon {
  width: 25px;
  height: auto;
  padding: 0 3px 0 0;
}

/* end #gnav03 .right .pc-disblock .box  */
/*==============================================
#gnav03 .right .guide
===============================================*/
#gnav03 .right .guide {
  font-weight: 700;
  text-align: center;
}

#gnav03 .right .guide:before,
#gnav03 .right .guide:after {
  content: "";
  background: #163972;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

#gnav03 .right .guide:before {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  position: relative;
  top: 1px;
  left: -5px;
}

#gnav03 .right .guide:after {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  position: relative;
  top: 1px;
  left: 5px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #HEADER17 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#header17 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  height: 700px;
  background: #fafafa;
  z-index: 1;
  position: relative;
}

/*==============================================
#header17 .wrapper .inner
===============================================*/
#header17 .wrapper .inner {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 300;
  text-align: right;
}

/*==============================================
#header17 .wrapper .inner .catch
===============================================*/
#header17 .wrapper .inner .catch {
  margin: 0 20px 50px 0px;
}

#header17 .wrapper .inner .catch h3 {
  display: inline-block;
  opacity: 0.85;
  margin: 0 0px 0 0;
  background: #163972;
  color: #fff;
  padding: 20px 30px 20px 30px;
  font-size: 22px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  border-radius: 70px;
}

/*==============================================
#header17 .wrapper .inner h2.title
===============================================*/
#header17 .wrapper .inner h2.title div {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 5px 50px;
  color: #163972;
  font-size: 55px;
  background-color: #fff;
  opacity: 0.85;
}

#header17 .wrapper .inner h2.title div span {
  font-size: 40px;
}

/*==============================================
#header17 背景スライドショー
===============================================*/
#header17 .fadeSlider {
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header17 .fadeSlider span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#header17 .fadeSlider span.fadeSlider_01 {
  background-image: url(../images/header17-01-pc.jpg);
  background-position: center top;
  -webkit-animation: header17FadeSlideImg01 15s ease-out infinite;
          animation: header17FadeSlideImg01 15s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#header17 .fadeSlider span.fadeSlider_02 {
  opacity: 0;
  background-image: url(../images/header17-02-pc.jpg);
  background-position: left center;
  -webkit-animation: header17FadeSlideImg02 15s ease-out infinite;
          animation: header17FadeSlideImg02 15s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#header17 .fadeSlider span.fadeSlider_03 {
  opacity: 0;
  background-image: url(../images/header17-03-pc.jpg);
  background-position: right top;
  -webkit-animation: header17FadeSlideImg03 15s ease-out infinite;
          animation: header17FadeSlideImg03 15s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#header17 .fadeSlider span.fadeSlider_04 {
  opacity: 0;
  background-image: url(../images/header17-04-pc.jpg);
  background-position: center top;
  -webkit-animation: header17FadeSlideImg04 15s ease-out infinite;
          animation: header17FadeSlideImg04 15s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#header17 .fadeSlider span.fadeSlider_05 {
  opacity: 0;
  background-image: url(../images/header17-05-pc.jpg);
  background-position: right top;
  -webkit-animation: header17FadeSlideImg05 15s ease-out infinite;
          animation: header17FadeSlideImg05 15s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes header17FadeSlideImg01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes header17FadeSlideImg01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes header17FadeSlideImg02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes header17FadeSlideImg02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes header17FadeSlideImg03 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes header17FadeSlideImg03 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes header17FadeSlideImg04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes header17FadeSlideImg04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes header17FadeSlideImg05 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes header17FadeSlideImg05 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #headerto04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#headerto04 .variables(変数設定)
===============================================*/
#headerto04 .wrapper {
  padding: 0 0 35px 0;
}

/*==============================================
#headerto04 .box-wrapper
===============================================*/
#headerto04 .box-wrapper {
  margin: -50px auto 20px;
  max-width: 1280px;
  position: relative;
  height: 160px;
}

#headerto04 .box-wrapper .box {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  margin: 0 auto 0;
  padding: 0 3% 0  3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/*==============================================
#headerto04 .box .icon
===============================================*/
#headerto04 .box-wrapper .box .icon {
  width: 160px;
  height: 160px;
  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により中央に配置する */
  text-align: center;
  background-color: #aec8e9;
  border: solid 3px #3f71b4;
  border-radius: 160px;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  color: #1d2c6f;
  font-size: 22px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  margin: 0 15px 0 0;
}

/*==============================================
#headerto04 .icon 背景画像
===============================================*/
#headerto04 .box-wrapper .box .icon:nth-child(1) {
  background-image: url(../images/headerto04-icon01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
}

#headerto04 .box-wrapper .box .icon:nth-child(2) {
  background-image: url(../images/headerto04-icon02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
}

#headerto04 .box-wrapper .box .icon:nth-child(3) {
  background-image: url(../images/headerto04-icon03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
}

#headerto04 .box-wrapper .box .icon:nth-child(4) {
  background-image: url(../images/headerto04-icon04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
}

/*==============================================
#headerto04 .sentence 
===============================================*/
#headerto04 .sentence {
  width: 800px;
  margin: 0 auto 0;
  padding: 0px 0 20px 0;
}

#headerto04 .sentence p.explain {
  font-size: 24px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 2.0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-01 背景色
===============================================*/
.title01-01 {
  background: #163972;
  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: #5c8fbf;
  /* 線色 */
  border-radius: 5px;
  /* 線幅の半分 */
  content: "";
  display: block;
  height: 3px;
  /* 線幅 */
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-02 背景色
===============================================*/
.title01-02 {
  background: #163972;
  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 top, right top, from(#023a95), to(#056bb1));
  background: linear-gradient(90deg, #023a95 0%, #056bb1 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: #163972;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==============================================
.title03-01 h2
===============================================*/
.title03-01 h2 {
  border-top: solid 1px #5c8fbf;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

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

.title03-01 h2 .semi {
  font-weight: 700;
  font-style: italic;
  color: #163972;
  font-size: 58px;
  line-height: 1.5;
}

.title03-01 h2 .catch {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #163972;
  line-height: 1.4;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title03-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title03-02 {
  position: relative;
  padding: 60px 0 0 0;
}

/*==============================================
.title03-02 h2
===============================================*/
.title03-02 h2 {
  border-top: solid 1px #5c8fbf;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

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

.title03-02 h2 .catch {
  font-weight: 700;
  font-style: italic;
  font-size: 23px;
  color: #163972;
  line-height: 1.3;
  display: inline-block;
  border: solid 2px #163972;
  padding: 4px 30px 6px 30px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.title03-02 h2 .catch span {
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.title03-02 h2 .semi {
  font-weight: 700;
  font-style: italic;
  color: #163972;
  font-size: 58px;
  line-height: 1.35;
  display: block;
}

.title03-02 h2 .explain {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #163972;
  line-height: 1.4;
  display: block;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title03-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title03-03 {
  position: relative;
  padding: 80px 0 0 0;
}

/*==============================================
.title03-03 h2
===============================================*/
.title03-03 h2 {
  border-top: solid 1px #5c8fbf;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

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

.title03-03 h2 .catch {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  background: #163972;
  line-height: 1.3;
  display: inline-block;
  padding: 4px 30px 6px 30px;
  border-radius: 40px;
  margin: 0 auto 10px;
}

.title03-03 h2 .semi {
  font-weight: 700;
  font-style: italic;
  color: #163972;
  font-size: 38px;
  line-height: 1.35;
  display: block;
}

.title03-03 h2 .explain {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #163972;
  line-height: 1.4;
  display: block;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title04-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title04-01 h2 {
  width: 100%;
  height: 300px;
  padding: 50px 0 20px 0;
  background: #163972;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}

/*==============================================
#target07 h2：疑似要素
===============================================*/
.title04-01 h2:before,
.title04-01 h2:after {
  content: "";
  width: 130%;
  height: 200%;
  background: #5c8fbf;
}

.title04-01 h2:before {
  position: absolute;
  left: 50%;
  top: -20%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.title04-01 h2:after {
  position: absolute;
  right: 50%;
  top: -20%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*==============================================
.title04-01 h2 .semi
===============================================*/
.title04-01 h2 .semi {
  font-size: 22px;
  text-align: center;
  padding: 10px 0 10px 0;
}

/*==============================================
.title04-01 h2 .catch
===============================================*/
.title04-01 h2 .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

.title04-01 h2 .catch .image {
  width: 150px;
  padding: 0 10px 0 0;
}

.title04-01 h2 .catch .image img {
  width: 100%;
  height: auto;
}

.title04-01 h2 .catch .text {
  font-size: 45px;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 1.3;
}

.title04-01 h2 .catch .hatena {
  font-size: 150px;
  font-weight: 900;
  position: relative;
  top: -5px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title04-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title04-02 h2 {
  width: 100%;
  height: 300px;
  padding: 30px 0 20px 0;
  background: #163972;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}

/*==============================================
#title04-02 h2：疑似要素
===============================================*/
.title04-02 h2:before,
.title04-02 h2:after {
  content: "";
  width: 130%;
  height: 200%;
  background: #5c8fbf;
}

.title04-02 h2:before {
  position: absolute;
  left: 50%;
  top: -20%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.title04-02 h2:after {
  position: absolute;
  right: 50%;
  top: -20%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*==============================================
.title04-02 h2 p.sub
===============================================*/
.title04-02 h2 p.sub {
  font-size: 22px;
  text-align: center;
}

/*==============================================
.title04-02 h2 .catch
===============================================*/
.title04-02 h2 .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

.title04-02 h2 .catch .image {
  width: 120px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 3;
}

.title04-02 h2 .catch .image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.title04-02 h2 .catch .text {
  font-size: 40px;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 1.3;
  position: relative;
  z-index: 3;
}

.title04-02 h2 .catch .hatena {
  font-size: 110px;
  font-weight: 900;
  position: relative;
  top: -5px;
  z-index: 3;
}

/*==============================================
.title04-02 h2 .semi
===============================================*/
.title04-02 h2 .semi {
  font-size: 62px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 10px 0;
  position: relative;
  z-index: 3;
}

.title04-02 h2 .semi span.small {
  font-size: 0.8em;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.section03 variables(変数設定)
===============================================*/
/*==============================================
.section03 .title 背景
===============================================*/
.section03 .title {
  height: 430px;
  margin: 100px 0 0 0;
  width: 100%;
  background: url("../images/section03.jpg") no-repeat center center;
  background-size: cover;
}

.section03 .title .bg-color {
  width: 100%;
  height: 100%;
  background: rgba(6, 78, 148, 0.1);
  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: center;
  position: relative;
}

/*==============================================
.section03 .title .icon
===============================================*/
.section03 .title .icon {
  position: absolute;
  top: -110px;
}

.section03 .title .icon .catch {
  font-size: 22px;
  font-weight: 500;
  color: #163972;
  text-align: center;
}

.section03 .title .icon .mark {
  width: 100px;
  height: 100px;
  font-size: 70px;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0 auto 0;
  background: #163972;
  color: #fff;
  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: center;
}

.section03 .title .icon .semi {
  font-size: 22px;
  letter-spacing: 10px;
  text-shadow: 0px 0px 3px #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

/*==============================================
.section03 .title h2
===============================================*/
.section03 .title h2 {
  font-size: 40px;
  padding: 55px 0 0 0;
}

.section03 .title h2 span {
  display: inline-block;
  padding: 3px 15px 3px 15px;
  margin: 0 0 12px 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #163972;
}

/*==============================================
.section03 .inner
===============================================*/
.section03 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

/*==============================================
.section03 .sentence
===============================================*/
.section03 .sentence {
  width: 1000px;
  margin: 30px auto 0;
  padding: 0px 0 0px 0px;
  line-height: 2.0;
}

.section03 .sentence p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #000;
  padding: 10px 0 10px 0;
}

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

/*==============================================
.section08 .inner
===============================================*/
.section08 .inner p.en {
  text-align: center;
  color: #163972;
  font-size: 25px;
  padding: 50px 0 10px 0;
  font-weight: 900;
  line-height: 1.0;
}

.section08 .inner h3 {
  text-align: center;
  color: #163972;
  font-size: 60px;
  padding: 0px 0 40px 0;
  font-weight: 900;
  line-height: 1.0;
}

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

.section08 .inner .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 60px 0 0px;
}

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

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

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

.section08 .inner .sentence h5 {
  font-size: 35px;
  text-align: center;
  padding: 0px 0 5px 0;
  color: #163972;
  font-weight: 900;
  margin: 10px auto 15px;
}

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
.section01 {
  margin: 40px auto 0;
}

/*==============================================
.section01 .inner
===============================================*/
.section01 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.section01 .inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.section01 .inner img.thumb {
  width: 440px;
  height: auto;
  display: block;
  margin: 30px auto 20px;
  float: left;
}

.section01 .inner .sentence {
  width: 600px;
  float: left;
  margin: 0 0 0 60px;
  padding: 80px 0 10px 0px;
}

.section01 .inner .sentence p {
  font-size: 16px;
  line-height: 2.0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  padding: 10px 0 10px 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#target05 .wrapper {
  max-width: 1600px;
  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: #163972 2px 0px, #163972 -2px 0px, #163972 0px -2px, #163972 0px 2px, #163972 2px 2px, #163972 -2px 2px, #163972 2px -2px, #163972 -2px -2px, #163972 1px 2px, #163972 -1px 2px, #163972 1px -2px, #163972 -1px -2px, #163972 2px 1px, #163972 -2px 1px, #163972 2px -1px, #163972 -2px -1px;
}

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

/*==============================================
#target05 .title h2
===============================================*/
#target05 h2 {
  font-size: 47px;
  color: #163972;
  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: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border: solid 2px #163972;
}

#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: #163972;
  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: #163972;
}

#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: #fff;
  padding: 40px 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: #e7faff;
  border: solid 2px #163972;
  padding: 20px 35px 20px 35px;
  text-shadow: 0 0px 5px rgba(48, 43, 177, 0.5);
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#023a95), to(#056bb1));
  background: linear-gradient(90deg, #023a95 0%, #056bb1 100%);
  -webkit-box-shadow: inset 0 0 0 3px #e7faff;
          box-shadow: inset 0 0 0 3px #e7faff;
  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: #163972;
}

/*==============================================
#target06 .box
===============================================*/
#target06 .box {
  width: 900px;
  margin: 50px auto 0;
}

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

#target06 .box p.text .semi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normals;
  color: #163972;
  font-size: 22px;
  line-height: 1.5;
  padding: 5px 20px 5px 20px;
  border: solid 2px #163972;
  border-radius: 40px;
}

#target06 .box p.text .catch {
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  display: block;
  padding: 10px 0 0 0;
  color: #163972;
  line-height: 1.4;
  letter-spacing: -2px;
}

#target06 .box img {
  display: inline-block;
  width: 480px;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 25px 25px 0px 5px #e7faff;
          box-shadow: 25px 25px 0px 5px #e7faff;
}

/*==============================================
#target06 .sentence p
===============================================*/
#target06 .sentence p {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0 20px 0;
  line-height: 1.5;
  text-align: center;
  color: #163972;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 POINT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point01 {
  padding: 0 0 40px 0;
}

/*============================================
#point01 .box-wrapper
=============================================*/
#point01 .box-wrapper {
  width: 1100px;
  padding: 30px 0 0px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*============================================
#point01 .box
=============================================*/
#point01 .box-wrapper .box {
  border: solid 2px #163972;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 31%;
  margin: 60px 3.5% 0 0;
}

#point01 .box-wrapper .box:nth-child(3n) {
  margin: 60px 0px 0 0;
}

/*============================================
#point01 h3
=============================================*/
#point01 .box h3 {
  background: #163972;
  width: 300px;
  padding: 8px 20px 10px;
  margin: -25px auto 10px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

#point01 .box h3 span.text {
  font-size: 23px;
  letter-spacing: -1px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

#point01 .box h3 span.mark {
  color: #163972;
  margin-right: 3px;
  position: relative;
  top: -3px;
  width: 28px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  letter-spacing: -1px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  font-style: normal;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

/*============================================
#point01 .thumb
=============================================*/
#point01 .box-wrapper .box .thumb {
  position: relative;
  padding: 0 0 20px 0;
}

#point01 .box-wrapper .box .thumb img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#point01 .box-wrapper .box .thumb .en {
  font-size: 35px;
  color: #163972;
  opacity: 0.8;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  position: absolute;
  bottom: -0px;
  right: 20px;
  z-index: 2;
  font-weight: 900;
}

/*============================================
#point01 .sentence
=============================================*/
#point01 .box .sentence h4 {
  font-size: 26px;
  background: #163972;
  color: #fff;
  line-height: 1.35;
  padding: 15px 25px 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#point01 .box .sentence p {
  font-size: 16px;
  color: #163972;
  line-height: 1.85;
  padding: 10px 25px 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 POINT02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point02 {
  margin: 0px auto 0px;
  padding: 0 0 40px 0;
}

/*============================================
#point02 .box-wrapper
=============================================*/
#point02 .box-wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0px 25px;
}

/*============================================
#point02 .box
=============================================*/
#point02 .box-wrapper .box {
  margin: 85px auto 0;
  padding: 0 50px 30px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #163972;
}

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

/*============================================
#point02 .boxの「特徴」の球体部分
=============================================*/
#point02 .box-wrapper .box h4.number {
  border: solid 2px #fff;
  background: #163972;
  -webkit-box-shadow: 0px 0px 0px 2px #163972;
          box-shadow: 0px 0px 0px 2px #163972;
  width: 100px;
  height: 100px;
  margin: -50px auto 10px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 14px 0 0 0;
  line-height: 1.0;
  font-weight: normal;
}

#point02 .box-wrapper .box h4.number .small {
  font-size: 16px;
  text-indent: -4px;
  letter-spacing: -1px;
  font-weight: 700;
}

#point02 .box-wrapper .box h4.number .big {
  font-size: 49px;
  letter-spacing: -1px;
  text-indent: -4px;
  font-weight: 500;
}

/*============================================
#point02 .box .thumb
=============================================*/
#point02 .box-wrapper .box img {
  display: block;
  float: left;
  width: 15%;
  height: auto;
  margin: 5px auto 0px;
}

/*============================================
#point02 .box h3,sentence
=============================================*/
#point02 .box-wrapper .box h3 {
  width: 80%;
  font-size: 32px;
  color: #163972;
  line-height: 1.2;
  padding: 10px 0px 10px 25px;
  letter-spacing: -1px;
  float: left;
}

#point02 .box-wrapper .box .sentence {
  width: 80%;
  padding: 10px 0px 10px 25px;
  float: left;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

#point02 .box-wrapper .box .sentence .small {
  font-size: 0.8em;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 POINT04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point04 .box-wrapper {
  width: 964px;
  margin: 0 auto;
  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 #163972;
  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: #163972;
  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: #163972;
  color: #fff;
}

#point04 .box .top .right h3 {
  font-size: 29px;
  line-height: 1.35;
  font-weight: 700;
  color: #163972;
  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: #163972;
  padding: 30px 0 40px 0;
}

/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #CONSLIDER02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
/*==============================================
#conslider02 .slick-listの設定
===============================================*/
#conslider02 .conslider-block .slick-list {
  padding: 50px 0 50px 0 !important;
}

/*==============================================
#conslider02  .wrapper
===============================================*/
#conslider02 .wrapper {
  width: 100%;
  padding: 50px 0 50px;
  position: relative;
  background: url(../images/conslider02-bg.jpg) no-repeat center center;
  background-size: cover;
}

#conslider02 .wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

/*==============================================
#conslider02 .conslider-block
===============================================*/
#conslider02 .conslider-block {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 0 0px 0;
}

/*==============================================
#conslider02 .conslider-block li
===============================================*/
#conslider02 .conslider-block li {
  margin: 0 20px 0 20px;
  background: #fff;
  padding: 0 0 0px 0;
  -webkit-box-shadow: 8px 8px 0px 0px #163972;
          box-shadow: 8px 8px 0px 0px #163972;
  min-height: 310px;
}

#conslider02 .conslider-block li .number {
  color: #fff;
  background: #163972;
  -webkit-box-shadow: 0px 0px 0px 2px #163972;
          box-shadow: 0px 0px 0px 2px #163972;
  width: 87%;
  margin: -10px auto 30px;
  color: #fff;
  text-align: center;
  padding: 7px 10px 11px;
  line-height: 1.2;
  border: solid 2px #fff;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#conslider02 .conslider-block li .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 20px 0 20px;
}

#conslider02 .conslider-block li .person img {
  width: 180px;
  height: auto;
  padding-right: 15px;
}

#conslider02 .conslider-block li .person .text h4 {
  font-weight: 700;
  color: #163972;
  font-size: 16px;
  text-align: center;
}

#conslider02 .conslider-block li .person .text h4 span.title {
  border: solid 2px #163972;
  padding: 2px 10px 4px 10px;
  font-size: 13px;
  border-radius: 50px;
  width: 100px;
  display: block;
  margin: 7px auto 0px;
}

#conslider02 .conslider-block li .person .text h4 span.big {
  padding: 0 0 0 0;
  font-size: 27px;
}

#conslider02 .conslider-block li .person .text h3 {
  font-size: 23px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #163972;
  line-height: 1.3;
  padding: 0px 0 3px;
  text-align: center;
}

#conslider02 .conslider-block li .person .text .age {
  color: #042151;
  font-size: 15px;
  text-align: center;
}

/*==============================================
#conslider02 .conslider-block .sentene
===============================================*/
#conslider02 .conslider-block li .sentence {
  padding: 20px 20px 25px !important;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  text-align: center;
}

#conslider02 .conslider-block li .sentence p.small {
  font-size: 18px;
}

#conslider02 .conslider-block li .sentence p.middle {
  font-size: 24px;
}

#conslider02 .conslider-block li .sentence p.big {
  font-size: 32px;
  color: #f12c3b;
}

/*==============================================
#conslider02 .conslider-block .slick-next
===============================================*/
#conslider02 .slick-next.slick-arrow,
#conslider02 .slick-prev.slick-arrow {
  background: #163972 !important;
  opacity: 1 !important;
  width: 45px;
  height: 45px;
  z-index: 100;
}

#conslider02 .slick-prev.slick-arrow {
  left: 0px !important;
}

#conslider02 .slick-next.slick-arrow {
  right: 0 !important;
}

#conslider02 .slick-prev.slick-arrow:hover,
#conslider02 .slick-next.slick-arrow:hover {
  background: #042151;
  opacity: 1 !important;
}

#conslider02 .slick-prev::before,
#conslider02 .slick-next::before {
  content: "" !important;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 200;
}

#conslider02 .slick-prev:before {
  right: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#conslider02 .slick-next:before {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*==============================================
 #conslider02 .conslider-block .slick-dots
===============================================*/
#conslider02 .conslider-block .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 5px;
}

#conslider02 .conslider-block .slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  width: 0px;
  height: 20px;
}

#conslider02 .conslider-block .slick-dots li button {
  width: 20px;
  height: 20px;
}

#conslider02 .conslider-block .slick-dots li.slick-active button:before {
  opacity: 0.75;
}

/*==============================================
 #conslider02 .conslider-block .additional
===============================================*/
#conslider02 .additional {
  padding: 20px 0 20px;
  text-align: center;
  color: #163972;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 20;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/*==============================================
 #conslider02 .caution
===============================================*/
#conslider02 .caution {
  font-size: 16px;
  position: relative;
  z-index: 20;
  padding: 0px 0 20px 0;
  max-width: 880px;
  margin: 0 auto 0;
}

/*==============================================
#conslider02 .additional.fuchi
===============================================*/
/* fuchiの色設定 */
#conslider02 .additional.fuchi {
  text-shadow: var(--fuchi-color) 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #VOICE01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
#voice01 variables(変数設定)
===============================================*/
#voice01 {
  background: #e7faff;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/*==============================================
#voice01 .title
===============================================*/
#voice01 .title {
  background: -webkit-gradient(linear, left top, right top, from(#32afd1), to(#5ba5b9));
  background: linear-gradient(90deg, #32afd1 0%, #5ba5b9 100%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

#voice01 .title .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;
}

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

/*==============================================
#voice01 .box
===============================================*/
#voice01 .box-wrapper .box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#voice01 .box-wrapper .box {
  width: 964px;
  margin: 18px auto 18px;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #bad7df;
}

#voice01 .box-wrapper .box .left {
  float: left;
  width: 22%;
  margin: 0 3% 0 0;
}

/*==============================================
#voice01 .box .person
===============================================*/
#voice01 .box-wrapper .box .person img {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

#voice01 .box-wrapper .box .person .text {
  float: none;
  width: 100%;
}

#voice01 .box-wrapper .box .person .text p {
  color: #585858;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

/*==============================================
#voice01 .box .sentence
===============================================*/
#voice01 .box-wrapper .box .sentence h3 {
  color: #5ba5b9;
  font-size: 32px;
  padding: 0 0 10px 0;
  font-weight: 700;
}

#voice01 .box-wrapper .box .sentence {
  position: relative;
  float: left;
  width: 75%;
  margin-top: 14px;
  padding: 22px 3.5% 29px 3.5%;
  background-color: #fff;
  color: #585858;
  font-size: 19px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

#voice01 .box-wrapper .box .sentence:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -45px;
  border: 20px solid transparent;
  border-right: 25px solid #fff;
}

/*==============================================
#voice01 .box .catch
===============================================*/
#voice01 p.catch {
  color: #5ba5b9;
  font-weight: 700;
  font-size: 30px;
  padding: 40px 2% 50px;
  text-align: center;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

#flow01 .box .text p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

/*==============================================
#flow01 .addtional
===============================================*/
#flow01 .addtional {
  margin: 30px auto 0;
  text-align: center;
  line-height: 0;
}

#flow01 .addtional .text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50px;
  line-height: 1.5;
}

#flow01 .addtional .text .semi {
  font-size: 21px;
  width: 150px;
  margin: 0 auto;
  padding: 2px 10px;
  border-radius: 30px;
  color: #fff;
  background: #163972;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

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

#flow01 .addtional img {
  width: 210px;
  height: auto;
  display: inline-block;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#faq01 .accordion
===============================================*/
#faq01 .accordion {
  width: 1000px;
  padding: 0px 0px 10px;
  margin: 0 auto;
}

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

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

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

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

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

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

#faq01 .accordion .trigger.active::after {
  content: "\0203a";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

/*==============================================
#faq01 .toggle_container
===============================================*/
#faq01 .toggle_container {
  padding: 17px 40px 15px 40px;
  position: relative;
  line-height: 2.0;
}

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

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

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

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

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

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

.contact01 .btn a {
  background: #163972;
  background: -webkit-gradient(linear, left top, right top, from(#023a95), to(#056bb1));
  background: linear-gradient(90deg, #023a95 0%, #056bb1 100%);
  border-style: solid;
  border-width: 2px;
  border-color: #163972;
  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: #163972;
}

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

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

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

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

form#mail_form dl dt {
  background: #e7faff;
  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: #163972;
  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 p.caution
===============================================*/
form#mail_form p.caution {
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .GOOGLE-MAPS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.google-maps {
  padding: 40px 0 0 0;
}

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FOOTER01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#footer01 変数設定
===============================================*/
#footer01 {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  width: 800px;
  padding: 0px 0px 30px 0px;
  background: rgba(212, 227, 232, 0.9);
  display: none;
}

/*==============================================
#footer01 .catch
===============================================*/
#footer01 .catch {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 0 10px 0;
}

/*==============================================
#footer01 .button-area
===============================================*/
#footer01 .button-area {
  padding: 0 35px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*==============================================
#footer01 .button-area .tel .mail共通
===============================================*/
#footer01 .button-area .tel a,
#footer01 .button-area .mail a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}

#footer01 .button-area .tel .box,
#footer01 .button-area .mail .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

/*==============================================
#footer01 .button-area .tel
===============================================*/
#footer01 .button-area .tel {
  width: 47.5%;
  margin: 0 5% 0 0;
}

#footer01 .button-area .tel a {
  background: #eb6100;
  border: solid 2px #eb6100;
}

#footer01 .button-area .tel a .do-it {
  font-size: 17px;
}

#footer01 .button-area .tel a .daytime {
  font-size: 14px;
}

#footer01 .button-area .tel a .number {
  font-size: 24px;
  font-weight: 700;
}

#footer01 .button-area .tel a img {
  width: 48px;
  height: auto;
  padding: 0 8px 0 0;
}

/*==============================================
#footer01 .button-area .mail
===============================================*/
#footer01 .button-area .mail {
  width: 47.5%;
  margin: 0 0 0 0;
}

#footer01 .button-area .mail a {
  background: #009944;
  border: solid 2px #009944;
  font-size: 18px;
}

#footer01 .button-area .mail a img {
  width: 43px;
  height: auto;
  padding: 0 8px 0 0;
}

/* breakpoints */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #gnav03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  #gnav03 .wrapper {
    padding: 8px 3% 8px 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav03 h2 {
    padding: 0px 0 5px 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
  }
  #gnav03 h1 img {
    width: 220px;
    height: auto;
  }
}

/* 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) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #HEADER17 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #header17 {
    /*==============================================
    #header17 .wrapper .inner
    ===============================================*/
    /*==============================================
    #header17 .wrapper .inner h2.title div
    ===============================================*/
    /*----- end  & .wrapper .inner h2.title div   -----*/
    /*==============================================
    #header17 .wrapper .inner .catch
    ===============================================*/
    /*----- end  & .wrapper .inner .catch  -----*/
    /*==============================================
    #header17 背景スライドショー
    ===============================================*/
    /*----- end & .fadeSlider  -----*/
  }
  #header17 .wrapper {
    height: 620px;
  }
  #header17 .wrapper h2.title {
    left: 0;
    bottom: 20px;
  }
  #header17 .wrapper .inner {
    bottom: 80px;
  }
  #header17 .wrapper .inner h2.title div {
    margin: 0 0 15px 0;
    padding: 5px 30px;
    font-size: 29px;
  }
  #header17 .wrapper .inner h2.title div span {
    font-size: 20px;
  }
  #header17 .wrapper .inner .catch {
    margin: 0 15px 30px 0px;
  }
  #header17 .wrapper .inner .catch h3 {
    text-align: center;
    opacity: 0.85;
    margin: 15px 0px 0 0;
    background: #163972;
    color: #fff;
    padding: 8px 25px 8px 25px;
    font-size: 18px;
    border-radius: 60px;
  }
  #header17 .fadeSlider {
    /*----- end & .fadeSlider span -----*/
  }
  #header17 .fadeSlider span.fadeSlider_01 {
    background-image: url(../images/header17-01-sp.jpg);
    background-position: center top;
  }
  #header17 .fadeSlider span.fadeSlider_02 {
    opacity: 0;
    background-image: url(../images/header17-02-sp.jpg);
    background-position: left center;
  }
  #header17 .fadeSlider span.fadeSlider_03 {
    opacity: 0;
    background-image: url(../images/header17-03-sp.jpg);
    background-position: right top;
  }
  #header17 .fadeSlider span.fadeSlider_04 {
    opacity: 0;
    background-image: url(../images/header17-04-sp.jpg);
    background-position: center top;
  }
  #header17 .fadeSlider span.fadeSlider_05 {
    opacity: 0;
    background-image: url(../images/header17-05-sp.jpg);
    background-position: right top;
  }
  /*----- end #header17 -----*/
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*==============================================
  #header17 背景スライドショー
  ===============================================*/
  #header17 .fadeSlider span.fadeSlider_01 {
    background-image: url(../images/header17-01-pc.jpg);
  }
  #header17 .fadeSlider span.fadeSlider_02 {
    background-image: url(../images/header17-02-pc.jpg);
  }
  #header17 .fadeSlider span.fadeSlider_03 {
    background-image: url(../images/header17-03-pc.jpg);
  }
  #header17 .fadeSlider span.fadeSlider_04 {
    background-image: url(../images/header17-04-pc.jpg);
  }
  #header17 .fadeSlider span.fadeSlider_05 {
    background-image: url(../images/header17-05-pc.jpg);
  }
}

/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #headerto04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  #headerto04 .variables(変数設定)
  ===============================================*/
  /*==============================================
  #headerto04 .box-wrapper
  ===============================================*/
  #headerto04 .box-wrapper {
    margin: -50px auto 20px;
    height: 280px;
  }
  #headerto04 .box-wrapper .box {
    top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 0;
    padding: 0 2% 0 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*==============================================
  #headerto04 .box .icon
  ===============================================*/
  #headerto04 .box-wrapper .box .icon {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    font-size: 19px;
    letter-spacing: -1px;
    margin: 0 15px 0 0;
  }
  /*==============================================
  #headerto04 .icon 背景画像
  ===============================================*/
  #headerto04 .box-wrapper .box .icon:nth-child(1) {
    background-size: 110px 110px;
    margin: 0 15px 10px 0;
  }
  #headerto04 .box-wrapper .box .icon:nth-child(2) {
    background-size: 110px 110px;
    margin: 0 0px 10px 0;
  }
  #headerto04 .box-wrapper .box .icon:nth-child(3) {
    background-size: 110px 110px;
    margin: 0 15px 0 0;
  }
  #headerto04 .box-wrapper .box .icon:nth-child(4) {
    background-size: 110px 110px;
    margin: 0 0px 0 0;
  }
  /*==============================================
  #headerto04 .sentence 
  ===============================================*/
  #headerto04 .sentence {
    width: 92%;
    margin: 0 auto 0;
    padding: 0px 0 20px 0;
  }
  #headerto04 .sentence p.explain {
    font-size: 19px;
    line-height: 2.0;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .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: 220px;
    font-size: 17px;
  }
  .title01-02 h2 {
    font-size: 32px;
  }
  .title01-02 .caption {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-03 .semi {
    padding: 20px 0 8px 0;
    font-size: 22px;
  }
  .title01-03 .sub {
    width: 220px;
    font-size: 20px;
  }
  .title01-03 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 32px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title01-04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title01-04 {
    padding: 30px 0 10px 0;
  }
  .title01-04 .sub {
    font-size: 17px;
    width: 200px;
    padding: 10px 20px 10px;
  }
  .title01-04 h2 {
    padding: 0px 5% 20px 5%;
    font-size: 34px;
  }
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title02-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title02-01 {
    padding: 30px 0 0 0;
  }
  .title02-01 h2 {
    font-size: 40px;
    padding: 10px 0 0 0;
  }
  .title02-01 h3 {
    font-size: 18px;
  }
  .title02-01 p.back {
    top: 50%;
    left: 50%;
    -webkit-transform: skewX(-15deg) translateX(-53%) translateY(-50%);
            transform: skewX(-15deg) translateX(-53%) translateY(-50%);
    font-size: 4.7rem;
    opacity: 0.3;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title03-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title03-01 {
    padding: 50px 0 0 0;
  }
  /*==============================================
  .title03-01 h2
  ===============================================*/
  .title03-01 h2 .inner {
    padding: 10px 30px 10px 30px;
  }
  .title03-01 h2 .inner .semi {
    font-size: 48px;
  }
  .title03-01 h2 .inner .catch {
    font-size: 17px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title03-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title03-03 h2
  ===============================================*/
  .title03-03 h2 .wrapper {
    width: 90%;
  }
  .title03-03 h2 .semi {
    font-size: 28px;
  }
  .title03-03 h2 .explain {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title04-01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title04-01 h2
  ===============================================*/
  .title04-01 h2 {
    width: 100%;
    height: 390px;
    padding: 30px 0 20px 0;
    background: #5c8fbf;
  }
  .title04-01 h2:before,
  .title04-01 h2:after {
    content: "";
    width: 130%;
    height: 200%;
    background: #163972;
  }
  .title04-01 h2:before {
    position: absolute;
    left: 80%;
    top: -25%;
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  .title04-01 h2:after {
    position: absolute;
    right: 80%;
    top: -25%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  /*==============================================
  .title04-01 h2 .semi
  ===============================================*/
  .title04-01 h2 .semi {
    font-size: 20px;
  }
  /*==============================================
  .title04-01 h2 .catch
  ===============================================*/
  .title04-01 h2 .catch .image {
    width: 160px;
    display: block;
    padding: 0 0px 0 0;
    position: relative;
    z-index: 3;
  }
  .title04-01 h2 .catch .image img {
    position: relative;
    z-index: 3;
  }
  .title04-01 h2 .catch .text {
    font-size: 34px;
    text-align: right;
    padding: 0 8px 0 0;
    position: relative;
    z-index: 3;
    letter-spacing: -0.5px;
  }
  .title04-01 h2 .catch .hatena {
    font-size: 88px;
    position: relative;
    top: -5px;
    z-index: 3;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title04-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title04-02 h2
  ===============================================*/
  .title04-02 h2 {
    width: 100%;
    height: 380px;
    padding: 20px 0 20px 0;
    background: #5c8fbf;
  }
  .title04-02 h2:before,
  .title04-02 h2:after {
    content: "";
    width: 130%;
    height: 200%;
    background: #163972;
  }
  .title04-02 h2:before {
    position: absolute;
    left: 80%;
    top: -30%;
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  .title04-02 h2:after {
    position: absolute;
    right: 80%;
    top: -30%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  /*==============================================
  .title04-02 h2 .catch
  ===============================================*/
  .title04-02 h2 .catch .image {
    width: 100%;
    padding: 5px 0px 0 0;
  }
  .title04-02 h2 .catch .image img {
    width: 160px;
    display: block;
    margin: 0 auto 0;
  }
  .title04-02 h2 .catch .text {
    font-size: 25px;
    text-align: right;
    padding: 0 8px 0 0;
    letter-spacing: -0.5px;
  }
  .title04-02 h2 .catch .hatena {
    font-size: 70px;
    top: -5px;
  }
  /*==============================================
  .title04-02 h2 .semi
  ===============================================*/
  .title04-02 h2 .semi {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    line-height: 1.25;
    padding: 20px 0 0px 0;
  }
  .title04-02 h2 .semi span.small {
    font-size: 0.8em;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #TARGETING05 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #target05 .wrapper {
    max-width: 100%;
    padding: 70px 5% 20px 5%;
  }
  /*==============================================
  #target05 .title
  ===============================================*/
  #target05 .title {
    width: 100%;
    display: block;
  }
  /*==============================================
  #target05 .title .mark
  ===============================================*/
  #target05 .title .mark {
    font-size: 28px;
    margin: 0 auto 20px;
  }
  #target05 .title .mark::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 140px;
  }
  /*==============================================
  #target05 .title h2
  ===============================================*/
  #target05 h2 {
    font-size: 40px;
    text-align: center;
  }
  /*==============================================
  #target05 ul.checklist
  ===============================================*/
  #target05 ul.checklist {
    width: 100%;
    padding: 0px 0px 0px 0;
  }
  #target05 ul.checklist li {
    width: 100%;
    float: none;
    margin: 0 0 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;
  }
  #target05 ul.checklist li:nth-child(2n) {
    margin: 0 0 20px 0px;
  }
  /*==============================================
  #target05 .wrapper .catch-person
  ===============================================*/
  #target05 .wrapper .catch-person {
    position: relative;
    z-index: -1;
    top: 0px;
    right: 0;
    width: 240px;
    margin: 0 auto 0;
    line-height: 0;
  }
  #target05 .wrapper .catch-person img {
    width: 100%;
    height: auto;
  }
  /*==============================================
  #target05 .if-suit
  ===============================================*/
  #target05 .if-suit {
    padding: 25px 10px 25px 10px;
    font-size: 30px;
    text-align: center;
  }
  /*==============================================
  #target05 .explain
  ===============================================*/
  #target05 .explain {
    padding: 0px 0 0 0;
  }
  #target05 .explain img {
    width: 120px;
    height: auto;
    padding: 0 10px 0 0;
  }
  #target05 .explain p {
    font-size: 20px;
    text-align: center;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #TARGETING06 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #target06 .wrapper {
    padding: 35px 0 35px 0;
  }
  /*==============================================
  #target06 ul.checklist
  ===============================================*/
  #target06 ul {
    padding: 0 5% 0 5%;
  }
  #target06 ul li {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
    font-size: 19px;
    letter-spacing: 1px;
  }
  #target06 ul li:nth-child(2n) {
    margin: 25px 0 0 0;
  }
  #target06 ul li img {
    width: 70px;
    height: auto;
    padding: 0 15px 0 0;
  }
  /*==============================================
  #target06 .additional
  ===============================================*/
  #target06 .addtional {
    font-size: 27px;
    padding: 50px 0 30px 0;
    line-height: 1.5;
  }
  /*==============================================
	#target06 .box
	===============================================*/
  #target06 .box {
    width: 100%;
    margin: 0px auto 0;
  }
  #target06 .box p.text {
    display: block;
    position: relative;
    z-index: 20;
    margin: 0 0px 0 0;
    top: 0;
    padding: 40px 0 0 20px;
  }
  #target06 .box p.text .semi {
    font-size: 20px;
    line-height: 1.5;
  }
  #target06 .box img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: -15px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
            box-shadow: 0px 0px 0px 0px #fff;
  }
  #target06 .box p.text .catch {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: -2px;
  }
  /*==============================================
  #target06 .sentence p
  ===============================================*/
  #target06 .sentence p {
    font-size: 22px;
    padding: 0px 3% 20px 3%;
    line-height: 1.5;
  }
}

/* 769px responsive-closed */
/* 320px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section03 .title 背景
  ===============================================*/
  .section03 .title {
    height: 340px;
    margin: 30px 0 0 0;
  }
  .section03 .title .icon {
    position: absolute;
    top: -70px;
  }
  .section03 .title .icon .catch {
    font-size: 18px;
  }
  .section03 .title .icon .mark {
    width: 80px;
    height: 80px;
    font-size: 60px;
    padding: 0 0 10px 0;
  }
  .section03 .title .icon .semi {
    font-size: 20px;
  }
  .section03 .title h2 {
    font-size: 24px;
  }
  /*==============================================
  .section03 .inner
  ===============================================*/
  .section03 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  /*==============================================
  .section03 .sentence
  ===============================================*/
  .section03 .sentence {
    width: 92%;
    margin: 10px auto 0;
  }
  .section03 .sentence p {
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION08 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section08 .wrapper
  ===============================================*/
  .section08 .wrapper {
    background-size: 77px auto;
  }
  /*==============================================
  .section08 .inner
  ===============================================*/
  .section08 .inner p.en {
    font-size: 22px;
    padding: 70px 0 10px 0;
  }
  .section08 .inner h3 {
    font-size: 50px;
    padding: 30px 0 30px 0;
  }
  .section08 .inner h2 {
    font-size: 24px;
  }
  .section08 .inner .image {
    padding: 30px 0% 0px;
  }
  .section08 .inner .image img {
    width: 50%;
    height: auto;
  }
  .section08 .inner .image img:nth-child(1) {
    margin: 0 0 0 0;
  }
  .section08 .inner .sentence {
    padding: 20px 5% 50px;
  }
  .section08 .inner .sentence h5 {
    font-size: 28px;
    padding: 0px 0 5px 0;
    margin: 10px auto 15px;
  }
  .section08 .inner .sentence p {
    font-size: 16px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section01 inner
  ===============================================*/
  .section01 .inner {
    width: 100%;
    padding: 0px 0 0 0;
  }
  .section01 .inner img.thumb {
    width: 100%;
    margin: 0px auto 20px;
    float: none;
  }
  .section01 .inner .sentence {
    width: 92%;
    float: none;
    margin: 0 auto 0px;
    padding: 0px 0 20px 0px;
  }
  .section01 .inner .sentence p {
    font-size: 15px;
    line-height: 2;
  }
}

/* 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 */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 POINT01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  #point01 {
    padding: 0 0 40px 0;
  }
  /*============================================
  #point01 .box-wrapper
  =============================================*/
  #point01 .box-wrapper {
    width: 96%;
    display: block;
    padding: 10px 0 0px 0;
  }
  /*============================================
  #point01 .box
  =============================================*/
  #point01 .box-wrapper .box {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
  #point01 .box-wrapper .box:nth-child(3n) {
    margin: 50px 0px 0 0;
  }
  /*============================================
  #point01 h3
  =============================================*/
  #point01 .box h3 {
    width: 268px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
  }
  #point01 .box h3 span.text {
    font-size: 23px;
    letter-spacing: -1px;
  }
  #point01 .box h3 span.mark {
    margin-right: 5px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 POINT02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*============================================
  #point02 .box-wrapper
  =============================================*/
  #point02 .box-wrapper {
    width: 94%;
    margin: 0 auto;
    padding: 0px 0px 25px;
  }
  /*============================================
  #point02 .box
  =============================================*/
  #point02 .box-wrapper .box {
    margin: 65px auto 0;
    padding: 0 20px 20px 20px;
  }
  /*============================================
  #point02 .boxの「特徴」の球体部分
  =============================================*/
  #point02 .box-wrapper .box h4.number {
    width: 90px;
    height: 90px;
    margin: -40px auto 10px;
    padding: 15px 0 0 0;
  }
  #point02 .box-wrapper .box h4.number .small {
    font-size: 15px;
  }
  #point02 .box-wrapper .box h4.number .big {
    font-size: 43px;
  }
  /*============================================
  #point02 .box .thumb
  =============================================*/
  #point02 .box-wrapper .box img {
    float: none;
    width: 50%;
    padding: 10px 0 0 0;
  }
  /*============================================
  #point02 .box h3,sentence
  =============================================*/
  #point02 .box-wrapper .box h3 {
    width: 100%;
    font-size: 24px;
    padding: 20px 0px 10px 0px;
    float: none;
  }
  #point02 .box-wrapper .box .sentence {
    width: 100%;
    padding: 10px 0px 10px 0px;
    float: none;
    font-size: 15px;
  }
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 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 #163972;
    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: #163972;
    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: #163972;
    padding: 0 0 10px 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: #163972;
    padding: 0 0 20px 0;
  }
}

/* 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: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #CONSLIDER02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*==============================================
#conslider02 .conslider-block li
===============================================*/
  #conslider02 .conslider-block li .person img {
    width: 110px;
    height: auto;
    padding-right: 15px;
  }
  #conslider02 .conslider-block li .person .text h4 span.big {
    font-size: 22px;
  }
  #conslider02 .conslider-block li .person .text h3 {
    font-size: 19px;
    padding: 0px 0 3px;
  }
  #conslider02 .conslider-block li .sentence p.small {
    font-size: 17px;
  }
  #conslider02 .conslider-block li .sentence p.big {
    font-size: 29px;
  }
  /*==============================================
 #conslider02 .conslider-block .additional
===============================================*/
  #conslider02 .additional {
    font-size: 24px;
    letter-spacing: -1px;
  }
  /*==============================================
 #conslider02 .caution
===============================================*/
  #conslider02 .caution {
    padding: 0px 5% 20px 5%;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #VOICE01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  #voice01 .title
  ===============================================*/
  #voice01 .title .semi {
    padding: 20px 0 8px 0;
    font-size: 22px;
  }
  #voice01 .title .sub {
    width: 220px;
    font-size: 20px;
  }
  #voice01 .title h2 {
    padding: 0px 5% 20px 5%;
    font-size: 32px;
  }
  /*==============================================
  #voice01 .box
  ===============================================*/
  #voice01 .box-wrapper .box {
    width: 92%;
  }
  #voice01 .box-wrapper .box .left {
    width: 100%;
    float: none;
  }
  #voice01 .box-wrapper .box .person img {
    float: left;
    width: 25%;
    height: auto;
    margin: 0 4% 0 0;
  }
  #voice01 .box-wrapper .box .person .text {
    float: left;
    width: 71%;
  }
  #voice01 .box-wrapper .box .person .text h3 {
    color: #5ba5b9;
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  #voice01 .box-wrapper .box .person .text p {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
  #voice01 .box-wrapper .box .sentence:before {
    top: -18px;
    left: 36px;
    border: 7px solid transparent;
    border-bottom: 11px solid #fff;
  }
  #voice01 .box-wrapper .box .sentence {
    width: 100%;
    padding: 13px 10px;
    font-size: 14px;
  }
  #voice01 p.catch {
    font-size: 19px;
    padding: 10px 2% 30px;
    text-align: center;
    line-height: 1.5;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FLOW01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*==============================================
#flow01 .step
===============================================*/
  #flow01 .step {
    font-size: 45px;
  }
  /*==============================================
#flow01 .left
===============================================*/
  #flow01 .left .text {
    float: none;
    width: 100%;
    height: auto;
  }
  #flow01 .left img {
    float: none;
    width: 100%;
    height: auto;
  }
  /*==============================================
#flow01 .right
===============================================*/
  #flow01 .right .text {
    float: none;
    width: 100%;
    height: auto;
  }
  #flow01 .right img {
    float: none;
    width: 100%;
    height: auto;
  }
  /*==============================================
#flow01 .box
===============================================*/
  #flow01 .box {
    width: 90%;
    margin: 0 auto;
    padding: 25px 25px 25px 25px;
  }
  #flow01 .box h3 {
    font-size: 24px;
    padding: 15px 0 15px 0;
  }
  #flow01 .box .text p {
    font-size: 15px;
  }
  /*==============================================
#flow01 .addtional
===============================================*/
  #flow01 .addtional {
    width: 98%;
    margin: 30px auto 0;
  }
  #flow01 .addtional .text {
    display: block;
    position: relative;
    top: 0px;
  }
  #flow01 .addtional img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  #flow01 .addtional .text .semi {
    font-size: 18px;
    width: 120px;
  }
  #flow01 .addtional .text .catch {
    font-size: 32px;
    padding: 2px 10px 20px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .FAQ01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*==============================================
#faq01 .accordion
===============================================*/
  #faq01 .accordion {
    width: 92%;
  }
  /*==============================================
#faq01 .accordion .trigger
===============================================*/
  #faq01 .accordion .trigger {
    font-size: 17px;
    padding: 20px 30px 20px 20px;
  }
  #faq01 .accordion .trigger::after,
  #faq01 .accordion .trigger.active::after {
    right: 10px;
  }
  #faq01 .toggle_container {
    padding: 17px 20px 15px 20px;
  }
  #faq01 .toggle_container p {
    font-size: 15px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 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;
    padding: 10px 20px 10px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  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: 0em;
  }
  /*==============================================
	form#mail_form input
	===============================================*/
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 100%;
  }
}

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

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

/* 1000pixel end */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .GOOGLE-MAPS 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .google-maps {
    padding: 0px 0 0 0;
  }
  .google-maps .cover {
    margin: 100px auto 0;
    padding-bottom: 80%;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #FOOTER01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #footer01 {
    width: 100%;
    padding: 7px 0px 7px 0px;
  }
  /*==============================================
  #footer01 .catch
  ===============================================*/
  #footer01 .catch {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0 7px 0;
  }
  /*==============================================
  #footer01 .button-area
  ===============================================*/
  #footer01 .button-area {
    padding: 0 15px 0 15px;
  }
  /*==============================================
  #footer01 .button-area .tel .mail共通
  ===============================================*/
  #footer01 .button-area .tel a,
  #footer01 .button-area .mail a {
    padding: 8px 5px 8px 5px;
  }
  #footer01 .button-area .tel .box,
  #footer01 .button-area .mail .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 0.9;
  }
  #footer01 .button-area .mail .box {
    line-height: 1.1;
  }
  /*==============================================
  #footer01 .button-area .tel
  ===============================================*/
  #footer01 .button-area .tel {
    width: 48.5%;
    margin: 0 3% 0 0;
  }
  #footer01 .button-area .tel a .do-it {
    font-size: 15px;
    font-weight: 700;
  }
  #footer01 .button-area .tel a .daytime {
    font-size: 10px;
  }
  #footer01 .button-area .tel a .number {
    font-size: 17px;
  }
  #footer01 .button-area .tel a img {
    width: 40px;
    padding: 0 3px 2px 0;
  }
  /*==============================================
  #footer01 .button-area .mail
  ===============================================*/
  #footer01 .button-area .mail {
    width: 48.5%;
  }
  #footer01 .button-area .mail a {
    font-size: 15px;
    font-weight: 700;
  }
  #footer01 .button-area .mail a img {
    width: 32px;
    padding: 3px 5px 2px 0;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*# sourceMappingURL=style.css.map */