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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

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

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

/* modules */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #gnav05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#gnav05 {
  background: #edfcfd;
  border-bottom: solid 1px #d4f8fd;
}

#gnav05 .inner {
  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;
  padding: 4px 0 10px 0;
  text-align: center;
}

#gnav05 .inner .left {
  padding: 0 0px 0 30px;
}

#gnav05 .inner .left h4 {
  color: #12b3c9;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

#gnav05 .inner .left h2 {
  color: #098a9b;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

#gnav05 .inner .left h3 {
  background: #0f96a8;
  border-radius: 30px;
  padding: 2px 20px 5px 20px;
  font-size: 25px;
  color: #d4f8fd;
  text-align: center;
  letter-spacing: 5px;
  display: inline-block;
  margin: 0 auto 0;
}

#gnav05 .inner .right {
  width: 200px;
  position: relative;
  top: 5px;
}

#gnav05 .inner .right img {
  width: 100%;
  height: auto;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #HEADER04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#header04 {
  position: relative;
}

#header04 .en {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 5px;
  color: #0f96a8;
}

#header04 .en.left {
  left: 20px;
  top: 20px;
}

#header04 .en.right {
  right: 20px;
  bottom: 20px;
}

#header04 .mark {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ffe51f;
  width: 200px;
  height: 200px;
  border-radius: 200px;
}

#header04 .mark .cover {
  color: #098a9b;
  font-weight: 900;
  font-size: 20px;
}

#header04:before, #header04:after {
  width: 50%;
  height: 100%;
  content: "";
}

#header04:before {
  background: url(../images/header-bg-left.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#header04:after {
  background: url(../images/header-bg-right.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: -1;
}

#header04 .wrapper {
  width: 100%;
  /*==============================================
		#header04 .box-wrapper
		===============================================*/
}

#header04 .wrapper .box-wrapper {
  width: 100%;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0px auto 0px;
  /*==============================================
			#header04 .box-wrapper .box
			===============================================*/
}

#header04 .wrapper .box-wrapper .box {
  width: 1024px;
  background: none;
  margin: 0 auto 0;
  position: relative;
  z-index: 4;
  /*==============================================
				#header04 .box-wrapper .box h4
				===============================================*/
  /*==============================================
				#header04 .box-wrapper .box h2
				===============================================*/
  /*==============================================
				#header04 .box-wrapper .box h3
				===============================================*/
}

#header04 .wrapper .box-wrapper .box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  font-size: 22px;
}

#header04 .wrapper .box-wrapper .box h4 .icon {
  background: #fff;
  border-radius: 90px;
  color: #12b3c9;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 0 10px 0 0;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #12b3c9 inset;
          box-shadow: 0 0 0 2px #12b3c9 inset;
}

#header04 .wrapper .box-wrapper .box h4 .icon span {
  font-size: 0.75em;
}

#header04 .wrapper .box-wrapper .box h4 .text {
  color: #ffe51f;
  background-color: #12b3c9;
  border-radius: 90px;
  padding: 10px 20px 10px 20px;
}

#header04 .wrapper .box-wrapper .box h2 {
  text-align: center;
}

#header04 .wrapper .box-wrapper .box h2 .line {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  font-size: 70px;
  font-weight: 900;
  margin: 10px auto 0px;
  letter-spacing: 2px;
  color: #fff;
  background: #12b3c9;
}

#header04 .wrapper .box-wrapper .box h2 span {
  color: #098a9b;
}

#header04 .wrapper .box-wrapper .box h3 {
  text-align: center;
}

#header04 .wrapper .box-wrapper .box h3 .line {
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 3px #12b3c9;
          box-shadow: 3px 3px 0 3px #12b3c9;
  font-size: 28px;
  margin: 10px 0 0 0;
  color: #098a9b;
  padding: 3px 5px 3px 5px;
}

#header04 .wrapper .box-wrapper .box h3 span {
  display: block;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #headerto05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
#headerto05 .box-wrapper
===============================================*/
#headerto05 .box-wrapper {
  margin: -40px auto 20px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

#headerto05 .box-wrapper .box {
  background: #12b3c9;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

#headerto05 .box-wrapper .box .text {
  width: 77%;
  border-left: solid 2px #dadada;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 15px;
  color: #fff;
}

#headerto05 .box-wrapper .box .text span {
  color: #ffe51f;
}

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

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

.cta01 .wrapper .inner {
  max-width: 1000px;
  margin: 0 auto;
  /* .cta01 .inner .haedline 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: start;
  color: #fff;
  margin: 0 0 30px 0;
}

.cta01 .wrapper .inner .headline .thumb {
  width: 180px;
  height: 180px;
  padding: 0 30px 0 0px;
  margin: 0 30px 0 0;
  border-right: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta01 .wrapper .inner .headline .thumb img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  line-height: 0;
}

.cta01 .wrapper .inner .headline .text h2 {
  font-size: 35px;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
  line-height: 1.0;
  background: #ffe51f;
  color: #098a9b;
  border-radius: 60px;
  display: inline-block;
  padding: 5px 20px 5px 20px;
  -webkit-box-shadow: 0 0 0 3px #12b3c9 inset;
          box-shadow: 0 0 0 3px #12b3c9 inset;
  border: solid 3px #ffe51f;
}

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

.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: #12b3c9;
}

.cta01 .wrapper .inner .box .to-contact a {
  display: block;
  width: 400px;
  background: #12b3c9;
  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 .semi {
  border-radius: 40px;
  width: 80%;
  margin: -30px auto 15px;
  background: #fff;
  text-align: center;
  color: #12b3c9;
  font-size: 15px;
  font-weight: 900;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  border: solid 2px #12b3c9;
  position: relative;
  padding: 3px 0 3px 0;
}

.cta01 .wrapper .inner .box .to-contact a .semi:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

/* .cta01 closed */
/*==============================================
.CTA01 ul.for
===============================================*/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION12 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section12 variables(変数制定)
===============================================*/
.section12 {
  width: 100%;
  height: 100%;
}

.section12 .wrapper {
  width: 100%;
  height: 100%;
  background: #d4f8fd;
  padding: 60px 0 60px 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: 100%;
  height: 100%;
}

.section12 .inner h2 {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  background: #12b3c9;
  border: solid 3px #12b3c9;
  -webkit-box-shadow: 0 0 0 3px inset #d4f8fd;
          box-shadow: 0 0 0 3px inset #d4f8fd;
  padding: 10px 50px 15px 50px;
  border-radius: 70px;
}

.section12 .sentence {
  max-width: 1200px;
  width: 92%;
  margin: -30px auto 0;
  padding: 0 0 20px 0;
  border: solid 2px #12b3c9;
  background: #edfcfd;
}

.section12 .sentence h3 {
  margin: 60px auto 0;
  width: 90%;
  padding: 10px 20px 10px 20px;
  color: #fff;
  background: #12b3c9;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.75;
  border: solid 2px #12b3c9;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.section12 .sentence p {
  text-align: left;
  font-size: 20px;
  color: #575757;
  line-height: 2.5;
  padding: 15px 60px 15px 60px;
  font-weight: 700;
}

.section12 .sentence p span {
  color: #098a9b;
  font-weight: 900;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title15-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title15-01 {
  padding: 80px 0 80px 0;
}

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

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

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

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

.section40 .title15-01 {
  background: url(../images/title15-01-bg01.jpg) no-repeat center center;
  background-size: cover;
}

.section60 .title15-01 {
  background: url(../images/title15-01-bg02.jpg) no-repeat center center;
  background-size: cover;
}

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION40 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*============================================
.section40
=============================================*/
.section40 .wrapper .inner .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 30px 3.5% 40px 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section40 .wrapper .inner .box-wrapper .box {
  width: 48.5%;
  margin: 30px 3% 0 0;
  border: solid 3px #12b3c9;
  background: #fff;
  padding: 0px 0px 0px 0px;
  padding: 20px 30px 20px 30px;
}

.section40 .wrapper .inner .box-wrapper .box:nth-child(2n) {
  margin: 30px 0 0% 0;
}

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

.section40 .wrapper .inner .box-wrapper .box h3 .icon {
  width: 40px;
  margin: 0 5px 0 0;
}

.section40 .wrapper .inner .box-wrapper .box h3 .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 10px;
}

.section40 .wrapper .inner .box-wrapper .box h3 .text {
  color: #12b3c9;
  text-align: center;
  font-size: 35px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION60 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*============================================
.section60
=============================================*/
.section60 .wrapper .inner .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 30px 3.5% 40px 3.5%;
}

.section60 .wrapper .inner .box-wrapper .box {
  width: 100%;
  margin: 30px 0 0 0;
  border: solid 3px #12b3c9;
  background: #fff;
  padding: 0px 0px 0px 0px;
  padding: 20px 30px 20px 30px;
}

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

.section60 .wrapper .inner .box-wrapper .box h3 .cover {
  color: #12b3c9;
  text-align: center;
  font-size: 35px;
}

.section60 .wrapper .inner .box-wrapper .box h3 .cover img {
  width: 40px;
  height: auto;
  position: relative;
  top: 10px;
}

.section60 .wrapper .inner .box-wrapper .box .inside {
  margin: 20px 0 0 0;
}

.section60 .wrapper .inner .box-wrapper .box .inside h4 {
  margin: 0px 0 0 0;
  color: #12b3c9;
  text-align: center;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.section60 .wrapper .inner .box-wrapper .box .inside ul {
  margin: 0px 0 0 0;
  padding: 0 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section60 .wrapper .inner .box-wrapper .box .inside ul li {
  list-style-type: none;
  display: inline-block;
  color: #12b3c9;
  border: solid 2px #12b3c9;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  padding: 2px 5px 2px 5px;
  border-radius: 60px;
  margin: 0px 10px 0 0;
}

.section60 .wrapper .inner .box-wrapper .box .inside ul li.big {
  background: #ffe51f;
  font-size: 30px;
  padding: 2px 45px 2px 45px;
  border: solid 3px #12b3c9;
  margin: 0px 0px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title07-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title07-01 variables(変数設定)
===============================================*/
/*==============================================
.title07-01 背景色
===============================================*/
.title07-01 {
  background: url(../images/title07-01-bg.jpg) no-repeat center center;
  background-size: cover;
}

.title07-01 .title-bg {
  background: rgba(18, 179, 201, 0.9);
}

.title07-01 .title-box {
  position: relative;
  width: 1000px;
  height: 450px;
  margin: 0 auto 0;
}

.title07-01 .title-box .title-left {
  position: absolute;
  top: 50px;
  left: 95px;
  background: #ffe51f;
  border: solid 3px #ffe51f;
  -webkit-box-shadow: 0 0 0 3px #098a9b inset;
          box-shadow: 0 0 0 3px #098a9b inset;
  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;
  text-align: center;
}

.title07-01 .title-box .title-left .title-left-wrapper {
  margin: -15px auto 0;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 900;
  color: #098a9b;
}

.title07-01 .title-box .title-left .title-left-wrapper span.en {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
}

.title07-01 .title-box .title-right {
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 0 50px 0 0;
}

.title07-01 .title-box .title-right img {
  height: 100%;
  width: auto;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title07-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title07-02 variables(変数設定)
===============================================*/
.title07-02 .title-top-box {
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  border: solid 4px #b4b4b4;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 31;
  padding: 40px 0 0 0;
}

.title07-02 .title-top-box p.en {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231815;
  font-size: 23px;
  padding: 10px 0 0 0;
}

.title07-02 .title-top-box p.semi {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 0 0 0px 0;
}

.title07-02 .title-top-box h2.catch {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.25;
}

.title07-02 .title-top-box h2.catch span.small {
  font-size: 28px;
  letter-spacing: -2px;
}

.title07-02 .title-bottom-box {
  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;
  max-width: 1980px;
  height: 640px;
  overflow: hidden;
  margin: -50px auto 0;
  padding: 10px 0 0 0 0;
  background: #f6f6f6;
}

.title07-02 .title-bottom-box .left {
  width: 50%;
  text-align: right;
}

.title07-02 .title-bottom-box .left img {
  width: 100%;
  height: auto;
}

.title07-02 .title-bottom-box .right {
  width: 50%;
  height: 100%;
  text-align: left;
  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;
  background: url(../images/title07-02-right-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.title07-02 .title-bottom-box .right::after {
  content: "";
  position: absolute;
  background: rgba(240, 240, 240, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.title07-02 .title-bottom-box .right h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 20px 0 20px;
}

.title07-02 .title-bottom-box .right span.en {
  font-size: 20px;
  letter-spacing: 2px;
  color: #12b3c9;
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.title07-02 .title-bottom-box .right span.tail {
  background: #12b3c9;
  color: #fff;
  display: inline-block;
  margin: 20px 5px 0px 5px;
  padding: 5px 20px 5px 20px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  letter-spacing: 1.5px;
}

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

/*============================================
#point01 .box-wrapper
=============================================*/
#point01 .box-wrapper {
  max-width: 1280px;
  padding: 30px 3.5% 0px 3.5%;
  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: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

/*============================================
#point01 .box
=============================================*/
#point01 .box-wrapper .box {
  border: solid 4px #12b3c9;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 48.5%;
  margin: 60px 3% 0 0;
  background: #edfcfd;
}

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

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

#point01 .box h3 span.text {
  font-size: 26px;
  letter-spacing: 0px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

#point01 .box h3 span.mark {
  color: #ffe51f;
  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: #098a9b;
  text-align: center;
}

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

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

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

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

#point01 .box .sentence p {
  font-size: 16px;
  line-height: 1.85;
  padding: 10px 25px 20px;
  font-weight: 500;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title01-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.title01-03 背景色
===============================================*/
.title01-03 {
  background: #12b3c9;
  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: #12b3c9;
  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;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SCHEDULE02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.schedule02 .variables(変数設定)
===============================================*/
.schedule02 {
  padding: 50px 0px 50px 0;
}

.schedule02 .inner {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 20px 50px 50px 50px;
  background: #fff;
  border: solid 3px #12b3c9;
}

.schedule02 .inner h3.catch {
  background: #fff;
  color: #12b3c9;
  width: 300px;
  text-align: center;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 0 3px inset #12b3c9;
          box-shadow: 0 0 0 3px inset #12b3c9;
  padding: 10px 20px 10px 20px;
  margin: -40px auto 20px;
  font-size: 30px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

.schedule02 .inner h3.catch span {
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.schedule02 .inner .top .inside {
  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;
}

.schedule02 .inner .top .inside .block {
  width: 47.5%;
  margin: 0 3% 0 0;
  background: #12b3c9;
  border: solid 3px #12b3c9;
  -webkit-box-shadow: 0 0 0 3px inset #fff;
          box-shadow: 0 0 0 3px inset #fff;
  padding: 0 0 20px 0;
}

.schedule02 .inner .top .inside .block .semi {
  text-align: center;
  color: #fff;
  font-size: 34px;
  margin: 20px 0 0px 0;
  font-weight: 900;
}

.schedule02 .inner .top .inside .block .add {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 10px 0 0px 0;
  padding: 0 4% 0 4%;
}

.schedule02 .inner .top .inside .block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  margin: 15px 0 0 0;
  padding: 0 0 0px 0;
  font-weight: 900;
}

.schedule02 .inner .top .inside .block .info .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -20px;
  font-size: 64px;
  color: #fff;
}

.schedule02 .inner .top .inside .block .info .small:after {
  content: '';
  border-left: 3px solid #fff;
  display: inline-block;
  position: relative;
  top: 20px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  margin: 0 7px;
  height: 80%;
}

.schedule02 .inner .top .inside .block .info .big {
  font-size: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 5px;
  color: #fff;
}

.schedule02 .inner .top .inside .block .info .mark {
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  color: #12b3c9;
  font-weight: bold;
  width: 27px;
  height: 27px;
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 27px;
}

.schedule02 .inner .top .inside .block .sub {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.schedule02 .inner .top .inside:nth-child(2) {
  margin: 0 0% 0 0;
}

.schedule02 .inner .bottom ul {
  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;
  margin: 25px 0 0 0;
}

.schedule02 .inner .bottom ul li {
  margin: 0 3% 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.35;
}

.schedule02 .inner .bottom ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.schedule02 .inner .bottom ul li .mark {
  background: #12b3c9;
  color: #fff;
  margin: 0 30px 0 0;
  padding: 10px 40px 10px 40px;
  font-size: 24px;
  font-weight: 700;
}

.schedule02 .inner .bottom ul li .detail {
  font-size: 26px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

form#mail_form dl dt {
  background: #d4f8fd;
  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: #12b3c9;
  display: inline-block;
  font-size: 85%;
  padding: 0 2px 0 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* breakpoints */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #gnav05 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #gnav05 .inner {
    padding: 4px 0 4px 0;
  }
  #gnav05 .inner .left {
    padding: 0 0 0 10px;
  }
  #gnav05 .inner .left h2 {
    font-size: 17px;
  }
  #gnav05 .inner .left h3 {
    border-radius: 30px;
    padding: 2px 20px 2px 20px;
    font-size: 14px;
  }
  #gnav05 .inner .right {
    width: 60px;
  }
  #gnav05 .inner .right img {
    width: 100%;
    height: auto;
  }
}

/* 769px responsive-closed */
@media screen and (max-width: 320px) {
  #gnav05 .inner {
    padding: 4px 0 4px 0;
  }
  #gnav05 .inner .left {
    padding: 0 0 0 10px;
  }
  #gnav05 .inner .left h2 {
    font-size: 16px;
  }
  #gnav05 .inner .left h3 {
    border-radius: 30px;
    padding: 2px 15px 2px 15px;
    font-size: 13px;
  }
  #gnav05 .inner .right {
    width: 60px;
  }
  #gnav05 .inner .right img {
    width: 100%;
    height: auto;
  }
}

/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #HEADER04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  #header04 {
    position: relative;
  }
  #header04 .en {
    font-size: 13px;
    letter-spacing: 5px;
  }
  #header04 .en.left {
    left: 5px;
    top: 5px;
  }
  #header04 .en.right {
    right: 5px;
    bottom: 5px;
  }
  #header04 .mark {
    display: none;
  }
  #header04:before, #header04:after {
    width: 50%;
    height: 100%;
    content: "";
  }
  #header04:before {
    background: url(../images/header-bg-left.jpg) no-repeat left 10% center;
    background-size: cover;
  }
  #header04:after {
    background: url(../images/header-bg-right.jpg) no-repeat right 35% center;
    background-size: cover;
  }
  #header04 .wrapper {
    width: 100%;
    /*==============================================
		#header04 .box-wrapper
		===============================================*/
  }
  #header04 .wrapper .box-wrapper {
    width: 100%;
    padding: 30px 0 50px 0;
    /*==============================================
			#header04 .box-wrapper .box
			===============================================*/
  }
  #header04 .wrapper .box-wrapper .box {
    width: 100%;
    /*==============================================
				#header04 .box-wrapper .box h4
				===============================================*/
    /*==============================================
				#header04 .box-wrapper .box h2
				===============================================*/
    /*==============================================
				#header04 .box-wrapper .box h3
				===============================================*/
  }
  #header04 .wrapper .box-wrapper .box h4 {
    font-size: 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0px 0;
    padding: 0 3% 0 3%;
  }
  #header04 .wrapper .box-wrapper .box h4 .icon {
    padding: 5px 8px 5px 8px;
    margin: 0 5px 10px 0;
  }
  #header04 .wrapper .box-wrapper .box h4 .icon span {
    font-size: 0.75em;
  }
  #header04 .wrapper .box-wrapper .box h4 .text {
    padding: 5px 10px 5px 10px;
    margin: 0 0px 10px 0;
  }
  #header04 .wrapper .box-wrapper .box h2 .line {
    font-size: 30px;
    padding: 5px 15px 5px 15px;
    margin: 7px auto 0px;
    letter-spacing: 1px;
  }
  #header04 .wrapper .box-wrapper .box h2 span {
    color: #098a9b;
  }
  #header04 .wrapper .box-wrapper .box h3 .line {
    font-size: 18px;
    margin: 12px 0 0 0;
    padding: 3px 5px 3px 5px;
  }
  #header04 .wrapper .box-wrapper .box h3 span {
    display: block;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #header04 .box {
    width: 90%;
  }
  #header04 .box-wrapper h2 {
    font-size: 55px;
  }
}

/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #headerto05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*==============================================
#headerto05 .box-wrapper
===============================================*/
  #headerto05 .box-wrapper {
    margin: -20px auto 20px;
    display: block;
    overflow: hidden;
  }
  #headerto05 .box-wrapper .box {
    width: 92%;
    margin: 0 auto 12px;
    padding: 10px 20px 10px 20px;
  }
  #headerto05 .box-wrapper .box:nth-child(3n) {
    margin: 0 auto 12px;
  }
  #headerto05 .box-wrapper .box .icon {
    width: 20%;
    padding: 5px 5px 5px 5px;
    margin: 0 3% 0 0;
  }
  #headerto05 .box-wrapper .box .icon img {
    width: 100%;
  }
  #headerto05 .box-wrapper .box .text {
    line-height: 1.35;
    font-size: 16px;
    padding: 0 0 0 15px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION12 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section12 .wrapper
  ===============================================*/
  .section12 .wrapper {
    padding: 45px 0 60px 0;
  }
  .section12 .inner h2 {
    font-size: 24px;
    padding: 20px 40px 20px 40px;
  }
  .section12 .inner h3 {
    margin: 60px auto 0;
    width: 90%;
    font-size: 24px;
    border: solid 2px #12b3c9;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    padding: 30px 20px 30px 20px;
    line-height: 1.5;
  }
  .section12 .inner h3 div {
    padding: 10px 0 10px 0;
  }
  .section12 .inner p {
    font-size: 18px;
    line-height: 2.2;
    padding: 15px 5% 0px 5%;
  }
}

/* 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: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  
  〇 .CTA01 〇
  
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .cta01 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta01 .wrapper closed */
  }
  .cta01 .wrapper {
    padding: 20px 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 .thumb {
    width: 180px;
    height: 180px;
    padding: 0 30px 0 0px;
    margin: 0 auto 0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta01 .wrapper .inner .headline .thumb img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    line-height: 0;
  }
  .cta01 .wrapper .inner .headline .text {
    text-align: center;
  }
  .cta01 .wrapper .inner .headline .text h2 {
    font-size: 35px;
    padding: 5px 20px 5px 20px;
    -webkit-box-shadow: 0 0 0 3px #12b3c9 inset;
            box-shadow: 0 0 0 3px #12b3c9 inset;
    border: solid 3px #ffe51f;
  }
  .cta01 .wrapper .inner .headline .text 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 {
    text-align: center;
    font-size: 32px;
  }
  .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;
  }
  .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までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 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 */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title15-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title15-01 {
    padding: 40px 0 70px 0;
  }
  .title15-01 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .title15-01 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 45px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
  }
  .title15-02 {
    padding: 40px 0 40px 0;
  }
  .title15-02 h3 .inside {
    padding: 3px 10px 5px 10px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .title15-02 h2 .inside {
    padding: 5px 20px 8px 20px;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION40 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
	====================================================================*/
  /*============================================
	.section40
	=============================================*/
  .section40 .wrapper .inner .box-wrapper {
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 10px 3.5% 30px 3.5%;
    display: block;
  }
  .section40 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 20px 0 0 0;
    border: solid 3px #12b3c9;
    padding: 20px 20px 20px 20px;
  }
  .section40 .wrapper .inner .box-wrapper .box:nth-child(2n) {
    margin: 20px 0 0% 0;
  }
  .section40 .wrapper .inner .box-wrapper .box h3 {
    margin: 0px 0 0 0px;
  }
  .section40 .wrapper .inner .box-wrapper .box h3 .icon {
    width: 35px;
    margin: 0 5px 0 0;
  }
  .section40 .wrapper .inner .box-wrapper .box h3 .icon img {
    position: relative;
    top: 6px;
  }
  .section40 .wrapper .inner .box-wrapper .box h3 .text {
    font-size: 25px;
  }
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .SECTION60 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
	====================================================================*/
  /*============================================
	.section60
	=============================================*/
  .section60 .wrapper .inner .box-wrapper {
    padding: 30px 3.5% 40px 3.5%;
  }
  .section60 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .section60 .wrapper .inner .box-wrapper .box h3 .cover {
    color: #12b3c9;
    text-align: center;
    font-size: 24px;
  }
  .section60 .wrapper .inner .box-wrapper .box h3 .cover img {
    width: 25px;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section60 .wrapper .inner .box-wrapper .box .inside {
    margin: 20px 0 0 0;
  }
  .section60 .wrapper .inner .box-wrapper .box .inside h4 {
    margin: 0px 0 0 0;
    font-size: 20px;
  }
  .section60 .wrapper .inner .box-wrapper .box .inside ul {
    margin: 0px 0 0 0;
    padding: 0 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section60 .wrapper .inner .box-wrapper .box .inside ul li {
    font-size: 20px;
    margin: 10px 10px 0 0;
  }
  .section60 .wrapper .inner .box-wrapper .box .inside ul li.big {
    font-size: 28px;
    padding: 2px 25px 2px 25px;
  }
}

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

/* 767px responsive-closed */
/* 320px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title07-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
@media screen and (max-width: 769px) {
  /*==============================================
  .title07-01 背景色
  ===============================================*/
  .title07-01 {
    background: none;
  }
  .title07-01 .title-bg {
    background: #fff;
  }
  .title07-01 .title-box {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 auto 0;
  }
  .title07-01 .title-box .title-left {
    position: absolute;
    top: 20px;
    left: 20px;
    border: solid 3px #ffe51f;
    padding: 30px 30px 30px 30px;
  }
  .title07-01 .title-box .title-left .title-left-wrapper {
    margin: -15px auto 0;
    font-size: 24px;
  }
  .title07-01 .title-box .title-left .title-left-wrapper span.en {
    font-size: 12px;
  }
  .title07-01 .title-box .title-right {
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 80px 0px 0 0;
    overflow: hidden;
  }
  .title07-01 .title-box .title-right img {
    width: 100%;
    height: auto;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title07-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
@media screen and (max-width: 769px) {
  .title07-02 .title-top-box {
    width: 280px;
    height: 280px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 0 0 0;
  }
  .title07-02 .title-top-box p.en {
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  .title07-02 .title-top-box p.semi {
    font-size: 18px;
    margin: 0 0 0px 0;
  }
  .title07-02 .title-top-box h2.catch {
    font-size: 34px;
    line-height: 1.25;
  }
  .title07-02 .title-top-box h2.catch span.small {
    font-size: 26px;
    letter-spacing: -2px;
  }
  .title07-02 .title-bottom-box {
    display: block;
    height: auto !important;
    overflow: hidden;
    margin: -60px auto 0;
    padding: 10px 0 0 0 0;
  }
  .title07-02 .title-bottom-box .left {
    width: 100%;
    overflow: hidden;
    text-align: right;
    line-height: 0;
    margin: 0;
  }
  .title07-02 .title-bottom-box .left img {
    width: 100%;
    height: auto;
  }
  .title07-02 .title-bottom-box .right {
    opacity: 0.9;
    margin: -120px 0 0 auto;
    width: 100%;
    text-align: right;
    display: block;
    background: none;
    position: relative;
  }
  .title07-02 .title-bottom-box .right::after {
    content: "";
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .title07-02 .title-bottom-box .right h3 {
    font-size: 18px;
    text-align: right;
    position: relative;
    z-index: 3;
    width: 92%;
    -webkit-transform: skew(0);
            transform: skew(0);
    margin: 0 auto 0;
    padding: 20px 0 20px 0;
  }
  .title07-02 .title-bottom-box .right span.en {
    font-size: 11px;
    letter-spacing: 1.5px;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  .title07-02 .title-bottom-box .right span.tail {
    display: inline-block;
    margin: 15px 0 0px 0;
    padding: 5px 15px 5px 15px;
    letter-spacing: 1.5px;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  #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: 300px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
  }
  #point01 .box h3 span.text {
    font-size: 22px;
    letter-spacing: -1px;
  }
  #point01 .box h3 span.mark {
    margin-right: 5px;
  }
}

/* 767px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*============================================
	#point01 h3
	=============================================*/
  #point01 .box h3 {
    width: 260px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
  }
  #point01 .box h3 span.text {
    font-size: 19px;
    letter-spacing: -1px;
  }
}

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

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SCHEDULE02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .schedule02 .variables(変数設定)
  ===============================================*/
  .schedule02 {
    padding: 50px 0px 20px 0;
  }
  .schedule02 .inner {
    width: 90%;
    margin: 10px auto 0;
    padding: 0px 20px 50px 20px;
  }
  .schedule02 .inner h3.catch {
    width: 250px;
    font-size: 25px;
  }
  .schedule02 .inner .top .inside {
    display: block;
  }
  .schedule02 .inner .top .inside .block {
    width: 100%;
    margin: 0 0 20px 0;
    background: #12b3c9;
    border: solid 3px #12b3c9;
    -webkit-box-shadow: 0 0 0 3px inset #fff;
            box-shadow: 0 0 0 3px inset #fff;
    padding: 0 0 20px 0;
  }
  .schedule02 .inner .top .inside .block .semi {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px 0 20px 0;
    font-weight: 900;
  }
  .schedule02 .inner .top .inside .block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7px;
    padding: 0 0 0px 0;
    font-weight: 900;
  }
  .schedule02 .inner .top .inside .block .info .small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -10px;
    font-size: 42px;
    color: #fff;
  }
  .schedule02 .inner .top .inside .block .info .small:after {
    content: '';
    border-left: 3px solid #fff;
    display: inline-block;
    position: relative;
    top: 10px;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    margin: 0 7px;
    height: 80%;
  }
  .schedule02 .inner .top .inside .block .info .big {
    font-size: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 5px;
    color: #fff;
  }
  .schedule02 .inner .top .inside .block .info .mark {
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border-radius: 50%;
    color: #12b3c9;
    font-weight: bold;
    width: 27px;
    height: 27px;
    position: relative;
    top: 3px;
    left: 5px;
    line-height: 27px;
  }
  .schedule02 .inner .top .inside .block .sub {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
  }
  .schedule02 .inner .top .inside:nth-child(3) {
    margin: 0 0% 0 0;
  }
  .schedule02 .inner .bottom ul {
    display: block;
    padding: 0;
  }
  .schedule02 .inner .bottom ul li {
    width: 100%;
    margin: 0 0 20px 0;
    list-style: none;
    display: block;
    text-align: center;
    line-height: 1.35;
  }
  .schedule02 .inner .bottom ul li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .schedule02 .inner .bottom ul li .mark {
    background: #12b3c9;
    color: #fff;
    margin: 0 0px 0 0;
    padding: 10px 40px 10px 40px;
    font-size: 24px;
    font-weight: 700;
  }
  .schedule02 .inner .bottom ul li .detail {
    font-size: 26px;
    font-weight: 700;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CONTACT01　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
  /*===========================
.contact01 .sentence
===========================*/
  .contact01 .sentence {
    width: 92%;
  }
  .contact01 .sentence p {
    font-size: 16px;
  }
  /*===========================
.contact01 .btn
===========================*/
  .contact01 .btn {
    width: 92%;
    margin: 0 auto;
  }
  .contact01 .btn a {
    margin: 15px auto 15px;
    font-size: 19px;
  }
  .contact01 .btn a img {
    width: 32px;
  }
  .contact01 .pc-tel {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
    font-weight: 500;
  }
}

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

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

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

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