@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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .GOOGLE-MAPS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.google-maps {
  padding: 0px 0 0 0;
}

.google-maps .cover {
  margin: 0px auto 0px;
  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;
}

@media screen and (max-width: 769px) {
  .google-maps {
    padding: 0px 0 0 0;
  }
  .google-maps .cover {
    margin: 40px auto 20px;
    padding-bottom: 80%;
  }
}

/* modules */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #gnav02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#gnav02 {
  background: #fff;
  color: #333;
  position: relative;
  z-index: 700;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

#gnav02 a {
  text-decoration: none;
}

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

#gnav02 h1 {
  font-size: 36px;
  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;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}

#gnav02 h1 img {
  width: 320px;
  height: auto;
  padding: 0 5px 0 0;
}

/*==============================================
#gnav02 .right .pc-disblock .box 
===============================================*/
#gnav02 .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
  ===============================================*/
}

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

#gnav02 .right .pc-disblock .box .tel a {
  color: #000;
}

#gnav02 .right .pc-disblock .box .tel .number {
  font-size: 32px;
  font-family: atten-round-new,futura-pt-bold, sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

#gnav02 .right .pc-disblock .box .tel .daytime {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#gnav02 .right .pc-disblock .box .tel .daytime .mark {
  padding: 2px 10px;
  font-size: 13px;
  border-radius: 40px;
  letter-spacing: 1px;
  color: #fff;
  background: #eb5600;
}

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

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

#gnav02 .right .pc-disblock .box .mail a {
  display: block;
  color: #fff;
  background: #42a30a;
  padding: 15px 25px 15px 25px;
  font-weight: 700;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border: solid 2px #42a30a;
  font-size: 18px;
}

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

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

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

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

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

/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #header20 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
#header20 {
  width: 100%;
  overflow: hidden;
  /* #header16 .swiper-slide closed */
  /* #header20 .hero closed */
}

#header20 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#header20 .inner .text {
  width: 50%;
  padding: 0 5% 0 5%;
  background: -webkit-gradient(linear, left bottom, left top, from(#42a30a), to(#0d780d));
  background: linear-gradient(0deg, #42a30a 0%, #0d780d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -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: wrap;
      flex-wrap: wrap;
  color: #fff;
  line-height: 1.3;
}

#header20 .inner .text .box {
  width: 100%;
}

#header20 .inner .text .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 10px 0px 10px;
}

#header20 .inner .text .mark p {
  font-size: 22x;
  color: #e7faff;
  border: solid 2px #e7faff;
  padding: 2px 10px 2px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

#header20 .inner .text .mark p span {
  font-size: 0.8em;
}

#header20 .inner .text h1 {
  font-size: 50px;
  padding: 0 0 30px 0;
}

#header20 .inner .text h1 span.big {
  font-size: 50px;
}

#header20 .inner .text h2 {
  font-size: 24px;
  font-weight: 900;
}

#header20 .inner .text .button a {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  color: #42a30a;
  font-weight: 700;
  padding: 16px 30px 16px 30px;
  text-decoration: none;
  font-size: 22px;
  margin: 20px 0 0 0;
}

#header20 .inner .text .button a img {
  width: 30px;
  height: auto;
  position: relative;
  top: 3px;
  padding: 0 0 0 5px;
}

#header20 .swiper-container {
  overflow: visible !important;
}

#header20 .swiper-slide {
  height: 600px !important;
  overflow: hidden !important;
  /* #header16 &-active closed */
}

#header20 .swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 1.9s ease;
  transition: -webkit-transform 1.9s ease;
  transition: transform 1.9s ease;
  transition: transform 1.9s ease, -webkit-transform 1.9s ease;
}

#header20 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

#header20 .swiper-slide-active > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header20 .swiper-slide-active::after {
  opacity: 1;
}

#header20 .swiper-slide-active .hero__title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header20 .swiper-slide-active .hero__tate {
  opacity: 0.4;
  font-size: 86px;
}

#header20 .swiper-slide-active .button02 {
  opacity: 0.9;
}

#header20 .hero {
  width: 50%;
  overflow: hidden;
  /* #header16 .hero__title closed */
}

#header20 .hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  width: 100%;
  text-align: center;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
}

#header20 .hero__title img.icon {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0;
  padding: 0 0 40px 0;
}

#header20 .hero__title .en {
  font-size: 25px;
  padding: 0 0 10px 0;
  line-height: 1.3;
  color: #42a30a;
  font-weight: 900;
  letter-spacing: 2px;
}

#header20 .hero__title h2 {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  font-weight: 900;
  color: #42a30a;
  font-size: 32px;
  border: solid 2px #42a30a;
  border-radius: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

#header20 .hero__title .sentence {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}

#header20 .hero__tate {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 46px;
  color: #42a30a;
  letter-spacing: 5px;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.3s ease 2s;
  transition: all 0.3s ease 2s;
  text-align: center;
}

/* #header20 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #TARGETING03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#target03 {
  padding: 70px 0 70px 0;
}

#target03 .wrapper {
  max-width: 1980px;
  padding: 0 12.5% 0 12.5%;
  margin: 0 auto 0;
}

#target03 .inner {
  border: solid 3px #42a30a;
}

/*==============================================
#target03 h2.title
===============================================*/
#target03 .inner h2.title {
  padding: 0 0 0 0;
  border-bottom: solid 3px #42a30a;
  width: 100%;
  height: 200px;
  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;
}

#target03 .inner h2.title img {
  height: 80%;
  width: auto;
  line-height: 0;
  position: relative;
  z-index: -1;
}

#target03 .inner h2 .text {
  color: #42a30a;
  text-align: center;
}

#target03 .inner h2 .text .semi {
  background: #fff;
  border: solid 2px #42a30a;
  padding: 5px 20px;
  margin: -45px auto 20px 0;
  position: relative;
  z-index: 20;
}

#target03 .inner h2 .text .catch {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
}

/*==============================================
#target03 ul.checklist
===============================================*/
#target03 ul.checklist {
  padding: 50px 65px 50px 65px;
}

#target03 ul.checklist li {
  color: #42a30a;
  padding: 15px 0 15px 43px;
  font-size: 24px;
  font-weight: 700;
  background: url(../images/target03-icon-check.svg) no-repeat 0 center;
  background-size: 32px auto;
}

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

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

#target03 .explain p {
  color: #42a30a;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point02 {
  margin: 0px auto 0px;
}

/*============================================
#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 30px 30px 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #42a30a;
}

#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: #42a30a;
  -webkit-box-shadow: 0px 0px 0px 2px #42a30a;
          box-shadow: 0px 0px 0px 2px #42a30a;
  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: 35%;
  height: auto;
  margin: 5px auto 0px;
}

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION13 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section13 variables(変数設定)
===============================================*/
.section13 {
  background: url(../images/section13-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.section13::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

/*==============================================
.section13 .wrapper
===============================================*/
.section13 .wrapper {
  width: 100%;
  text-align: center;
  padding: 60px 0 60px 0;
  position: relative;
  z-index: 2;
}

/*==============================================
.section13 .inner
===============================================*/
.section13 .inner h3 {
  font-size: 20px;
  padding: 0px 0 5px 0;
  font-weight: 900;
  line-height: 1.0;
  color: #42a30a;
}

.section13 .inner h2 {
  font-size: 50px;
  padding: 0px 0 70px 0;
  font-weight: 900;
  line-height: 1.4;
}

.section13 .inner .circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 900px;
  margin: 0 auto 0;
}

.section13 .inner .circle-wrapper .circle {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  text-align: center;
  padding: 40px 10px 0;
}

.section13 .inner .circle-wrapper .circle .text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.section13 .inner .circle-wrapper .circle img {
  width: 150px;
  height: auto;
  opacity: 0.5;
}

.section13 .inner .circle-wrapper .circle:nth-child(1) {
  background: #009ab6;
  position: relative;
  z-index: 3;
  left: 20px;
}

.section13 .inner .circle-wrapper .circle:nth-child(2) {
  background: #42a30a;
  position: relative;
  z-index: 4;
}

.section13 .inner .circle-wrapper .circle:nth-child(3) {
  background: #e15e0f;
  position: relative;
  z-index: 3;
  left: -20px;
}

.section13 .inner .sentence {
  padding: 50px 0 50px 0;
  max-width: 800px;
  margin: 0 auto 0;
}

.section13 .inner .sentence p.big {
  text-align: center;
  font-size: 35px;
  line-height: 1.55;
  font-weight: 900;
  padding: 0 0 20px 0;
}

.section13 .inner .sentence p.small {
  font-size: 18px;
  line-height: 1.55;
}

.section13 .inner .sentence span.line01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #009ab6));
  background: linear-gradient(transparent 80%, #009ab6 80%);
}

.section13 .inner .sentence span.line02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #42a30a));
  background: linear-gradient(transparent 80%, #42a30a 80%);
}

.section13 .inner .sentence span.line03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #e15e0f));
  background: linear-gradient(transparent 80%, #e15e0f 80%);
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CTA01 〇

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

.cta01 .wrapper {
  padding: 50px 0 50px 0;
  background: rgba(235, 86, 0, 0.9);
  /* .cta01 .inner closed */
}

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

.cta01 .wrapper .inner .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  margin: 0 0 10px 0;
}

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

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

.cta01 .wrapper .inner .sentence p {
  color: #fff;
  font-size: 17px;
  line-height: 1.75;
  padding: 0px 0 30px 0;
}

.cta01 .wrapper .inner .box {
  background: #fff;
  padding: 45px 45px 45px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* .cta01 .inner .box .tel closed */
}

.cta01 .wrapper .inner .box .tel a {
  color: #000;
  text-decoration: none;
  margin: 0 55px 0 0;
}

.cta01 .wrapper .inner .box .tel .number {
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.cta01 .wrapper .inner .box .tel img {
  width: 50px;
  height: auto;
  position: relative;
  top: 3px;
}

.cta01 .wrapper .inner .box .tel .detail {
  font-size: 18px;
  letter-spacing: 1px;
}

.cta01 .wrapper .inner .box .tel .detail span {
  color: #aaa;
}

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

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

/* .cta01 closed */
/*==============================================
.CTA01 ul.for
===============================================*/
/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 .FLOW03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
/*==============================================
.flow03 variables(変数設定)
===============================================*/
.flow03 {
  padding: 15px 0 15px 0;
  background: #fff;
}

/*==============================================
.flow03 .inner
===============================================*/
.flow03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
}

.flow03 .inner h2 {
  text-align: center;
  color: #42a30a;
  font-size: 40px;
}

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

.flow03 .inner .sentence p {
  font-size: 20px;
  line-height: 1.75;
  padding: 10px 0 10px 0;
  text-align: center;
}

.flow03 .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  font-weight: 700;
}

.flow03 .inner .box-wrapper .box {
  width: 30%;
  background: #42a30a;
  border: solid 3px #42a30a;
  -webkit-box-shadow: 0 0 0 3px inset #fff;
          box-shadow: 0 0 0 3px inset #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3.5% 20px 0;
  padding: 30px 10px 30px 10px;
  font-size: 22px;
}

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

.flow03 .inner .box-wrapper .box img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 10px;
}

.flow03 .inner .box-wrapper .box span.small {
  font-size: 16px;
  line-height: 1.0;
}

.flow03 .inner .box-wrapper .box span.mark {
  background: #fff;
  color: #42a30a;
  border-radius: 100%;
  padding: 1px 4px 2px 4px;
  font-size: 13px;
  position: relative;
  left: -2px;
  top: -4px;
}

.flow03 .inner .box-wrapper img.arrow {
  width: 80px;
  height: auto;
  padding: 0  20px 0px 20px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section01 .inner
===============================================*/
.section01 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
}

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

.section01 .inner .sentence p {
  font-size: 32px;
  line-height: 2.0;
  font-family: ro-shino-std,"Yu Mincho", "YuMincho",serif, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-align: center;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #CONSLIDER05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#conslider05 {
  margin: 0px auto 50px;
}

/*==============================================
#conslider05 .conslider-block
===============================================*/
#conslider05 .conslider-block {
  width: 1100px;
  margin: 50px auto 20px;
}

#conslider05 .conslider-block li {
  margin: 0 20px 0 20px;
}

#conslider05 .conslider-block li img {
  width: 100%;
  height: auto;
  display: block;
}

#conslider05 .conslider-block li p.name {
  font-size: 20px;
  padding: 5px 0 5px 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

/*==============================================
#conslider05 .conslider-block .slick-next
===============================================*/
#conslider05 .conslider-block .slick-next {
  right: -20px !important;
  z-index: 99;
  top: 150px !important;
}

#conslider05 .conslider-block .slick-prev {
  left: -20px !important;
  z-index: 100;
  top: 150px !important;
}

#conslider05 .conslider-block .slick-prev,
#conslider05 .conslider-block .slick-next {
  width: 60px !important;
  height: 60px !important;
  border: solid 4px #42a30a !important;
  border-radius: 60px !important;
  opacity: 0.8;
  color: #42a30a !important;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 50px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  text-align: center;
  text-decoration: none;
}

#conslider05 .conslider-block .slick-prev a,
#conslider05 .conslider-block .slick-next a {
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#conslider05 .conslider-block .slick-prev:before,
#conslider05 .conslider-block .slick-next:before {
  display: none !important;
}

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

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

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

#conslider05 .conslider-block .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #42a30a !important;
}

/*==============================================
#conslider05 .sentence
===============================================*/
#conslider05 .sentence {
  width: 1100px;
  margin: 0px auto 0;
}

#conslider05 .sentence h3 {
  text-align: center;
  color: #42a30a;
  font-size: 45px;
  padding: 10px 0 40px 0;
}

#conslider05 .sentence h4 {
  text-align: center;
  padding: 0 0 20px 0;
}

#conslider05 .sentence h4 span {
  font-size: 20px;
  color: #42a30a;
  border: solid 2px #42a30a;
  padding: 3px 20px 4px 20px;
}

#conslider05 .sentence p {
  font-size: 16px;
  line-height: 1.75;
  padding: 15px 0 15px 0;
}

/*=============================================
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 BUTTON02　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
=============================================*/
.button02 {
  width: 300px;
  margin: 50px auto 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
}

/*===========================
.button02 .move-grade
===========================*/
.move-grade {
  background: -webkit-gradient(linear, right top, left top, from(#187ddd), to(#00c3c1));
  background: linear-gradient(to left, #187ddd 0%, #00c3c1 100%);
  border-style: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 20px 30px 20px 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.move-grade a {
  color: #fff;
  text-decoration: none;
}

.move-grade a:before {
  content: "\226B";
  font-size: 0.9em;
}

.move-grade span {
  position: absolute;
  display: block;
}

.move-grade span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-animation: span1 2s linear infinite;
  animation: span1 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  border-radius: 30px;
}

/*===========================
.button03 @keyframes
===========================*/
@-webkit-keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}

@keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}

.move-grade span:nth-child(2) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#f6e58d));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -webkit-animation: span2 2s linear infinite;
  animation: span2 2s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  border-radius: 30px;
}

@-webkit-keyframes span2 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}

@keyframes span2 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}

.move-grade:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-01 背景色
===============================================*/
.title01-01 {
  background: #42a30a;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-02 背景色
===============================================*/
.title01-02 {
  background: #42a30a;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-03 背景色
===============================================*/
.title01-03 {
  background: -webkit-gradient(linear, left bottom, left top, from(#42a30a), to(#0d780d));
  background: linear-gradient(0deg, #42a30a 0%, #0d780d 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: #42a30a;
  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: #42a30a;
}

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

.title02-01 p.en {
  color: #42a30a;
  margin: 20px 0 auto  0;
  display: inline-block;
  border: solid 2px #42a30a;
  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: #168a12;
  opacity: 0.2;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-02 {
  position: relative;
  text-align: center;
  padding: 40px 0 20px 0;
  overflow: hidden;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
}

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

.title02-02 h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  background: #42a30a;
  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: #168a12;
  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: #42a30a;
  line-height: 1.5;
}

.title02-03 h3 {
  font-weight: 900;
  font-size: 78px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  color: #42a30a;
  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: #168a12;
  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 #168a12;
  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: #42a30a;
  font-size: 58px;
  line-height: 1.5;
}

.title03-01 h2 .catch {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #42a30a;
  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 #168a12;
  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: #42a30a;
  line-height: 1.3;
  display: inline-block;
  border: solid 2px #42a30a;
  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: #42a30a;
  font-size: 58px;
  line-height: 1.35;
  display: block;
}

.title03-02 h2 .explain {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #42a30a;
  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 #168a12;
  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: #42a30a;
  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: #42a30a;
  font-size: 38px;
  line-height: 1.35;
  display: block;
}

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title04-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title04-01 h2 {
  width: 100%;
  height: 300px;
  padding: 50px 0 20px 0;
  background: #42a30a;
  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: #168a12;
}

.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;
  position: relative;
  z-index: 3;
}

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title04-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title04-02 h2 {
  width: 100%;
  height: 300px;
  padding: 30px 0 20px 0;
  background: #42a30a;
  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: #168a12;
}

.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;
}

/*=============================================
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 section04.html 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
=============================================*/
.title04 {
  width: 1100px;
  margin: 50px auto 0;
}

/*===========================
.title04 h2,h3
===========================*/
.title04 h2 {
  text-align: center;
  color: var(--main-color);
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 20px 0;
}

.title04 h2:before,
.title04 h2:after {
  content: "";
  background: var(--main-color);
  border-radius: 30px;
  height: 18px;
  width: 2px;
  display: inline-block;
}

.title04 h2:before {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  position: relative;
  top: 1px;
  left: -11px;
}

.title04 h2:after {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  position: relative;
  top: 1px;
  left: 11px;
}

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

.title04 .box {
  position: relative;
}

.title04 img {
  width: 55%;
  height: auto;
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
}

.title04 p {
  font-size: 37px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--main-color);
  background: var(--main-color);
  opacity: 0.9;
  padding: 30px 30px 30px 30px;
  position: absolute;
  right: 0px;
  bottom: 30%;
  width: 55%;
  -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
          box-shadow: 0px 0px 0px 2px #fff inset;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  z-index: 2;
}

/*===========================
.title10
===========================*/
.title10 {
  background: #32afd1;
  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;
}

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

.title10 .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;
}

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

/*===========================
.title11
===========================*/
.title11 {
  text-align: center;
  padding: 80px 0 40px;
  position: relative;
  height: 450px;
  z-index: -2;
}

.title11 .text {
  position: relative;
}

.title11 h3 {
  color: var(--main-color);
  width: 250px;
  margin: 0 auto 10px;
  font-size: 20px;
  padding: 7px 0 10px 0;
  letter-spacing: 1px;
  border: solid 3px var(--main-color);
}

.title11 h2 {
  color: var(--main-color);
  font-size: 46px;
  line-height: 1.45;
  font-weight: 900;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION12 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section12 variables(変数制定)
===============================================*/
.section12 {
  font-weight: 700;
  width: 100%;
  height: 100%;
  background: url(../images/section12-bg.jpg) no-repeat center center;
  background-size: cover;
}

.section12 .wrapper {
  width: 100%;
  height: 100%;
  background: rgba(6, 91, 160, 0.9);
  padding: 120px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  text-align: center;
}

.section12 .inner {
  width: 1000px;
  margin: 0 auto 0;
}

.section12 .inner h3 {
  font-size: 17px;
  color: #fff;
  padding: 0 0 10px 0;
}

.section12 .inner h4 {
  padding: 0 0 10px 0;
}

.section12 .inner h4 span.mark {
  font-size: 20px;
  color: #fff;
  border: solid 2px #fff;
  padding: 3px 20px 4px 20px;
}

.section12 .inner h2 {
  font-size: 45px;
  color: #fff;
  padding: 0 0 30px 0;
}

.section12 .inner p {
  font-size: 19px;
  color: #fff;
  line-height: 2.5;
  padding: 15px 0 15px 0;
}

.section12 .inner p.small {
  font-size: 0.95em;
  line-height: 1.75;
  padding: 10px 0 10px 0;
}

/*==============================================
.section12 .daihyo
===============================================*/
.section12 .inner .daihyo {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  color: #fff;
}

.section12 .inner .daihyo .left {
  text-align: right;
  margin: 0 20px 0 0;
  font-size: 18px;
}

.section12 .inner .daihyo .right {
  font-family: ro-shino-std,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.section03 variables(変数設定)
===============================================*/
.section03 {
  padding: 0px 0 30px 0;
}

/*==============================================
.section03 .title 背景
===============================================*/
.section03 .title {
  height: 400px;
  margin: 150px 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(0, 0, 0, 0.4);
  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;
  position: relative;
}

/*==============================================
.section03 .title .icon
===============================================*/
.section03 .title .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section03 .title .icon .catch {
  font-size: 22px;
  font-weight: 500;
  color: #42a30a;
  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: #42a30a;
  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: 30px 0 0 0;
  text-shadow: 0px 0px 3px #000;
  color: #fff;
  text-align: center;
}

.section03 .title h2 span {
  display: block;
}

/*==============================================
.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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 POINT01 〇

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

/*============================================
#point01 .box-wrapper
=============================================*/
#point01 .box-wrapper {
  width: 1100px;
  padding: 0px 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 #42a30a;
  -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: #42a30a;
  width: 290px;
  padding: 8px 10px 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: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  font-style: normal;
  display: inline-block;
}

#point01 .box h3 span.mark {
  color: #42a30a;
  margin-right: 5px;
  position: relative;
  top: -3px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  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: 30px 0 30px 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 {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 33px;
  text-align: right;
  color: #42a30a;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: 2;
  font-weight: 900;
  padding: 0px 5px 0px;
}

/*============================================
#point01 .sentence
=============================================*/
#point01 .box .sentence p {
  font-size: 17px;
  color: #42a30a;
  line-height: 2.25;
  padding: 10px 25px 20px;
  font-style: normal;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .TABLE06　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
.table06 {
  padding: 50px 0 0 0;
}

.table06 table {
  width: 1000px;
  margin: 50px auto 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

/*==============================================
.table06 table th,td
===============================================*/
.table06 table th,
.table06 table td {
  padding: 10px 15px;
  line-height: 2.2;
  border: 1px solid #bbb;
}

/*==============================================
.table06 table th
===============================================*/
.table06 table th {
  width: 20%;
  background: #ddd;
  font-size: 18px;
}

/*==============================================
.table06 table td
===============================================*/
.table06 table td {
  width: 80%;
  font-size: 17px;
}

/*==============================================
.table06 table 
===============================================*/
.table06 .box {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #fafafa;
  border: solid 1px #ccc;
  height: 80px;
}

.table06 .box:nth-child(2) {
  margin: 0 0% 0 0;
}

.table06 a {
  color: #000;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.table06 a.heiwa {
  font-size: 20px;
  background: #fff;
}

.table06 a.tiyoda {
  font-size: 19px;
  background: #fff;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FORM-WRAPPER　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#form-wrapper {
  width: 100%;
  margin: 0px 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
===============================================*/
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: #42a30a;
  display: inline-block;
  font-size: 85%;
  padding: 0 2px 0 2px;
}

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FORM #MAIL_FORM　〇

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #THANKS　〇

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

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

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

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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FOOTER01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#footer01 変数設定
===============================================*/
#footer01 {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  width: 800px;
  padding: 25px 0px 25px 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 25px 0 25px;
  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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .COPYRIGHT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.copyright {
  background: #42a30a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 3px 10px 3px 10px;
}

/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BANNER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
.banner .inner {
  width: 1000px;
  margin: 30px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .inner .box {
  width: 30%;
  margin: 0 4% 0 0;
  padding: 5px;
  background: #fafafa;
  border: solid 1px #ccc;
  min-height: 100px;
}

.banner .inner .box:nth-child(4) {
  margin: 0 0% 0 0;
}

.banner .inner a {
  color: #000;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .inner a.heiwa {
  font-size: 22px;
  background: #fff;
}

.banner .inner a.tiyoda {
  font-size: 20px;
  background: #fff;
}

.banner .inner a img {
  width: 100%;
  height: auto;
}

/* breakpoints */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #gnav02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  #gnav02 .wrapper {
    padding: 10px 0 10px 0;
    text-align: center;
  }
  #gnav02 .wrapper .left {
    width: 100%;
  }
  #gnav02 h2 {
    padding: 0px 0 0 0;
    font-size: 10px;
  }
  #gnav02 h1 {
    font-size: 22px;
    padding: 0 0 0px 0;
  }
  #gnav02 h1 img {
    width: 250px;
    height: auto;
    padding: 0 5px 0 0;
  }
  /*==============================================
  #gnav02 .right .sp-disblock .box
  ===============================================*/
  #gnav02 .right .sp-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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*==============================================
  .tel
  ===============================================*/
    /*==============================================
  .mail
  ===============================================*/
  }
  #gnav02 .right .sp-disblock .box .tel {
    background: #1e3e0c;
    padding: 12px 10px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #42a30a;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
  }
  #gnav02 .right .sp-disblock .box .tel img {
    width: 30px;
    height: auto;
  }
  #gnav02 .right .sp-disblock .box .mail {
    background: #1e3e0c;
    padding: 18px 10px 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
  }
  #gnav02 .right .sp-disblock .box .mail img {
    width: 30px;
    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) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 #HEADER20 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  #header20 {
    width: 100%;
    overflow: hidden;
    /* #header20 .swiper-slide closed */
    /* #header20 .hero closed */
  }
  #header20 .inner {
    display: block;
  }
  #header20 .inner .text {
    width: 100%;
    padding: 20px 7.5% 20px 7.5%;
  }
  #header20 .inner .text .mark {
    display: block;
    padding: 0px 10px 0px 10px;
  }
  #header20 .inner .text .mark p {
    font-size: 22x;
    color: #e7faff;
    padding: 2px 10px 2px 10px;
    margin: 0 10px 10px 0;
  }
  #header20 .inner .text .mark p span {
    font-size: 0.8em;
  }
  #header20 .inner .text h1 {
    font-size: 27px;
    padding: 0 0 20px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 28px;
  }
  #header20 .inner .text h2 {
    font-size: 19px;
  }
  #header20 .inner .text .button a {
    padding: 12px 25px 16px 25px;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  #header20 .inner .text .button a img {
    width: 25px;
    position: relative;
    top: 4px;
    padding: 0 0 0 3px;
  }
  #header20 .swiper-slide {
    height: 350px !important;
    /* #header20 &-active closed */
  }
  #header20 .swiper-slide-active .hero__title {
    opacity: 1;
  }
  #header20 .swiper-slide-active .hero__tate {
    opacity: 0.4;
    font-size: 56px;
  }
  #header20 .hero {
    width: 100%;
    /* #header20 .hero__title closed */
  }
  #header20 .hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
  #header20 .hero__title img.icon {
    width: 100px;
    padding: 0 0 0px 0;
  }
  #header20 .hero__title .en {
    font-size: 25px;
    padding: 0 0 10px 0;
    line-height: 1.3;
    color: #42a30a;
    font-weight: 900;
    letter-spacing: 2px;
  }
  #header20 .hero__title h2 {
    font-weight: 900;
    font-size: 15px;
    margin: 0 auto;
  }
  #header20 .hero__tate {
    position: absolute;
    z-index: 10;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 900;
  }
  /* #header20 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #header20 {
    width: 100%;
    overflow: hidden;
  }
  #header20 .sp-disblock {
    display: block;
  }
  #header20 .inner .text {
    padding: 0 3% 0 3%;
  }
  #header20 .inner .text .mark p {
    font-size: 16x;
    padding: 2px 5px 2px 5px;
    margin: 0 10px 10px 0;
  }
  #header20 .inner .text h1 {
    font-size: 43px;
    padding: 0 0 30px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 43px;
  }
  #header20 .inner .text h2 {
    font-size: 22px;
  }
  /* #header20 closed */
}

/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #header20 {
    width: 100%;
    overflow: hidden;
  }
  #header20 .inner .text {
    padding: 0 3% 0 3%;
  }
  #header20 .inner .text .mark p {
    font-size: 16x;
    padding: 2px 5px 2px 5px;
    margin: 0 10px 10px 0;
  }
  #header20 .inner .text h1 {
    font-size: 43px;
    padding: 0 0 30px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 43px;
  }
  #header20 .inner .text h2 {
    font-size: 22px;
  }
  /* #header20 closed */
}

/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 #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: 100%;
  }
  /*============================================
	#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;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION13 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section13 .wrapper
  ===============================================*/
  .section13 .wrapper {
    padding: 45px 0 45px 0;
  }
  /*==============================================
  .section13 .inner
  ===============================================*/
  .section13 .inner h3 {
    font-size: 19px;
    padding: 0px 0 7px 0;
  }
  .section13 .inner h2 {
    font-size: 35px;
    padding: 0px 0 55px 0;
  }
  .section13 .inner .circle-wrapper {
    width: 98%;
    display: block;
    text-align: center;
  }
  .section13 .inner .circle-wrapper .circle {
    width: 220px;
    height: 220px;
    border-radius: 220px;
    text-align: center;
    padding: 20px 10px 0;
  }
  .section13 .inner .circle-wrapper .circle .text {
    font-size: 30px;
    padding: 0 0 5px 0;
  }
  .section13 .inner .circle-wrapper .circle img {
    width: 120px;
    height: auto;
    opacity: 0.5;
  }
  .section13 .inner .circle-wrapper .circle:nth-child(1) {
    left: 0px;
    margin: 0 auto 0;
  }
  .section13 .inner .circle-wrapper .circle:nth-child(2) {
    top: 0;
    margin: -20px auto 0;
  }
  .section13 .inner .circle-wrapper .circle:nth-child(3) {
    left: 0px;
    margin: -20px auto 0;
  }
  .section13 .inner .sentence {
    padding: 40px 0 40px 0;
    font-size: 20px;
    line-height: 1.75;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*==============================================
  .section09 .inner
  ===============================================*/
  .section09 .inner {
    height: 650px;
    margin: 0 auto 20px;
  }
  .section09 .inner .text h3 {
    font-size: 40px;
  }
  .section09 .inner .text h2 div {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin: 10px 0 10px 0;
    font-size: 50px;
  }
  .section09 .inner img.middle {
    width: 240px;
    top: 110px;
    right: 0;
  }
  .section09 .inner img.small {
    width: 190px;
    z-index: 4;
    bottom: 60px;
    right: 120px;
  }
  /*==============================================
  .section09 .sentence
  ===============================================*/
  .section09 .wrapper .sentence {
    margin: 20px auto 20px;
  }
  .section09 .wrapper .sentence h3 {
    font-size: 35px;
    padding: 0 0 11px 0;
  }
  .section09 .wrapper .sentence p {
    font-size: 16px;
  }
}

/* 768px～1023px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .section09 .inner img.middle {
    width: 110px;
    bottom: 90px;
  }
  .section09 .inner img.small {
    width: 60px;
    bottom: 20px;
    right: 90px;
  }
}

/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  
  〇 .CTA01 〇
  
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .cta01 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta01 .wrapper closed */
  }
  .cta01 .wrapper {
    padding: 40px 0 40px 0;
    /* .cta01 .inner closed */
  }
  .cta01 .wrapper .inner {
    width: 85%;
    margin: 0 auto;
    /* .cta01 .inner .haedline closed */
    /* .cta01 .inner .box closed */
  }
  .cta01 .wrapper .inner .headline {
    display: block;
    margin: 0 0 30px 0;
  }
  .cta01 .wrapper .inner .headline h2 {
    font-size: 38px;
    margin: 0 0px 15px 0;
    border-right: none;
    padding: 0 0px 0 0;
    letter-spacing: 1px;
  }
  .cta01 .wrapper .inner .headline h3 {
    font-size: 16px;
    letter-spacing: 1px;
    border-left: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .cta01 .wrapper .inner .box {
    padding: 30px 30px 30px 30px;
    display: block;
    /* .cta01 .inner .box .tel closed */
  }
  .cta01 .wrapper .inner .box .tel a {
    margin: 0 0 0px 0;
  }
  .cta01 .wrapper .inner .box .tel .number {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .cta01 .wrapper .inner .box .tel img {
    width: 30px;
    top: 3px;
  }
  .cta01 .wrapper .inner .box .tel .detail {
    padding: 0px 0 30px 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  .cta01 .wrapper .inner .box .tel .detail span {
    display: block;
    color: #aaa;
  }
  .cta01 .wrapper .inner .box .to-contact a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 20px 0;
  }
  .cta01 .wrapper .inner .box .to-contact a img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* .cta01 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .cta01 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta01 .wrapper closed */
  }
  .cta01 .wrapper {
    padding: 40px 0 40px 0;
    /* .cta01 .inner closed */
  }
  .cta01 .wrapper .inner {
    width: 85%;
    margin: 0 auto;
    /* .cta01 .inner .haedline closed */
    /* .cta01 .inner .box closed */
  }
  .cta01 .wrapper .inner .headline {
    display: block;
    margin: 0 0 30px 0;
  }
  .cta01 .wrapper .inner .headline h2 {
    font-size: 38px;
    margin: 0 0px 15px 0;
    border-right: none;
    padding: 0 0px 0 0;
    letter-spacing: 1px;
  }
  .cta01 .wrapper .inner .headline h3 {
    font-size: 16px;
    letter-spacing: 1px;
    border-left: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .cta01 .wrapper .inner .box {
    padding: 25px 25px 25px 25px;
    display: block;
    /* .cta01 .inner .box .tel closed */
  }
  .cta01 .wrapper .inner .box .tel .number {
    font-size: 29px;
  }
  .cta01 .wrapper .inner .box .tel img {
    width: 28px;
    top: 3px;
  }
  .cta01 .wrapper .inner .box .tel .detail {
    font-size: 15px;
  }
  .cta01 .wrapper .inner .box .to-contact a {
    font-size: 15px;
  }
  .cta01 .wrapper .inner .box .to-contact a img {
    width: 18px;
    height: auto;
    right: 8px;
  }
  /* .cta01 closed */
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 2980px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*================================================================
    □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

    〇 .FLOW03 〇

    □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
    =================================================================*/
  .flow03 {
    padding: 15px 0 15px 0;
  }
  /*==============================================
    .flow03 .inner
    ===============================================*/
  .flow03 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px 0;
  }
  .flow03 .inner h2 {
    font-size: 30px;
  }
  .flow03 .inner .sentence {
    padding: 0 5% 30px 5%;
  }
  .flow03 .inner .sentence p {
    font-size: 18px;
  }
  .flow03 .inner .box-wrapper {
    display: block;
    font-size: 25px;
    font-weight: 700;
  }
  .flow03 .inner .box-wrapper .box {
    width: 92%;
    background: #42a30a;
    border: solid 3px #42a30a;
    -webkit-box-shadow: 0 0 0 3px inset #fff;
            box-shadow: 0 0 0 3px inset #fff;
    margin: 0 auto 20px;
    padding: 30px 30px 30px 30px;
  }
  .flow03 .inner .box-wrapper .box:nth-child(3n) {
    margin: 0 auto 20px;
  }
  .flow03 .inner .box-wrapper .box img {
    width: 150px;
  }
  .flow03 .inner .box-wrapper .box span.small {
    font-size: 16px;
    line-height: 1.0;
  }
  .flow03 .inner .box-wrapper .box span.mark {
    padding: 5px 8px 5px 8px;
    font-size: 16px;
    position: relative;
    left: -2px;
    top: -3px;
  }
  .flow03 .inner .box-wrapper img.arrow {
    width: 60px;
    display: block;
    margin: 0 auto 0;
    padding: 20px 0px 20px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section01 inner
  ===============================================*/
  .section01 .inner {
    width: 100%;
    padding: 0px 0 0 0;
    display: block;
  }
  .section01 .inner img.thumb {
    width: 85%;
    margin: 30px 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: 18px;
    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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #conslider05 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  #conslider05 .conslider-block
  ===============================================*/
  #conslider05 .conslider-block {
    width: 100%;
    margin: 0px auto 30px;
  }
  #conslider05 .conslider-block li {
    margin: 0 0px 0 0px;
  }
  #conslider05 .conslider-block li img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #conslider05 .conslider-block li p.name {
    padding: 5px 10px 5px 10px;
  }
  /*==============================================
  #conslider05 .conslider-block .slick-next
  ===============================================*/
  #conslider05 .conslider-block .slick-next {
    right: 10px !important;
    z-index: 99;
    top: 100px !important;
  }
  #conslider05 .conslider-block .slick-prev {
    left: 10px !important;
    z-index: 100;
    top: 100px !important;
  }
  #conslider05 .conslider-block .slick-prev,
  #conslider05 .conslider-block .slick-next {
    width: 40px !important;
    height: 40px !important;
    border: solid 3px #42a30a !important;
    border-radius: 60px !important;
    opacity: 0.8;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    text-align: center;
    text-decoration: none;
  }
  /*==============================================
  #conslider05 .sentence
  ===============================================*/
  #conslider05 .sentence {
    width: 92%;
    margin: 15px auto 0;
  }
  #conslider05 .sentence h3 {
    text-align: center;
    font-size: 30px;
    padding: 10px 0 30px 0;
  }
  #conslider05 .sentence h4 {
    padding: 0 0 0px 0;
  }
  #conslider05 .sentence h4 span {
    font-size: 17px;
    display: inline-block;
    padding: 3px 20px 4px 20px;
    margin: 0 auto 10px;
  }
  #conslider05 .sentence p {
    padding: 18px 0 18px 0;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .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: 250px;
    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;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title02-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title02-02 {
    padding: 40px 0 30px 0;
  }
  .title02-02 h2 {
    font-size: 35px;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 18px;
  }
  .title02-02 p.back {
    top: 50%;
    left: 50%;
    -webkit-transform: skewX(-15deg) translateX(-50%) translateY(-50%);
            transform: skewX(-15deg) translateX(-50%) translateY(-50%);
    font-size: 4.7rem;
    opacity: 0.2;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .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: #168a12;
  }
  .title04-01 h2:before,
  .title04-01 h2:after {
    content: "";
    width: 130%;
    height: 200%;
    background: #42a30a;
  }
  .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: 100%;
    padding: 0 0px 0 0;
  }
  .title04-01 h2 .catch .image img {
    width: 160px;
    display: block;
    margin: 0 auto 0;
  }
  .title04-01 h2 .catch .text {
    font-size: 34px;
    text-align: right;
    padding: 0 8px 0 0;
    letter-spacing: -0.5px;
  }
  .title04-01 h2 .catch .hatena {
    font-size: 88px;
    top: -5px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title04-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .title04-02 h2
  ===============================================*/
  .title04-02 h2 {
    width: 100%;
    height: 400px;
    padding: 20px 0 20px 0;
    background: #168a12;
  }
  .title04-02 h2:before,
  .title04-02 h2:after {
    content: "";
    width: 130%;
    height: 200%;
    background: #42a30a;
  }
  .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: 0 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: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 1.25;
    padding: 10px 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) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION12 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section12 .wrapper
  ===============================================*/
  .section12 .wrapper {
    padding: 80px 0 80px 0;
  }
  .section12 .inner h2 {
    font-size: 32px;
    padding: 0 10px 30px 10px;
  }
  .section12 .inner h4 span.mark {
    display: block;
    width: 75%;
    font-size: 18px;
    margin: 10px auto 0px;
  }
  .section12 .inner p {
    font-size: 16px;
    line-height: 2.5;
    padding: 20px 5% 20px 5%;
  }
  .section12 .inner p.small {
    font-size: 0.9em;
    line-height: 1.75;
    padding: 10px 5% 10px 5%;
  }
  /*==============================================
  .section12 .daihyo
  ===============================================*/
  .section12 .inner .daihyo {
    margin: 15px 0 0 0;
    display: block;
  }
  .section12 .inner .daihyo .left {
    text-align: center;
    margin: 0 auto 0;
    font-size: 18px;
  }
  .section12 .inner .daihyo .right {
    font-size: 30px;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section03 .title 背景
  ===============================================*/
  .section03 .title {
    height: 300px;
    margin: 100px 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;
    text-shadow: 0px 0px 2px #000;
  }
  /*==============================================
  .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;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*==============================================
  .section09 .inner
  ===============================================*/
  .section09 .inner {
    height: 650px;
    margin: 0 auto 20px;
  }
  .section09 .inner .text h3 {
    font-size: 40px;
  }
  .section09 .inner .text h2 div {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin: 10px 0 10px 0;
    font-size: 50px;
  }
  .section09 .inner img.middle {
    width: 240px;
    top: 110px;
    right: 0;
  }
  .section09 .inner img.small {
    width: 190px;
    z-index: 4;
    bottom: 60px;
    right: 120px;
  }
  /*==============================================
  .section09 .sentence
  ===============================================*/
  .section09 .wrapper .sentence {
    margin: 20px auto 20px;
  }
  .section09 .wrapper .sentence h3 {
    font-size: 35px;
    padding: 0 0 11px 0;
  }
  .section09 .wrapper .sentence p {
    font-size: 16px;
  }
}

/* 768px～1023px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .section09 .inner img.middle {
    width: 110px;
    bottom: 90px;
  }
  .section09 .inner img.small {
    width: 60px;
    bottom: 20px;
    right: 90px;
  }
}

/* 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: 290px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
    font-size: 20px;
  }
  #point01 .box h3 span.text {
    font-size: 23px;
    letter-spacing: -1px;
  }
  #point01 .box h3 span.mark {
    margin-right: 5px;
    font-size: 15px;
    width: 27px;
    line-height: 27px;
    height: 27px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .TABLE06　〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  .table06 table {
    width: 100%;
    margin: 10px auto 20px;
  }
  /*==============================================
  .table06 table th,td
  ===============================================*/
  .table06 table th,
  .table06 table td {
    padding: 10px 15px;
    line-height: 1.75;
  }
  /*==============================================
  .table06 table th
  ===============================================*/
  .table06 table th {
    width: 20%;
    font-size: 16px;
  }
  /*==============================================
  .table06 table td
  ===============================================*/
  .table06 table td {
    width: 80%;
    font-size: 15px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 FORM #MAIL_FORM　〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
　====================================================================*/
  form#mail_form {
    width: 100%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 20px 10px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 10px 20px 13px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  /*==============================================
	form#mail_form 「必須」「任意」
	===============================================*/
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  /*==============================================
	form#mail_form input
	===============================================*/
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 100%;
  }
}

/* 1000pixel closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 #FORM-WRAPPER　〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  #form-wrapper h2 {
    font-size: 32px;
    line-height: 1.3;
    padding: 30px 0 30px 0;
  }
  #form-wrapper .privacy-section .privacy-button img.p-mark {
    position: relative;
    top: 15px;
    padding: 0 5px 0 0;
    width: 50px;
  }
}

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

/* 1000pixel end */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #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 */
@media screen and (max-width: 767px) {
  /*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BANNER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
  .banner .inner {
    width: 92%;
    margin: 30px auto 70px;
    display: block;
  }
  .banner .inner .box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px;
    background: #fafafa;
    border: solid 1px #ccc;
    height: 80px;
  }
  .banner .inner .box:nth-child(4) {
    margin: 0 0% 0 0;
  }
  .banner .inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
  }
  .banner .inner a.heiwa {
    font-size: 20px;
    background: #fff;
  }
  .banner .inner a.tiyoda {
    font-size: 19px;
    background: #fff;
  }
  .banner .inner a img {
    height: 70px;
    width: auto;
  }
}

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