@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 */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
header {
  position: relative;
}

header:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#3fb5d9), to(#3fa4d9));
  background: linear-gradient(90deg, #3fb5d9 0%, #3fa4d9 100%);
}

header .wrapper .inner {
  max-width: 1980px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 3.5% 30px 3.5%;
}

header .wrapper .inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper .inner .logo .icon {
  width: 100px;
  margin: 0 10px 0 0;
  line-height: 0;
}

header .wrapper .inner .logo .icon img {
  width: 100%;
  height: auto;
}

header .wrapper .inner .logo .text {
  margin: 0 0 0 0;
}

header .wrapper .inner .logo .text h1 .sub {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #175c98;
  letter-spacing: 1.5px;
  line-height: 1.1;
  font-size: 15px;
}

header .wrapper .inner .logo .text h1 .main {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0d92c2;
  letter-spacing: 2px;
  line-height: 1.35;
  font-size: 40px;
}

header .wrapper .inner .logo .text .caption {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0d92c2;
  text-align: center;
  letter-spacing: 2.5px;
  font-size: 14px;
}

header .wrapper .inner .button {
  width: 400px;
  margin: -10px 0 0 0;
}

header .wrapper .inner .button .caption {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff6400;
  text-align: center;
  font-size: 15px;
}

header .wrapper .inner .button .caption::before, header .wrapper .inner .button .caption::after {
  content: "";
  position: absolute;
  background: #ff6400;
  border-radius: 10px;
  width: 2.5px;
  height: 16px;
}

header .wrapper .inner .button .caption::before {
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

header .wrapper .inner .button .caption::after {
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

header .wrapper .inner .button a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff9c00), to(#ff6000));
  background: linear-gradient(90deg, #ff9c00 0%, #ff6000 100%);
  -webkit-box-shadow: 3px 3px 0 3px #ffe4aa;
          box-shadow: 3px 3px 0 3px #ffe4aa;
  border-radius: 150px;
  margin: 5px 0 0 0;
}

header .wrapper .inner .button a .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 8px;
}

header .wrapper .inner .button a .inside .icon {
  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;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  background: #fff;
  border-radius: 100%;
  line-height: 0;
}

header .wrapper .inner .button a .inside .icon .cover {
  width: 60%;
}

header .wrapper .inner .button a .inside .icon .cover img {
  width: 100%;
  height: auto;
}

header .wrapper .inner .button a .inside .text {
  width: 280px;
}

header .wrapper .inner .button a .inside .text .semi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 100px;
  margin: 0 auto 0;
}

header .wrapper .inner .button a .inside .text .catch {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 22px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
nav#gnav .wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#3fb5d9), to(#3fa4d9));
  background: linear-gradient(90deg, #3fb5d9 0%, #3fa4d9 100%);
}

nav#gnav .wrapper .inner ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0;
  max-width: 1200px;
}

nav#gnav .wrapper .inner ul li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 80px 10px 80px;
  position: relative;
}

nav#gnav .wrapper .inner ul li a::after {
  content: "";
  position: absolute;
  background: #aedef0;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 25px;
  width: 2.5px;
  height: 30px;
}

nav#gnav .wrapper .inner ul li a .main {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
}

nav#gnav .wrapper .inner ul li a .sub {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #91d8f2;
  letter-spacing: 2px;
  font-size: 15px;
}

nav#gnav .wrapper .inner ul li:first-child a:before {
  content: "";
  position: absolute;
  background: #aedef0;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 25px;
  width: 2.5px;
  height: 30px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇PAGE-TITLE-NORMAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-title-normal {
  background: #e9f9ff;
}

.page-title-normal .wrapper {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-pattern01.svg) repeat 0 0;
  background-size: 40px auto;
}

.page-title-normal .wrapper .en01,
.page-title-normal .wrapper .en02 {
  position: absolute;
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  color: rgba(63, 165, 217, 0.5);
  font-size: 120px;
  line-height: 0.9;
}

.page-title-normal .wrapper .en01 {
  top: 0;
  left: 0;
  z-index: 1;
}

.page-title-normal .wrapper .en02 {
  bottom: 0;
  right: 0;
  z-index: 3;
}

.page-title-normal .wrapper .inner {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 70px 3.5% 70px 3.5%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title-normal .wrapper .inner .text h1 .cover {
  display: inline-block;
  background: #fff;
  color: #3fa5d9;
  font-size: 55px;
  padding: 3px 65px 3px 65px;
  letter-spacing: 3px;
}

.page-title-normal .wrapper .inner .text h2 .cover {
  display: inline-block;
  background: #3fa5d9;
  color: #fff;
  padding: 3px 65px 3px 65px;
}

.page-title-normal .wrapper .inner .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-title-normal .wrapper .inner .thumb .thumb01 {
  width: 400px;
}

.page-title-normal .wrapper .inner .thumb .thumb01 img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 .CONTACT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.contact01 {
  margin: 0px 0 0px 0;
}

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

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact01 .sentence {
    width: 90%;
  }
  .contact01 .sentence p {
    font-size: 4.5vw;
    padding: 10px 0 10px 0;
    line-height: 1.75;
  }
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact01 .sentence {
    width: 90%;
  }
  .contact01 .sentence p {
    font-size: 4vw;
    padding: 10px 0 10px 0;
    line-height: 1.75;
  }
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #FORM-WRAPPER　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#form-wrapper {
  width: 100%;
  margin: 30px auto 0;
  background: #fff;
  /*==============================================
	#form-wrapper h2
	===============================================*/
  /*==============================================
	#form-wrapper .privacy-section
	===============================================*/
}

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

#form-wrapper h3 {
  text-align: center;
  color: #3fa5d9;
  font-size: 22px;
}

#form-wrapper h2 {
  font-size: 47px;
  color: #3fa5d9;
  line-height: 1.4;
  padding: 10px 0 10px 0;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  position: relative;
}

#form-wrapper h2:before, #form-wrapper h2:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  height: 3px;
  background: #3fa5d9;
}

#form-wrapper h2:before {
  left: 0;
}

#form-wrapper h2:after {
  right: 0;
}

#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-box .privacy-button {
  margin: 0px auto 0px;
  text-align: left;
  font-size: 18px;
  position: relative;
  top: -20px;
}

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

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

form#mail_form {
  width: 960px;
  margin: 10px auto 20px;
  padding: 20px 20px;
  background: #ffffff;
  /*==============================================
	form#mail_form input
	===============================================*/
  /*==============================================
	form#mail_form input#postal
	===============================================*/
}

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

form#mail_form dl dt {
  width: 100%;
  padding: 30px 25px 5px 0px;
  text-align: left;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0px 0;
  /*==============================================
			form#mail_form 「必須」「任意」
			===============================================*/
}

form#mail_form dl dt span.en {
  color: #3fa5d9;
  display: inline-block;
  font-size: 75%;
  padding: 0 2px 0 2px;
  font-family: "futura-pt-bold";
  font-weight: 700;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block !important;
  margin: 0 0px 0 5px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  font-size: 65%;
  position: relative;
  top: -2px;
}

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 {
  width: 100%;
  padding: 5px 0 15px 0%;
  font-size: 17px;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #ccc;
}

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 input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 100%;
  height: 2em;
  padding: 2px 10px 2px 10px;
  border: 1px solid #cccccc;
  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;
  border-radius: 0;
}

form#mail_form ul {
  padding: 0;
  margin: 0;
}

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 input[type="checkbox"] {
  border-radius: 0 !important;
}

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: 100%;
  max-width: 100%;
  height: 200px;
  padding: 2px 10px 2px 10px;
  resize: vertical;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

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

form#mail_form ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

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 + 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 form#mail_form input#address {
  width: 90%;
}

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

/*==============================================
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 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;
  letter-spacing: 2px;
}

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 #3fa5d9;
}

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

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

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

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta01 {
  padding: 10px 0 0 0;
}

.cta01 .wrapper .title {
  margin: 40px 0 0 0;
}

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

.cta01 .wrapper .title h3 .cover {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  display: inline-block;
  background: #c9efff;
  color: #0d92c2;
  border-radius: 80px;
  letter-spacing: 1px;
  padding: 3px 30px 3px 30px;
  font-size: 22px;
}

.cta01 .wrapper .title h2 {
  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 .wrapper .title h2 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta01 .wrapper .title h2 .logo .icon {
  width: 100px;
  margin: 0 10px 0 0;
  line-height: 0;
}

.cta01 .wrapper .title h2 .logo .icon img {
  width: 100%;
  height: auto;
}

.cta01 .wrapper .title h2 .logo .text {
  margin: 0 0 0 0;
}

.cta01 .wrapper .title h2 .logo .text .main {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0d92c2;
  letter-spacing: 2px;
  line-height: 1.35;
  font-size: 40px;
}

.cta01 .wrapper .title h2 .logo .text .caption {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0d92c2;
  text-align: center;
  letter-spacing: 2.5px;
  font-size: 14px;
}

.cta01 .wrapper .title h2 .semi {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  color: #0d92c2;
  letter-spacing: 1px;
  font-size: 20px;
}

.cta01 .wrapper .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  background: -webkit-gradient(linear, left top, right top, from(#3fb5d9), to(#3fa4d9));
  background: linear-gradient(90deg, #3fb5d9 0%, #3fa4d9 100%);
  margin: 20px auto 0;
}

.cta01 .wrapper .inner .box .text {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta01 .wrapper .inner .box .text .cover {
  padding: 20px 30px 20px 30px;
}

.cta01 .wrapper .inner .box .text .cover .semi {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 40px;
}

.cta01 .wrapper .inner .box .text .cover .sub {
  color: #06558c;
  font-weight: 700;
  text-shadow: 0px 1px 0px rgba(140, 189, 224, 0.7);
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 40px;
}

.cta01 .wrapper .inner .box .text .cover .small {
  color: #06558c;
  font-weight: 700;
  text-shadow: 0px 1px 0px rgba(140, 189, 224, 0.7);
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 18px;
}

.cta01 .wrapper .inner .box .thumb {
  line-height: 0;
  width: 45%;
  position: relative;
}

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

.cta01 .wrapper .inner .box .thumb .icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: solid 4px #a5daf0;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  padding: 10px 10px 10px 10px;
  top: 25%;
  left: -30%;
}

.cta01 .wrapper .inner .box .thumb .icon .cover {
  color: #3fadd9;
  text-align: center;
  line-height: 1.35;
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.cta02 variables(変数設定)
===============================================*/
.cta02 {
  background: url(../images/cta02-bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin: 50px auto 50px;
  /* .cta02 .wrapper closed */
}

.cta02.mt0 {
  margin: 0px auto 0px;
}

.cta02 .wrapper {
  padding: 40px 0 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 181, 217, 0.9)), to(rgba(63, 164, 217, 0.9)));
  background: linear-gradient(90deg, rgba(63, 181, 217, 0.9) 0%, rgba(63, 164, 217, 0.9) 100%);
  /* .cta02 .inner closed */
}

.cta02 .wrapper .inner {
  margin: 0 auto;
  /* .cta02 .inner .top closed */
  /* .cta02 .inner .box-wrapper closed */
}

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

.cta02 .wrapper .inner .top .icon {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 3px #cdeeff;
          box-shadow: 0 0 0 3px #cdeeff;
  border: solid 3px #fff;
  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;
  color: #3fa5d9;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  margin: 0 30px 0 0;
}

.cta02 .wrapper .inner .top .icon span.small {
  font-size: 15px;
}

.cta02 .wrapper .inner .top .icon span.big {
  font-size: 40px;
}

.cta02 .wrapper .inner .top .inside h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cta02 .wrapper .inner .top .inside .detail {
  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;
}

.cta02 .wrapper .inner .top .inside .detail p.semi {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin: 0 20px 0 0;
}

.cta02 .wrapper .inner .top .inside .detail p.semi a {
  color: #fff;
  text-decoration: none;
}

.cta02 .wrapper .inner .top .inside .detail .cover p.sub {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}

.cta02 .wrapper .inner .middle {
  margin: 25px 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;
}

.cta02 .wrapper .inner .middle .thumb {
  width: 350px;
  position: relative;
  margin: 0 50px 0 0;
  line-height: 0;
}

.cta02 .wrapper .inner .middle .thumb .main img {
  width: 100%;
  height: auto;
}

.cta02 .wrapper .inner .middle .thumb .mark {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 65%;
}

.cta02 .wrapper .inner .middle .thumb .mark img {
  width: 100%;
  height: auto;
}

.cta02 .wrapper .inner .middle .text .semi {
  font-family: futura-pt, futura-pt-bold,atten-round-new,sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.cta02 .wrapper .inner .middle .text .message {
  margin: 20px 0 0 0;
  background: #fff;
  width: 600px;
  padding: 10px 35px 30px 35px;
  border-radius: 150px;
  position: relative;
  z-index: 2;
}

.cta02 .wrapper .inner .middle .text .message .caption {
  text-align: center;
  margin: -30px 0 20px 0;
}

.cta02 .wrapper .inner .middle .text .message .caption .cover {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  position: relative;
  background: #1895d3;
  border-radius: 100px;
  padding: 5px 35px 5px 35px;
  border: solid 6px #cdeeff;
}

.cta02 .wrapper .inner .middle .text .message .caption .cover:before, .cta02 .wrapper .inner .middle .text .message .caption .cover:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

.cta02 .wrapper .inner .middle .text .message .caption .cover:before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.cta02 .wrapper .inner .middle .text .message .caption .cover:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.cta02 .wrapper .inner .middle .text .message:before {
  content: "";
  border-right: solid 30px #fff;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.cta02 .wrapper .inner .middle .text .message .main {
  font-size: 22px;
  font-weight: 700;
  color: #3fa5d9;
}

.cta02 .wrapper .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 5% 50px 5%;
}

.cta02 .wrapper .inner .box-wrapper .box {
  width: 31%;
  margin: 0 3.5% 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
          box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
  padding: 25px 25px 25px 25px;
}

.cta02 .wrapper .inner .box-wrapper .box:nth-child(3) {
  margin: 0 0% 0 0;
}

.cta02 .wrapper .inner .box-wrapper .box h4 {
  color: #3fa5d9;
  text-align: center;
  border-bottom: solid 2px #3fa5d9;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.cta02 .wrapper .inner .box-wrapper .box ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

.cta02 .wrapper .inner .box-wrapper .box ul li {
  list-style-type: none;
  color: #3fa5d9;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  font-size: 17px;
  padding: 5px 0 5px 25px;
  background: url(../images/cta02-icon-check.svg) no-repeat 0 10px;
  background-size: 20px 20px;
}

.cta02 .wrapper .inner .bottom {
  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;
  padding: 0 3.5% 0 3.5%;
  /* .cta02 .inner .box-wrapper .box closed */
}

.cta02 .wrapper .inner .bottom .block {
  width: 47.5%;
  /* .cta02 .inner .box-wrapper .box .button closed */
}

.cta02 .wrapper .inner .bottom .block:nth-child(1) {
  margin: 0 3% 0 0;
}

.cta02 .wrapper .inner .bottom .block:nth-child(1) .button a {
  background: -webkit-gradient(linear, left top, right top, from(#e84a11), to(#d80303));
  background: linear-gradient(90deg, #e84a11 0%, #d80303 100%);
}

.cta02 .wrapper .inner .bottom .block:nth-child(2) {
  margin: 0 0% 0 0;
}

.cta02 .wrapper .inner .bottom .block:nth-child(2) .button a {
  background: #0074c1;
}

.cta02 .wrapper .inner .bottom .block .caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.cta02 .wrapper .inner .bottom .block .caption span {
  padding: 0 3px 0 3px;
}

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

.cta02 .wrapper .inner .bottom .block .caption:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.cta02 .wrapper .inner .bottom .block .caption:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.cta02 .wrapper .inner .bottom .block .button a {
  display: block;
  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;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
}

.cta02 .wrapper .inner .bottom .block .button a span {
  padding: 0 0 0 10px;
}

.cta02 .wrapper .inner .bottom .block .button a img {
  width: 25px;
  height: 25px;
  position: relative;
  left: 0px;
  top: 2px;
}

/* .cta02 closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta02 {
    margin: 50px auto 50px;
    /* .cta02 .wrapper closed */
  }
  .cta02 .wrapper {
    padding: 40px 0 50px 0;
    /* .cta02 .inner closed */
  }
  .cta02 .wrapper .inner {
    /* .cta02 .inner .top closed */
    /* .cta02 .inner .box-wrapper closed */
  }
  .cta02 .wrapper .inner .top .icon {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #fff;
    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;
    color: #3fa5d9;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1px;
    margin: 0 30px 0 0;
  }
  .cta02 .wrapper .inner .top .icon span.small {
    font-size: 15px;
  }
  .cta02 .wrapper .inner .top .icon span.big {
    font-size: 40px;
  }
  .cta02 .wrapper .inner .top .inside h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .cta02 .wrapper .inner .top .inside .detail {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cta02 .wrapper .inner .top .inside .detail p.semi {
    font-size: 7vw;
    margin: 0 20px 0 0;
  }
  .cta02 .wrapper .inner .top .inside .detail p.semi a {
    text-decoration: none;
  }
  .cta02 .wrapper .inner .top .inside .detail p.sub {
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
  }
  .cta02 .wrapper .inner .box-wrapper {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 5% 50px 5%;
  }
  .cta02 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 20px auto 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
            box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
    padding: 25px 25px 25px 25px;
  }
  .cta02 .wrapper .inner .box-wrapper .box:nth-child(3) {
    margin: 20px auto 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box h4 {
    color: #3fa5d9;
    text-align: center;
    border-bottom: solid 2px #3fa5d9;
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box ul li {
    list-style-type: none;
    color: #3fa5d9;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1px;
    font-size: 17px;
    padding: 5px 0 5px 25px;
    background: url(../images/cta02-icon-check.svg) no-repeat 0 10px;
    background-size: 20px 20px;
  }
  .cta02 .wrapper .inner .bottom {
    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;
    padding: 0 3.5% 0 3.5%;
    /* .cta02 .inner .box-wrapper .box closed */
  }
  .cta02 .wrapper .inner .bottom .block {
    width: 47.5%;
    /* .cta02 .inner .box-wrapper .box .button closed */
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(1) {
    margin: 0 3% 0 0;
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(1) .button a {
    background: -webkit-gradient(linear, left top, right top, from(#e84a11), to(#d80303));
    background: linear-gradient(90deg, #e84a11 0%, #d80303 100%);
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(2) {
    margin: 0 0% 0 0;
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(2) .button a {
    background: #0074c1;
  }
  .cta02 .wrapper .inner .bottom .block .caption {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .cta02 .wrapper .inner .bottom .block .caption span {
    padding: 0 3px 0 3px;
  }
  .cta02 .wrapper .inner .bottom .block .caption:before, .cta02 .wrapper .inner .bottom .block .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta02 .wrapper .inner .bottom .block .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta02 .wrapper .inner .bottom .block .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta02 .wrapper .inner .bottom .block .button a {
    display: block;
    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;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta02 .wrapper .inner .bottom .block .button a span {
    padding: 0 0 0 10px;
  }
  .cta02 .wrapper .inner .bottom .block .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta02 closed */
}

/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta02 {
    max-width: 100%;
    margin: 50px auto 50px;
    /* .cta02 .wrapper closed */
  }
  .cta02 .wrapper {
    padding: 30px 0 50px 0;
    /* .cta02 .inner closed */
  }
  .cta02 .wrapper .inner {
    margin: 0 auto;
    /* .cta02 .inner .top closed */
    /* .cta02 .inner .box-wrapper closed */
  }
  .cta02 .wrapper .inner .top {
    display: block;
  }
  .cta02 .wrapper .inner .top .icon {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 auto 0;
  }
  .cta02 .wrapper .inner .top .icon span.small {
    font-size: 15px;
  }
  .cta02 .wrapper .inner .top .icon span.big {
    font-size: 40px;
  }
  .cta02 .wrapper .inner .top .inside {
    margin: 20px 0 0 0;
  }
  .cta02 .wrapper .inner .top .inside h3 {
    text-align: center;
    font-size: 5vw;
    letter-spacing: 2px;
  }
  .cta02 .wrapper .inner .top .inside .detail {
    display: block;
  }
  .cta02 .wrapper .inner .top .inside .detail p.semi {
    text-align: center;
    font-size: 12vw;
    margin: 20px 0px 0 0;
  }
  .cta02 .wrapper .inner .top .inside .detail p.sub {
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .cta02 .wrapper .inner .middle {
    margin: 25px 0 0 0;
    display: block;
  }
  .cta02 .wrapper .inner .middle .thumb {
    width: 100%;
    position: relative;
    margin: 0 0px 0 0;
  }
  .cta02 .wrapper .inner .middle .thumb .main img {
    width: 100%;
    height: auto;
  }
  .cta02 .wrapper .inner .middle .thumb .mark {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 50%;
  }
  .cta02 .wrapper .inner .middle .thumb .mark img {
    width: 100%;
    height: auto;
  }
  .cta02 .wrapper .inner .middle .text .semi {
    font-size: 32px;
  }
  .cta02 .wrapper .inner .middle .text .message {
    margin: -10px auto 0;
    background: #fff;
    width: 90%;
    padding: 10px 30px 20px 30px;
    border-radius: 0px;
    position: relative;
    z-index: 3;
  }
  .cta02 .wrapper .inner .middle .text .message .caption {
    text-align: center;
    margin: -25px 0 10px 0;
  }
  .cta02 .wrapper .inner .middle .text .message .caption .cover {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    padding: 5px 35px 5px 35px;
    z-index: 3;
  }
  .cta02 .wrapper .inner .middle .text .message .caption .cover:before, .cta02 .wrapper .inner .middle .text .message .caption .cover:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta02 .wrapper .inner .middle .text .message .caption .cover:before {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta02 .wrapper .inner .middle .text .message .caption .cover:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta02 .wrapper .inner .middle .text .message:before {
    display: none;
  }
  .cta02 .wrapper .inner .middle .text .message .main {
    font-size: 18px;
  }
  .cta02 .wrapper .inner .box-wrapper {
    display: block;
    margin: 30px 5% 50px 5%;
  }
  .cta02 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 15px auto 0;
    background: #fff;
    padding: 25px 25px 25px 25px;
  }
  .cta02 .wrapper .inner .box-wrapper .box:nth-child(3) {
    margin: 15px auto 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box h4 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .cta02 .wrapper .inner .box-wrapper .box ul li {
    list-style-type: none;
    color: #3fa5d9;
    letter-spacing: -1px;
    font-size: 17px;
    padding: 5px 0 5px 25px;
    background: url(../images/cta02-icon-check.svg) no-repeat 0 10px;
    background-size: 20px 20px;
  }
  .cta02 .wrapper .inner .bottom {
    display: block;
    padding: 0 3.5% 0 3.5%;
    /* .cta02 .inner .box-wrapper .box closed */
  }
  .cta02 .wrapper .inner .bottom .block {
    width: 100%;
    /* .cta02 .inner .box-wrapper .box .button closed */
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(1) {
    margin: 20px 0% 0 0;
  }
  .cta02 .wrapper .inner .bottom .block:nth-child(2) {
    margin: 20px 0% 0 0;
  }
  .cta02 .wrapper .inner .bottom .block .caption {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .cta02 .wrapper .inner .bottom .block .caption span {
    padding: 0 3px 0 3px;
  }
  .cta02 .wrapper .inner .bottom .block .caption:before, .cta02 .wrapper .inner .bottom .block .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta02 .wrapper .inner .bottom .block .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta02 .wrapper .inner .bottom .block .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta02 .wrapper .inner .bottom .block .button a {
    display: block;
    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;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta02 .wrapper .inner .bottom .block .button a span {
    padding: 0 0 0 10px;
  }
  .cta02 .wrapper .inner .bottom .block .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta02 closed */
}

/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */