@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-only {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

h1.pc-version {
  display: block !important;
}

h1.sp-version {
  display: none !important;
}

/*============================================
    ― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 767px) {
  .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;
  }
  .sp-only {
    display: inline;
  }
  h1.pc-version {
    display: none !important;
  }
  h1.sp-version {
    display: block !important;
  }
}
body {
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Murecho";
}

.global {
  position: relative;
}
.global.title {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #1345ce 0%, #0b8593 100%);
  padding: 40px 0 80px 0;
}
.global.title .triangle {
  position: absolute;
  top: 10px;
  width: 400px;
  height: calc(100% - 20px);
  background: #fff;
  opacity: 0.15;
}
.global.title .triangle.left-top {
  left: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.global.title .triangle.right-top {
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.global.title .text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.global.title .text .en {
  text-align: center;
  padding: 0 0 10px 0;
}
.global.title .text .en p {
  font-family: "Antonio";
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(90deg, #829de7 0%, #62b5be 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 5px;
  font-size: 24px;
}
.global.title .text h3.type01 .catch {
  position: relative;
  font-size: 26px;
}
.global.title .text h3.type02 .catch {
  display: inline-block;
  border: solid 3px #fff;
  border-radius: 100px;
  padding: 3px 35px 3px 35px;
  font-size: 26px;
}
.global.title .text h3.type03 .line {
  text-align: center;
  margin: 5px 0 0 0;
}
.global.title .text h3.type03 .line .catch {
  position: relative;
  display: inline-block;
  font-size: 26px;
}
.global.title .text h3.type03 .line .catch:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  opacity: 0.6;
}
.global.title .text h2.type01 .catch {
  font-size: 42px;
}
.global.title .text h2.type01 .catch .en {
  font-family: "Antonio";
}
.global.title .text h2.type01 .catch .big {
  font-size: 1.2em;
}
.global.title .text h2.type02 .line .catch {
  position: relative;
  display: inline-block;
  font-size: 42px;
}
.global.title .text h2.type02 .line .catch:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  opacity: 0.6;
}
.global.title .text h2.type02 .line .catch .en {
  font-family: "Antonio";
}
.global.title .text h2.type02 .line .catch .big {
  font-size: 1.2em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .global {
    position: relative;
  }
  .global.title {
    padding: 40px 0 80px 0;
  }
  .global.title .triangle {
    top: 10px;
    width: 30%;
    height: calc(100% - 20px);
    opacity: 0.25;
  }
  .global.title .triangle.left-top {
    left: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .global.title .triangle.right-top {
    right: 10px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .global.title .text h3.type01 .catch {
    position: relative;
    font-size: 24px;
  }
  .global.title .text h3.type02 .catch {
    border-radius: 100px;
    padding: 3px 35px 3px 35px;
    font-size: 24px;
  }
  .global.title .text h3.type03 .line {
    margin: 5px 0 0 0;
  }
  .global.title .text h3.type03 .line .catch {
    font-size: 24px;
  }
  .global.title .text h3.type03 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type01 .catch {
    font-size: 38px;
  }
  .global.title .text h2.type01 .catch .big {
    font-size: 1.2em;
  }
  .global.title .text h2.type02 .line .catch {
    font-size: 38px;
  }
  .global.title .text h2.type02 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type02 .line .catch .big {
    font-size: 1.2em;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global {
    position: relative;
    overflow: hidden;
  }
  .global.title {
    padding: 40px 0 80px 0;
  }
  .global.title .triangle {
    top: 10px;
    width: 25%;
    height: calc(100% - 20px);
    opacity: 0.25;
  }
  .global.title .triangle.left-top {
    left: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .global.title .triangle.right-top {
    right: 10px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .global.title .text h3.type01 .catch {
    position: relative;
    font-size: 24px;
  }
  .global.title .text h3.type02 .catch {
    border-radius: 100px;
    padding: 3px 35px 3px 35px;
    font-size: 24px;
  }
  .global.title .text h3.type03 .line {
    margin: 5px 0 0 0;
  }
  .global.title .text h3.type03 .line .catch {
    font-size: 24px;
  }
  .global.title .text h3.type03 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type01 .catch {
    font-size: 38px;
  }
  .global.title .text h2.type01 .catch .big {
    font-size: 1.2em;
  }
  .global.title .text h2.type02 .line .catch {
    font-size: 38px;
  }
  .global.title .text h2.type02 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type02 .line .catch .big {
    font-size: 1.2em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .global {
    position: relative;
  }
  .global.title {
    padding: 40px 0 80px 0;
  }
  .global.title .triangle {
    top: 10px;
    width: 15%;
    height: 25%;
    opacity: 0.25;
  }
  .global.title .triangle.left-top {
    left: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .global.title .triangle.right-top {
    right: 10px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .global.title .text h3.type01 .catch {
    position: relative;
    font-size: 4.75vw;
  }
  .global.title .text h3.type02 .catch {
    border-radius: 100px;
    padding: 3px 35px 3px 35px;
    font-size: 4.75vw;
  }
  .global.title .text h3.type03 .line {
    margin: 5px 0 0 0;
  }
  .global.title .text h3.type03 .line .catch {
    font-size: 4.75vw;
  }
  .global.title .text h3.type03 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type01 .catch {
    font-size: 8vw;
  }
  .global.title .text h2.type01 .catch .big {
    font-size: 1.2em;
  }
  .global.title .text h2.type02 .line .catch {
    font-size: 8vw;
  }
  .global.title .text h2.type02 .line .catch:before {
    bottom: 5px;
    height: 6px;
    opacity: 0.6;
  }
  .global.title .text h2.type02 .line .catch .big {
    font-size: 1.2em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BASIC-FADE-SLIDE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.basic-fade-slide {
  position: relative;
}
.basic-fade-slide li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.basic-fade-slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
@font-face {
  font-family: "Murecho";
  src: url("../webfonts/Murecho-Regular-Subset.woff2") format("woff2"), url("../webfonts/Murecho-Regular-Subset.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Murecho";
  src: url("../webfonts/Murecho-Medium-Subset.woff2") format("woff2"), url("../webfonts/Murecho-Medium-Subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Murecho";
  src: url("../webfonts/Murecho-SemiBold-Subset.woff2") format("woff2"), url("../webfonts/Murecho-SemiBold-Subset.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-Regular.woff2") format("woff2"), url("../webfonts/Antonio-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-Medium.woff2") format("woff2"), url("../webfonts/Antonio-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../webfonts/Jost-Regular.woff2") format("woff2"), url("../webfonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../webfonts/Jost-SemiBold.woff2") format("woff2"), url("../webfonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../webfonts/Caveat-Regular.woff2") format("woff2"), url("../webfonts/Caveat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger-menu .container .hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 10001;
  right: 0;
  top: 0;
  appearance: none;
  border: 0;
  padding: 5px 0px 5px 0px;
  margin: 0;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  cursor: pointer;
}
.hamburger-menu .container .hamburger .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto 0;
}
.hamburger-menu .container .hamburger .icon .menu,
.hamburger-menu .container .hamburger .icon .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu .container .hamburger .icon .menu {
  transition: all 0.5s;
}
.hamburger-menu .container .hamburger .icon .close {
  transition: all 0.5s;
  opacity: 0;
}
.hamburger-menu .container .hamburger .phrase {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0px 0 0 0;
}
.hamburger-menu .container .hamburger .phrase .menu,
.hamburger-menu .container .hamburger .phrase .close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Antonio";
  letter-spacing: 2px;
  font-size: 15px;
}
.hamburger-menu .container .hamburger .phrase .menu {
  transition: all 0.5s;
}
.hamburger-menu .container .hamburger .phrase .close {
  transition: all 0.5s;
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .icon .menu {
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .icon .close {
  opacity: 1;
}
.hamburger-menu .container .hamburger.open .phrase .menu {
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .phrase .close {
  opacity: 1;
}
.hamburger-menu .container .nav {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, rgb(219, 242, 255) 0px, transparent 50%), radial-gradient(at 80% 50%, rgb(240, 249, 255) 0px, transparent 50%), radial-gradient(at 80% 100%, rgb(235, 241, 255) 0px, transparent 50%), radial-gradient(at 0% 0%, rgb(235, 253, 255) 0px, transparent 50%);
  padding: 50px 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.hamburger-menu .container .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1000px;
  padding: 50px 50px 50px 50px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.hamburger-menu .container .nav ul li {
  width: 33.3333333333%;
  line-height: 1.25;
  text-align: center;
  padding: 20px 15px 20px 15px;
}
.hamburger-menu .container .nav ul li a {
  font-weight: 600;
  display: block;
  color: #fff;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 22px;
}
.hamburger-menu .container .nav ul li a:before {
  content: "»";
  font-size: 0.7em;
  color: #3b6bec;
}
.hamburger-menu .container .nav.open {
  right: 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hamburger-menu .container .hamburger {
    width: 80px;
    height: 80px;
    padding: 5px 0px 5px 0px;
    margin: 0;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 20px;
    margin: 0px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 1000px;
    padding: 50px 50px 50px 50px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .nav ul li {
    width: 33.3333333333%;
    line-height: 1.25;
    padding: 20px 15px 20px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburger-menu .container .hamburger {
    width: 80px;
    height: 80px;
    padding: 5px 0px 5px 0px;
    margin: 0;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 20px;
    margin: 0px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 100%;
    padding: 50px 50px 50px 50px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .nav ul li {
    width: 50%;
    line-height: 1.25;
    padding: 20px 15px 20px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger-menu .container .hamburger {
    width: 16.5vw;
    height: 16.5vw;
    padding: 5px 0px 5px 0px;
    margin: 0;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 8vw;
    height: 8vw;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 20px;
    margin: 0px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 1px;
    font-size: 3.25vw;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 100%;
    padding: 0px 50px 0px 50px;
    margin: 0 auto 0;
    display: block;
  }
  .hamburger-menu .container .nav ul li {
    width: 100%;
    line-height: 1.25;
    padding: 8px 15px 8px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 4vw;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.header03 {
  overflow: hidden;
  position: relative;
  background: url(../images/header03-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.header03 .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: absolute;
  z-index: 5;
  right: 50px;
  bottom: 50px;
  background: rgba(11, 11, 79, 0.8);
  width: 220px;
  height: 220px;
}
.header03 .logo img {
  width: 62.5%;
  height: auto;
}
.header03 .back {
  position: absolute;
  z-index: 4;
  line-height: 1.1;
}
.header03 .back p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Antonio";
  font-weight: 400;
  opacity: 0.25;
  letter-spacing: 6px;
  font-size: 120px;
}
.header03 .back.top {
  left: 0;
  top: -5px;
}
.header03 .back.bottom {
  right: 0;
  bottom: -5px;
}
.header03 .triangle {
  position: absolute;
  z-index: 2;
  line-height: 0;
  opacity: 0.2;
  transform: scale(1.25, 0.35);
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  opacity: 0.2;
  width: 600px;
  height: 180px;
}
.header03 .triangle.left-top {
  left: 0;
  top: 0;
  transform-origin: left top;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.header03 .triangle.left-bottom {
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.header03 .visual {
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
}
.header03 .visual .thumb {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  width: 100%;
  height: 100%;
}
.header03 .visual .thumb li img {
  border-radius: 0%;
}
.header03 .container {
  position: relative;
  overflow: hidden;
  z-index: 4;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  height: 89vh;
}
.header03 .container .text {
  padding: 0px 0 0 5%;
}
.header03 .container .text h2 {
  line-height: 1.3;
}
.header03 .container .text h2 .line {
  display: inline-block;
  position: relative;
  background: #fff;
  color: #fff;
  padding: 10px 25px 10px 25px;
}
.header03 .container .text h2 .line::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.header03 .container .text h2 .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #0b8593 0%, #1345ce 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}
.header03 .container .text .mark {
  margin: 10px 0 0 0;
}
.header03 .container .text .mark p {
  transform: skew(-15deg);
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  border: solid 3px #fff;
  display: inline-block;
  color: #fff;
  padding: 0 50px 0 50px;
  font-size: 34px;
}
.header03 .container .text .mark p span {
  display: inline-block;
  transform: skew(15deg);
}
.header03 .container .text h1 {
  line-height: 1.4;
  margin: 5px 0 0 0;
  font-weight: 500;
}
.header03 .container .text h1 .line {
  margin: 10px 0 0 0;
}
.header03 .container .text h1 .line .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 52px;
  padding: 3px 30px 3px 30px;
}
.header03 .container .text h1 .line .catch::before, .header03 .container .text h1 .line .catch::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.header03 .container .text h1 .line .catch::before {
  top: 4px;
}
.header03 .container .text h1 .line .catch::after {
  bottom: 4px;
}
.header03 .container .text h1 .line:nth-child(1) {
  margin: 10px 0 0 0;
}
.header03 .container .text .sentence {
  line-height: 1.65;
  margin: 25px 0 0 20px;
}
.header03 .container .text .sentence P {
  color: #0d2c83;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 25px;
}
.header03 .container .text .sentence P .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header03 .container .text .button {
  width: 500px;
  font-weight: 700;
  border-radius: 100px;
  margin: 40px 0 0 0;
  padding: 1px 0 0 0;
}
.header03 .container .text .button a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0 0px 0;
}
.header03 .container .text .button a .top {
  text-align: center;
  margin: -10px 0 0 0;
}
.header03 .container .text .button a .top .catch {
  padding: 5px 25px 5px 25px;
  position: relative;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  background: #fff;
  margin: 0px 0 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header03 .container .text .button a .top .catch:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 25px solid transparent;
  border-top: 40px solid #fff;
}
.header03 .container .text .button a .top .catch p {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 1px;
}
.header03 .container .text .button a .top .catch p .small {
  font-size: 0.8em;
}
.header03 .container .text .button a .bottom {
  margin: 4px 0 0 0;
  padding: 0px 30px 15px 30px;
}
.header03 .container .text .button.consul {
  background: linear-gradient(90deg, #f76002 0%, #ffb300 100%);
  border-bottom: solid 8px #dc350c;
  color: #e86103;
}
.header03 .container .text .button.consul a .top .catch p {
  color: #e86103;
}
.header03 .container .text .button.consul a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header03 .container .text .button.consul a .bottom .icon {
  line-height: 0;
  width: 40px;
}
.header03 .container .text .button.consul a .bottom .icon img {
  width: 100%;
  height: auto;
}
.header03 .container .text .button.consul a .bottom .catch {
  padding: 0 0px 0 0px;
  font-size: 22px;
}
.header03 .container .text .button.consul a .bottom .arrow {
  line-height: 0;
  width: 30px;
}
.header03 .container .text .button.consul a .bottom .arrow img {
  width: 100%;
  height: auto;
}

/* ボタングループのスタイル（3つのボタン用） */
.button_consul_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  max-width: 1020px;
}

/* 1つ目と2つ目のボタンは横並び、同じ高さ */
.button.consul, .button.consul2 {
  flex: 1;
  min-width: 240px;
  display: flex;
}

/* 1つ目のボタンの高さを他と揃える */
.button.consul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* 2つ目のボタン（無料体験・個別相談）*/
.button.consul2 {
  display: flex;
}

.button.consul2 a.bc2_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 20px;
  border-bottom: solid 6px #3465e5;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Murecho";
  padding: 25px 30px !important;
  background: linear-gradient(90deg, #1ba3eb, #85d81f);
  text-decoration: none;
}

.button.consul2 a.bc2_wrap svg {
  width: 1.5rem;
  margin-right: 0.5rem;
}

/* 3つ目のボタン（導入事例）- 下段に配置、左詰め */
.button.consul3 {
  flex-basis: 100%;
  text-align: left;
  margin-top: 10px !important;
}

.button.consul3 a.bc3_wrap {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  border-radius: 30px !important;
  font-size: 18px;
  border-bottom: solid 4px #764ba2;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Murecho";
  padding: 12px 24px !important;
  text-decoration: none;
}

.button.consul3 a.bc3_wrap svg {
  width: 1.2rem;
  margin-right: 0.5rem;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header03 .logo {
    right: 50px;
    bottom: 50px;
    width: 160px;
    height: 160px;
  }
  .header03 .logo img {
    width: 62.5%;
    height: auto;
  }
  .header03 .back p {
    opacity: 0.25;
    letter-spacing: 5px;
    font-size: 100px;
  }
  .header03 .back.top {
    left: 0;
    top: -5px;
  }
  .header03 .back.bottom {
    right: 0;
    bottom: -5px;
  }
  .header03 .triangle {
    width: 500px;
    height: 180px;
  }
  .header03 .triangle.left-top {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .header03 .triangle.left-bottom {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .header03 .visual {
    width: 70%;
  }
  .header03 .visual .thumb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  }
  .header03 .visual .thumb li img {
    border-radius: 0%;
  }
  .header03 .container {
    height: 89vh;
  }
  .header03 .container .text {
    padding: 0px 0 0 5%;
  }
  .header03 .container .text h2 {
    line-height: 1.3;
  }
  .header03 .container .text h2 .line {
    padding: 10px 25px 10px 25px;
  }
  .header03 .container .text h2 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .header03 .container .text h2 .line .catch {
    font-size: 21px;
  }
  .header03 .container .text .mark {
    margin: 10px 0 0 0;
  }
  .header03 .container .text .mark p {
    padding: 0 50px 0 50px;
    font-size: 30px;
  }
  .header03 .container .text .mark p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .header03 .container .text h1 {
    line-height: 1.4;
    margin: 5px 0 0 0;
  }
  .header03 .container .text h1 .line {
    margin: 10px 0 0 0;
  }
  .header03 .container .text h1 .line .catch {
    letter-spacing: 1px;
    font-size: 38px;
    padding: 7px 25px 7px 25px;
  }
  .header03 .container .text h1 .line .catch::before, .header03 .container .text h1 .line .catch::after {
    width: 100%;
    height: 2px;
  }
  .header03 .container .text h1 .line .catch::before {
    top: 4px;
  }
  .header03 .container .text h1 .line .catch::after {
    bottom: 4px;
  }
  .header03 .container .text h1 .line:nth-child(1) {
    margin: 10px 0 0 0;
  }
  .header03 .container .text .sentence {
    line-height: 1.65;
    margin: 25px 0 0 20px;
  }
  .header03 .container .text .sentence P {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .header03 .container .text .sentence P .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header03 .container .text .button {
    width: 450px;
    margin: 40px 0 0 0;
    padding: 1px 0 0 0;
  }
  .header03 .container .text .button a {
    color: #fff;
    padding: 5px 0 20px 0;
  }
  .header03 .container .text .button a .top {
    margin: -10px 0 0 0;
  }
  .header03 .container .text .button a .top .catch {
    padding: 5px 25px 5px 25px;
  }
  .header03 .container .text .button a .top .catch:after {
    border-top: 40px solid #fff;
  }
  .header03 .container .text .button a .top .catch p {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .header03 .container .text .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .header03 .container .text .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 30px 15px 30px;
  }
  .header03 .container .text .button.consul a .top .catch p {
    color: #e86103;
  }
  .header03 .container .text .button.consul a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .header03 .container .text .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .header03 .container .text .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 20px;
  }
  .header03 .container .text .button.consul a .bottom .arrow {
    line-height: 0;
    width: 25px;
  }
  .header03 .container .text .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header03 .logo {
    right: 50px;
    bottom: 50px;
    width: 160px;
    height: 160px;
  }
  .header03 .logo img {
    width: 62.5%;
    height: auto;
  }
  .header03 .back p {
    opacity: 0.25;
    letter-spacing: 5px;
    font-size: 100px;
  }
  .header03 .back.top {
    left: 0;
    top: -5px;
  }
  .header03 .back.bottom {
    right: 0;
    bottom: -5px;
  }
  .header03 .triangle {
    width: 500px;
    height: 180px;
  }
  .header03 .triangle.left-top {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .header03 .triangle.left-bottom {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .header03 .visual {
    width: 70%;
  }
  .header03 .visual .thumb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  }
  .header03 .visual .thumb li img {
    border-radius: 0%;
  }
  .header03 .container {
    height: 89vh;
  }
  .header03 .container .text {
    padding: 0px 0 0 2.5%;
  }
  .header03 .container .text h2 {
    line-height: 1.3;
  }
  .header03 .container .text h2 .line {
    padding: 10px 25px 10px 25px;
  }
  .header03 .container .text h2 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .header03 .container .text h2 .line .catch {
    font-size: 21px;
  }
  .header03 .container .text .mark {
    margin: 10px 0 0 0;
  }
  .header03 .container .text .mark p {
    padding: 0 50px 0 50px;
    font-size: 30px;
  }
  .header03 .container .text .mark p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .header03 .container .text h1 {
    line-height: 1.4;
    margin: 5px 0 0 0;
  }
  .header03 .container .text h1 .line {
    margin: 10px 0 0 0;
  }
  .header03 .container .text h1 .line .catch {
    letter-spacing: 2px;
    font-size: 35px;
    padding: 3px 25px 3px 25px;
  }
  .header03 .container .text h1 .line .catch::before, .header03 .container .text h1 .line .catch::after {
    width: 100%;
    height: 2px;
  }
  .header03 .container .text h1 .line .catch::before {
    top: 4px;
  }
  .header03 .container .text h1 .line .catch::after {
    bottom: 4px;
  }
  .header03 .container .text h1 .line:nth-child(1) {
    margin: 10px 0 0 0;
  }
  .header03 .container .text .sentence {
    line-height: 1.65;
    margin: 25px 0 0 20px;
  }
  .header03 .container .text .sentence P {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .header03 .container .text .sentence P .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header03 .container .text .button {
    width: 420px;
    margin: 40px 0 0 0;
    padding: 1px 0 0 0;
  }
  .header03 .container .text .button a {
    padding: 5px 0 20px 0;
  }
  .header03 .container .text .button a .top {
    margin: -10px 0 0 0;
  }
  .header03 .container .text .button a .top .catch {
    padding: 5px 25px 5px 25px;
  }
  .header03 .container .text .button a .top .catch:after {
    border-top: 40px solid #fff;
  }
  .header03 .container .text .button a .top .catch p {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .header03 .container .text .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .header03 .container .text .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 30px 15px 30px;
  }
  .header03 .container .text .button.consul a .top .catch p {
    color: #e86103;
  }
  .header03 .container .text .button.consul a .bottom .icon {
    line-height: 0;
    width: 30px;
  }
  .header03 .container .text .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .header03 .container .text .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 20px;
  }
  .header03 .container .text .button.consul a .bottom .arrow {
    line-height: 0;
    width: 25px;
  }
  .header03 .container .text .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header03 .logo {
    right: 20px;
    bottom: 20px;
    width: 25vw;
    height: 25vw;
    display: none;
  }
  .header03 .logo img {
    width: 62.5%;
    height: auto;
  }
  .header03 .back p {
    opacity: 0.25;
    letter-spacing: 5px;
    font-size: 14vw;
  }
  .header03 .back.top {
    left: 0;
    top: -5px;
  }
  .header03 .back.bottom {
    right: 0;
    bottom: -5px;
  }
  .header03 .triangle {
    width: 100vw;
    height: 180px;
  }
  .header03 .triangle.left-top {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .header03 .triangle.left-bottom {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .header03 .visual {
    width: 100%;
    height: 360px;
    position: relative;
  }
  .header03 .visual .thumb {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
  .header03 .visual .thumb li img {
    border-radius: 0%;
  }
  .header03 .container {
    height: auto;
    margin: -60px 0 0 0;
    justify-content: center;
  }
  .header03 .container .text {
    padding: 0px 0 40px 0%;
  }
  .header03 .container .text h2 {
    line-height: 1.3;
    margin: 0 0 0 2%;
  }
  .header03 .container .text h2 .line {
    padding: 10px 25px 10px 25px;
  }
  .header03 .container .text h2 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .header03 .container .text h2 .line .catch {
    font-size: 21px;
  }
  .header03 .container .text .mark {
    margin: 10px 0 0 2%;
  }
  .header03 .container .text .mark p {
    padding: 0 50px 0 50px;
    font-size: 5.5vw;
  }
  .header03 .container .text .mark p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .header03 .container .text h1 {
    line-height: 1.4;
    margin: 5px 0 0 0;
  }
  .header03 .container .text h1 .line {
    margin: 10px 0 0 0;
  }
  .header03 .container .text h1 .line .catch {
    letter-spacing: 0px;
    font-size: 6vw;
    padding: 8px 15px 8px 15px;
  }
  .header03 .container .text h1 .line .catch::before, .header03 .container .text h1 .line .catch::after {
    width: 100%;
    height: 2px;
  }
  .header03 .container .text h1 .line .catch::before {
    top: 4px;
  }
  .header03 .container .text h1 .line .catch::after {
    bottom: 4px;
  }
  .header03 .container .text h1 .line:nth-child(1) {
    margin: 10px 0 0 0;
  }
  .header03 .container .text .sentence {
    line-height: 1.65;
    margin: 25px 0 0 20px;
  }
  .header03 .container .text .sentence P {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .header03 .container .text .sentence P .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header03 .container .text .button {
    width: 90%;
    margin: 30px auto 0;
    padding: 1px 0 0 0;
  }
  .header03 .container .text .button a {
    padding: 5px 0 20px 0;
  }
  .header03 .container .text .button a .top {
    margin: -10px 0 0 0;
  }
  .header03 .container .text .button a .top .catch {
    padding: 5px 25px 5px 25px;
  }
  .header03 .container .text .button a .top .catch:after {
    border-top: 40px solid #fff;
  }
  .header03 .container .text .button a .top .catch p {
    font-size: 4vw;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .header03 .container .text .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .header03 .container .text .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 30px 15px 30px;
  }
  .header03 .container .text .button.consul a .top .catch p {
    color: #e86103;
  }
  .header03 .container .text .button.consul a .bottom .icon {
    line-height: 0;
    width: 6vw;
  }
  .header03 .container .text .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .header03 .container .text .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 4.75vw;
  }
  .header03 .container .text .button.consul a .bottom .arrow {
    line-height: 0;
    width: 6vw;
  }
  .header03 .container .text .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  /* ボタン基本SPスタイル */
  .header03 .container .text .button {
    width: 90%;
    margin: 10px auto 0;
    padding: 1px 0 0 0;
  }
  /* ボタングループ SPスタイル */
  .button_consul_wrap {
    flex-direction: column;
    gap: 0;
    padding: 0 15px;
    margin-top: 30px;
    max-width: 100%;
  }
  .button_consul_wrap .button {
    width: 100%;
    margin: 0 0 8px 0;
    float: none;
  }
  .button_consul_wrap .button:last-child {
    margin-bottom: 0;
    padding-top: 0;
  }
  .button.consul3 {
    margin-top: 0;
    flex-basis: auto;
  }
  /* 統一されたボタンスタイル */
  .button.consul a,
  .button.consul2 a.bc2_wrap,
  .button.consul3 a.bc3_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    padding: 16px 20px !important;
    margin: 0 !important;
    border-radius: 2rem !important;
    width: 100% !important;
    min-height: 52px !important;
    line-height: 1.2 !important;
    border-bottom-width: 4px !important;
  }
  /* 1つ目のボタン（資料ダウンロード）調整 */
  .button.consul a {
    background: linear-gradient(90deg, #f76002 0%, #ffb300 100%) !important;
    color: #fff !important;
    border-bottom: 4px solid #f76002 !important;
    text-decoration: none;
    flex-direction: column;
    padding: 14px 0px 0 !important;
  }
  .header03 .container .text .button a .top {
    margin: -40px 0 0 0;
  }
  .header03 .container .text .button a .top .catch p {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .button.consul .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
  }
  .header03 .container .text .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER-TO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.header-to {
  max-width: 1920px;
  padding: 40px 1.5% 50px 1.5%;
  margin: 0px auto 0;
  background: linear-gradient(135deg, rgba(64, 129, 203, 0.02) 0%, rgba(72, 193, 181, 0.02) 100%);
  border-radius: 20px;
}
.header-to .box-wrapper {
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.header-to .box-wrapper .box {
  background: #ffffff;
  box-shadow: rgba(255, 248, 190, 0.15) 0px 5px 15px, 5px 5px 0 0 #dbe7ff;
  width: 32.3333333333%;
  margin: 0 1.5% 0 0;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header-to .box-wrapper .box::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.header-to .box-wrapper .box:nth-child(3n) {
  margin: 0 0% 0 0;
}
.header-to .box-wrapper .box .icon {
  width: 85px;
  padding: 0 0 0 0;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 3;
  line-height: 0;
}
.header-to .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.header-to .box-wrapper .box .text {
  position: relative;
  z-index: 3;
  font-style: normal;
  width: calc(100% - 100px);
  border-left: solid 2px #dbe7ff;
  padding: 0 0 0 15px;
  text-align: center;
}
.header-to .box-wrapper .box .text h3 {
  font-weight: 600;
}
.header-to .box-wrapper .box .text h3 .cover {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  letter-spacing: 1px;
  line-height: 1.25;
  padding: 3px 15px 5px 15px;
  font-size: 17px;
}
.header-to .box-wrapper .box .text p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin: 3px 0 0 0;
  font-size: 22px;
}
.header-to .box-wrapper .box .text p .red {
  color: #3b6bec;
}
.header-to .box-wrapper .box .text p .kome {
  font-size: 0.5em;
}
.header-to .explain {
  margin: 10px 0 0 0;
}
.header-to .explain .caption p {
  font-size: 16px;
  color: #343434;
  letter-spacing: 2px;
}
.header-to .badge-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.header-to .badge-item {
  flex: 1;
  min-width: 280px;
  background: linear-gradient(135deg, #fdfeff 0%, #f5faff 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(64, 129, 203, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.header-to .badge-item:nth-child(1) {
  background: linear-gradient(135deg, #fdfeff 0%, #f5f8ff 100%);
}
.header-to .badge-item:nth-child(2) {
  background: linear-gradient(135deg, #fdfeff 0%, #f5fff8 100%);
}
.header-to .badge-item:nth-child(3) {
  background: linear-gradient(135deg, #fdfeff 0%, #f5fcff 100%);
}
.header-to .badge-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #4081cb 0%, #48c1b5 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.header-to .badge-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(64, 129, 203, 0.15);
}
.header-to .badge-item .badge-content {
  background: transparent;
  position: relative;
  z-index: 1;
}
.header-to .badge-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 140px;
}
.header-to .badge-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(64, 129, 203, 0.1) 0%, rgba(72, 193, 181, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
.header-to .badge-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #4081cb 0%, #48c1b5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.header-to .badge-icon svg {
  width: 32px;
  height: 32px;
}
.header-to .badge-item:hover .badge-icon::after {
  opacity: 0.15;
}
.header-to .badge-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header-to .badge-label {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.5px;
  display: block;
}
.header-to .badge-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0px;
}
.header-to .badge-number {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #4081cb 0%, #48c1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  text-shadow: none;
}
.header-to .badge-percent {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #4081cb 0%, #48c1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: 2px;
}
.header-to .badge-up {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #48c1b5 0%, #4081cb 100%);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
.header-to .badge-unit {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(135deg, #4081cb 0%, #48c1b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: 4px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-to {
    max-width: 100%;
    padding: 30px 1% 30px 1%;
    margin: -30px auto 0;
  }
  .header-to .box-wrapper .box {
    width: 32.5%;
    margin: 0 0.8333333333% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 0 0% 0 0;
  }
  .header-to .box-wrapper .box .icon {
    width: 6.5vw;
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    position: relative;
    line-height: 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .icon::after {
    content: "";
    position: absolute;
    width: 92%;
    height: 92%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 6.5vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    padding: 3px 10px 3px 10px;
    font-size: 15px;
  }
  .header-to .box-wrapper .box .text p {
    margin: 5px 0 0 0;
    line-height: 1.35;
    font-size: 14px;
  }
  .header-to .box-wrapper .box .text p .pc-disblock {
    display: none;
  }
  .header-to .explain {
    margin: 10px 0 0 0;
  }
  .header-to .explain .caption p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .header-to .badge-wrapper {
    gap: 15px;
  }
  .header-to .badge-item {
    min-width: 240px;
  }
  .header-to .badge-content {
    padding: 25px 20px;
    min-height: 120px;
  }
  .header-to .badge-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  .header-to .badge-icon svg {
    width: 28px;
    height: 28px;
  }
  .header-to .badge-number {
    font-size: 42px;
  }
  .header-to .badge-percent {
    font-size: 24px;
  }
  .header-to .badge-unit {
    font-size: 20px;
  }
  .header-to .badge-label {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-to {
    max-width: 100%;
    padding: 30px 1% 40px 1%;
    margin: -30px auto 0;
  }
  .header-to .box-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-to .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 20px 0% 0 0;
  }
  .header-to .box-wrapper .box:nth-child(2) {
    margin: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    width: 90px;
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    position: relative;
    line-height: 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .icon::after {
    content: "";
    position: absolute;
    width: 92%;
    height: 92%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 90px - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    padding: 3px 10px 3px 10px;
    font-size: 15px;
  }
  .header-to .box-wrapper .box .text p {
    margin: 5px 0 0 0;
    line-height: 1.35;
    font-size: 16px;
  }
  .header-to .box-wrapper .box .text p .pc-disblock {
    display: none;
  }
  .header-to .explain {
    margin: 10px 0 0 0;
  }
  .header-to .explain .caption p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .header-to .badge-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .header-to .badge-item {
    min-width: 100%;
  }
  .header-to .badge-content {
    padding: 25px 20px;
    min-height: 110px;
  }
  .header-to .badge-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .header-to .badge-icon svg {
    width: 26px;
    height: 26px;
  }
  .header-to .badge-number {
    font-size: 38px;
  }
  .header-to .badge-percent {
    font-size: 22px;
  }
  .header-to .badge-unit {
    font-size: 18px;
  }
  .header-to .badge-label {
    font-size: 18px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .youtube-shorts-container {
    padding: 30px;
  }
  .header-to {
    max-width: 100%;
    padding: 30px 2% 30px 2%;
    margin: 0px auto 0;
  }
  .header-to .box-wrapper {
    display: block;
  }
  .header-to .box-wrapper .box {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 5px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    width: 16vw;
    height: 16vw;
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    position: relative;
    line-height: 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .icon::after {
    content: "";
    position: absolute;
    width: 92%;
    height: 92%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 16vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    display: inline-block;
    padding: 3px 5px 3px 5px;
    font-size: 4vw;
  }
  .header-to .box-wrapper .box .text p {
    margin: 5px 0 0 0;
    line-height: 1.35;
    font-size: 4.25vw;
  }
  .header-to .explain {
    margin: 10px 0 0 0;
  }
  .header-to .explain .caption p {
    font-size: 3.75vw;
    letter-spacing: 2px;
  }
  .header-to .badge-wrapper {
    flex-direction: row;
    gap: 8px;
  }
  .header-to .badge-item {
    min-width: 0;
    flex: 1;
  }
  .header-to .badge-content {
    padding: 20px 10px;
    min-height: 140px;
  }
  .header-to .badge-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .header-to .badge-icon svg {
    width: 24px;
    height: 24px;
  }
  .header-to .badge-label {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
  }
  .header-to .badge-info {
    gap: 8px;
  }
  .header-to .badge-number {
    font-size: 32px;
  }
  .header-to .badge-percent {
    font-size: 20px;
  }
  .header-to .badge-up {
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 2px;
  }
  .header-to .badge-unit {
    font-size: 16px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTENT-BASIC 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.content-basic {
  overflow: hidden;
}
.content-basic .splide {
  max-width: 1680px;
  padding: 50px 2% 40px 2%;
  margin: 0 auto 0;
}
.content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  cursor: pointer;
}
.content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  z-index: 200;
}
.content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
  position: relative;
}
.content-basic .splide .splide-wrapper .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
}
.content-basic .splide .splide-wrapper .splide__progress__bar {
  height: 3px;
  background: #ccc;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 RECOMMEND 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.recommend {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, rgb(219, 242, 255) 0px, transparent 50%), radial-gradient(at 80% 50%, rgb(240, 249, 255) 0px, transparent 50%), radial-gradient(at 80% 100%, rgb(235, 241, 255) 0px, transparent 50%), radial-gradient(at 0% 0%, rgb(235, 253, 255) 0px, transparent 50%);
  background-size: cover;
  overflow: hidden;
  padding: 50px 0 70px 0;
  /* ========================================
     新しいカードデザイン用CSS
  ======================================== */
  /* スライダーの矢印ボタンをフローティングメニューより上に、カードに重なるように */
  /* ページネーション（ドット）のスタイル */
}
.recommend .title h3 {
  text-align: center;
}
.recommend .title h3 .cover {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.recommend .title h3 .cover::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.recommend .title h3 .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 30px 5px 30px;
  font-size: 26px;
}
.recommend .title h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 15px 0 0 0;
}
.recommend .title h2 .border {
  position: relative;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  border-radius: 10px;
  width: 3px;
  height: 50px;
}
.recommend .title h2 .border::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  border-radius: 10px;
  width: 3px;
  height: 70px;
}
.recommend .title h2 .border.left {
  transform: rotate(-27.5deg);
}
.recommend .title h2 .border.left::before {
  left: 15px;
  transform: rotate(7.5deg);
}
.recommend .title h2 .border.right {
  transform: rotate(27.5deg);
}
.recommend .title h2 .border.right::before {
  right: 15px;
  transform: rotate(-7.5deg);
}
.recommend .title h2 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 35px 0 35px;
  letter-spacing: 4px;
  font-size: 50px;
}
.recommend .splide {
  max-width: 1680px;
  padding: 50px 80px 20px 80px;
  margin: 0 auto 0;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  pointer-events: none;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile .thumb {
  width: 100px;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/mask02.svg"); /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/mask02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile .text {
  width: calc(100% - 100px);
  padding: 0 0 0 20px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile .text h3 {
  color: #0d2c83;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile .text h3 .sub {
  font-size: 17px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .profile .text h3 .main {
  font-size: 24px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .detail {
  margin: 20px 0 0 0;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .detail h4 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .detail .sentence {
  margin: 10px 0 0 0;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .detail .sentence p {
  color: #0d1b42;
  line-height: 1.8;
  font-weight: 600;
  font-size: 15px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
  position: relative;
}
.recommend .explain {
  max-width: 1480px;
  margin: 0 auto 0;
}
.recommend .explain .sentence {
  text-align: center;
}
.recommend .explain .sentence p {
  color: #fff;
  line-height: 2;
  font-size: 20px;
}
.recommend .splide__arrow {
  z-index: 100 !important;
  background: linear-gradient(90deg, #4081cb 0%, #48c1b5 100%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  opacity: 0.95 !important;
  box-shadow: 0 4px 12px rgba(64, 129, 203, 0.3) !important;
  transition: all 0.3s ease !important;
  transform: scale(1) !important;
  top: 50% !important;
}
.recommend .splide__arrow:hover {
  opacity: 1 !important;
  transform: scale(1.05) !important;
  box-shadow: 0 5px 15px rgba(64, 129, 203, 0.4) !important;
  top: 50% !important;
}
.recommend .splide__arrow svg {
  fill: #fff !important;
}
.recommend .splide__arrow--prev {
  left: 4% !important;
}
.recommend .splide__arrow--next {
  right: 4% !important;
}
.recommend .splide__pagination__page {
  background: #d0d0d0 !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
}
.recommend .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #4081cb 0%, #48c1b5 100%) !important;
  opacity: 1 !important;
  transform: scale(1.3) !important;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide:hover .card-thumbnail img {
  transform: scale(1.05);
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-customer {
  color: #0d2c83;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta .location {
  display: inline-block;
  padding: 4px 12px;
  background: #0d2c83;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta .facility-type {
  color: #0d2c83;
  font-size: 14px;
  font-weight: 600;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-title {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description {
  flex: 1;
  margin-bottom: 20px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description p {
  color: #0d1b42;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link {
  margin-top: auto;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(90deg, #4081cb 0%, #48c1b5 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(64, 129, 203, 0.3);
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 129, 203, 0.4);
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link a svg {
  transition: transform 0.3s ease;
}
.recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link a:hover svg {
  transform: translateX(4px);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .recommend {
    padding: 25px 0 70px 0;
    /* 新しいカードデザイン用CSS (1024px～1280px) */
  }
  .recommend .title h3 .cover .catch {
    padding: 5px 30px 5px 30px;
    font-size: 22px;
  }
  .recommend .title h2 {
    margin: 15px 0 0 0;
  }
  .recommend .title h2 .border {
    border-radius: 10px;
    width: 3px;
    height: 50px;
  }
  .recommend .title h2 .border::before {
    border-radius: 10px;
    width: 3px;
    height: 70px;
  }
  .recommend .title h2 .border.left {
    transform: rotate(-27.5deg);
  }
  .recommend .title h2 .border.left::before {
    left: 15px;
    transform: rotate(7.5deg);
  }
  .recommend .title h2 .border.right {
    transform: rotate(27.5deg);
  }
  .recommend .title h2 .border.right::before {
    right: 15px;
    transform: rotate(-7.5deg);
  }
  .recommend .title h2 .catch {
    padding: 0 35px 0 35px;
    letter-spacing: 4px;
    font-size: 40px;
  }
  .recommend .content-basic .splide {
    max-width: 100%;
    padding: 24px 0% 20px 0%;
    margin: 0 auto 0;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 30px 20px 30px 25px;
    cursor: pointer;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 90px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase p {
    line-height: 1.8;
    font-size: 17px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .recommend .explain {
    max-width: 1480px;
    margin: 0 auto 0;
  }
  .recommend .explain .sentence {
    text-align: center;
  }
  .recommend .explain .sentence p {
    line-height: 2;
    font-size: 20px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail {
    aspect-ratio: 16/9;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-customer {
    font-size: 20px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-title {
    font-size: 17px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description p {
    font-size: 14px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .recommend {
    padding: 25px 0 70px 0;
    /* 新しいカードデザイン用CSS (タブレット) */
  }
  .recommend .title h3 .cover .catch {
    padding: 5px 30px 5px 30px;
    font-size: 22px;
  }
  .recommend .title h2 {
    margin: 15px 0 0 0;
  }
  .recommend .title h2 .border {
    border-radius: 10px;
    width: 3px;
    height: 50px;
  }
  .recommend .title h2 .border::before {
    border-radius: 10px;
    width: 3px;
    height: 70px;
  }
  .recommend .title h2 .border.left {
    transform: rotate(-27.5deg);
  }
  .recommend .title h2 .border.left::before {
    left: 15px;
    transform: rotate(7.5deg);
  }
  .recommend .title h2 .border.right {
    transform: rotate(27.5deg);
  }
  .recommend .title h2 .border.right::before {
    right: 15px;
    transform: rotate(-7.5deg);
  }
  .recommend .title h2 .catch {
    padding: 0 35px 0 35px;
    letter-spacing: 4px;
    font-size: 40px;
  }
  .recommend .content-basic .splide {
    max-width: 100%;
    padding: 24px 0% 20px 0%;
    margin: 0 auto 0;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 30px 20px 30px 25px;
    cursor: pointer;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 90px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase p {
    line-height: 1.8;
    font-size: 17px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .recommend .explain {
    max-width: 1480px;
    margin: 0 auto 0;
  }
  .recommend .explain .sentence {
    text-align: center;
  }
  .recommend .explain .sentence p {
    line-height: 2;
    font-size: 20px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail {
    aspect-ratio: 16/9;
    margin-bottom: 18px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-customer {
    font-size: 19px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-title {
    font-size: 16px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description p {
    font-size: 14px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .recommend {
    padding: 25px 0 70px 0;
    /* 新しいカードデザイン用CSS (スマホ) */
  }
  .recommend .title h3 .cover .catch {
    padding: 5px 30px 5px 30px;
    font-size: 4.5vw;
  }
  .recommend .title h2 {
    margin: 15px 0 0 0;
  }
  .recommend .title h2 .border {
    border-radius: 10px;
    width: 2px;
    height: 20px;
  }
  .recommend .title h2 .border::before {
    border-radius: 10px;
    width: 2px;
    height: 35px;
  }
  .recommend .title h2 .border.left {
    transform: rotate(-27.5deg);
  }
  .recommend .title h2 .border.left::before {
    left: 10px;
    transform: rotate(7.5deg);
  }
  .recommend .title h2 .border.right {
    transform: rotate(27.5deg);
  }
  .recommend .title h2 .border.right::before {
    right: 10px;
    transform: rotate(-7.5deg);
  }
  .recommend .title h2 .catch {
    padding: 0 20px 0 20px;
    letter-spacing: 3px;
    font-size: 6.5vw;
  }
  .recommend .content-basic .splide {
    max-width: 100%;
    padding: 24px 0% 20px 0%;
    margin: 0 auto 0;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 30px 20px 30px 25px;
    cursor: pointer;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image: linear-gradient(90deg, #ffe5e7 0%, #fff8f9 45%, #ffe5d9 70%, #fff8f9 85%, #ffe5e7 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 80px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .phrase p {
    line-height: 1.8;
    font-size: 4vw;
  }
  .recommend .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .recommend .explain {
    max-width: 1480px;
    margin: 0 auto 0;
  }
  .recommend .explain .sentence {
    text-align: center;
  }
  .recommend .explain .sentence p {
    line-height: 2;
    font-size: 20px;
  }
  .recommend .splide {
    padding: 40px 10px 20px 10px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 30px;
  }
  .recommend .splide__arrow {
    width: 35px !important;
    height: 35px !important;
  }
  .recommend .splide__arrow--prev {
    left: 0 !important;
  }
  .recommend .splide__arrow--next {
    right: 0 !important;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-thumbnail {
    aspect-ratio: 16/9;
    margin-bottom: 15px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta .location {
    font-size: 12px;
    padding: 3px 10px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-meta .facility-type {
    font-size: 13px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-customer {
    font-size: 5vw;
    margin-bottom: 8px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-title {
    font-size: 4.2vw;
    margin-bottom: 12px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description {
    margin-bottom: 15px;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-description p {
    font-size: 3.8vw;
    line-height: 1.7;
  }
  .recommend .splide .splide-wrapper .splide__track .splide__list .splide__slide .card-link a {
    font-size: 14px;
    padding: 10px 20px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TARGETING 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.targeting {
  background: url(../images/targeting-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.targeting:before, .targeting:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.targeting:before {
  border-width: 150px 150px 0 0;
  border-color: #3379b7 transparent transparent transparent;
  top: 20px;
  left: 20px;
}
.targeting:after {
  border-width: 0 150px 150px 0;
  border-color: transparent #3379b7 transparent transparent;
  top: 20px;
  right: 20px;
}
.targeting .container {
  position: relative;
  z-index: 2;
}
.targeting .container:before, .targeting .container:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.targeting .container:before {
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #3379b7;
  bottom: 20px;
  left: 20px;
}
.targeting .container:after {
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #3379b7 transparent;
  bottom: 20px;
  right: 20px;
}
.targeting .container .title {
  width: 100%;
  padding: 50px 0 20px 0;
  overflow: hidden;
  color: #fff;
}
.targeting .container .title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.targeting .container .title .inner .thumb {
  width: 200px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 3;
}
.targeting .container .title .inner .thumb img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  border: solid 5px #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
}
.targeting .container .title .inner .text {
  padding: 0 20px 0 20px;
}
.targeting .container .title .inner .text h3 {
  text-align: center;
}
.targeting .container .title .inner .text h3 .catch {
  margin: 10px 0 0 0;
  font-size: 22px;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.targeting .container .title .inner .text .mark-wrapper {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 5px 0;
  margin: 10px 0 0 0;
}
.targeting .container .title .inner .text .mark-wrapper .mark {
  text-align: center;
  margin: 0 10px 0 0;
}
.targeting .container .title .inner .text .mark-wrapper .mark p {
  display: inline-block;
  color: #3b6bec;
  border: solid 3px #3b6bec;
  background: #fff;
  border-radius: 100px;
  font-size: 19px;
  letter-spacing: 2px;
  padding: 3px 20px 6px 20px;
}
.targeting .container .title .inner .text .mark-wrapper .plane {
  color: #3b6bec;
}
.targeting .container .title .inner .text h2 {
  text-align: center;
}
.targeting .container .title .inner .text h2 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0 0 0;
  font-size: 55px;
  line-height: 1.3;
  position: relative;
}
.targeting .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: 10px auto 0;
  padding: 0 2% 0px 2%;
}
.targeting .container .box-wrapper .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(214, 186, 218, 0.2) 1.95px 1.95px 2.6px, 0 0 0 2px #fff inset;
  border: solid 3px #fef4ff;
  border-radius: 100px;
  width: 49%;
  margin: 30px 2% 0 0;
}
.targeting .container .box-wrapper .box .inside {
  display: flex;
  align-items: center;
  width: calc(100% - 0px);
  padding: 20px 30px 20px 30px;
}
.targeting .container .box-wrapper .box .inside .icon {
  width: 30px;
  line-height: 0;
  margin: 0 0px 0 0;
  padding: 0 0px 0 0;
}
.targeting .container .box-wrapper .box .inside .icon img {
  width: 100%;
  height: auto;
}
.targeting .container .box-wrapper .box .inside .text {
  font-style: normal;
  width: calc(100% - 55px);
  color: #fdf1ff;
  padding: 0 0 0 15px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
}
.targeting .container .box-wrapper .box:nth-child(2n) {
  margin: 30px 0 0 0;
}
.targeting .container .explain {
  padding: 30px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.targeting .container .explain .thumb {
  width: 380px;
  position: relative;
}
.targeting .container .explain .text {
  margin: 0 0 0 30px;
  color: #3b6bec;
  text-align: center;
  font-weight: 600;
}
.targeting .container .explain .text .sub p {
  display: inline-block;
  color: #3b6bec;
  border: solid 3px #3b6bec;
  background: #fff;
  border-radius: 100px;
  font-size: 27px;
  letter-spacing: 2px;
  padding: 3px 20px 7px 20px;
}
.targeting .container .explain .text .main {
  margin: 10px 0 0 0;
}
.targeting .container .explain .text .main p {
  font-size: 45px;
}
.targeting .container .explain .text .main p .small {
  font-size: 0.8em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .targeting:before, .targeting:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .targeting:before {
    border-width: 120px 120px 0 0;
    top: 15px;
    left: 15px;
  }
  .targeting:after {
    border-width: 0 120px 120px 0;
    top: 15px;
    right: 15px;
  }
  .targeting .container {
    position: relative;
    z-index: 2;
  }
  .targeting .container:before {
    border-width: 120px 0 0 120px;
    bottom: 15px;
    left: 15px;
  }
  .targeting .container:after {
    border-width: 0 0 120px 120px;
    bottom: 15px;
    right: 15px;
  }
  .targeting .container .title {
    width: 100%;
    padding: 50px 0 20px 0;
  }
  .targeting .container .title .inner {
    line-height: 1;
  }
  .targeting .container .title .inner .thumb {
    width: 150px;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 3;
  }
  .targeting .container .title .inner .thumb img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    border: solid 5px #fff;
    box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  }
  .targeting .container .title .inner .text {
    padding: 0 20px 0 20px;
  }
  .targeting .container .title .inner .text h3 {
    text-align: center;
  }
  .targeting .container .title .inner .text h3 .catch {
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  .targeting .container .title .inner .text .mark-wrapper {
    padding: 5px 0 5px 0;
    margin: 10px 0 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark p {
    border-radius: 100px;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .title .inner .text h2 {
    text-align: center;
  }
  .targeting .container .title .inner .text h2 .catch {
    margin: 15px 0 0 0;
    font-size: 40px;
    line-height: 1.3;
    position: relative;
  }
  .targeting .container .box-wrapper {
    max-width: 97%;
    margin: 10px auto 0;
    padding: 0 0 30px 0;
  }
  .targeting .container .box-wrapper .box {
    border-radius: 100px;
    width: 48.5%;
    margin: 20px 3% 0 0;
  }
  .targeting .container .box-wrapper .box .inside {
    width: calc(100% - 0px);
    padding: 15px 25px 15px 25px;
  }
  .targeting .container .box-wrapper .box .inside .icon {
    width: 25px;
    line-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
  }
  .targeting .container .box-wrapper .box .inside .icon img {
    width: 100%;
    height: auto;
  }
  .targeting .container .box-wrapper .box .inside .text {
    width: calc(100% - 25px);
    padding: 0 0 0 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .targeting .container .box-wrapper .box:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .targeting .container .explain {
    padding: 10px 0 30px 0;
  }
  .targeting .container .explain .thumb {
    width: 220px;
    position: relative;
  }
  .targeting .container .explain .thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }
  .targeting .container .explain .text {
    margin: 0 0 0 30px;
  }
  .targeting .container .explain .text .sub p {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .explain .text .main p {
    font-size: 35px;
  }
  .targeting .container .explain .text .main p .small {
    font-size: 0.8em;
  }
  .targeting .container .triangle {
    width: 600px;
    margin: 0 auto 0;
  }
  .targeting .container .block-wrapper {
    max-width: 97%;
    margin: 10px auto 0;
    padding: 0px 0 30px 0;
  }
  .targeting .container .block-wrapper .block {
    border-radius: 100px;
    width: 48.5%;
    margin: 20px 3% 0 0;
  }
  .targeting .container .block-wrapper .block .inside {
    width: calc(100% - 0px);
    padding: 20px 30px 20px 30px;
  }
  .targeting .container .block-wrapper .block .inside .icon {
    width: 25px;
    line-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
  }
  .targeting .container .block-wrapper .block .inside .icon img {
    width: 100%;
    height: auto;
  }
  .targeting .container .block-wrapper .block .inside .text {
    font-style: normal;
    width: calc(100% - 25px);
    padding: 0 0 0 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .targeting .container .block-wrapper .block:nth-child(2n) {
    margin: 20px 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .targeting:before, .targeting:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .targeting:before {
    border-width: 100px 100px 0 0;
    top: 15px;
    left: 15px;
  }
  .targeting:after {
    border-width: 0 100px 100px 0;
    top: 15px;
    right: 15px;
  }
  .targeting .container:before {
    border-width: 100px 0 0 100px;
    bottom: 15px;
    left: 15px;
  }
  .targeting .container:after {
    border-width: 0 0 100px 100px;
    bottom: 15px;
    right: 15px;
  }
  .targeting .container .title {
    width: 100%;
    padding: 50px 0 20px 0;
  }
  .targeting .container .title .inner {
    line-height: 1;
  }
  .targeting .container .title .inner .thumb {
    width: 130px;
    padding: 0 0px 0 0;
    position: relative;
    z-index: 3;
  }
  .targeting .container .title .inner .thumb img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    border: solid 5px #fff;
  }
  .targeting .container .title .inner .text {
    padding: 0 15px 0 15px;
  }
  .targeting .container .title .inner .text h3 {
    text-align: center;
  }
  .targeting .container .title .inner .text h3 .catch {
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  .targeting .container .title .inner .text .mark-wrapper {
    padding: 5px 0 5px 0;
    margin: 10px 0 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark p {
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 3px 15px 3px 15px;
  }
  .targeting .container .title .inner .text .mark-wrapper .plane p {
    font-size: 15px;
  }
  .targeting .container .title .inner .text h2 {
    text-align: center;
  }
  .targeting .container .title .inner .text h2 .catch {
    margin: 15px 0 0 0;
    font-size: 34px;
    line-height: 1.3;
    position: relative;
  }
  .targeting .container .box-wrapper {
    max-width: 97%;
    margin: 10px auto 0;
    padding: 0 0 0px 0;
  }
  .targeting .container .box-wrapper .box {
    border-radius: 100px;
    width: 49%;
    margin: 20px 2% 0 0;
  }
  .targeting .container .box-wrapper .box .inside {
    width: calc(100% - 0px);
    padding: 15px 25px 15px 25px;
  }
  .targeting .container .box-wrapper .box .inside .icon {
    width: 25px;
    line-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
  }
  .targeting .container .box-wrapper .box .inside .icon img {
    width: 100%;
    height: auto;
  }
  .targeting .container .box-wrapper .box .inside .text {
    width: calc(100% - 25px);
    padding: 0 0 0 10px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .targeting .container .box-wrapper .box:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .targeting .container .explain {
    padding: 10px 0 40px 0;
  }
  .targeting .container .explain .thumb {
    width: 200px;
    position: relative;
  }
  .targeting .container .explain .thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }
  .targeting .container .explain .text {
    margin: 0 0 0 30px;
  }
  .targeting .container .explain .text .sub p {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .explain .text .main p {
    font-size: 37px;
  }
  .targeting .container .explain .text .main p .small {
    font-size: 0.8em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .targeting:before, .targeting:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .targeting:before {
    border-width: 20vw 20vw 0 0;
    top: 10px;
    left: 10px;
  }
  .targeting:after {
    border-width: 0 20vw 20vw 0;
    top: 10px;
    right: 10px;
  }
  .targeting .container:before {
    border-width: 20vw 0 0 20vw;
    bottom: 10px;
    left: 10px;
  }
  .targeting .container:after {
    border-width: 0 0 20vw 20vw;
    bottom: 10px;
    right: 10px;
  }
  .targeting .container .title {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
    color: #fff;
  }
  .targeting .container .title .inner {
    display: block;
    line-height: 1;
  }
  .targeting .container .title .inner .thumb {
    width: 30vw;
    padding: 0 0px 0 0;
    margin: 15px auto 0;
  }
  .targeting .container .title .inner .thumb img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    border: solid 5px #fff;
    box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  }
  .targeting .container .title .inner .text {
    padding: 0 20px 0 20px;
  }
  .targeting .container .title .inner .text h3 {
    text-align: center;
  }
  .targeting .container .title .inner .text h3 .catch {
    margin: 10px 0 0 0;
    font-size: 5vw;
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .targeting .container .title .inner .text .mark-wrapper {
    padding: 5px 0 5px 0;
    margin: 10px 0 0 0;
    display: block;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark {
    text-align: center;
    margin: 5px 0px 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark p {
    background: #fff;
    border-radius: 100px;
    font-size: 5vw;
    letter-spacing: 2px;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .title .inner .text .mark-wrapper .plane {
    text-align: center;
    font-size: 4.25vw;
    margin: 5px 0 0 0;
  }
  .targeting .container .title .inner .text h2 {
    text-align: center;
  }
  .targeting .container .title .inner .text h2 .catch {
    margin: 15px 0 0 0;
    font-size: 8.5vw;
    line-height: 1.3;
    position: relative;
  }
  .targeting .container .box-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 94%;
    margin: 10px auto 0;
    padding: 0 0 30px 0;
  }
  .targeting .container .box-wrapper .box {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .targeting .container .box-wrapper .box .inside {
    display: flex;
    width: calc(100% - 0px);
    padding: 15px 25px 15px 25px;
  }
  .targeting .container .box-wrapper .box .inside .icon {
    width: 5vw;
    line-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
  }
  .targeting .container .box-wrapper .box .inside .icon img {
    width: 100%;
    height: auto;
  }
  .targeting .container .box-wrapper .box .inside .text {
    font-style: normal;
    width: calc(100% - 5vw);
    padding: 0 0 0 5px;
    line-height: 1.3;
    font-size: 4.25vw;
    letter-spacing: 1px;
    position: relative;
  }
  .targeting .container .box-wrapper .box:nth-child(2n) {
    margin: 10px 0 0 0;
  }
  .targeting .container .explain {
    padding: 10px 0 45px 0;
    display: block;
  }
  .targeting .container .explain .thumb {
    width: 75vw;
    margin: 0 auto 0;
    position: relative;
  }
  .targeting .container .explain .thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }
  .targeting .container .explain .text {
    margin: 20px 0 0 0px;
  }
  .targeting .container .explain .text .sub p {
    display: inline-block;
    border-radius: 100px;
    font-size: 5vw;
    letter-spacing: 2px;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .explain .text .main p {
    font-size: 8vw;
  }
  .targeting .container .explain .text .main p .small {
    font-size: 0.8em;
  }
  .targeting .container .triangle {
    width: 600px;
    margin: 0 auto 0;
  }
  .targeting .container .block-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 94%;
    margin: 10px auto 0;
    padding: 0px 0 30px 0;
  }
  .targeting .container .block-wrapper .block {
    border-radius: 100px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .targeting .container .block-wrapper .block .inside {
    display: flex;
    align-items: center;
    width: calc(100% - 0px);
    padding: 15px 25px 15px 25px;
  }
  .targeting .container .block-wrapper .block .inside .icon {
    width: 5vw;
    line-height: 0;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
  }
  .targeting .container .block-wrapper .block .inside .icon img {
    width: 100%;
    height: auto;
  }
  .targeting .container .block-wrapper .block .inside .text {
    font-style: normal;
    width: calc(100% - 5vw);
    padding: 0 0 0 10px;
    font-size: 3.5vw;
    letter-spacing: 1px;
    position: relative;
  }
  .targeting .container .block-wrapper .block:nth-child(2n) {
    margin: 10px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 target-suit 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.target-suit {
  background: url(../images/target-suit-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0 70px 0;
}
.target-suit .container .title .border {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 1.5px;
  height: 100px;
  margin: 0 auto 0;
}
.target-suit .container .title .en {
  text-align: center;
}
.target-suit .container .title .en p {
  font-family: "Antonio";
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 20px;
}
.target-suit .container .title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.target-suit .container .title h3 .line {
  position: relative;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 5px 20px 5px 20px;
}
.target-suit .container .title h3 .line::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.target-suit .container .title h3 .line .catch {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 24px;
}
.target-suit .container .title h3 .plane {
  color: #0d2c83;
  padding: 0 10px 0 10px;
  font-size: 24px;
}
.target-suit .container .title h2 {
  text-align: center;
  margin: 10px 0 0 0;
}
.target-suit .container .title h2 .catch {
  color: #0d1b42;
  letter-spacing: 2px;
  font-size: 42px;
}
.target-suit .container .title h2 .catch .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.target-suit .container .place {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 1280px;
}
.target-suit .container .place li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  width: 32%;
  margin: 20px 2% 0 0;
  padding: 20px 40px 20px 40px;
}
.target-suit .container .place li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 77%;
  height: 3px;
}
.target-suit .container .place li img {
  width: 40px;
  height: auto;
}
.target-suit .container .place li p {
  color: #0d2c83;
  font-weight: 600;
  font-size: 26px;
  padding: 0 0 0 10px;
}
.target-suit .container .place li:nth-child(3n), .target-suit .container .place li:last-child {
  margin: 20px 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .target-suit {
    padding: 50px 0 70px 0;
  }
  .target-suit .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .target-suit .container .title .en p {
    letter-spacing: 3px;
    font-size: 20px;
  }
  .target-suit .container .title h3 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .target-suit .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .target-suit .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .target-suit .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .target-suit .container .title h2 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 38px;
  }
  .target-suit .container .place {
    margin: 30px auto 0;
    max-width: 1280px;
  }
  .target-suit .container .place li {
    width: 32%;
    margin: 20px 2% 0 0;
    padding: 20px 20px 20px 20px;
  }
  .target-suit .container .place li::before {
    width: 77%;
    height: 3px;
  }
  .target-suit .container .place li img {
    width: 35px;
    height: auto;
  }
  .target-suit .container .place li p {
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  .target-suit .container .place li:nth-child(3n), .target-suit .container .place li:last-child {
    margin: 20px 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .target-suit {
    padding: 50px 0 70px 0;
  }
  .target-suit .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .target-suit .container .title .en p {
    letter-spacing: 3px;
    font-size: 20px;
  }
  .target-suit .container .title h3 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .target-suit .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .target-suit .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .target-suit .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .target-suit .container .title h2 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 34px;
  }
  .target-suit .container .place {
    margin: 30px auto 0;
    max-width: 1280px;
  }
  .target-suit .container .place li {
    width: 32%;
    margin: 20px 2% 0 0;
    padding: 20px 10px 20px 10px;
  }
  .target-suit .container .place li::before {
    width: 77%;
    height: 3px;
  }
  .target-suit .container .place li img {
    width: 22px;
    height: auto;
  }
  .target-suit .container .place li p {
    font-size: 18px;
    padding: 0 0 0 8px;
  }
  .target-suit .container .place li:nth-child(3n), .target-suit .container .place li:last-child {
    margin: 20px 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .target-suit {
    padding: 50px 0 70px 0;
  }
  .target-suit .container .title .border {
    width: 1px;
    height: 60px;
    margin: 0 auto 0;
  }
  .target-suit .container .title .en p {
    letter-spacing: 3px;
    font-size: 4vw;
  }
  .target-suit .container .title h3 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .target-suit .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .target-suit .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .target-suit .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .target-suit .container .title h2 {
    margin: 10px 0 0 0;
  }
  .target-suit .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 8vw;
  }
  .target-suit .container .place {
    margin: 30px auto 0;
    max-width: 92%;
    display: block;
  }
  .target-suit .container .place li {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 20px 10px 20px 10px;
  }
  .target-suit .container .place li::before {
    width: 77%;
    height: 3px;
  }
  .target-suit .container .place li img {
    width: 5vw;
    height: auto;
  }
  .target-suit .container .place li p {
    font-size: 5vw;
    padding: 0 0 0 12px;
  }
  .target-suit .container .place li:nth-child(3n), .target-suit .container .place li:last-child {
    margin: 15px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GAME-LIST 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.game-list {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, rgb(219, 242, 255) 0px, transparent 50%), radial-gradient(at 80% 50%, rgb(240, 249, 255) 0px, transparent 50%), radial-gradient(at 80% 100%, rgb(235, 241, 255) 0px, transparent 50%), radial-gradient(at 0% 0%, rgb(235, 253, 255) 0px, transparent 50%);
  background-size: cover;
  padding: 50px 0 50px 0;
}
.game-list .title h3 {
  text-align: center;
}
.game-list .title h3 .catch {
  color: #0d2c83;
  font-family: "Antonio";
  font-size: 23px;
}
.game-list .title h2 {
  text-align: center;
}
.game-list .title h2 .catch {
  color: #0d1b42;
  font-size: 43px;
}
.game-list .title h2 .catch .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game-list .container {
  padding: 20px 0 0 0;
}
.game-list .container .splide {
  max-width: 1680px;
  padding: 20px 2% 40px 2%;
  margin: 0 auto 0;
}
.game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  cursor: pointer;
}
.game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game {
  line-height: 0;
}
.game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game img {
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
}
.game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
  position: relative;
}
.game-list .container .splide .splide-wrapper .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
}
.game-list .container .splide .splide-wrapper .splide__progress__bar {
  height: 3px;
  background: #ccc;
}
.game-list .explain {
  text-align: center;
}
.game-list .explain .caption {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 5px 20px 5px 20px;
}
.game-list .explain p {
  display: inline-block;
  background: linear-gradient(45deg, #fd5e75 0%, #fe960a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 22px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .game-list {
    padding: 50px 0 50px 0;
  }
  .game-list .title h3 .catch {
    font-size: 22px;
  }
  .game-list .title h2 .catch {
    font-size: 39px;
  }
  .game-list .container {
    padding: 20px 0 0 0;
  }
  .game-list .container .splide {
    max-width: 1680px;
    padding: 20px 2% 40px 2%;
    margin: 0 auto 0;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    cursor: pointer;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game {
    line-height: 0;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game img {
    box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .game-list .container .splide .splide-wrapper .splide__pagination__page.is-active {
    background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  }
  .game-list .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
    background: #ccc;
  }
  .game-list .explain .caption {
    padding: 5px 20px 5px 20px;
  }
  .game-list .explain p {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .game-list {
    padding: 50px 0 50px 0;
  }
  .game-list .title h3 .catch {
    font-size: 5vw;
  }
  .game-list .title h2 .catch {
    font-size: 5.75vw;
  }
  .game-list .container {
    padding: 20px 0 0 0;
  }
  .game-list .container .splide {
    max-width: 1680px;
    padding: 20px 2% 40px 2%;
    margin: 0 auto 0;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    cursor: pointer;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game {
    line-height: 0;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .game img {
    box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  }
  .game-list .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .game-list .container .splide .splide-wrapper .splide__pagination__page.is-active {
    background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  }
  .game-list .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
    background: #ccc;
  }
  .game-list .explain .caption {
    padding: 5px 20px 5px 20px;
  }
  .game-list .explain p {
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.point {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #092981 0%, #07557b 100%);
}
.point .deco {
  position: absolute;
  z-index: 1;
}
.point .deco.left {
  left: -15px;
  top: 5%;
  width: 210px;
}
.point .deco.right {
  right: -10px;
  bottom: 5%;
  width: 250px;
}
.point .container {
  position: relative;
  z-index: 2;
  padding: 70px 0 50px 0;
}
.point .container .title .border {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 1.5px;
  height: 100px;
  margin: 0 auto 0;
}
.point .container .title .en {
  text-align: center;
}
.point .container .title .en p {
  font-family: "Antonio";
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 20px;
}
.point .container .title h2 {
  text-align: center;
  margin: 10px 0 0 0;
}
.point .container .title h2 .catch {
  color: #fff;
  letter-spacing: 2px;
  font-size: 42px;
}
.point .container .box-wrapper {
  max-width: 1380px;
  margin: 0 auto 0;
  width: 94%;
}
.point .container .box-wrapper .box {
  position: relative;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 50px 50px 50px 50px;
  padding: 50px 50px 50px 50px;
  margin: 50px 0 0 0;
}
.point .container .box-wrapper .box::before {
  content: "";
  z-index: 1;
  position: absolute;
}
.point .container .box-wrapper .box .thumb {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 340px;
}
.point .container .box-wrapper .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}
.point .container .box-wrapper .box .text {
  position: relative;
  z-index: 2;
  width: 60%;
  padding: 0 0 0 45px;
}
.point .container .box-wrapper .box .text .semi-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.point .container .box-wrapper .box .text .semi-title .number .sub,
.point .container .box-wrapper .box .text .semi-title .number .main {
  line-height: 1.1;
  text-align: center;
}
.point .container .box-wrapper .box .text .semi-title .number .sub p,
.point .container .box-wrapper .box .text .semi-title .number .main p {
  font-family: "Antonio";
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.point .container .box-wrapper .box .text .semi-title .number .sub {
  font-size: 20px;
}
.point .container .box-wrapper .box .text .semi-title .number .main {
  font-size: 65px;
}
.point .container .box-wrapper .box .text .semi-title h3 {
  padding: 0 0 0 20px;
}
.point .container .box-wrapper .box .text .semi-title h3 .catch {
  color: #0d2c83;
  font-size: 38px;
}
.point .container .box-wrapper .box .text .sentence {
  margin: 20px 0 0 0;
}
.point .container .box-wrapper .box .text .sentence p {
  color: #0d1b42;
  font-weight: 600;
  padding: 10px 0 10px 0;
  line-height: 2.2;
  font-size: 18px;
}
.point .container .box-wrapper .box:nth-child(1)::before {
  width: 100px;
  height: 100%;
}
.point .container .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.point .container .box-wrapper .box:nth-child(2n) .thumb img {
  border-radius: 0 50px 50px 0;
}
.point .container .box-wrapper .box:nth-child(2n) .text {
  padding: 0 45px 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .point .deco.left {
    left: -15px;
    top: 5%;
    width: 210px;
  }
  .point .deco.right {
    right: -10px;
    bottom: 5%;
    width: 250px;
  }
  .point .container {
    padding: 70px 0 50px 0;
  }
  .point .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .point .container .title .en p {
    letter-spacing: 3px;
    font-size: 20px;
  }
  .point .container .title h2 {
    margin: 10px 0 0 0;
  }
  .point .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 38px;
  }
  .point .container .box-wrapper {
    max-width: 1380px;
    margin: 0 auto 0;
    width: 96%;
  }
  .point .container .box-wrapper .box {
    border-radius: 50px 50px 50px 50px;
    padding: 40px 40px 40px 40px;
    margin: 50px 0 0 0;
  }
  .point .container .box-wrapper .box .thumb {
    width: 38%;
    height: 340px;
  }
  .point .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 0 50px;
  }
  .point .container .box-wrapper .box .text {
    width: 62%;
    padding: 0 0 0 25px;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub,
  .point .container .box-wrapper .box .text .semi-title .number .main {
    line-height: 1.1;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub {
    font-size: 15px;
  }
  .point .container .box-wrapper .box .text .semi-title .number .main {
    font-size: 56px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 {
    padding: 0 0 0 15px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch {
    font-size: 30px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch .sp-disblock {
    display: block;
  }
  .point .container .box-wrapper .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .point .container .box-wrapper .box .text .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2.2;
    font-size: 16px;
  }
  .point .container .box-wrapper .box:nth-child(1)::before {
    width: 100px;
    height: 100%;
  }
  .point .container .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .point .container .box-wrapper .box:nth-child(2n) .thumb img {
    border-radius: 0 50px 50px 0;
  }
  .point .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 25px 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .point .deco.left {
    left: -15px;
    top: 5%;
    width: 210px;
  }
  .point .deco.right {
    right: -10px;
    bottom: 5%;
    width: 250px;
  }
  .point .container {
    padding: 70px 0 50px 0;
  }
  .point .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .point .container .title .en p {
    letter-spacing: 3px;
    font-size: 20px;
  }
  .point .container .title h2 {
    margin: 10px 0 0 0;
  }
  .point .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 38px;
  }
  .point .container .box-wrapper {
    max-width: 1380px;
    margin: 0 auto 0;
    width: 96%;
  }
  .point .container .box-wrapper .box {
    border-radius: 50px 50px 50px 50px;
    padding: 30px 30px 30px 30px;
    margin: 50px 0 0 0;
  }
  .point .container .box-wrapper .box .thumb {
    width: 38%;
    height: 340px;
  }
  .point .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 0 50px;
  }
  .point .container .box-wrapper .box .text {
    width: 62%;
    padding: 0 0 0 25px;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub,
  .point .container .box-wrapper .box .text .semi-title .number .main {
    line-height: 1.1;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub {
    font-size: 15px;
  }
  .point .container .box-wrapper .box .text .semi-title .number .main {
    font-size: 56px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 {
    padding: 0 0 0 15px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch {
    font-size: 30px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch .sp-disblock {
    display: none;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch br {
    display: none;
  }
  .point .container .box-wrapper .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .point .container .box-wrapper .box .text .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2.2;
    font-size: 16px;
  }
  .point .container .box-wrapper .box:nth-child(1)::before {
    width: 100px;
    height: 100%;
  }
  .point .container .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .point .container .box-wrapper .box:nth-child(2n) .thumb img {
    border-radius: 0 50px 50px 0;
  }
  .point .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 25px 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point .deco.left {
    left: -15px;
    top: 5%;
    width: 210px;
  }
  .point .deco.right {
    right: -10px;
    bottom: 5%;
    width: 250px;
  }
  .point .container {
    padding: 50px 0 35px 0;
  }
  .point .container .title .border {
    width: 1px;
    height: 60px;
    margin: 0 auto 0;
  }
  .point .container .title .en p {
    letter-spacing: 3px;
    font-size: 4vw;
  }
  .point .container .title h2 {
    margin: 10px 0 0 0;
  }
  .point .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 7vw;
  }
  .point .container .box-wrapper {
    max-width: 1380px;
    margin: 0 auto 0;
    width: 96%;
  }
  .point .container .box-wrapper .box {
    border-radius: 50px 50px 50px 50px;
    padding: 30px 25px 30px 25px;
    margin: 30px 0 0 0;
    display: block;
  }
  .point .container .box-wrapper .box .thumb {
    width: 100%;
    height: 240px;
  }
  .point .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 0 50px;
  }
  .point .container .box-wrapper .box .text {
    width: 100%;
    padding: 20px 0px 0 0px;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub,
  .point .container .box-wrapper .box .text .semi-title .number .main {
    line-height: 1.1;
  }
  .point .container .box-wrapper .box .text .semi-title .number .sub {
    font-size: 3vw;
  }
  .point .container .box-wrapper .box .text .semi-title .number .main {
    font-size: 8vw;
  }
  .point .container .box-wrapper .box .text .semi-title h3 {
    padding: 0 0 0 15px;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch {
    font-size: 6vw;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch .sp-disblock {
    display: none;
  }
  .point .container .box-wrapper .box .text .semi-title h3 .catch br {
    display: none;
  }
  .point .container .box-wrapper .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .point .container .box-wrapper .box .text .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2.2;
    font-size: 4vw;
  }
  .point .container .box-wrapper .box:nth-child(1)::before {
    width: 100px;
    height: 100%;
  }
  .point .container .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .point .container .box-wrapper .box:nth-child(2n) .thumb img {
    border-radius: 0 50px 50px 0;
  }
  .point .container .box-wrapper .box:nth-child(2n) .text {
    padding: 20px 0px 0 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 INTRODUCTION05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction05 {
  padding: 90px 0 90px 0;
  background-size: 90px 90px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 90px);
}
.introduction05 .container h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction05 .container h2 .left {
  background: rgba(11, 11, 79, 0.8);
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 20px 60px 10px 60px;
}
.introduction05 .container h2 .left .logo {
  line-height: 0;
  width: 300px;
}
.introduction05 .container h2 .left .logo img {
  display: block;
  height: auto;
}
.introduction05 .container h2 .left .caption {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.introduction05 .container h2 .plane {
  padding: 0 0 0 15px;
}
.introduction05 .container h2 .plane p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
.introduction05 .container .box-wrapper {
  max-width: 1920px;
  width: 96%;
  margin: 20px auto 0;
}
.introduction05 .container .box-wrapper .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.introduction05 .container .box-wrapper .box .visual {
  width: 50%;
}
.introduction05 .container .box-wrapper .box .text {
  padding: 0 0 0 40px;
}
.introduction05 .container .box-wrapper .box .text .mark {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 360px;
  height: 360px;
}
.introduction05 .container .box-wrapper .box .text .mark .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 2px #3b6bec;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: -20px 0 0 0;
}
.introduction05 .container .box-wrapper .box .text .mark .number p {
  font-family: "Jost";
  font-weight: 600;
  font-size: 26px;
  color: #3b6bec;
}
.introduction05 .container .box-wrapper .box .text .mark .catch {
  color: #fff;
  text-align: center;
  padding: 0 10px 0 10px;
}
.introduction05 .container .box-wrapper .box .text .mark .catch p {
  font-size: 30px;
}
.introduction05 .container .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.introduction05 .container .box-wrapper .box:nth-child(2n) .text {
  padding: 0 40px 0 0;
}
.introduction05 .container .explain .sentence {
  max-width: 1280px;
  margin: 15px auto 0;
  padding: 0 2% 0 2%;
}
.introduction05 .container .explain .sentence p {
  text-align: center;
  color: #0d2c83;
  padding: 8px 0 8px 0;
  line-height: 2;
  font-size: 18px;
}
.introduction05 .container .explain .sentence p .bold {
  font-weight: 600;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction05 {
    padding: 90px 0 90px 0;
    background-size: 90px 90px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 90px);
  }
  .introduction05 .container h2 .left {
    padding: 20px 60px 10px 60px;
  }
  .introduction05 .container h2 .left .logo {
    line-height: 0;
    width: 250px;
  }
  .introduction05 .container h2 .left .logo img {
    display: block;
    height: auto;
  }
  .introduction05 .container h2 .left .caption {
    font-size: 16px;
    margin: -5px 0 0 0;
  }
  .introduction05 .container h2 .plane {
    padding: 0 0 0 15px;
  }
  .introduction05 .container h2 .plane p {
    font-size: 20px;
  }
  .introduction05 .container .box-wrapper {
    max-width: 1920px;
    width: 98%;
    margin: 20px auto 0;
  }
  .introduction05 .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .introduction05 .container .box-wrapper .box .visual {
    width: 50%;
  }
  .introduction05 .container .box-wrapper .box .text {
    padding: 0 0 0 30px;
  }
  .introduction05 .container .box-wrapper .box .text .mark {
    width: 320px;
    height: 320px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number {
    left: 0;
    top: -2px;
    width: 50px;
    height: 50px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number p {
    font-size: 24px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch {
    padding: 0 10px 0 10px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch p {
    font-size: 26px;
  }
  .introduction05 .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 30px 0 0;
  }
  .introduction05 .container .explain .sentence {
    max-width: 1280px;
    margin: 15px auto 0;
    padding: 0 2% 0 2%;
  }
  .introduction05 .container .explain .sentence p {
    padding: 8px 0 8px 0;
    line-height: 2;
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction05 {
    padding: 50px 0 50px 0;
    background-size: 90px 90px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 90px);
  }
  .introduction05 .container h2 .left {
    padding: 20px 50px 10px 50px;
  }
  .introduction05 .container h2 .left .logo {
    line-height: 0;
    width: 220px;
  }
  .introduction05 .container h2 .left .logo img {
    display: block;
    height: auto;
  }
  .introduction05 .container h2 .left .caption {
    font-size: 16px;
    margin: -5px 0 0 0;
  }
  .introduction05 .container h2 .plane {
    padding: 0 0 0 15px;
  }
  .introduction05 .container h2 .plane p {
    font-size: 20px;
  }
  .introduction05 .container .box-wrapper {
    max-width: 1920px;
    width: 99%;
    margin: 20px auto 0;
  }
  .introduction05 .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .introduction05 .container .box-wrapper .box .visual {
    width: 60%;
  }
  .introduction05 .container .box-wrapper .box .text {
    padding: 0 0 0 20px;
  }
  .introduction05 .container .box-wrapper .box .text .mark {
    width: 30vw;
    height: 30vw;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number {
    left: 0;
    top: -2px;
    width: 50px;
    height: 50px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number p {
    font-size: 22px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch {
    padding: 0 10px 0 10px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch p {
    font-size: 24px;
  }
  .introduction05 .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 20px 0 0;
  }
  .introduction05 .container .explain .sentence {
    max-width: 1280px;
    margin: 15px auto 0;
    padding: 0 2% 0 2%;
  }
  .introduction05 .container .explain .sentence p {
    padding: 8px 0 8px 0;
    line-height: 2;
    font-size: 18px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction05 {
    padding: 35px 0 35px 0;
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.5) 1px, #f7f7f7 1px, #f7f7f7 30px);
  }
  .introduction05 .container h2 .left {
    padding: 20px 40px 10px 40px;
  }
  .introduction05 .container h2 .left .logo {
    line-height: 0;
    width: 40vw;
  }
  .introduction05 .container h2 .left .logo img {
    display: block;
    height: auto;
  }
  .introduction05 .container h2 .left .caption {
    font-size: 3.75vw;
    margin: -5px 0 0 0;
  }
  .introduction05 .container h2 .plane {
    padding: 0 0 0 15px;
  }
  .introduction05 .container h2 .plane p {
    font-size: 4.5vw;
  }
  .introduction05 .container .box-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 20px auto 0;
  }
  .introduction05 .container .box-wrapper .box {
    margin: 50px 0 0 0;
    display: block;
  }
  .introduction05 .container .box-wrapper .box .visual {
    width: 100%;
  }
  .introduction05 .container .box-wrapper .box .text {
    padding: 0 4% 0 4%;
    margin: 20px 0 0 0;
  }
  .introduction05 .container .box-wrapper .box .text .mark {
    width: 60vw;
    height: 60vw;
    margin: 0 auto 0;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number {
    left: 0;
    top: -2px;
    width: 10vw;
    height: 10vw;
  }
  .introduction05 .container .box-wrapper .box .text .mark .number p {
    font-size: 5vwpx;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch {
    padding: 0 10px 0 10px;
  }
  .introduction05 .container .box-wrapper .box .text .mark .catch p {
    font-size: 5.5vw;
  }
  .introduction05 .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 20px 0 0;
  }
  .introduction05 .container .explain .sentence {
    max-width: 100%;
    margin: 15px auto 0;
    padding: 0 4% 0 4%;
  }
  .introduction05 .container .explain .sentence p {
    padding: 8px 0 8px 0;
    line-height: 2;
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#thanks .title {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}
#thanks .title h3 {
  text-align: center;
  padding: 10px 15px;
  line-height: 1.25;
}
#thanks .title h3 .cover {
  display: inline-block;
  border: solid 2px #fff;
  transform: skew(-15deg);
  margin: 0 auto 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 40px 8px 40px;
}
#thanks .title h3 .cover span {
  display: block;
  transform: skew(15deg);
}
#thanks .title h2 {
  font-size: 42px;
  margin: 10px 0 10px 0;
  line-height: 1.35;
  font-weight: 600;
  font-style: normal;
}
#thanks .title h2 .small {
  font-size: 0.7em;
}
#thanks .title .caption {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0px 5px 0px;
}
#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #3b6bec;
}
#thanks .wrapper .inner h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #3b6bec;
  color: #3b6bec;
}
#thanks .wrapper .inner .sentence h2 {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #3b6bec;
  color: #3b6bec;
}
#thanks .wrapper .inner .sentence.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: 18px;
  line-height: 1.7;
}
#thanks .wrapper .inner .sentence.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: 18px;
  line-height: 1.6;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #thanks .wrapper .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 4vw;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 7.5vw;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 4vw;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FEATURE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.feature {
  background: url(../images/target-suit-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0 70px 0;
}
.feature .container .title .border {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 1.5px;
  height: 100px;
  margin: 0 auto 0;
}
.feature .container .title .en {
  text-align: center;
}
.feature .container .title .en p {
  font-family: "Antonio";
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 20px;
}
.feature .container .title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.feature .container .title h3 .line {
  position: relative;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 5px 20px 5px 20px;
}
.feature .container .title h3 .line::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.feature .container .title h3 .line .catch {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 24px;
}
.feature .container .title h3 .plane {
  color: #0d2c83;
  padding: 0 10px 0 10px;
  font-size: 24px;
}
.feature .container .title h2 {
  text-align: center;
  margin: 10px 0 0 0;
}
.feature .container .title h2 .catch {
  color: #0d1b42;
  letter-spacing: 2px;
  font-size: 42px;
}
.feature .container .title h2 .catch .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.feature .container .box-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto 0;
  padding: 120px 1% 0 1%;
}
.feature .container .box-wrapper .box {
  width: 32.5%;
  margin: 0px 0 0 0;
  background: #fff;
  position: relative;
  padding: 0 0 45px 0;
}
.feature .container .box-wrapper .box .number {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 0);
  opacity: 0.5;
  font-family: "Antonio";
  font-weight: 500;
  margin: 0px 0 0 0;
}
.feature .container .box-wrapper .box .number .main p {
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
}
.feature .container .box-wrapper .box .thumb {
  position: relative;
  z-index: 1;
}
.feature .container .box-wrapper .box .thumb .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.feature .container .box-wrapper .box .thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature .container .box-wrapper .box .thumb .phrase {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px 0 0 0;
}
.feature .container .box-wrapper .box .thumb .phrase .cover {
  display: inline-block;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(90, 90, 105, 0.2) 0px 7px 29px 0px;
  font-weight: 500;
  font-family: "Antonio";
  padding: 5px 20px 5px 20px;
}
.feature .container .box-wrapper .box .thumb .phrase .cover .line {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.feature .container .box-wrapper .box .thumb .phrase .cover .line .big {
  font-size: 24px;
}
.feature .container .box-wrapper .box h4 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -15px 0 0 0;
}
.feature .container .box-wrapper .box h4 .catch {
  color: #3b6bec;
  display: inline-block;
  transform: skew(-20deg);
  background: linear-gradient(135deg, #092981 0%, #07557b 100%);
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 3px 30px 3px 30px;
  font-size: 20px;
}
.feature .container .box-wrapper .box h4 .catch span {
  display: inline-block;
  transform: skew(20deg);
}
.feature .container .box-wrapper .box h3 {
  text-align: center;
}
.feature .container .box-wrapper .box h3 .cover {
  margin: 20px 0 0 0;
  line-height: 1.5;
  color: #0d2c83;
  padding: 0px 30px 0px 30px;
  font-size: 28px;
}
.feature .container .box-wrapper .box h3 .cover .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .container .box-wrapper .box ul {
  list-style: none;
  width: 92%;
  margin: 20px auto 0;
  padding: 25px 25px 25px 25px;
  background: linear-gradient(90deg, #fcffff 0%, #f6f8ff 100%);
}
.feature .container .box-wrapper .box ul li {
  border-bottom: solid 1px #b7c3cf;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  background: url(../images/feature-li-icon-check.svg) no-repeat 0px center;
  background-size: 20px auto;
}
.feature .container .box-wrapper .box ul li .icon {
  line-height: 0;
  width: 25px;
}
.feature .container .box-wrapper .box ul li .catch {
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  padding: 0 0 0 30px;
}
.feature .container .box-wrapper .box .sentence {
  font-weight: 600;
  width: 85%;
  margin: 10px auto 0;
}
.feature .container .box-wrapper .box .sentence p {
  font-style: normal;
  color: #22425a;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 16px;
  padding: 5px 0 5px 0px;
}
.feature .container .explain {
  padding: 30px 1% 0 1%;
}
.feature .container .explain .emphasis {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.feature .container .explain .emphasis .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 250px;
  height: 250px;
  margin: 0 1% 0 0;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  border-radius: 50%;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
}
.feature .container .explain .emphasis .mark .catch {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 5px;
}
.feature .container .explain .emphasis .mark .catch p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}
.feature .container .explain .emphasis .mark .icon {
  width: 77%;
  margin: 10px auto 0;
}
.feature .container .explain .emphasis .mark:last-child {
  margin: 0 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .feature {
    padding: 50px 0 70px 0;
  }
  .feature .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .feature .container .title .en p {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .feature .container .title h3 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .feature .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .feature .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .feature .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .feature .container .title h2 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 39px;
  }
  .feature .container .box-wrapper {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 120px 1% 0 1%;
  }
  .feature .container .box-wrapper .box {
    width: 32.5%;
    position: relative;
    padding: 0 0 45px 0;
  }
  .feature .container .box-wrapper .box .number {
    left: 50%;
    top: -60px;
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .number .main p {
    font-size: 90px;
  }
  .feature .container .box-wrapper .box .thumb {
    z-index: 1;
  }
  .feature .container .box-wrapper .box .thumb .image {
    height: 250px;
  }
  .feature .container .box-wrapper .box .thumb .phrase {
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover {
    padding: 5px 15px 5px 15px;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line .big {
    font-size: 24px;
  }
  .feature .container .box-wrapper .box h4 {
    margin: -15px 0 0 0;
  }
  .feature .container .box-wrapper .box h4 .catch {
    padding: 3px 30px 3px 30px;
    font-size: 18px;
  }
  .feature .container .box-wrapper .box h4 .catch span {
    display: inline-block;
    transform: skew(20deg);
  }
  .feature .container .box-wrapper .box h3 .cover {
    margin: 20px 0 0 0;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    font-size: 23px;
  }
  .feature .container .box-wrapper .box h3 .cover .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .feature .container .box-wrapper .box ul {
    width: 92%;
    margin: 20px auto 0;
    padding: 25px 25px 25px 25px;
  }
  .feature .container .box-wrapper .box ul li {
    padding: 10px 0 10px 0;
    background-size: 20px auto;
  }
  .feature .container .box-wrapper .box ul li .icon {
    line-height: 0;
    width: 22px;
  }
  .feature .container .box-wrapper .box ul li .catch {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .feature .container .box-wrapper .box .sentence {
    font-weight: 600;
    width: 85%;
    margin: 10px auto 0;
  }
  .feature .container .box-wrapper .box .sentence p {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 15px;
    padding: 5px 0 5px 0px;
  }
  .feature .container .explain {
    padding: 30px 1% 0 1%;
  }
  .feature .container .explain .emphasis .mark {
    width: 250px;
    height: 250px;
    margin: 20px 1% 0 0;
  }
  .feature .container .explain .emphasis .mark .catch {
    padding: 0 5px 0 5px;
  }
  .feature .container .explain .emphasis .mark .catch p {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
  }
  .feature .container .explain .emphasis .mark .icon {
    width: 70%;
    margin: 10px auto 0;
  }
  .feature .container .explain .emphasis .mark:last-child {
    margin: 20px 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature {
    padding: 50px 0 70px 0;
  }
  .feature .container .title .border {
    width: 1.5px;
    height: 80px;
    margin: 0 auto 0;
  }
  .feature .container .title .en p {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .feature .container .title h3 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .feature .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .feature .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .feature .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .feature .container .title h2 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 39px;
  }
  .feature .container .box-wrapper {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 60px 1% 0 1%;
    justify-content: center;
  }
  .feature .container .box-wrapper .box {
    width: 48.5%;
    position: relative;
    padding: 0 0 45px 0;
    margin: 45px 3% 0 0;
  }
  .feature .container .box-wrapper .box .number {
    left: 50%;
    top: -60px;
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .number .main p {
    font-size: 90px;
  }
  .feature .container .box-wrapper .box .thumb {
    z-index: 1;
  }
  .feature .container .box-wrapper .box .thumb .image {
    height: 250px;
  }
  .feature .container .box-wrapper .box .thumb .phrase {
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover {
    padding: 5px 15px 5px 15px;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line .big {
    font-size: 24px;
  }
  .feature .container .box-wrapper .box h4 {
    margin: -15px 0 0 0;
  }
  .feature .container .box-wrapper .box h4 .catch {
    padding: 3px 30px 3px 30px;
    font-size: 18px;
  }
  .feature .container .box-wrapper .box h4 .catch span {
    display: inline-block;
    transform: skew(20deg);
  }
  .feature .container .box-wrapper .box h3 .cover {
    margin: 20px 0 0 0;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    font-size: 23px;
  }
  .feature .container .box-wrapper .box h3 .cover .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .feature .container .box-wrapper .box ul {
    width: 92%;
    margin: 20px auto 0;
    padding: 25px 25px 25px 25px;
  }
  .feature .container .box-wrapper .box ul li {
    padding: 10px 0 10px 0;
    background-size: 20px auto;
  }
  .feature .container .box-wrapper .box ul li .icon {
    line-height: 0;
    width: 22px;
  }
  .feature .container .box-wrapper .box ul li .catch {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .feature .container .box-wrapper .box .sentence {
    font-weight: 600;
    width: 85%;
    margin: 10px auto 0;
  }
  .feature .container .box-wrapper .box .sentence p {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 15px;
    padding: 5px 0 5px 0px;
  }
  .feature .container .box-wrapper .box:nth-child(2), .feature .container .box-wrapper .box:last-child {
    margin: 55px 0 0 0;
  }
  .feature .container .explain {
    padding: 30px 1% 0 1%;
  }
  .feature .container .explain .emphasis .mark {
    width: 220px;
    height: 220px;
    margin: 20px 1% 0 0;
  }
  .feature .container .explain .emphasis .mark .catch {
    padding: 0 5px 0 5px;
  }
  .feature .container .explain .emphasis .mark .catch p {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
  }
  .feature .container .explain .emphasis .mark .icon {
    width: 60%;
    margin: 10px auto 0;
  }
  .feature .container .explain .emphasis .mark:last-child {
    margin: 20px 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .feature {
    padding: 35px 0 50px 0;
  }
  .feature .container .title .border {
    width: 1px;
    height: 60px;
    margin: 0 auto 0;
  }
  .feature .container .title .en p {
    letter-spacing: 3px;
    font-size: 4vw;
  }
  .feature .container .title h3 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h3 .line {
    padding: 5px 20px 5px 20px;
  }
  .feature .container .title h3 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .feature .container .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 6vw;
  }
  .feature .container .title h3 .plane {
    padding: 0 10px 0 10px;
    font-size: 8vw;
  }
  .feature .container .title h2 {
    margin: 10px 0 0 0;
  }
  .feature .container .title h2 .catch {
    letter-spacing: 2px;
    font-size: 8.25vw;
  }
  .feature .container .box-wrapper {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 50px 3% 0 3%;
    display: block;
  }
  .feature .container .box-wrapper .box {
    width: 100%;
    padding: 0 0 45px 0;
    margin: 45px 0 0 0;
  }
  .feature .container .box-wrapper .box .number {
    left: 50%;
    top: -60px;
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .number .main p {
    font-size: 90px;
  }
  .feature .container .box-wrapper .box .thumb {
    z-index: 1;
  }
  .feature .container .box-wrapper .box .thumb .image {
    height: 250px;
  }
  .feature .container .box-wrapper .box .thumb .phrase {
    margin: 0px 0 0 0;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover {
    padding: 5px 15px 5px 15px;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line {
    letter-spacing: 1px;
    font-size: 4vw;
  }
  .feature .container .box-wrapper .box .thumb .phrase .cover .line .big {
    font-size: 4vw;
  }
  .feature .container .box-wrapper .box h4 {
    margin: -15px 0 0 0;
  }
  .feature .container .box-wrapper .box h4 .catch {
    padding: 3px 30px 3px 30px;
    font-size: 18px;
  }
  .feature .container .box-wrapper .box h4 .catch span {
    display: inline-block;
    transform: skew(20deg);
  }
  .feature .container .box-wrapper .box h3 .cover {
    margin: 20px 0 0 0;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    font-size: 5.75vw;
  }
  .feature .container .box-wrapper .box h3 .cover .grade {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .feature .container .box-wrapper .box ul {
    width: 92%;
    margin: 20px auto 0;
    padding: 25px 25px 25px 25px;
  }
  .feature .container .box-wrapper .box ul li {
    padding: 10px 0 10px 0;
    background-size: 4.5vw auto;
  }
  .feature .container .box-wrapper .box ul li .icon {
    line-height: 0;
    width: 5vw;
  }
  .feature .container .box-wrapper .box ul li .catch {
    font-size: 4vw;
    padding: 0 0 0 6.5vw;
  }
  .feature .container .box-wrapper .box .sentence {
    font-weight: 600;
    width: 85%;
    margin: 10px auto 0;
  }
  .feature .container .box-wrapper .box .sentence p {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 15px;
    padding: 5px 0 5px 0px;
  }
  .feature .container .box-wrapper .box:nth-child(2), .feature .container .box-wrapper .box:last-child {
    margin: 55px 0 0 0;
  }
  .feature .container .explain {
    padding: 30px 1% 0 1%;
  }
  .feature .container .explain .emphasis .mark {
    width: 48vw;
    height: 48vw;
    margin: 20px 1% 0 0;
  }
  .feature .container .explain .emphasis .mark .catch {
    padding: 0 5px 0 5px;
  }
  .feature .container .explain .emphasis .mark .catch p {
    display: inline-block;
    background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5vw;
  }
  .feature .container .explain .emphasis .mark .icon {
    width: 60%;
    margin: 10px auto 0;
  }
  .feature .container .explain .emphasis .mark:nth-child(2n), .feature .container .explain .emphasis .mark:last-child {
    margin: 20px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FUTURE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.future {
  overflow: hidden;
}
.future .container {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, rgb(219, 242, 255) 0px, transparent 50%), radial-gradient(at 80% 50%, rgb(240, 249, 255) 0px, transparent 50%), radial-gradient(at 80% 100%, rgb(235, 241, 255) 0px, transparent 50%), radial-gradient(at 0% 0%, rgb(235, 253, 255) 0px, transparent 50%);
  background-size: cover;
  padding: 1px 0 40px 0;
}
.future .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  max-width: 1680px;
  margin: -40px auto 0;
  padding: 0 2% 0 2%;
}
.future .container .box-wrapper .box {
  position: relative;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 0px 0px 0px 0px;
  width: 32.5%;
  margin: 0 1.25% 0 0;
}
.future .container .box-wrapper .box::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  z-index: 1;
}
.future .container .box-wrapper .box .number {
  position: absolute;
  z-index: 2;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
}
.future .container .box-wrapper .box .number p {
  color: #fff;
  font-family: "Antonio";
  font-weight: 600;
  font-size: 16px;
}
.future .container .box-wrapper .box .thumb {
  width: 100%;
  height: 260px;
}
.future .container .box-wrapper .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.future .container .box-wrapper .box h3 {
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 1.6;
}
.future .container .box-wrapper .box h3 .catch {
  color: #0d2c83;
  padding: 4px 0px 4px 0px;
  font-size: 23px;
}
.future .container .box-wrapper .box h3 .catch .color {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.future .container .box-wrapper .box .sentence {
  margin: 10px 0 0 0;
  padding: 0 35px 30px 35px;
}
.future .container .box-wrapper .box .sentence p {
  color: #0d1b42;
  font-weight: 600;
  line-height: 2;
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.future .container .box-wrapper .box:nth-child(3n) {
  margin: 0 0 0 0;
}
.future .container .explain {
  max-width: 1680px;
  margin: 30px auto 0;
  padding: 0 2% 0 2%;
}
.future .container .explain .semi-title {
  text-align: center;
}
.future .container .explain .semi-title h3 {
  font-weight: 500;
}
.future .container .explain .semi-title h3 .catch {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  font-family: "Antonio";
  color: #3b6bec;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 5px 30px 5px 30px;
}
.future .container .explain .semi-title h2 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  color: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  font-size: 34px;
  padding: 5px 30px 5px 30px;
}
.future .container .explain .semi-title h2 .catch .small {
  font-size: 0.7em;
}
.future .container .explain .sentence {
  margin: 20px 0 0 0;
}
.future .container .explain .sentence p {
  padding: 10px 0 10px 0;
  line-height: 2;
  font-size: 16px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .future .container {
    padding: 1px 0 40px 0;
  }
  .future .container .box-wrapper {
    max-width: 100%;
    margin: -40px auto 0;
    padding: 0 1% 0 1%;
  }
  .future .container .box-wrapper .box {
    width: 32.6666666667%;
    margin: 0 1% 0 0;
  }
  .future .container .box-wrapper .box::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .box-wrapper .box .number {
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .future .container .box-wrapper .box .number p {
    font-size: 15px;
  }
  .future .container .box-wrapper .box .thumb {
    width: 100%;
    height: 200px;
  }
  .future .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }
  .future .container .box-wrapper .box h3 {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .future .container .box-wrapper .box h3 .catch {
    font-size: 20px;
  }
  .future .container .box-wrapper .box .sentence {
    margin: 10px 0 0 0;
    padding: 0 30px 20px 30px;
  }
  .future .container .box-wrapper .box .sentence p {
    line-height: 1.8;
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
  .future .container .box-wrapper .box:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .future .container .explain {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 1.5% 0 1.5%;
  }
  .future .container .explain .semi-title {
    text-align: center;
  }
  .future .container .explain .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 20px;
    padding: 5px 25px 5px 25px;
  }
  .future .container .explain .semi-title h2 .catch {
    font-size: 30px;
    padding: 5px 30px 5px 30px;
  }
  .future .container .explain .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  .future .container .explain .block .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32.5%;
    background: #fff;
    padding: 60px 0 60px 0;
  }
  .future .container .explain .block .logo::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .explain .block .logo img {
    width: 70%;
    height: auto;
  }
  .future .container .explain .block .award-wrapper {
    padding: 0 0 0 1.25%;
  }
  .future .container .explain .block .award-wrapper li {
    margin: 0 10px 0 0;
  }
  .future .container .explain .block .award-wrapper li .semi::before, .future .container .explain .block .award-wrapper li .semi::after {
    width: 50px;
    height: auto;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 20px;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 40px;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main .small {
    font-size: 22px;
  }
  .future .container .explain .block .award-wrapper li .mark {
    text-align: center;
    line-height: 1.2;
  }
  .future .container .explain .block .award-wrapper li .mark p {
    padding: 3px 10px 3px 20px;
    font-size: 16px;
  }
  .future .container .explain .block .award-wrapper li:last-child {
    margin: 0 0 0 0;
  }
  .future .container .explain .sentence {
    margin: 20px 0 0 0;
  }
  .future .container .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2;
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .future .container {
    padding: 1px 0 40px 0;
  }
  .future .container .box-wrapper {
    max-width: 100%;
    margin: -40px auto 0;
    padding: 0 1.5% 0 1.5%;
  }
  .future .container .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 0 0;
  }
  .future .container .box-wrapper .box::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .box-wrapper .box .number {
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .future .container .box-wrapper .box .number p {
    font-size: 15px;
  }
  .future .container .box-wrapper .box .thumb {
    width: 100%;
    height: 200px;
  }
  .future .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }
  .future .container .box-wrapper .box h3 {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .future .container .box-wrapper .box h3 .catch {
    font-size: 22px;
  }
  .future .container .box-wrapper .box .sentence {
    margin: 10px 0 0 0;
    padding: 0 30px 20px 30px;
  }
  .future .container .box-wrapper .box .sentence p {
    line-height: 1.8;
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
  .future .container .box-wrapper .box:nth-child(2n) {
    margin: 0 0 0 0;
  }
  .future .container .box-wrapper .box:nth-child(3n) {
    margin: 30px 0 0 0;
  }
  .future .container .explain {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 1.5% 0 1.5%;
  }
  .future .container .explain .semi-title {
    text-align: center;
  }
  .future .container .explain .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 20px;
    padding: 5px 25px 5px 25px;
  }
  .future .container .explain .semi-title h2 .catch {
    font-size: 30px;
    padding: 5px 30px 5px 30px;
  }
  .future .container .explain .block {
    display: block;
    margin: 30px 0 0 0;
  }
  .future .container .explain .block .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70%;
    background: #fff;
    padding: 40px 0 40px 0;
    margin: 0 auto 0;
  }
  .future .container .explain .block .logo::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .explain .block .logo img {
    width: 70%;
    height: auto;
  }
  .future .container .explain .block .award-wrapper {
    padding: 20px 0 0 0%;
    justify-content: center;
  }
  .future .container .explain .block .award-wrapper li {
    margin: 0 10px 0 0;
  }
  .future .container .explain .block .award-wrapper li .semi::before, .future .container .explain .block .award-wrapper li .semi::after {
    width: 50px;
    height: auto;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 20px;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 40px;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main .small {
    font-size: 22px;
  }
  .future .container .explain .block .award-wrapper li .mark {
    text-align: center;
    line-height: 1.2;
  }
  .future .container .explain .block .award-wrapper li .mark p {
    padding: 3px 10px 3px 20px;
    font-size: 16px;
  }
  .future .container .explain .block .award-wrapper li:last-child {
    margin: 0 0 0 0;
  }
  .future .container .explain .sentence {
    margin: 20px 0 0 0;
  }
  .future .container .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2;
    font-size: 15px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .future .container {
    padding: 1px 0 40px 0;
  }
  .future .container .box-wrapper {
    max-width: 94%;
    margin: -40px auto 0;
    padding: 0 0% 0 0%;
    display: block;
  }
  .future .container .box-wrapper .box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .future .container .box-wrapper .box::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .box-wrapper .box .number {
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .future .container .box-wrapper .box .number p {
    font-size: 15px;
  }
  .future .container .box-wrapper .box .thumb {
    width: 100%;
    height: 200px;
  }
  .future .container .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }
  .future .container .box-wrapper .box h3 {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .future .container .box-wrapper .box h3 .catch {
    font-size: 5.75vw;
  }
  .future .container .box-wrapper .box .sentence {
    margin: 10px 0 0 0;
    padding: 0 30px 20px 30px;
  }
  .future .container .box-wrapper .box .sentence p {
    line-height: 1.6;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
  .future .container .box-wrapper .box:nth-child(1) {
    margin: 0px 0 0 0;
  }
  .future .container .box-wrapper .box:nth-child(2n) {
    margin: 25px 0 0 0;
  }
  .future .container .box-wrapper .box:nth-child(3n) {
    margin: 25px 0 0 0;
  }
  .future .container .explain {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 1.5% 0 1.5%;
  }
  .future .container .explain .semi-title {
    text-align: center;
  }
  .future .container .explain .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 4vw;
    padding: 5px 25px 5px 25px;
  }
  .future .container .explain .semi-title h2 .catch {
    font-size: 6vw;
    padding: 5px 20px 5px 20px;
  }
  .future .container .explain .block {
    display: block;
    margin: 30px 0 0 0;
  }
  .future .container .explain .block .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 0 40px 0;
    margin: 0 auto 0;
  }
  .future .container .explain .block .logo::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }
  .future .container .explain .block .logo img {
    width: 70%;
    height: auto;
  }
  .future .container .explain .block .award-wrapper {
    padding: 20px 0 0 0%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .future .container .explain .block .award-wrapper li {
    margin: 15px 3% 0 0;
    width: 48.5%;
  }
  .future .container .explain .block .award-wrapper li .semi::before, .future .container .explain .block .award-wrapper li .semi::after {
    width: 10vw;
    height: auto;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 3.75vw;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 7vw;
  }
  .future .container .explain .block .award-wrapper li .semi .catch .main .small {
    font-size: 4vw;
  }
  .future .container .explain .block .award-wrapper li .mark {
    text-align: center;
    line-height: 1.2;
  }
  .future .container .explain .block .award-wrapper li .mark p {
    padding: 3px 10px 3px 10px;
    font-size: 4vw;
  }
  .future .container .explain .block .award-wrapper li:nth-child(2) {
    margin: 15px 0 0 0;
  }
  .future .container .explain .block .award-wrapper li:last-child {
    margin: 15px 0 0 0;
  }
  .future .container .explain .sentence {
    margin: 20px 4% 0 4%;
  }
  .future .container .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 2;
    font-size: 3.75vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SIMPLE-CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.simple-cta {
  overflow: hidden;
  position: relative;
  padding: 30px 2% 30px 2%;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
}
.simple-cta .illust {
  position: absolute;
}
.simple-cta .illust.left {
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 250px;
}
.simple-cta .illust.right {
  right: -10px;
  bottom: 0;
  width: 300px;
}
.simple-cta .wrapper {
  padding: 70px 0 70px 0;
  margin: 0 auto 0;
  position: relative;
}
.simple-cta .wrapper .title h3 {
  text-align: center;
}
.simple-cta .wrapper .title h3 .catch {
  color: #fff;
  font-size: 18px;
}
.simple-cta .wrapper .title h2 {
  text-align: center;
}
.simple-cta .wrapper .title h2 .catch {
  color: #fff;
  letter-spacing: 2px;
  font-size: 32px;
}
.simple-cta .wrapper .title h2 .catch .color {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.simple-cta .wrapper .block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0px auto 0;
  padding: 40px 0 0 0;
  max-width: 1280px;
}
.simple-cta .wrapper .block .button {
  width: 48%;
  font-weight: 700;
  border-radius: 100px;
}
.simple-cta .wrapper .block .button a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0 20px 0;
}
.simple-cta .wrapper .block .button a .top {
  text-align: center;
  margin: -10px 0 0 0;
}
.simple-cta .wrapper .block .button a .top .catch {
  padding: 5px 25px 5px 25px;
  position: relative;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  background: #fff;
  margin: 0px 0 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.simple-cta .wrapper .block .button a .top .catch:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 25px solid transparent;
  border-top: 40px solid #fff;
}
.simple-cta .wrapper .block .button a .top .catch p {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 1px;
}
.simple-cta .wrapper .block .button a .top .catch p .small {
  font-size: 0.8em;
}
.simple-cta .wrapper .block .button a .bottom {
  margin: 4px 0 0 0;
  padding: 0px 50px 15px 50px;
}
.simple-cta .wrapper .block .button.consul {
  background: linear-gradient(90deg, #f76002 0%, #ffb300 100%);
  border-bottom: solid 8px #dc350c;
  color: #e86103;
}
.simple-cta .wrapper .block .button.consul a .top .catch p {
  color: #e86103;
}
.simple-cta .wrapper .block .button.consul a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-cta .wrapper .block .button.consul a .bottom .icon {
  line-height: 0;
  width: 50px;
}
.simple-cta .wrapper .block .button.consul a .bottom .icon img {
  width: 100%;
  height: auto;
}
.simple-cta .wrapper .block .button.consul a .bottom .catch {
  padding: 0 0px 0 0px;
  font-size: 28px;
}
.simple-cta .wrapper .block .button.consul a .bottom .arrow {
  line-height: 0;
  width: 40px;
}
.simple-cta .wrapper .block .button.consul a .bottom .arrow img {
  width: 100%;
  height: auto;
}
.simple-cta .wrapper .block .button.apply {
  background: linear-gradient(90deg, rgb(1, 150, 13) 0%, rgb(182, 232, 0) 100%);
  border-bottom: solid 8px #0a7304;
}
.simple-cta .wrapper .block .button.apply a .top .catch p {
  color: #e86103;
  color: rgb(1, 150, 13);
}
.simple-cta .wrapper .block .button.apply a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-cta .wrapper .block .button.apply a .bottom .icon {
  line-height: 0;
  width: 50px;
}
.simple-cta .wrapper .block .button.apply a .bottom .icon img {
  width: 100%;
  height: auto;
}
.simple-cta .wrapper .block .button.apply a .bottom .catch {
  padding: 0 0px 0 0px;
  font-size: 28px;
}
.simple-cta .wrapper .block .button.apply a .bottom .arrow {
  line-height: 0;
  width: 40px;
}
.simple-cta .wrapper .block .button.apply a .bottom .arrow img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .simple-cta {
    padding: 30px 1% 30px 1%;
  }
  .simple-cta .illust.left {
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 200px;
  }
  .simple-cta .illust.right {
    right: -10px;
    bottom: 0;
    width: 250px;
  }
  .simple-cta .wrapper {
    padding: 70px 20px 70px 20px;
  }
  .simple-cta .wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .simple-cta .wrapper .title h3 .mark {
    margin: 0 10px 0 0;
  }
  .simple-cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 20px;
  }
  .simple-cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .simple-cta .wrapper .title h3 .semi {
    font-size: 18px;
  }
  .simple-cta .wrapper .title h2 {
    margin: 10px 0 0 0;
  }
  .simple-cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 50px;
    margin: 0 20px 0 0;
  }
  .simple-cta .wrapper .title h2 .catch {
    letter-spacing: 2px;
    font-size: 35px;
  }
  .simple-cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 2% 0 2%;
    max-width: 1280px;
  }
  .simple-cta .wrapper .block .button {
    width: 49%;
    border-radius: 100px;
  }
  .simple-cta .wrapper .block .button a {
    padding: 5px 0 20px 0;
  }
  .simple-cta .wrapper .block .button a .top {
    margin: -10px 0 0 0;
  }
  .simple-cta .wrapper .block .button a .top .catch {
    padding: 5px 25px 5px 25px;
    border-radius: 50px;
  }
  .simple-cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .simple-cta .wrapper .block .button a .top .catch p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .simple-cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .simple-cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 50px 15px 50px;
  }
  .simple-cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 23px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow {
    width: 25px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 22px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 25px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-cta {
    padding: 30px 1% 30px 1%;
  }
  .simple-cta .illust.left {
    left: -10px;
    top: 5%;
    transform: translate(0, 0%);
    width: 190px;
  }
  .simple-cta .illust.right {
    right: -10px;
    bottom: 0;
    width: 190px;
  }
  .simple-cta .wrapper {
    padding: 70px 0px 70px 0px;
  }
  .simple-cta .wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .simple-cta .wrapper .title h3 .mark {
    margin: 0 10px 0 0;
  }
  .simple-cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 20px;
  }
  .simple-cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .simple-cta .wrapper .title h3 .semi {
    font-size: 18px;
  }
  .simple-cta .wrapper .title h2 {
    margin: 10px 0 0 0;
  }
  .simple-cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 50px;
    margin: 0 20px 0 0;
  }
  .simple-cta .wrapper .title h2 .catch {
    letter-spacing: 2px;
    font-size: 36px;
  }
  .simple-cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 2% 0 2%;
    max-width: 1280px;
  }
  .simple-cta .wrapper .block .button {
    width: 49%;
    border-radius: 100px;
  }
  .simple-cta .wrapper .block .button a {
    padding: 5px 0 20px 0;
  }
  .simple-cta .wrapper .block .button a .top {
    margin: -10px 0 0 0;
  }
  .simple-cta .wrapper .block .button a .top .catch {
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
  }
  .simple-cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .simple-cta .wrapper .block .button a .top .catch p {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .simple-cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .simple-cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 25px 15px 25px;
  }
  .simple-cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 22px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow {
    width: 25px;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 22px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 25px;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .simple-cta {
    padding: 30px 2% 30px 2%;
  }
  .simple-cta .illust.left {
    left: -10px;
    top: 5%;
    transform: translate(0, 0%);
    width: 22vw;
  }
  .simple-cta .illust.right {
    right: -10px;
    bottom: 0;
    width: 22vw;
  }
  .simple-cta .wrapper {
    padding: 20px 0 30px 0;
  }
  .simple-cta .wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .simple-cta .wrapper .title h3 {
    display: block;
    text-align: center;
  }
  .simple-cta .wrapper .title h3 .mark {
    margin: 10px 0px 0 0;
  }
  .simple-cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 4vw;
  }
  .simple-cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .simple-cta .wrapper .title h3 .semi {
    font-size: 18px;
    margin: 10px;
  }
  .simple-cta .wrapper .title h2 {
    margin: 10px 0 0 0;
    padding: 0 3% 0 3%;
  }
  .simple-cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 10vw;
    margin: 0 10px 0 0;
  }
  .simple-cta .wrapper .title h2 .catch {
    letter-spacing: 2px;
    font-size: 7.77vw;
  }
  .simple-cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 3% 0 3%;
    max-width: 100%;
    display: block;
  }
  .simple-cta .wrapper .block .button {
    width: 100%;
    border-radius: 100px;
  }
  .simple-cta .wrapper .block .button a {
    padding: 5px 0 0px 0;
    display: block;
  }
  .simple-cta .wrapper .block .button a .top {
    margin: -15px 0 0 0;
    padding: 1px 0 0 0;
  }
  .simple-cta .wrapper .block .button a .top .catch {
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    margin: 0px 0 0 0;
  }
  .simple-cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .simple-cta .wrapper .block .button a .top .catch p {
    font-size: 3.85vw;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .simple-cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .simple-cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 5px 25px 15px 25px;
  }
  .simple-cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 7vw;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 5.5vw;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow {
    width: 5vw;
  }
  .simple-cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply {
    margin: 30px 0 0 0;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 7vw;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 5.5vw;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 5vw;
  }
  .simple-cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SUPPORT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.support {
  background: url(../images/target-suit-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0 70px 0;
}
.support .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .container .left .title .border {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 1.5px;
  height: 100px;
  margin: 0 auto 0;
}
.support .container .left .title .en {
  text-align: center;
}
.support .container .left .title .en p {
  font-family: "Antonio";
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 20px;
}
.support .container .left .title h2 {
  text-align: center;
  margin: 10px 0 0 0;
}
.support .container .left .title h2 .catch {
  color: #0d1b42;
  letter-spacing: 2px;
  font-size: 42px;
}
.support .container .left .title h2 .catch .grade {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.support .container .left .title h3 {
  margin: 20px 0 0 0;
  text-align: center;
}
.support .container .left .title h3 .line {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  padding: 25px 40px 25px 40px;
  border-radius: 100px;
}
.support .container .left .title h3 .line .catch {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(45deg, #fd5e75 0%, #fe960a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 24px;
}
.support .container .left .title h3 .plane {
  color: #0d2c83;
  padding: 0 10px 0 10px;
  font-size: 24px;
}
.support .container .left ul {
  margin: 30px auto 0;
  max-width: 1280px;
}
.support .container .left ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  margin: 10px 0 0 0;
  padding: 10px 40px 10px 40px;
}
.support .container .left ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 100%;
  height: 3px;
}
.support .container .left ul li img {
  width: 40px;
  height: auto;
}
.support .container .left ul li p {
  color: #0d2c83;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 0 10px;
}
.support .container .left .sentence {
  margin: 10px 0 0 0;
}
.support .container .left .sentence p {
  padding: 5px 0 5px 0;
  color: #3b6bec;
  line-height: 1.8;
  font-weight: 600;
  font-size: 20px;
}
.support .container .right {
  position: relative;
  width: 48%;
  padding: 0 0 0 2%;
}
.support .container .right .back {
  position: absolute;
  font-family: "Antonio";
  right: 0;
  top: -20px;
  opacity: 0.8;
  line-height: 1;
}
.support .container .right .back p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
}
.support .container .right .thumb {
  width: 100%;
  height: 700px;
}
.support .container .right .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .support {
    padding: 50px 0 70px 0;
  }
  .support .container {
    padding: 0 0 0 1%;
  }
  .support .container .left {
    width: 55%;
  }
  .support .container .left .title h2 {
    margin: 10px 0 0 0;
  }
  .support .container .left .title h2 .catch {
    letter-spacing: 2px;
    font-size: 35px;
  }
  .support .container .left .title h3 {
    margin: 20px 0 0 0;
  }
  .support .container .left .title h3 .line {
    padding: 25px 40px 25px 40px;
    border-radius: 100px;
  }
  .support .container .left .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .support .container .left .title h3 .plane {
    color: #0d2c83;
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .support .container .left ul {
    margin: 30px auto 0;
    max-width: 1280px;
  }
  .support .container .left ul li {
    margin: 10px 0 0 0;
    padding: 10px 30px 10px 30px;
  }
  .support .container .left ul li::before {
    width: 100%;
    height: 3px;
  }
  .support .container .left ul li img {
    width: 35px;
    height: auto;
  }
  .support .container .left ul li p {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
  .support .container .left .sentence {
    margin: 10px 0 0 0;
  }
  .support .container .left .sentence p {
    padding: 5px 0 5px 0;
    line-height: 1.8;
    font-size: 18px;
  }
  .support .container .right {
    width: 45%;
    padding: 0 0 0 2%;
  }
  .support .container .right .back {
    right: 0;
    top: -20px;
    opacity: 0.8;
    line-height: 1;
  }
  .support .container .right .back p {
    font-size: 50px;
  }
  .support .container .right .thumb {
    width: 100%;
    height: 700px;
  }
  .support .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support {
    padding: 50px 0 70px 0;
  }
  .support .container {
    padding: 0 2% 0 2%;
    display: block;
  }
  .support .container .left {
    width: 100%;
  }
  .support .container .left .title h2 {
    margin: 10px 0 0 0;
  }
  .support .container .left .title h2 .catch {
    letter-spacing: 2px;
    font-size: 35px;
  }
  .support .container .left .title h3 {
    margin: 20px 0 0 0;
  }
  .support .container .left .title h3 .line {
    padding: 25px 40px 25px 40px;
    border-radius: 100px;
  }
  .support .container .left .title h3 .line .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .support .container .left .title h3 .plane {
    color: #0d2c83;
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .support .container .left ul {
    margin: 30px auto 0;
    max-width: 1280px;
  }
  .support .container .left ul li {
    margin: 10px 0 0 0;
    padding: 10px 30px 10px 30px;
  }
  .support .container .left ul li::before {
    width: 100%;
    height: 3px;
  }
  .support .container .left ul li img {
    width: 35px;
    height: auto;
  }
  .support .container .left ul li p {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
  .support .container .left .sentence {
    margin: 10px 0 0 0;
  }
  .support .container .left .sentence p {
    padding: 5px 0 5px 0;
    line-height: 1.8;
    font-size: 18px;
  }
  .support .container .right {
    width: 100%;
    padding: 50px 0 0 0%;
  }
  .support .container .right .back {
    right: 0;
    top: -20px;
    opacity: 0.8;
    line-height: 1;
  }
  .support .container .right .back p {
    font-size: 50px;
  }
  .support .container .right .thumb {
    width: 100%;
    height: 400px;
  }
  .support .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .support {
    padding: 35px 0 50px 0;
  }
  .support .container {
    padding: 0 0% 0 0%;
    display: block;
  }
  .support .container .left {
    width: 100%;
  }
  .support .container .left .title h2 {
    margin: 10px 0 0 0;
  }
  .support .container .left .title h2 .catch {
    letter-spacing: 1px;
    font-size: 5.75vw;
  }
  .support .container .left .title h3 {
    margin: 20px 0 0 0;
  }
  .support .container .left .title h3 .line {
    padding: 35px 30px 35px 30px;
    border-radius: 60px;
  }
  .support .container .left .title h3 .line .catch {
    letter-spacing: 0px;
    font-size: 4.25vw;
  }
  .support .container .left .title h3 .plane {
    color: #0d2c83;
    padding: 0 10px 0 10px;
    font-size: 24px;
  }
  .support .container .left ul {
    margin: 30px auto 0;
    max-width: 1280px;
    padding: 0 3% 0 3%;
  }
  .support .container .left ul li {
    margin: 10px 0 0 0;
    padding: 10px 30px 10px 30px;
  }
  .support .container .left ul li::before {
    width: 100%;
    height: 3px;
  }
  .support .container .left ul li img {
    width: 6vw;
    height: auto;
  }
  .support .container .left ul li p {
    width: calc(100% - 6vw);
    font-size: 4.5vw;
    padding: 0 0 0 10px;
  }
  .support .container .left .sentence {
    margin: 10px 0 0 0;
    padding: 0 4% 0 4%;
  }
  .support .container .left .sentence p {
    padding: 5px 0 5px 0;
    line-height: 1.8;
    font-size: 4vw;
  }
  .support .container .left .sentence p br {
    display: none;
  }
  .support .container .right {
    width: 100%;
    padding: 50px 0 0 0%;
    margin: 50px 0 0 0;
  }
  .support .container .right .back {
    right: 0;
    top: -10px;
    opacity: 0.8;
    line-height: 1;
  }
  .support .container .right .back p {
    font-size: 10vw;
  }
  .support .container .right .thumb {
    width: 100%;
    height: 400px;
  }
  .support .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PERSON 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.preson {
  overflow: hidden;
}
.preson .container {
  padding: 1px 0 40px 0;
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, hsl(355, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(0, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(355, 100%, 96%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(340, 100%, 96%) 0px, transparent 50%);
  background-size: cover;
}
.preson .container .content-basic {
  margin: -40px 0 0 0;
  position: relative;
  z-index: 3;
}
.preson .container .content-basic .splide {
  max-width: 1680px;
  padding: 0px 2% 20px 2%;
  margin: 0 auto 0;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  padding: 40px 30px 30px 30px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number {
  position: absolute;
  left: 0px;
  top: 0px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number p {
  display: inline-block;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #fff;
  padding: 5px 25px 5px 25px;
  font-weight: 600;
  font-size: 15px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .thumb {
  width: 40%;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/mask02.svg"); /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/mask02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail {
  padding: 0 0 0 30px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 {
  line-height: 1.2;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch {
  color: #3b6bec;
  font-size: 22px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch .small {
  font-size: 0.7em;
  color: #343434;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age {
  margin: 10px 0 0 0;
  font-weight: 600;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p {
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 3px;
  font-size: 36px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #3b6bec 2px, #3b6bec 4px);
  opacity: 0.6;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p .en {
  font-family: "Antonio";
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job {
  margin: 15px 0 0 0;
  font-weight: 600;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dt p {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-block;
  color: #fff;
  padding: 2px 30px 2px 30px;
  font-size: 16px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd {
  margin: 5px 0 0 0;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd p {
  display: inline-block;
  color: #343434;
  font-size: 18px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
  margin: 20px 0 0 0;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
  padding: 10px 10px 10px 10px;
  color: #343434;
  line-height: 1.65;
  font-size: 16px;
}
.preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
  position: relative;
}
.preson .container .explain {
  margin: 0px 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 50px auto 0;
  padding: 0px 0 0px 0;
}
.preson .container .explain .thumb {
  position: relative;
  z-index: 2;
  line-height: 0;
  width: 480px;
  position: relative;
  border-radius: 0 100px 0 100px;
}
.preson .container .explain .thumb::before {
  content: "";
  width: 96%;
  height: 96%;
  border: solid 3px #3b6bec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 100px 0 100px;
}
.preson .container .explain .thumb img {
  border-radius: 0 100px 0 100px;
}
.preson .container .explain .text {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0 20px 0 0px;
}
.preson .container .explain .text .sub {
  text-align: center;
}
.preson .container .explain .text .sub p {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  color: #3b6bec;
  border: solid 3px #3b6bec;
  padding: 5px 20px 5px 20px;
  font-weight: 500;
  font-size: 18px;
}
.preson .container .explain .text .main {
  margin: 10px 0 0 0;
}
.preson .container .explain .text .main p {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.35;
  font-size: 32px;
}
.preson .container .explain .text .main p .small {
  font-size: 0.7em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .preson .container {
    padding: 1px 0 40px 0;
  }
  .preson .container .content-basic {
    margin: -40px 0 0 0;
  }
  .preson .container .content-basic .splide {
    max-width: 1680px;
    padding: 0px 2% 20px 2%;
    margin: 0 auto 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 40px 30px 30px 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number p {
    padding: 5px 25px 5px 25px;
    font-size: 15px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .thumb {
    width: 40%;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail {
    padding: 0 0 0 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 {
    line-height: 1.2;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch {
    font-size: 22px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch .small {
    font-size: 0.7em;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age {
    margin: 10px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p:before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #3b6bec 2px, #3b6bec 4px);
    opacity: 0.6;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job {
    margin: 15px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dt p {
    padding: 2px 30px 2px 30px;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd {
    margin: 5px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd p {
    font-size: 18px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
    margin: 20px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
    padding: 10px 10px 10px 10px;
    line-height: 1.65;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .preson .container .explain {
    margin: 50px auto 0;
    padding: 0px 0 0px 0;
  }
  .preson .container .explain .thumb {
    width: 400px;
    position: relative;
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .thumb::before {
    content: "";
    width: 96%;
    height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .thumb img {
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .text {
    padding: 0 20px 0 0px;
  }
  .preson .container .explain .text .sub p {
    padding: 5px 20px 5px 20px;
    font-size: 17px;
  }
  .preson .container .explain .text .main {
    margin: 10px 0 0 0;
  }
  .preson .container .explain .text .main p {
    line-height: 1.35;
    font-size: 28px;
  }
  .preson .container .explain .text .main p .small {
    font-size: 0.7em;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .preson .container {
    padding: 1px 0 40px 0;
  }
  .preson .container .content-basic {
    margin: -40px 0 0 0;
  }
  .preson .container .content-basic .splide {
    max-width: 1680px;
    padding: 0px 2% 20px 2%;
    margin: 0 auto 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 40px 30px 30px 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number p {
    padding: 5px 25px 5px 25px;
    font-size: 15px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .thumb {
    width: 40%;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail {
    padding: 0 0 0 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 {
    line-height: 1.2;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch {
    font-size: 22px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch .small {
    font-size: 0.7em;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age {
    margin: 10px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p:before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #3b6bec 2px, #3b6bec 4px);
    opacity: 0.6;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job {
    margin: 15px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dt p {
    padding: 2px 30px 2px 30px;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd {
    margin: 5px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd p {
    font-size: 18px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
    margin: 20px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
    padding: 10px 10px 10px 10px;
    line-height: 1.65;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .preson .container .explain {
    margin: 50px auto 0;
    padding: 0px 0 0px 0;
  }
  .preson .container .explain .thumb {
    width: 45%;
    position: relative;
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .thumb::before {
    content: "";
    width: 96%;
    height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .thumb img {
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .text {
    padding: 0 20px 0 0px;
  }
  .preson .container .explain .text .sub p {
    padding: 5px 20px 5px 20px;
    font-size: 17px;
  }
  .preson .container .explain .text .main {
    margin: 10px 0 0 0;
  }
  .preson .container .explain .text .main p {
    line-height: 1.35;
    font-size: 28px;
  }
  .preson .container .explain .text .main p .small {
    font-size: 0.7em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .preson .container {
    padding: 1px 0 40px 0;
  }
  .preson .container .content-basic {
    margin: -40px 0 0 0;
  }
  .preson .container .content-basic .splide {
    max-width: 1680px;
    padding: 0px 2% 20px 2%;
    margin: 0 auto 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 40px 30px 30px 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number p {
    padding: 5px 25px 5px 25px;
    font-size: 15px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .thumb {
    width: 40%;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail {
    padding: 0 0 0 30px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 {
    line-height: 1.2;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch {
    font-size: 22px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail h3 .catch .small {
    font-size: 0.7em;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age {
    margin: 10px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .age p:before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #3b6bec 2px, #3b6bec 4px);
    opacity: 0.6;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job {
    margin: 15px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dt p {
    padding: 2px 30px 2px 30px;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd {
    margin: 5px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .profile .detail .pre-job dd p {
    font-size: 18px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
    margin: 20px 0 0 0;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
    padding: 10px 10px 10px 10px;
    line-height: 1.65;
    font-size: 16px;
  }
  .preson .container .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .preson .container .explain {
    margin: 50px auto 0;
    padding: 0px 0 0px 0;
    display: block;
  }
  .preson .container .explain .thumb {
    width: 90%;
    position: relative;
    z-index: 1;
    border-radius: 0 100px 0 100px;
    margin: 0 auto 0;
  }
  .preson .container .explain .thumb::before {
    content: "";
    width: 96%;
    height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .thumb img {
    border-radius: 0 100px 0 100px;
  }
  .preson .container .explain .text {
    padding: 0 0px 0 0px;
    margin: -20px 0 0 0;
    position: relative;
    z-index: 3;
  }
  .preson .container .explain .text .sub {
    text-align: center;
  }
  .preson .container .explain .text .sub p {
    padding: 5px 20px 5px 20px;
    font-size: 4vw;
  }
  .preson .container .explain .text .main {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .preson .container .explain .text .main p {
    line-height: 1.35;
    font-size: 7vw;
  }
  .preson .container .explain .text .main p .small {
    font-size: 0.7em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow {
  overflow: hidden;
}
.flow .wrapper {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 0% 50%, hsl(355, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(0, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(355, 100%, 96%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(340, 100%, 96%) 0px, transparent 50%);
  background-size: cover;
  padding: 1px 0 50px 0;
  position: relative;
  z-index: 3;
  margin: 0px 0 0 0;
}
.flow .wrapper .inner {
  position: relative;
  z-index: 3;
  max-width: 1680px;
  margin: -40px auto 0;
  padding: 0 2% 0 2%;
}
.flow .wrapper .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.flow .wrapper .inner ul li {
  width: 30%;
  margin: 0 0 60px 0;
  background: #fff;
  padding: 0 0 0px 0;
  box-shadow: 5px 5px 0px 0px #dbe7ff, inset 0 0 0 3px #fff;
  position: relative;
}
.flow .wrapper .inner ul li::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.flow .wrapper .inner ul li .thumb {
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .semi {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: "Antonio";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 10%;
  background: #3b6bec;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  width: 60px;
  height: 60px;
}
.flow .wrapper .inner ul li .thumb .semi span.big {
  font-size: 22px;
}
.flow .wrapper .inner ul li .thumb .cover {
  width: 100%;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .cover::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 90%;
  border: solid 2px #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow .wrapper .inner ul li .thumb .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.flow .wrapper .inner ul li .text {
  width: 100%;
  padding: 20px 30px 20px 30px;
  position: relative;
}
.flow .wrapper .inner ul li .text .inside p {
  padding: 10px 0px 10px 0px;
}
.flow .wrapper .inner ul li .text .inside img.icon {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 30px;
  width: 150px;
  height: auto;
  opacity: 0.4;
}
.flow .wrapper .inner ul li .text .inside .block {
  position: relative;
  z-index: 2;
}
.flow .wrapper .inner ul li .text .inside .block h3 {
  text-align: center;
  font-size: 26px;
}
.flow .wrapper .inner ul li .text .inside .block h3 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow .wrapper .inner ul li .text .inside .block p {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.flow .wrapper .inner .arrow {
  width: 5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .wrapper .inner .arrow.sp-disblock {
  display: none;
}
.flow .wrapper .inner .arrow .image {
  width: 100%;
}
.flow .wrapper .inner .arrow .image img {
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow .wrapper {
    padding: 1px 0 15px 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 0px 1.5% 0 1.5%;
  }
  .flow .wrapper .inner ul li {
    width: 30%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .semi {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    padding: 3px 20px 3px 20px;
    font-size: 1.5vw;
    line-height: 1.1;
    width: 7vw;
    height: 7vw;
  }
  .flow .wrapper .inner ul li .thumb .semi span.big {
    font-size: 2.25vw;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    border: solid 2px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 30px 20px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 23px;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: none;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow {
    background: #f7f7f7;
  }
  .flow .wrapper {
    padding: 1px 0 0px 0;
  }
  .flow .wrapper .title {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .title .title-wrapper h2 {
    font-size: 4.2vw;
  }
  .flow .wrapper .title .title-wrapper .semi {
    letter-spacing: 2px;
    font-size: 2.2vw;
  }
  .flow .wrapper .inner {
    margin: -40px 0 0 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 0px 2% 0 2%;
  }
  .flow .wrapper .inner ul li {
    width: 45%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .semi {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    padding: 3px 20px 3px 20px;
    font-size: 1.5vw;
    line-height: 1.1;
    width: 7vw;
    height: 7vw;
  }
  .flow .wrapper .inner ul li .thumb .semi span.big {
    font-size: 2.25vw;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    border: solid 2px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 30px 20px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 23px;
    font-weight: 700;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: flex;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flow .wrapper {
    padding: 1px 0 50px 0;
  }
  .flow .wrapper .title {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .title .title-wrapper h2 {
    letter-spacing: 2px;
    font-size: 9vw;
  }
  .flow .wrapper .title .title-wrapper .semi {
    letter-spacing: 2px;
    font-size: 4.5vw;
  }
  .flow .wrapper .inner {
    margin: -40px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul {
    margin: 0 auto;
    padding: 0px 4% 0 4%;
    display: block;
  }
  .flow .wrapper .inner ul li {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 0 0 10px 0;
    display: block;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
    padding: 30px 30px 0px 30px;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: start;
    color: #3b6bec;
    padding: 10px 30px 10px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside {
    margin: 10px 0 0 0;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .semi {
    position: absolute;
    top: -70px;
    left: 60px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 10%;
    color: #fff;
    padding: 3px 20px 3px 20px;
    font-size: 17px;
    line-height: 1.1;
    width: 80px;
    height: 80px;
  }
  .flow .wrapper .inner ul li .text .inside .semi span.big {
    font-size: 25px;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 3.75vw;
    line-height: 1.86;
    padding: 6px 0 6px 0;
    color: #0d1b42;
  }
  .flow .wrapper .inner ul .arrow {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 5px;
  }
  .flow .wrapper .inner ul .arrow.sp-disblock {
    display: block;
  }
  .flow .wrapper .inner ul .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner ul .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  overflow: hidden;
  padding: 50px 0 100px 0;
}
.faq .container {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.faq .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .container .title h3 {
  text-align: center;
}
.faq .container .title h3 .catch {
  color: #3b6bec;
  font-family: "Jost";
  font-family: 600;
  line-height: 1;
  letter-spacing: 10px;
  font-size: 90px;
}
.faq .container .title h2 {
  margin: 0px 0 0 0;
  padding: 0 0 0 30px;
}
.faq .container .title h2 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  border-bottom: solid 3px #eff6ff;
  color: #fff;
  padding: 5px 24px 5px 25px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px;
}
.faq .container .title h2 .catch .small {
  font-size: 0.7em;
}
.faq .container .box-wrapper .box {
  margin: 30px 0 0 0;
}
.faq .container .box-wrapper .box ul {
  width: 100%;
  padding: 0;
}
.faq .container .box-wrapper .box ul li {
  list-style: none;
}
.faq .container .box-wrapper .box ul li button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 1em;
  border-bottom: solid 1px #eff6ff;
}
.faq .container .box-wrapper .box ul li button .inset {
  display: inline-flex;
  align-items: center;
}
.faq .container .box-wrapper .box ul li button .inset .mark {
  font-size: 22px;
}
.faq .container .box-wrapper .box ul li button .inset h3 {
  padding: 0 50px 0 20px;
}
.faq .container .box-wrapper .box ul li button .inset h3 .catch {
  font-size: 18px;
}
.faq .container .box-wrapper .box ul li button::before, .faq .container .box-wrapper .box ul li button::after {
  content: "";
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: 0.5s;
  transform: translate(0, -50%);
}
.faq .container .box-wrapper .box ul li button::before {
  transform: translate(0, -50%) rotate(-45deg);
  right: 35px;
}
.faq .container .box-wrapper .box ul li button::after {
  transform: translate(0, -50%) rotate(45deg);
  right: 30px;
}
.faq .container .box-wrapper .box ul li button:hover {
  background-color: #3e3e3e;
}
.faq .container .box-wrapper .box ul li ul {
  transition: 0.5s;
  margin: 0;
}
.faq .container .box-wrapper .box ul li ul li {
  padding: 30px 40px 20px 40px;
  background: #eff6ff;
  color: #3b6bec;
}
.faq .container .box-wrapper .box ul li ul li .inset {
  display: flex;
  align-items: flex-start;
}
.faq .container .box-wrapper .box ul li ul li .inset .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  border-radius: 50%;
}
.faq .container .box-wrapper .box ul li ul li .inset .mark p {
  font-family: "Jost";
  font-size: 26px;
  text-align: center;
}
.faq .container .box-wrapper .box ul li ul li .inset .sentence {
  width: calc(100% - 40px);
  padding: 0 0 0 20px;
  font-size: 18px;
}
.faq .container .box-wrapper .box ul li ul li .inset .sentence p {
  padding: 0px 0 20px 0;
  line-height: 1.8;
}
.faq .container .box-wrapper .box ul li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}
.faq .container .box-wrapper .box ul li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}
.faq .container .box-wrapper .box ul li.active ul li:last-child {
  border-bottom: none;
}
.faq .container .box-wrapper .box ul.active {
  overflow-y: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .faq {
    overflow: hidden;
    padding: 50px 0 50px 0;
  }
  .faq .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .faq .container .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .container .title h3 .catch {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .faq .container .title h2 {
    margin: 0px 0 0 0;
    padding: 0 0 0 60px;
  }
  .faq .container .title h2 .catch {
    font-size: 24px;
  }
  .faq .container .box-wrapper .box {
    margin: 60px 0 0 0;
  }
  .faq .container .box-wrapper .box ul {
    width: 100%;
    padding: 0;
  }
  .faq .container .box-wrapper .box ul li {
    list-style: none;
  }
  .faq .container .box-wrapper .box ul li button {
    width: 100%;
    padding: 15px 0 15px 20px;
    font-size: 1em;
  }
  .faq .container .box-wrapper .box ul li button .inset {
    display: inline-flex;
    align-items: center;
  }
  .faq .container .box-wrapper .box ul li button .inset .mark {
    font-size: 22px;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 18px;
  }
  .faq .container .box-wrapper .box ul li button::before, .faq .container .box-wrapper .box ul li button::after {
    top: 50%;
    width: 1.5px;
    height: 8px;
    transition: 0.5s;
    transform: translate(0, -50%);
  }
  .faq .container .box-wrapper .box ul li button::before {
    transform: translate(0, -50%) rotate(-45deg);
    right: 35px;
  }
  .faq .container .box-wrapper .box ul li button::after {
    transform: translate(0, -50%) rotate(45deg);
    right: 30px;
  }
  .faq .container .box-wrapper .box ul li ul {
    transition: 0.5s;
    margin: 0;
  }
  .faq .container .box-wrapper .box ul li ul li {
    padding: 30px 40px 20px 40px;
  }
  .faq .container .box-wrapper .box ul li ul li .mark {
    width: 40px;
    height: 40px;
  }
  .faq .container .box-wrapper .box ul li ul li .mark p {
    font-size: 26px;
  }
  .faq .container .box-wrapper .box ul li ul li .sentence {
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  .faq .container .box-wrapper .box ul li ul li .sentence p {
    padding: 0px 0 20px 0;
    line-height: 1.8;
  }
  .faq .container .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .container .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq {
    overflow: hidden;
    padding: 50px 0 50px 0;
  }
  .faq .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .faq .container .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .container .title h3 .catch {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .faq .container .title h2 {
    margin: 0px 0 0 0;
    padding: 0 0 0 60px;
  }
  .faq .container .title h2 .catch {
    font-size: 24px;
  }
  .faq .container .box-wrapper .box {
    margin: 60px 0 0 0;
  }
  .faq .container .box-wrapper .box ul {
    width: 100%;
    padding: 0;
  }
  .faq .container .box-wrapper .box ul li {
    list-style: none;
  }
  .faq .container .box-wrapper .box ul li button {
    width: 100%;
    padding: 15px 0 15px 20px;
    font-size: 1em;
  }
  .faq .container .box-wrapper .box ul li button .inset {
    display: inlin-flex;
    align-items: center;
  }
  .faq .container .box-wrapper .box ul li button .inset .mark {
    font-size: 20px;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 17px;
  }
  .faq .container .box-wrapper .box ul li button::before, .faq .container .box-wrapper .box ul li button::after {
    top: 50%;
    width: 1.5px;
    height: 8px;
    transition: 0.5s;
    transform: translate(0, -50%);
  }
  .faq .container .box-wrapper .box ul li button::before {
    transform: translate(0, -50%) rotate(-45deg);
    right: 35px;
  }
  .faq .container .box-wrapper .box ul li button::after {
    transform: translate(0, -50%) rotate(45deg);
    right: 30px;
  }
  .faq .container .box-wrapper .box ul li ul {
    transition: 0.5s;
    margin: 0;
  }
  .faq .container .box-wrapper .box ul li ul li {
    padding: 30px 40px 20px 40px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .mark {
    width: 40px;
    height: 40px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 18px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .sentence {
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
    font-size: 16px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .sentence p {
    padding: 0px 0 20px 0;
    line-height: 1.8;
  }
  .faq .container .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq {
    overflow: hidden;
    padding: 50px 0 50px 0;
  }
  .faq .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .faq .container .title {
    display: block;
  }
  .faq .container .title h3 .catch {
    line-height: 1;
    letter-spacing: 6px;
    font-size: 14vw;
  }
  .faq .container .title h2 {
    margin: 0px 0 0 0;
    padding: 20px 0 0 0px;
    text-align: center;
  }
  .faq .container .title h2 .catch {
    font-size: 5vw;
    text-align: center;
    padding: 5px 20px 5px 20px;
  }
  .faq .container .box-wrapper .box {
    margin: 60px 0 0 0;
  }
  .faq .container .box-wrapper .box ul {
    width: 100%;
    padding: 0;
  }
  .faq .container .box-wrapper .box ul li {
    list-style: none;
  }
  .faq .container .box-wrapper .box ul li button {
    width: 100%;
    padding: 15px 0 15px 20px;
    font-size: 1em;
  }
  .faq .container .box-wrapper .box ul li button .inset {
    display: flex;
    align-items: center;
  }
  .faq .container .box-wrapper .box ul li button .inset .mark {
    font-size: 5.5vw;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 {
    padding: 0 30px 0 10px;
  }
  .faq .container .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 4vw;
  }
  .faq .container .box-wrapper .box ul li button::before, .faq .container .box-wrapper .box ul li button::after {
    top: 50%;
    width: 1.5px;
    height: 8px;
    transition: 0.5s;
    transform: translate(0, -50%);
  }
  .faq .container .box-wrapper .box ul li button::before {
    transform: translate(0, -50%) rotate(-45deg);
    right: 25px;
  }
  .faq .container .box-wrapper .box ul li button::after {
    transform: translate(0, -50%) rotate(45deg);
    right: 20px;
  }
  .faq .container .box-wrapper .box ul li ul {
    transition: 0.5s;
    margin: 0;
  }
  .faq .container .box-wrapper .box ul li ul li {
    padding: 20px 20px 20px 20px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .mark {
    width: 9vw;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 3vw;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .sentence {
    width: calc(100% - 9vw);
    padding: 0 0 0 10px;
  }
  .faq .container .box-wrapper .box ul li ul li .inset .sentence p {
    font-size: 3.5vw;
  }
  .faq .container .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .container .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .container .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THOUGTHT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.thought {
  overflow: hidden;
}
.thought .wrapper {
  background: linear-gradient(90deg, #1345ce 0%, #0b8593 100%);
  position: relative;
  overflow: hidden;
}
.thought .wrapper .back {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 105px;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.thought .wrapper .inner {
  display: flex;
  align-items: center;
  padding: 70px 0 0px 0;
}
.thought .wrapper .inner .thumb {
  width: 45%;
  margin: 0 0% 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(26, 82, 187, 0.35) 0px 5px 15px;
}
.thought .wrapper .inner .thumb .image {
  line-height: 0;
  width: 50%;
}
.thought .wrapper .inner .thumb .image img {
  width: 100%;
  height: auto;
}
.thought .wrapper .inner .text {
  width: 55%;
  position: relative;
  z-index: 2;
}
.thought .wrapper .inner .text h3 {
  display: flex;
  align-items: center;
}
.thought .wrapper .inner .text h3 .border {
  width: 30%;
  height: 2px;
  background: #eff6ff;
  position: relative;
  margin: 0 20px 0 0;
}
.thought .wrapper .inner .text h3 .border::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #dbe7ff;
  position: absolute;
  top: 0;
  left: 0;
}
.thought .wrapper .inner .text h3 .cover {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
}
.thought .wrapper .inner .text h2 {
  margin: 30px 0 0 15%;
}
.thought .wrapper .inner .text h2 .cover {
  color: #fff;
  letter-spacing: 2px;
  font-size: 55px;
  font-weight: 900;
}
.thought .wrapper .inner .text h2 .cover .en {
  font-family: "Antonio";
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 65px;
}
.thought .wrapper .explain {
  margin: 40px 0 0 0;
  padding: 0 0 50px 0;
}
.thought .wrapper .explain .sentence {
  max-width: 1100px;
  margin: 0 auto 0;
}
.thought .wrapper .explain .sentence p {
  padding: 10px 0 10px 0;
  line-height: 2.2;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}
.thought .wrapper .explain .sentence p.profile {
  text-align: right;
  letter-spacing: 6px;
  font-size: 24px;
}
.thought .wrapper .explain .sentence p.profile .en {
  font-family: "Antonio";
  font-size: 22px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .thought .wrapper .back {
    font-size: 90px;
  }
  .thought .wrapper .inner {
    padding: 70px 0 0px 0;
  }
  .thought .wrapper .inner .thumb {
    width: 50%;
  }
  .thought .wrapper .inner .thumb .image {
    width: 50%;
  }
  .thought .wrapper .inner .thumb .image img {
    width: 100%;
    height: auto;
  }
  .thought .wrapper .inner .text {
    width: 50%;
  }
  .thought .wrapper .inner .text h3 {
    display: flex;
    align-items: center;
  }
  .thought .wrapper .inner .text h3 .border {
    width: 20%;
    height: 2px;
    margin: 0 10px 0 0;
  }
  .thought .wrapper .inner .text h3 .cover {
    letter-spacing: 2px;
    font-size: 18px;
  }
  .thought .wrapper .inner .text h2 {
    margin: 25px 0 0 8%;
  }
  .thought .wrapper .inner .text h2 .cover {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .thought .wrapper .inner .text h2 .cover span {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .thought .wrapper .explain {
    margin: 30px 0 0 0;
    padding: 0 0 35px 0;
  }
  .thought .wrapper .explain .sentence p {
    padding: 10px 5% 10px 5%;
    line-height: 2;
    font-size: 18px;
    letter-spacing: 1px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .thought .wrapper .back {
    font-size: 80px;
  }
  .thought .wrapper .inner {
    padding: 70px 0 0px 0;
  }
  .thought .wrapper .inner .thumb {
    width: 50%;
  }
  .thought .wrapper .inner .thumb .image {
    width: 50%;
  }
  .thought .wrapper .inner .thumb .image img {
    width: 100%;
    height: auto;
  }
  .thought .wrapper .inner .text {
    width: 50%;
  }
  .thought .wrapper .inner .text h3 {
    display: flex;
    align-items: center;
  }
  .thought .wrapper .inner .text h3 .border {
    width: 20%;
    height: 2px;
    margin: 0 20px 0 0;
  }
  .thought .wrapper .inner .text h3 .cover {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .thought .wrapper .inner .text h2 {
    margin: 15px 0 0 5%;
  }
  .thought .wrapper .inner .text h2 .cover {
    letter-spacing: 1px;
    font-size: 34px;
  }
  .thought .wrapper .inner .text h2 .cover span {
    letter-spacing: 1px;
    font-size: 34px;
  }
  .thought .wrapper .explain {
    margin: 30px 0 0 0;
    padding: 0 0 35px 0;
  }
  .thought .wrapper .explain .sentence p {
    padding: 10px 5% 10px 5%;
    line-height: 2;
    font-size: 18px;
    letter-spacing: 1px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .thought .wrapper .back {
    font-size: 20vw;
    color: rgba(255, 255, 255, 0.3);
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 4;
  }
  .thought .wrapper .inner {
    display: block;
    align-items: center;
    padding: 70px 0 0px 0;
  }
  .thought .wrapper .inner .thumb {
    width: 100%;
    margin: 0 0% 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(187, 26, 26, 0.35) 0px 5px 15px;
  }
  .thought .wrapper .inner .thumb .image {
    line-height: 0;
    width: 50%;
  }
  .thought .wrapper .inner .thumb .image img {
    width: 100%;
    height: auto;
  }
  .thought .wrapper .inner .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .thought .wrapper .inner .text h3 {
    margin: 25px 0 0 0;
  }
  .thought .wrapper .inner .text h3 .border {
    width: 25%;
    height: 2px;
  }
  .thought .wrapper .inner .text h3 .cover {
    font-size: 5vw;
  }
  .thought .wrapper .inner .text h2 {
    margin: 30px 5% 0 5%;
  }
  .thought .wrapper .inner .text h2 .cover {
    letter-spacing: 2px;
    font-size: 8vw;
  }
  .thought .wrapper .inner .text h2 .cover span {
    letter-spacing: 2px;
    font-size: 9vw;
  }
  .thought .wrapper .explain {
    width: 90%;
    margin: 40px auto 0;
    padding: 0 0 40px 0;
  }
  .thought .wrapper .explain .sentence p {
    font-size: 18px;
    letter-spacing: 1px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  overflow: hidden;
  position: relative;
  padding: 10px 0 50px 0;
}
.cta .back {
  text-align: center;
  font-family: "Jost";
  font-weight: 400;
}
.cta .back p {
  display: inline-block;
  width: 100%;
  background: linear-gradient(90deg, #ffc7b9 0%, #ffb5b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 104px;
}
.cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ffc7b9 0%, #ffb5b3 100%);
  width: 100%;
  height: 50%;
}
.cta .box {
  position: relative;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  padding: 10px;
  width: 1280px;
  margin: -20px auto 0;
}
.cta .box .inner {
  background: #fff;
  padding: 30px 0 30px 0;
}
.cta .box .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .box .inner .title .thumb {
  position: relative;
}
.cta .box .inner .title .thumb::before {
  content: "";
  width: 90%;
  height: 90%;
  border: solid 3px #3b6bec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.cta .box .inner .title .thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.cta .box .inner .title .pc-disblock {
  width: 150px;
}
.cta .box .inner .title h2 {
  padding: 0 30px 0 30px;
  text-align: center;
}
.cta .box .inner .title h2 .main {
  text-align: center;
}
.cta .box .inner .title h2 .main .catch {
  letter-spacing: 0.5px;
  line-height: 1.3;
  font-size: 42px;
  color: #343434;
}
.cta .box .inner .title h2 .main .catch span {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .box .inner .title h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.cta .box .inner .title h2 .sub .icon {
  line-height: 0;
  width: 30px;
  height: auto;
}
.cta .box .inner .title h2 .sub .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 0 0 0 10px;
}
.cta .box .inner .marks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
.cta .box .inner .marks .mark {
  position: relative;
  color: #3b6bec;
  background: #fff;
  box-shadow: rgba(185, 200, 216, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 8px 30px 8px 30px;
}
.cta .box .inner .marks .mark::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.cta .box .inner .marks .mark:last-child {
  margin: 0 0 0 0;
}
.cta .box .inner .block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 0 40px;
}
.cta .box .inner .block .sentence {
  width: 45%;
  padding: 0 5% 0 0;
}
.cta .box .inner .block .sentence h4 {
  display: flex;
  align-items: center;
}
.cta .box .inner .block .sentence h4 img {
  line-height: 0;
  width: 80px;
  height: auto;
}
.cta .box .inner .block .sentence h4 .cover {
  padding: 0 0 0 10px;
}
.cta .box .inner .block .sentence h4 .cover .online {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  line-height: 1.1;
}
.cta .box .inner .block .sentence h4 .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #11baa9 0%, #3b5bec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.cta .box .inner .block .sentence p {
  margin: 15px 0 0 0;
  line-height: 1.8;
  font-size: 15px;
}
.cta .box .inner .block .button {
  width: 450px;
  padding: 20px 0 0 0;
}
.cta .box .inner .block .button a {
  text-decoration: none;
  background: linear-gradient(90deg, #f76002 0%, #ffb300 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 20px 20px 20px;
}
.cta .box .inner .block .button a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.cta .box .inner .block .button a .sub p {
  display: inline-block;
  background: #fff;
  color: #e86103;
  border-radius: 100px;
  border: solid 3px #e86103;
  padding: 3px 20px 3px 20px;
}
.cta .box .inner .block .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.cta .box .inner .block .button a .main .icon {
  width: 45px;
  height: auto;
}
.cta .box .inner .block .button a .main .catch {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 24px;
}
.cta .box .inner .block .button a .main .arrow {
  width: 35px;
  height: auto;
}
.cta .box .inner .caution {
  margin: 45px 0 0 0;
}
.cta .box .inner .caution p {
  text-align: center;
  font-size: 11px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta {
    padding: 10px 0 50px 0;
  }
  .cta .back p {
    line-height: 1;
    letter-spacing: 2px;
    font-size: 7vw;
  }
  .cta::before {
    width: 100%;
    height: 50%;
  }
  .cta .box {
    padding: 7px;
    width: 94%;
    margin: -20px auto 0;
  }
  .cta .box .inner {
    background: #fff;
    padding: 30px 0 30px 0;
  }
  .cta .box .inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta .box .inner .title .pc-disblock .thumb {
    width: 150px;
    height: auto;
  }
  .cta .box .inner .title h2 {
    padding: 0 30px 0 30px;
    text-align: center;
  }
  .cta .box .inner .title h2 .main {
    text-align: center;
  }
  .cta .box .inner .title h2 .main .catch {
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-size: 42px;
  }
  .cta .box .inner .title h2 .main .catch span {
    display: inline-block;
  }
  .cta .box .inner .title h2 .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .title h2 .sub .icon {
    line-height: 0;
    width: 30px;
    height: auto;
  }
  .cta .box .inner .title h2 .sub .catch {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 24px;
    padding: 0 0 0 10px;
  }
  .cta .box .inner .marks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .cta .box .inner .marks .mark {
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 5px 30px 5px 30px;
  }
  .cta .box .inner .marks .mark:last-child {
    margin: 0 0 0 0;
  }
  .cta .box .inner h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .cta .box .inner h3 img {
    line-height: 0;
    width: 50px;
    height: auto;
  }
  .cta .box .inner h3 .catch {
    font-size: 26px;
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block {
    padding: 30px 40px 0 40px;
  }
  .cta .box .inner .block .sentence {
    width: 45%;
    padding: 0 5% 0 0;
  }
  .cta .box .inner .block .sentence h4 {
    display: flex;
    align-items: center;
  }
  .cta .box .inner .block .sentence h4 img {
    line-height: 0;
    width: 80px;
    height: auto;
  }
  .cta .box .inner .block .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block .sentence h4 .cover .online {
    font-size: 16px;
    line-height: 1.1;
  }
  .cta .box .inner .block .sentence h4 .cover .catch {
    font-size: 24px;
  }
  .cta .box .inner .block .sentence p {
    margin: 15px 0 0 0;
    line-height: 1.8;
    font-size: 15px;
  }
  .cta .box .inner .block .button {
    width: 50%;
    padding: 20px 0 0 0;
  }
  .cta .box .inner .block .button a {
    text-decoration: none;
    background: linear-gradient(90deg, #f76002 0%, #ffb300 100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    display: block;
    padding: 5px 20px 20px 20px;
  }
  .cta .box .inner .block .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .cta .box .inner .block .button a .sub p {
    display: inline-block;
    background: #fff;
    color: #e86103;
    border-radius: 100px;
    border: solid 3px #e86103;
    padding: 3px 20px 3px 20px;
  }
  .cta .box .inner .block .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .block .button a .main .icon {
    width: 45px;
    height: auto;
  }
  .cta .box .inner .block .button a .main .catch {
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: 24px;
  }
  .cta .box .inner .block .button a .main .arrow {
    width: 35px;
    height: auto;
  }
  .cta .box .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta .box .inner .caution p {
    text-align: center;
    font-size: 11px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta {
    padding: 30px 0 50px 0;
  }
  .cta .back p {
    line-height: 1;
    letter-spacing: 2px;
    font-size: 10vw;
  }
  .cta::before {
    width: 100%;
    height: 50%;
  }
  .cta .box {
    padding: 10px;
    width: 92%;
    margin: -20px auto 0;
  }
  .cta .box .inner {
    padding: 30px 0 30px 0;
  }
  .cta .box .inner .title {
    display: block;
  }
  .cta .box .inner .title .pc-disblock {
    display: none;
  }
  .cta .box .inner .title .sp-disblock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta .box .inner .title .sp-disblock .thumb {
    width: 16.5vw;
    height: auto;
    margin: 0 20px 0 0;
  }
  .cta .box .inner .title .sp-disblock .thumb:last-child {
    margin: 0 0 0 0;
  }
  .cta .box .inner .title h2 {
    padding: 10px 30px 0 30px;
  }
  .cta .box .inner .title h2 .main .catch {
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-size: 4.5vw;
  }
  .cta .box .inner .title h2 .main .catch .sp-disblock {
    display: none;
  }
  .cta .box .inner .title h2 .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .title h2 .sub .icon {
    line-height: 0;
    width: 5vw;
    height: auto;
  }
  .cta .box .inner .title h2 .sub .catch {
    letter-spacing: 1px;
    font-size: 3vw;
    padding: 0 0 0 10px;
  }
  .cta .box .inner .title h2 .sub .catch .sp-disblock {
    display: block;
  }
  .cta .box .inner .title h2 .sub .catch .sp-disblock:last-child {
    display: none;
  }
  .cta .box .inner .marks {
    margin: 20px 0 0 0;
  }
  .cta .box .inner .marks .mark {
    border-radius: 100px;
    font-size: 2.2vw;
    margin: 0 15px 0 0;
    padding: 5px 20px 5px 20px;
  }
  .cta .box .inner .marks .mark:before, .cta .box .inner .marks .mark:after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
  }
  .cta .box .inner .marks .mark:before {
    margin-left: -12px;
    border-width: 12px;
  }
  .cta .box .inner .marks .mark:after {
    margin-left: -8px;
    border-width: 8px;
  }
  .cta .box .inner .marks .mark:last-child {
    margin: 0 0 0 0;
  }
  .cta .box .inner h3 {
    margin: 20px 0 0 0;
  }
  .cta .box .inner h3 img {
    line-height: 0;
    width: 50px;
    height: auto;
  }
  .cta .box .inner h3 .catch {
    font-size: 26px;
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block {
    padding: 30px 20px 0 20px;
  }
  .cta .box .inner .block .sentence {
    width: 55%;
    padding: 0 5% 0 0;
  }
  .cta .box .inner .block .sentence h4 img {
    line-height: 0;
    width: 8vw;
    height: auto;
  }
  .cta .box .inner .block .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block .sentence h4 .cover .online {
    font-size: 1.8vw;
    line-height: 1.1;
  }
  .cta .box .inner .block .sentence h4 .cover .catch {
    font-size: 2.5vw;
  }
  .cta .box .inner .block .sentence p {
    margin: 15px 0 0 0;
    line-height: 1.8;
    font-size: 1.75vw;
  }
  .cta .box .inner .block .button {
    width: 45%;
    padding: 20px 0 0 0;
  }
  .cta .box .inner .block .button a {
    text-decoration: none;
    display: block;
    padding: 5px 20px 20px 20px;
  }
  .cta .box .inner .block .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .cta .box .inner .block .button a .sub p {
    border-radius: 100px;
    padding: 3px 20px 3px 20px;
  }
  .cta .box .inner .block .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .block .button a .main .icon {
    width: 4vw;
    height: auto;
  }
  .cta .box .inner .block .button a .main .catch {
    line-height: 1.3;
    font-size: 2vw;
  }
  .cta .box .inner .block .button a .main .arrow {
    width: 3vw;
    height: auto;
  }
  .cta .box .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta .box .inner .caution p {
    text-align: center;
    font-size: 11px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    padding: 10px 0 50px 0;
  }
  .cta .back p {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 12.5vw;
  }
  .cta::before {
    width: 100%;
    height: 50%;
  }
  .cta .box {
    width: 92%;
    margin: -20px auto 0;
  }
  .cta .box .inner {
    background: #fff;
    padding: 20px 0 30px 0;
  }
  .cta .box .inner .title {
    display: block;
    align-items: center;
    justify-content: center;
  }
  .cta .box .inner .title h2 {
    padding: 30px 10px 10px 10px;
  }
  .cta .box .inner .title h2 .main .catch {
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-size: 7vw;
  }
  .cta .box .inner .title h2 .sub {
    display: flex;
    margin: 25px 0 0 0;
  }
  .cta .box .inner .title h2 .sub .icon {
    width: 8vw;
    height: auto;
  }
  .cta .box .inner .title h2 .sub .catch {
    letter-spacing: 1px;
    font-size: 4.75vw;
    padding: 0 0 0 10px;
    line-height: 1.35;
  }
  .cta .box .inner .sp-disblock {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta .box .inner .sp-disblock .thumb {
    width: 27.5vw;
    height: auto;
    margin: 0 20px 0 0;
  }
  .cta .box .inner .sp-disblock .thumb:last-child {
    margin: 0 0 0 0;
  }
  .cta .box .inner .marks {
    display: block;
    margin: 0px 0 0 0;
    text-align: center;
  }
  .cta .box .inner .marks .mark {
    letter-spacing: 0;
    font-size: 4.25vw;
    margin: 10px 0px 0 0;
    padding: 5px 20px 5px 20px;
    display: inline-block;
  }
  .cta .box .inner .marks .mark:last-child {
    margin: 10px 0 0 0;
  }
  .cta .box .inner h3 {
    display: flex;
    margin: 20px 0 0 0;
  }
  .cta .box .inner h3 img {
    line-height: 0;
    width: 50px;
    height: auto;
  }
  .cta .box .inner h3 .catch {
    font-size: 26px;
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block {
    display: block;
    padding: 30px 20px 0 20px;
  }
  .cta .box .inner .block .sentence {
    width: 100%;
    padding: 0 5% 0 0;
  }
  .cta .box .inner .block .sentence h4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta .box .inner .block .sentence h4 img {
    line-height: 0;
    width: 15vw;
    height: auto;
  }
  .cta .box .inner .block .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta .box .inner .block .sentence h4 .cover .online {
    font-size: 3.75vw;
    line-height: 1.1;
  }
  .cta .box .inner .block .sentence h4 .cover .catch {
    font-size: 5.25vw;
  }
  .cta .box .inner .block .sentence p {
    margin: 15px 0 0 0;
    line-height: 1.5;
    font-size: 3.75vw;
  }
  .cta .box .inner .block .button {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .cta .box .inner .block .button a {
    text-decoration: none;
    border-radius: 100px;
    display: block;
    padding: 5px 15px 20px 15px;
  }
  .cta .box .inner .block .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .cta .box .inner .block .button a .sub p {
    border-radius: 100px;
    padding: 3px 20px 3px 20px;
    font-size: 4vw;
  }
  .cta .box .inner .block .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .block .button a .main .icon {
    width: 9vw;
    height: auto;
  }
  .cta .box .inner .block .button a .main .catch {
    line-height: 1.3;
    font-size: 5.25vw;
  }
  .cta .box .inner .block .button a .main .arrow {
    width: 7vw;
    height: auto;
  }
  .cta .box .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta .box .inner .caution p {
    text-align: center;
    font-size: 11px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.mailform {
  background: #f3f3f3;
}
.mailform .wrapper {
  padding: 30px 0 30px 0;
}
.mailform .wrapper .inner form#mail_form {
  margin: 0px auto 0;
  position: relative;
}
.mailform .wrapper .inner form#mail_form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  width: 100%;
  height: 3px;
}
.mailform .wrapper .inner form#mail_form .title {
  padding: 0 0 0px 0;
}
.mailform .wrapper .inner form#mail_form .title h2 {
  text-align: center;
  color: #3b6bec;
  letter-spacing: 2px;
  font-size: 42px;
  padding: 0px 0 0 0;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

form#mail_form {
  width: 1000px;
  margin: 0px auto 0;
  padding: 40px 0 40px 0;
  background: #fff;
  border-radius: 0px;
  line-height: 1.8;
}

form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
  font-style: normal;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 0px;
}

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

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

/* -- error message -------------------------------------------------------------------------------- */
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: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

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);
  -ms-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);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

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 {
  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: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 0px;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

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

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=zip21],
form#mail_form input[name=zip22] {
  width: 45%;
}

form#mail_form input[name=pref21],
form#mail_form input[name=addr21],
form#mail_form input[name=strt21] {
  width: 95%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 95%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 0px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

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

form#mail_form input[name=address] {
  width: calc(96% - 2px);
}

form#mail_form .haihun {
  display: inline-block !important;
  font-size: 30px !important;
  padding: 0 20px 0 20px !important;
}

/* -- button -------------------------------------------------------------------------------- */
p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
p#form_submit:after {
  transition: 0.3s;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==============================================
submit(送信ボタン)
===============================================*/
/* 変数設定 */
input[type=button] {
  background: linear-gradient(to right, rgb(248, 93, 0) 0%, rgb(255, 138, 0) 56%, rgb(252, 180, 54) 100%);
  box-shadow: 0px 0px 0px 2px #ea750d;
  vertical-align: middle;
  line-height: 1;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  font-weight: 700;
  margin: 10px auto 0px;
  padding: 18px 5px 22px 5px !important;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  border-radius: 60px;
  font-size: 30px;
}
input[type=button]:hover {
  background: linear-gradient(to right, rgb(248, 0, 0) 0%, rgb(255, 96, 0) 55%, rgb(255, 131, 64) 100%);
  cursor: pointer;
}

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

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 60%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
  form#mail_form input[type=button] {
    margin-left: 0;
  }
}
/* 1000pixel end */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mailform .wrapper {
    padding: 25px 0 25px 0;
  }
  .mailform .wrapper .inner form#mail_form .title {
    padding: 0 0 10px 0;
  }
  .mailform .wrapper .inner form#mail_form .title h2 {
    letter-spacing: 2px;
    font-size: 7vw;
  }
} /* 767px responsive-closed */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  margin: 0px 0 0 0;
  overflow: hidden;
}
.footer .wrapper {
  background: linear-gradient(135deg, #092981 0%, #07557b 100%);
}
.footer .wrapper .inner {
  padding: 80px 0 80px 0;
}
.footer .wrapper .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  padding: 0 2% 0 2%;
  margin: 0 auto 0;
}
.footer .wrapper .inner .top .logo {
  display: flex;
  align-items: center;
}
.footer .wrapper .inner .top .logo .image {
  line-height: 1;
  width: 300px;
  margin: 0 0 0 0;
}
.footer .wrapper .inner .top .logo .image img {
  width: 100%;
  height: auto;
}
.footer .wrapper .inner .top .logo .caption {
  font-style: normal;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
  padding: 0 0 0 30px;
}
.footer .wrapper .inner .top .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer .wrapper .inner .top .block .semi .mark p {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #3b6bec;
  padding: 6px 30px 6px 30px;
  font-size: 16px;
}
.footer .wrapper .inner .top .block .semi .mark p::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}
.footer .wrapper .inner .top .block .semi .main {
  color: #fff;
  margin: 5px 0 0 0;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 18px;
}
.footer .wrapper .inner .top .block .semi:nth-child(1) {
  padding: 0 35px 0 0;
}
.footer .wrapper .inner .middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  padding: 0 2% 0 2%;
  margin: 60px auto 0;
}
.footer .wrapper .inner .middle ul {
  width: 70%;
  list-style-type: none;
  margin: 0 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 50px 0 0;
}
.footer .wrapper .inner .middle ul li {
  padding: 10px 20px 10px 0px;
}
.footer .wrapper .inner .middle ul li a {
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.footer .wrapper .inner .middle .button {
  margin: 0px 0 0 0;
}
.footer .wrapper .inner .middle .button a {
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 30px;
}
.footer .wrapper .inner .middle .button a .icon {
  line-height: 0;
  width: 30px;
  margin: 0 10px 0 0;
}
.footer .wrapper .inner .middle .button a .icon img {
  width: 100%;
  height: auto;
}
.footer .wrapper .inner .middle .button a .catch {
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.footer .wrapper .bottom ul {
  list-style-type: none;
  max-width: 1480px;
  padding: 0 2% 0 2%;
  margin: 10px auto 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer .wrapper .bottom ul li {
  padding: 10px 20px 10px 20px;
}
.footer .wrapper .bottom ul li a {
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}
.footer .wrapper .last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: solid 2px #fff;
  max-width: 1480px;
  padding: 15px 2% 20px 2%;
  margin: 20px auto 0;
  color: #fff;
}
.footer .wrapper .last .left ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.footer .wrapper .last .left ul li {
  padding: 0 0 0 20px;
}
.footer .wrapper .last .left ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 0 0px 0 0px;
  font-size: 18px;
}
.footer .wrapper .last .right small {
  font-style: normal;
  display: block;
  font-family: "Antonio";
  letter-spacing: 5px;
  font-size: 18px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .wrapper .inner {
    padding: 50px 0 50px 0;
  }
  .footer .wrapper .inner .top {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .top .logo .image {
    width: 230px;
    margin: 0 0 0 0;
  }
  .footer .wrapper .inner .top .logo .image img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .logo .caption {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
  .footer .wrapper .inner .top .block .semi .mark p {
    padding: 6px 25px 6px 25px;
    font-size: 16px;
  }
  .footer .wrapper .inner .top .block .semi .mark p::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .footer .wrapper .inner .top .block .semi .main {
    margin: 5px 0 0 0;
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .footer .wrapper .inner .top .block .semi:nth-child(1) {
    padding: 0 25px 0 0;
  }
  .footer .wrapper .inner .middle {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 60px auto 0;
  }
  .footer .wrapper .inner .middle ul {
    width: 70%;
    margin: 0 0 0 0;
    padding: 0 50px 0 0;
  }
  .footer .wrapper .inner .middle ul li {
    padding: 10px 20px 10px 0px;
  }
  .footer .wrapper .inner .middle ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer .wrapper .inner .middle .button {
    margin: 0px 0 0 0;
  }
  .footer .wrapper .inner .middle .button a {
    padding: 10px 30px 10px 30px;
  }
  .footer .wrapper .inner .middle .button a .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .middle .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .middle .button a .catch {
    letter-spacing: 1px;
    font-size: 20px;
  }
  .footer .wrapper .bottom ul {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 10px auto 0;
  }
  .footer .wrapper .bottom ul li {
    padding: 10px 20px 10px 20px;
  }
  .footer .wrapper .bottom ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer .wrapper .last {
    max-width: 1480px;
    padding: 15px 2% 20px 2%;
    margin: 20px auto 0;
  }
  .footer .wrapper .last .left ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 0 0 20px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 16px;
  }
  .footer .wrapper .last .right small {
    letter-spacing: 7px;
    font-size: 16px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .wrapper .inner {
    padding: 50px 0 50px 0;
  }
  .footer .wrapper .inner .top {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .top .logo {
    display: block;
  }
  .footer .wrapper .inner .top .logo .image {
    width: 230px;
    margin: 0 0 0 0;
  }
  .footer .wrapper .inner .top .logo .image img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .logo .caption {
    font-size: 14px;
    padding: 10px 0 0 0px;
  }
  .footer .wrapper .inner .top .block .semi .mark p {
    padding: 6px 25px 6px 25px;
    font-size: 16px;
  }
  .footer .wrapper .inner .top .block .semi .mark p::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .footer .wrapper .inner .top .block .semi .main {
    margin: 5px 0 0 0;
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .footer .wrapper .inner .top .block .semi:nth-child(1) {
    padding: 0 25px 0 0;
  }
  .footer .wrapper .inner .middle {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 60px auto 0;
  }
  .footer .wrapper .inner .middle ul {
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 50px 0 0;
  }
  .footer .wrapper .inner .middle ul li {
    padding: 10px 20px 10px 0px;
  }
  .footer .wrapper .inner .middle ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer .wrapper .inner .middle .button {
    margin: 0px 0 0 0;
  }
  .footer .wrapper .inner .middle .button a {
    padding: 10px 30px 10px 30px;
  }
  .footer .wrapper .inner .middle .button a .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .middle .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .middle .button a .catch {
    letter-spacing: 1px;
    font-size: 20px;
  }
  .footer .wrapper .bottom ul {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 10px auto 0;
  }
  .footer .wrapper .bottom ul li {
    padding: 10px 20px 10px 20px;
  }
  .footer .wrapper .bottom ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer .wrapper .last {
    max-width: 1480px;
    padding: 15px 2% 20px 2%;
    margin: 20px auto 0;
  }
  .footer .wrapper .last .left ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 0 0 20px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 16px;
  }
  .footer .wrapper .last .right small {
    letter-spacing: 7px;
    font-size: 16px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer .wrapper .inner {
    padding: 50px 0 50px 0;
  }
  .footer .wrapper .inner .top {
    max-width: 1480px;
    padding: 0 4% 0 4%;
    margin: 0 auto 0;
    display: block;
  }
  .footer .wrapper .inner .top .logo {
    display: block;
  }
  .footer .wrapper .inner .top .logo .image {
    width: 65%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .top .logo .image img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .logo .caption {
    font-size: 3vw;
    text-align: center;
    padding: 10px 0 0 0px;
  }
  .footer .wrapper .inner .top .block {
    margin: 50px 0 0 0;
    letter-spacing: 0;
  }
  .footer .wrapper .inner .top .block .semi .mark p {
    padding: 6px 25px 6px 25px;
    font-size: 3.75vw;
  }
  .footer .wrapper .inner .top .block .semi .mark p::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    -o-border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image: linear-gradient(90deg, #4081cb 0%, #a4c0ea 45%, #48c1b5 70%, #a4c0ea 85%, #4081cb 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }
  .footer .wrapper .inner .top .block .semi .main {
    margin: 5px 0 0 0;
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 3.5vw;
    padding: 0 0 0 10px;
  }
  .footer .wrapper .inner .top .block .semi:nth-child(1) {
    padding: 0 0 0 0;
  }
  .footer .wrapper .inner .middle {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 60px auto 0;
    display: block;
  }
  .footer .wrapper .inner .middle ul {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
  }
  .footer .wrapper .inner .middle ul li {
    padding: 0px 0px 0px 0px;
  }
  .footer .wrapper .inner .middle ul li a {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 4vw;
    border-top: solid 1px #dbe7ff;
    padding: 10px 10px 10px 10px;
  }
  .footer .wrapper .inner .middle ul li:last-child a {
    border-bottom: solid 1px #dbe7ff;
  }
  .footer .wrapper .inner .middle .button {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .middle .button a {
    padding: 10px 30px 10px 30px;
  }
  .footer .wrapper .inner .middle .button a .icon {
    line-height: 0;
    width: 6vw;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .middle .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .middle .button a .catch {
    letter-spacing: 1px;
    font-size: 4.75vw;
  }
  .footer .wrapper .bottom ul {
    max-width: 1480px;
    padding: 0 2% 0 2%;
    margin: 10px auto 0;
  }
  .footer .wrapper .bottom ul li {
    padding: 10px 20px 10px 20px;
  }
  .footer .wrapper .bottom ul li a {
    letter-spacing: 1px;
    font-size: 3.75vw;
  }
  .footer .wrapper .last {
    max-width: 1480px;
    padding: 15px 2% 20px 2%;
    margin: 20px auto 0;
  }
  .footer .wrapper .last .left ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 0 0 20px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 3.75vw;
  }
  .footer .wrapper .last .right small {
    letter-spacing: 7px;
    font-size: 3vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#thanks .title {
  background: linear-gradient(90deg, #3464e6 0%, #2898a4 100%);
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}
#thanks .title h3 {
  text-align: center;
  padding: 10px 15px;
  line-height: 1.25;
}
#thanks .title h3 .cover {
  display: inline-block;
  border: solid 2px #fff;
  transform: skew(-15deg);
  margin: 0 auto 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 40px 8px 40px;
}
#thanks .title h3 .cover span {
  display: block;
  transform: skew(15deg);
}
#thanks .title h2 {
  font-size: 42px;
  margin: 10px 0 10px 0;
  line-height: 1.35;
  font-weight: 600;
  font-style: normal;
}
#thanks .title h2 .small {
  font-size: 0.7em;
}
#thanks .title .caption {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0px 5px 0px;
}
#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #3b6bec;
}
#thanks .wrapper .inner h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #3b6bec;
  color: #3b6bec;
}
#thanks .wrapper .inner .sentence h2 {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #3b6bec;
  color: #3b6bec;
}
#thanks .wrapper .inner .sentence.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: 18px;
  line-height: 1.7;
}
#thanks .wrapper .inner .sentence.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: 18px;
  line-height: 1.6;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #thanks .wrapper .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 4vw;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 7.5vw;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 4vw;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints */

/*# sourceMappingURL=style.css.map */
