@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Murecho";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Murecho-Regular-Subset.woff2") format("woff2"), url("../webfonts/Murecho-Regular-Subset.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Murecho";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/Murecho-Medium-Subset.woff2") format("woff2"), url("../webfonts/Murecho-Medium-Subset.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Murecho";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/Murecho-SemiBold-Subset.woff2") format("woff2"), url("../webfonts/Murecho-SemiBold-Subset.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/Jost-Medium.woff2") format("woff2"), url("../webfonts/Jost-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/Jost-Light.woff2") format("woff2"), url("../webfonts/Jost-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/Jost-SemiBold.woff2") format("woff2"), url("../webfonts/Jost-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Jost-Regular.woff2") format("woff2"), url("../webfonts/Jost-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Antonio-Regular.woff2") format("woff2"), url("../webfonts/Antonio-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/NotoSansJP-Regular.woff2") format("woff2"), url("../webfonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/NotoSansJP-Bold.woff2") format("woff2"), url("../webfonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (width >= 1024px) and (width <= 1280px) {
  html {
    font-size: 60%;
  }
}
@media screen and (width >= 768px) and (width <= 1023px) {
  html {
    font-size: 56%;
  }
}
@media screen and (width <= 767px) {
  html {
    font-size: 53%;
  }
}
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1px;
}

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

◆	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 */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― 変数設定
=============================================*/
.header-01 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 90vh;
}
.header-01 .bg {
  position: absolute;
  z-index: 4;
}
.header-01 .bg.bg-01 {
  left: 0;
  top: 0;
  transform-origin: left top;
  background: radial-gradient(at 20% 20%, rgb(133, 255, 231) 0px, transparent 50%);
  width: 30vw;
  height: 30vw;
  opacity: 1;
}
.header-01 .bg.bg-02 {
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  background: radial-gradient(at 100% 100%, rgb(121, 222, 255) 0px, transparent 50%);
  width: 45vw;
  height: 45vw;
  opacity: 0.9;
}
.header-01::before {
  content: "";
  position: absolute;
  z-index: 3;
  background: linear-gradient(45deg, #45bc96 0%, #2178dc 100%);
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  clip-path: polygon(0 0, 75% 0%, 42% 100%, 0% 100%);
  opacity: 0.85;
}
.header-01 .bg-phrase {
  text-align: right;
  position: absolute;
  z-index: 4;
  color: #fff;
  opacity: 0.85;
  mix-blend-mode: difference;
  font-family: "Antonio";
  font-weight: 400;
  line-height: 1.1;
  right: 0;
  bottom: 0;
  font-size: 12.5rem;
}
.header-01 .top {
  position: absolute;
  z-index: 6;
  width: 100%;
  padding: 3rem 0 0 0;
}
.header-01 .top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 3% 0 3%;
}
.header-01 .top .inner .left {
  display: flex;
  align-items: center;
}
.header-01 .top .inner .left .logo {
  width: 15rem;
}
.header-01 .top .inner .left .logo a img {
  width: 100%;
  height: auto;
}
.header-01 .top .inner .left p {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0 0 2.5rem;
}
.header-01 .top .inner .right {
  padding: 0 0 0 0;
}
.header-01 .top .inner .right a {
  background: linear-gradient(90deg, #1a824e 0%, #8ff442 100%);
  background: linear-gradient(135deg, rgb(199, 26, 135) 0%, rgb(235, 120, 74) 100%);
  box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
  display: inline-block;
  align-items: center;
  padding: 2rem 7rem 2rem 7rem;
  opacity: 0.9;
}
.header-01 .top .inner .right a .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
}
.header-01 .top .inner .right a .sub::before, .header-01 .top .inner .right a .sub::after {
  content: "";
  background: #fff;
  width: 0.1rem;
  height: 2rem;
}
.header-01 .top .inner .right a .sub::before {
  transform: rotate(-30deg);
  margin: 0 2rem 0 0;
}
.header-01 .top .inner .right a .sub::after {
  transform: rotate(30deg);
  margin: 0 0 0 2rem;
}
.header-01 .top .inner .right a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0 0;
}
.header-01 .top .inner .right a .main img {
  width: 3rem;
  height: auto;
  display: block;
  margin: 0 1rem 0 0;
}
.header-01 .top .inner .right a .main span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.header-01 .text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto 0;
}
.header-01 .text .inner {
  padding: 0 0 0 4%;
}
.header-01 .text .inner .semi {
  margin: 1rem 0 0 0;
}
.header-01 .text .inner .semi .line {
  display: inline-block;
  background: linear-gradient(90deg, #14282b 0%, #062e30 100%);
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  line-height: 1.35;
  padding: 0.15rem 1.5rem 0.15rem 1.5rem;
}
.header-01 .text .inner .semi .line .grade {
  display: inline-block;
  background: linear-gradient(45deg, #61ba9e 0%, #5cbbdb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 600;
}
.header-01 .text .inner .semi .line .grade .en {
  font-family: "Jost";
}
.header-01 .text .inner .semi:nth-child(1) {
  margin: 0 0 0 0;
}
.header-01 .text .inner h1 {
  margin: 1.5rem 0 0 0;
}
.header-01 .text .inner h1 .line {
  display: block;
}
.header-01 .text .inner h1 .line .catch {
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.2rem;
  font-size: 7.5rem;
  font-weight: 700;
}
.header-01 .text .inner h2 {
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0;
}
.header-01 .text .inner h2 span {
  color: #fff;
  font-size: 2.75rem;
}
.header-01 .text .inner .sentence {
  margin: 1.5rem 0 0 0;
}
.header-01 .text .inner .sentence p {
  color: #fff;
  mix-blend-mode: exclusion;
  opacity: 0.8;
  font-size: 2.2rem;
  line-height: 1.8;
  width: 55rem;
}
.header-01 .first-view-01 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
  width: 100%;
  height: 100%;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 8s ease-out;
}
.header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-01 {
    width: 100%;
    height: 90vh;
  }
  .header-01 .bg {
    position: absolute;
    z-index: 4;
  }
  .header-01 .bg.bg-01 {
    left: 0;
    top: 0;
    transform-origin: left top;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .header-01 .bg.bg-02 {
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .header-01::before {
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    clip-path: polygon(0 0, 75% 0%, 47% 100%, 0% 100%);
    opacity: 0.85;
  }
  .header-01 .bg-phrase {
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.1;
    right: 0;
    bottom: 0;
    font-size: 9.5rem;
  }
  .header-01 .top {
    width: 100%;
    padding: 3rem 0 0 0;
  }
  .header-01 .top .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3% 0 3%;
  }
  .header-01 .top .inner .left .logo {
    width: 15rem;
  }
  .header-01 .top .inner .left .logo a img {
    width: 100%;
    height: auto;
  }
  .header-01 .top .inner .left p {
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
  }
  .header-01 .top .inner .right {
    padding: 0 0 0 0;
  }
  .header-01 .top .inner .right a {
    padding: 2rem 7rem 2rem 7rem;
    opacity: 0.9;
  }
  .header-01 .top .inner .right a .sub {
    font-size: 1.6rem;
  }
  .header-01 .top .inner .right a .sub::before, .header-01 .top .inner .right a .sub::after {
    width: 0.1rem;
    height: 2rem;
  }
  .header-01 .top .inner .right a .sub::before {
    transform: rotate(-30deg);
    margin: 0 2rem 0 0;
  }
  .header-01 .top .inner .right a .sub::after {
    transform: rotate(30deg);
    margin: 0 0 0 2rem;
  }
  .header-01 .top .inner .right a .main {
    margin: 0.5rem 0 0 0;
  }
  .header-01 .top .inner .right a .main img {
    width: 3rem;
    height: auto;
    display: block;
    margin: 0 1rem 0 0;
  }
  .header-01 .top .inner .right a .main span {
    font-size: 2.2rem;
  }
  .header-01 .text {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  .header-01 .text .inner {
    padding: 0 0 0 3%;
  }
  .header-01 .text .inner .semi {
    margin: 1rem 0 0 0;
  }
  .header-01 .text .inner .semi .line {
    line-height: 1.35;
    padding: 0.15rem 1.5rem 0.15rem 1.5rem;
  }
  .header-01 .text .inner .semi .line .grade {
    font-size: 2.5rem;
  }
  .header-01 .text .inner .semi:nth-child(1) {
    margin: 0 0 0 0;
  }
  .header-01 .text .inner h1 {
    margin: 1.5rem 0 0 0;
  }
  .header-01 .text .inner h1 .line .catch {
    line-height: 1.25;
    letter-spacing: 0.2rem;
    font-size: 6.5rem;
  }
  .header-01 .text .inner h2 {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 0;
  }
  .header-01 .text .inner h2 span {
    font-size: 2.5rem;
  }
  .header-01 .text .inner .sentence {
    margin: 1.5rem 0 0 0;
  }
  .header-01 .text .inner .sentence p {
    opacity: 0.8;
    font-size: 2rem;
    line-height: 1.8;
    width: 45rem;
  }
  .header-01 .first-view-01 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 8s ease-out;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-01 {
    width: 100%;
    height: 90vh;
  }
  .header-01 .bg {
    position: absolute;
    z-index: 4;
  }
  .header-01 .bg.bg-01 {
    left: 0;
    top: 0;
    transform-origin: left top;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .header-01 .bg.bg-02 {
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .header-01::before {
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    clip-path: polygon(0 0, 75% 0%, 47% 100%, 0% 100%);
    opacity: 0.85;
  }
  .header-01 .bg-phrase {
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.1;
    right: 0;
    bottom: 0;
    font-size: 9.5rem;
  }
  .header-01 .top {
    width: 100%;
    padding: 3rem 0 0 0;
  }
  .header-01 .top .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3% 0 3%;
  }
  .header-01 .top .inner .left .logo {
    width: 15rem;
  }
  .header-01 .top .inner .left .logo a img {
    width: 100%;
    height: auto;
  }
  .header-01 .top .inner .left p {
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
  }
  .header-01 .top .inner .right {
    padding: 0 0 0 0;
  }
  .header-01 .top .inner .right a {
    padding: 2rem 7rem 2rem 7rem;
    opacity: 0.9;
  }
  .header-01 .top .inner .right a .sub {
    font-size: 1.6rem;
  }
  .header-01 .top .inner .right a .sub::before, .header-01 .top .inner .right a .sub::after {
    width: 0.1rem;
    height: 2rem;
  }
  .header-01 .top .inner .right a .sub::before {
    transform: rotate(-30deg);
    margin: 0 2rem 0 0;
  }
  .header-01 .top .inner .right a .sub::after {
    transform: rotate(30deg);
    margin: 0 0 0 2rem;
  }
  .header-01 .top .inner .right a .main {
    margin: 0.5rem 0 0 0;
  }
  .header-01 .top .inner .right a .main img {
    width: 3rem;
    height: auto;
    display: block;
    margin: 0 1rem 0 0;
  }
  .header-01 .top .inner .right a .main span {
    font-size: 2.2rem;
  }
  .header-01 .text {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  .header-01 .text .inner {
    padding: 0 0 0 3%;
  }
  .header-01 .text .inner .semi {
    margin: 1rem 0 0 0;
  }
  .header-01 .text .inner .semi .line {
    line-height: 1.35;
    padding: 0.15rem 1.5rem 0.15rem 1.5rem;
  }
  .header-01 .text .inner .semi .line .grade {
    font-size: 2.5rem;
  }
  .header-01 .text .inner .semi:nth-child(1) {
    margin: 0 0 0 0;
  }
  .header-01 .text .inner h1 {
    margin: 1.5rem 0 0 0;
  }
  .header-01 .text .inner h1 .line .catch {
    line-height: 1.25;
    letter-spacing: 0.2rem;
    font-size: 6.5rem;
  }
  .header-01 .text .inner h2 {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 0;
  }
  .header-01 .text .inner h2 span {
    font-size: 2.5rem;
  }
  .header-01 .text .inner .sentence {
    margin: 1.5rem 0 0 0;
  }
  .header-01 .text .inner .sentence p {
    opacity: 0.8;
    font-size: 2rem;
    line-height: 1.8;
    width: 45rem;
  }
  .header-01 .first-view-01 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 8s ease-out;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header-01 {
    width: 100%;
    height: 77vh;
  }
  .header-01 .bg.bg-01 {
    left: 0;
    top: 0;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .header-01 .bg.bg-02 {
    right: 0;
    bottom: 0;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .header-01::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    opacity: 0.85;
  }
  .header-01 .bg-phrase {
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.1;
    right: 0;
    bottom: 0;
    font-size: 8rem;
  }
  .header-01 .top {
    width: 100%;
    padding: 0 0 0 0;
  }
  .header-01 .top .inner {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0 3%;
  }
  .header-01 .top .inner .left {
    padding: 2rem 0 0 0;
  }
  .header-01 .top .inner .left .logo {
    width: 15rem;
  }
  .header-01 .top .inner .left .logo a img {
    width: 100%;
    height: auto;
  }
  .header-01 .top .inner .left p {
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
  }
  .header-01 .top .inner .right {
    padding: 0 0 0 0;
  }
  .header-01 .top .inner .right a {
    padding: 1rem 2.5rem 1rem 2.5rem;
    opacity: 0.9;
  }
  .header-01 .top .inner .right a .sub {
    font-size: 1.4rem;
  }
  .header-01 .top .inner .right a .sub::before, .header-01 .top .inner .right a .sub::after {
    content: "";
    width: 0.1rem;
    height: 2rem;
  }
  .header-01 .top .inner .right a .sub::before {
    transform: rotate(-30deg);
    margin: 0 1rem 0 0;
  }
  .header-01 .top .inner .right a .sub::after {
    transform: rotate(30deg);
    margin: 0 0 0 1rem;
  }
  .header-01 .top .inner .right a .main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0;
  }
  .header-01 .top .inner .right a .main img {
    width: 2.5rem;
    height: auto;
    display: block;
    margin: 0 1rem 0 0;
  }
  .header-01 .top .inner .right a .main span {
    font-size: 2.2rem;
  }
  .header-01 .text {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .header-01 .text .inner {
    padding: 0 0 0 0%;
  }
  .header-01 .text .inner .semi {
    margin: 1rem 0 0 0;
  }
  .header-01 .text .inner .semi .line {
    line-height: 1.35;
    padding: 0.15rem 1.5rem 0.15rem 1.5rem;
  }
  .header-01 .text .inner .semi .line .grade {
    letter-spacing: 0;
    font-size: 2.15rem;
  }
  .header-01 .text .inner .semi .line .grade .en {
    font-family: "Jost";
  }
  .header-01 .text .inner .semi:nth-child(1) {
    margin: 0 0 0 0;
  }
  .header-01 .text .inner h1 {
    margin: 1.5rem 0 0 2rem;
  }
  .header-01 .text .inner h1 .line {
    display: block;
  }
  .header-01 .text .inner h1 .line .catch {
    line-height: 1.25;
    letter-spacing: 0.2rem;
    font-size: 6rem;
  }
  .header-01 .text .inner h2 {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 2rem;
  }
  .header-01 .text .inner h2 span {
    font-size: 2.5rem;
  }
  .header-01 .text .inner .sentence {
    margin: 1.5rem 0 0 0;
  }
  .header-01 .text .inner .sentence p {
    mix-blend-mode: exclusion;
    opacity: 0.8;
    font-size: 2rem;
    line-height: 1.8;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }
  .header-01 .first-view-01 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 100%;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 8s ease-out;
  }
  .header-01 .first-view-01 .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 SCHEDULE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.schedule-03 {
  position: relative;
  z-index: 3;
  text-align: center;
}
.schedule-03 .container {
  margin: 0 auto 0;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 238, 0.95) 100%);
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  display: inline-flex;
  align-items: center;
  max-width: 1280px;
  margin: -8rem auto 0;
  padding: 2.5rem 4rem 2.5rem 4rem;
  font-weight: 700;
}
.schedule-03 .container::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
  -o-border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.schedule-03 .container .left {
  position: relative;
}
.schedule-03 .container .left .inner {
  position: relative;
  z-index: 2;
  color: #e63127;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-03 .container .left .inner .en {
  font-family: "Jost";
}
.schedule-03 .container .left .inner .kai {
  border: solid 2px #e63127;
  font-size: 2.25rem;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  padding: 0rem 1rem 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-03 .container .left .inner .kai .mark {
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule-03 .container .left .inner .day {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: -0.4rem;
  padding: 0 0 0 2rem;
}
.schedule-03 .container .left .inner .day .small {
  font-size: 2.5rem;
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule-03 .container .left .inner .day .middle {
  font-size: 3rem;
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule-03 .container .left .inner .day .big {
  letter-spacing: 0;
  font-size: 5.5rem;
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule-03 .container .left .inner .time {
  position: relative;
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.5rem;
  line-height: 1.3;
  padding: 0 3rem 0 1rem;
}
.schedule-03 .container .left .inner .time::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ff2222 10%, #f6a83b 100%);
  border-radius: 3px;
  width: 0.2rem;
  height: 8rem;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(25deg);
}
.schedule-03 .container .right {
  position: relative;
  padding: 0 0 0 3rem;
}
.schedule-03 .container .right .inner {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.schedule-03 .container .right .inner .online {
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  padding: 0 2rem 0 0;
}
.schedule-03 .container .right .inner .price {
  display: flex;
  align-items: center;
}
.schedule-03 .container .right .inner .price .mark {
  border: solid 2px #fc6b6b;
  padding: 0.1rem 3rem 0.1rem 3rem;
  font-size: 2rem;
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule-03 .container .right .inner .price .main {
  display: inline-block;
  background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  padding: 0 0 0 1.5rem;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .schedule-03 {
    text-align: center;
  }
  .schedule-03 .container {
    max-width: 94%;
    margin: -8rem auto 0;
    padding: 3rem 3.5rem 3rem 3.5rem;
  }
  .schedule-03 .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    -o-border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .schedule-03 .container .left .inner .kai {
    font-size: 2rem;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    padding: 0rem 0rem;
  }
  .schedule-03 .container .left .inner .day {
    font-size: 2rem;
    line-height: 1;
    top: -0.4rem;
    padding: 0 0 0 1.5rem;
  }
  .schedule-03 .container .left .inner .day .small {
    font-size: 2.25rem;
    display: inline-block;
    background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .schedule-03 .container .left .inner .day .middle {
    font-size: 2.5rem;
  }
  .schedule-03 .container .left .inner .day .big {
    font-size: 4.5rem;
  }
  .schedule-03 .container .left .inner .time {
    font-size: 2.75rem;
    line-height: 1.3;
    padding: 0 1.5rem 0 1rem;
  }
  .schedule-03 .container .left .inner .time::after {
    border-radius: 3px;
    width: 0.2rem;
    height: 8rem;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(25deg);
  }
  .schedule-03 .container .right {
    padding: 0 0 0 2rem;
  }
  .schedule-03 .container .right .inner .online {
    font-size: 2.5rem;
    padding: 0 1.5rem 0 0;
  }
  .schedule-03 .container .right .inner .price .mark {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 1.6rem;
  }
  .schedule-03 .container .right .inner .price .main {
    font-size: 3.5rem;
    padding: 0 0 0 1rem;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .schedule-03 {
    text-align: center;
  }
  .schedule-03 .container {
    max-width: 94%;
    margin: -8rem auto 0;
    padding: 2rem 3.5rem 2rem 3.5rem;
    display: block;
  }
  .schedule-03 .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    -o-border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .schedule-03 .container .left .inner .kai {
    font-size: 1.6rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    padding: 0rem 0rem;
  }
  .schedule-03 .container .left .inner .day {
    font-size: 2rem;
    line-height: 1;
    top: -0.4rem;
    padding: 0 0 0 1.5rem;
  }
  .schedule-03 .container .left .inner .day .small {
    font-size: 2.25rem;
    display: inline-block;
    background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .schedule-03 .container .left .inner .day .middle {
    font-size: 2.5rem;
  }
  .schedule-03 .container .left .inner .day .big {
    font-size: 4.5rem;
  }
  .schedule-03 .container .left .inner .time {
    font-size: 2.75rem;
    line-height: 1.3;
    padding: 0 1.5rem 0 1rem;
  }
  .schedule-03 .container .left .inner .time::after {
    display: none;
  }
  .schedule-03 .container .right {
    padding: 0 0 0 2rem;
  }
  .schedule-03 .container .right .inner {
    justify-content: center;
  }
  .schedule-03 .container .right .inner .online {
    font-size: 2.5rem;
    padding: 0 1.5rem 0 0;
  }
  .schedule-03 .container .right .inner .price .mark {
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 1.6rem;
  }
  .schedule-03 .container .right .inner .price .main {
    font-size: 3.5rem;
    padding: 0 0 0 1rem;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .schedule-03 .container {
    max-width: 92%;
    margin: -7rem auto 0;
    padding: 2.5rem 2rem 2.5rem 2rem;
    display: block;
  }
  .schedule-03 .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    -o-border-image: linear-gradient(90deg, #e63127 0%, #ffd572 45%, #fc6b11 70%, #ffd572 85%, #e63127 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .schedule-03 .container .left .inner .kai {
    font-size: 1.5rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    padding: 0rem;
  }
  .schedule-03 .container .left .inner .day {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    top: -0.4rem;
    letter-spacing: 0;
    padding: 0 0 0 1rem;
  }
  .schedule-03 .container .left .inner .day .small {
    font-size: 1.6rem;
  }
  .schedule-03 .container .left .inner .day .middle {
    font-size: 1.8rem;
  }
  .schedule-03 .container .left .inner .day .big {
    font-size: 3.5rem;
  }
  .schedule-03 .container .left .inner .time {
    font-size: 2.25rem;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 0 0rem 0 1rem;
  }
  .schedule-03 .container .left .inner .time::after {
    display: none;
  }
  .schedule-03 .container .right {
    padding: 0 0 0 0em;
  }
  .schedule-03 .container .right .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .schedule-03 .container .right .inner .online {
    font-size: 2rem;
    padding: 0 2rem 0 0;
  }
  .schedule-03 .container .right .inner .price {
    display: flex;
    align-items: center;
  }
  .schedule-03 .container .right .inner .price .mark {
    border: solid 2px #fc6b6b;
    padding: 0.1rem 2rem 0.1rem 2rem;
    font-size: 1.5rem;
    display: inline-block;
    background: linear-gradient(60deg, #e6251b 0%, #ff9100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .schedule-03 .container .right .inner .price .main {
    font-size: 3.25rem;
    padding: 0 0 0 1.5rem;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 BASIC 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction {
  position: relative;
  margin: 3rem 0 0 0;
  padding: 5rem 0 4rem 0;
}
.introduction .radial-02 {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.introduction .radial-02 .bg {
  position: absolute;
}
.introduction .radial-02 .bg.bg-01 {
  left: -20%;
  top: 0%;
  transform-origin: left top;
  background: radial-gradient(circle, rgb(54, 210, 148) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.introduction .back-en {
  font-family: "Jost";
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 0;
}
.introduction .back-en span {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5rem;
  font-size: 12rem;
  font-weight: 400;
  opacity: 0.25;
}
.introduction .container {
  position: relative;
  z-index: 3;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0rem 2% 0rem 2%;
  display: flex;
  justify-content: center;
}
.introduction .container .left {
  width: 52.5rem;
}
.introduction .container .left .box-wrapper .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  background: #ffffff;
  width: 100%;
  margin: 2.5rem 0 0 0;
  padding: 15px 20px 15px 20px;
}
.introduction .container .left .box-wrapper .box::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.introduction .container .left .box-wrapper .box:nth-child(1) {
  margin: 0 0 0 0;
}
.introduction .container .left .box-wrapper .box .icon {
  line-height: 0;
  width: 100px;
  margin: 0 25px 0 0;
}
.introduction .container .left .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.introduction .container .left .box-wrapper .box .text {
  border-left: solid 2px #e6fff6;
  width: calc(100% - 125px);
  padding: 0 0 0 25px;
}
.introduction .container .left .box-wrapper .box .text h3 {
  font-weight: 600;
}
.introduction .container .left .box-wrapper .box .text h3 .cover {
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
  background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
  letter-spacing: 1px;
  font-size: 19px;
  padding: 3px 15px 5px 15px;
}
.introduction .container .left .box-wrapper .box .text p {
  color: #565656;
  font-weight: 600;
  font-size: 19px;
  margin: 3px 0 0 0;
}
.introduction .container .left .box-wrapper .box .text p .red {
  color: #1c8494;
}
.introduction .container .right {
  width: 80rem;
  padding: 0 0 0 5rem;
}
.introduction .container .right h2 {
  font-size: 4.5rem;
  color: #565656;
}
.introduction .container .right h2 .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduction .container .right .sentence {
  margin: 1.5rem 0 0 0;
}
.introduction .container .right .sentence p {
  line-height: 2.2;
  padding: 1rem 0 1rem 0;
  font-size: 1.6rem;
  color: #565656;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction {
    margin: 1.5rem 0 0 0;
    padding: 4rem 0 4rem 0;
  }
  .introduction .radial-02 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .introduction .radial-02 .bg {
    position: absolute;
  }
  .introduction .radial-02 .bg.bg-01 {
    left: -20%;
    top: 0%;
    transform-origin: left top;
    background: radial-gradient(circle, rgb(54, 210, 148) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .introduction .back-en {
    right: 2rem;
    bottom: 0;
  }
  .introduction .back-en span {
    font-size: 10rem;
    opacity: 0.25;
  }
  .introduction .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0rem 2% 0rem 2%;
  }
  .introduction .container .left {
    width: 45%;
  }
  .introduction .container .left .box-wrapper .box {
    width: 100%;
    margin: 2.5rem 0 0 0;
    padding: 15px 15px 15px 15px;
  }
  .introduction .container .left .box-wrapper .box::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .introduction .container .left .box-wrapper .box:nth-child(1) {
    margin: 0 0 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon {
    line-height: 0;
    width: 80px;
    margin: 0 15px 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .introduction .container .left .box-wrapper .box .text {
    width: calc(100% - 95px);
    padding: 0 0 0 15px;
  }
  .introduction .container .left .box-wrapper .box .text h3 .cover {
    letter-spacing: 1px;
    font-size: 1.8rem;
    padding: 3px 15px 5px 15px;
  }
  .introduction .container .left .box-wrapper .box .text p {
    font-size: 1.8rem;
    margin: 3px 0 0 0;
  }
  .introduction .container .right {
    width: 55%;
    padding: 0 0 0 3.5rem;
  }
  .introduction .container .right h2 {
    font-size: 4.15rem;
  }
  .introduction .container .right .sentence {
    margin: 1.5rem 0 0 0;
  }
  .introduction .container .right .sentence p {
    line-height: 2.2;
    padding: 1rem 0 1rem 0;
    font-size: 1.6rem;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction {
    margin: 1.5rem 0 0 0;
    padding: 4rem 0 4rem 0;
  }
  .introduction .radial-02 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .introduction .radial-02 .bg {
    position: absolute;
  }
  .introduction .radial-02 .bg.bg-01 {
    left: -20%;
    top: 0%;
    transform-origin: left top;
    background: radial-gradient(circle, rgb(54, 210, 148) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .introduction .back-en {
    right: 2rem;
    bottom: 0;
  }
  .introduction .back-en span {
    font-size: 10rem;
    opacity: 0.25;
  }
  .introduction .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0rem 2% 0rem 2%;
  }
  .introduction .container .left {
    width: 52.5%;
  }
  .introduction .container .left .box-wrapper .box {
    width: 100%;
    margin: 2.5rem 0 0 0;
    padding: 15px 15px 15px 15px;
  }
  .introduction .container .left .box-wrapper .box::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .introduction .container .left .box-wrapper .box:nth-child(1) {
    margin: 0 0 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon {
    line-height: 0;
    width: 80px;
    margin: 0 15px 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .introduction .container .left .box-wrapper .box .text {
    width: calc(100% - 95px);
    padding: 0 0 0 15px;
  }
  .introduction .container .left .box-wrapper .box .text h3 .cover {
    letter-spacing: 1px;
    font-size: 1.75rem;
    padding: 3px 15px 5px 15px;
  }
  .introduction .container .left .box-wrapper .box .text p {
    font-size: 1.8rem;
    margin: 3px 0 0 0;
  }
  .introduction .container .right {
    width: 47.5%;
    padding: 0 0 0 3rem;
  }
  .introduction .container .right h2 {
    font-size: 4.15rem;
  }
  .introduction .container .right .sentence {
    margin: 1.5rem 0 0 0;
  }
  .introduction .container .right .sentence p {
    line-height: 2.2;
    padding: 1rem 0 1rem 0;
    font-size: 1.6rem;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction {
    margin: 3rem 0 0 0;
    padding: 2rem 0 4rem 0;
  }
  .introduction .radial-02 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .introduction .radial-02 .bg.bg-01 {
    left: -20%;
    top: 0%;
    transform-origin: left top;
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .introduction .back-en {
    right: 2rem;
    bottom: 0;
  }
  .introduction .back-en span {
    letter-spacing: 0.5rem;
    font-size: 15vw;
    font-weight: 400;
    opacity: 0.25;
  }
  .introduction .container {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0rem 2% 0rem 2%;
    display: block;
  }
  .introduction .container .left {
    width: 100%;
    margin: 0 auto 0;
  }
  .introduction .container .left .box-wrapper .box {
    width: 100%;
    margin: 1.5rem 0 0 0;
    padding: 15px 20px 15px 20px;
  }
  .introduction .container .left .box-wrapper .box::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .introduction .container .left .box-wrapper .box:nth-child(1) {
    margin: 0 0 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon {
    line-height: 0;
    width: 7rem;
    margin: 0 2em 0 0;
  }
  .introduction .container .left .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .introduction .container .left .box-wrapper .box .text {
    border-left: solid 2px #e6fff6;
    width: calc(100% - 9rem);
    padding: 0 0 0 2rem;
  }
  .introduction .container .left .box-wrapper .box .text h3 .cover {
    line-height: 1.25;
    letter-spacing: 1px;
    font-size: 4vw;
    padding: 3px 15px 5px 15px;
  }
  .introduction .container .left .box-wrapper .box .text p {
    font-size: 4vw;
    margin: 3px 0 0 0;
  }
  .introduction .container .right {
    width: 100%;
    padding: 2rem 0 0 4%;
  }
  .introduction .container .right h2 {
    font-size: 7vw;
  }
  .introduction .container .right .sentence {
    margin: 1.5rem 0 0 0;
  }
  .introduction .container .right .sentence p {
    line-height: 2.2;
    padding: 1rem 0 1rem 0;
    font-size: 3.75vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 FIX-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.fix-menu {
  position: fixed;
  z-index: 9;
  width: 770px;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  text-align: center;
  opacity: 0; /* 初期は透明 */
  transform: translateY(50px); /* 初期は下に50pxずらす */
  transition: opacity 0.5s ease, transform 0.5s ease; /* トランジション効果 */
  pointer-events: none; /* 非表示時にクリックを無効化 */
}
.fix-menu.active {
  opacity: 0.9; /* 透明度を1に */
  transform: translateY(0); /* 元の位置に戻る */
  pointer-events: auto; /* クリックを有効化 */
}
.fix-menu .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.fix-menu .inner ul li {
  width: 100%;
}
.fix-menu .inner ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 2rem 1rem 2rem;
  display: block;
}
.fix-menu .inner ul li a .sub {
  text-align: center;
  margin: -1.5rem 0 0 0;
  display: block;
}
.fix-menu .inner ul li a .sub .catch {
  display: inline-block;
  background: #fff;
  font-size: 1.4rem;
  padding: 1px 3rem 1px 3rem;
}
.fix-menu .inner ul li a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0 0;
}
.fix-menu .inner ul li a .main .icon {
  width: 3.5rem;
  height: auto;
}
.fix-menu .inner ul li a .main .catch {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 2.2rem;
  padding: 0 0px 0 0.5rem;
}
.fix-menu .inner ul li a .add {
  font-size: 1.5rem;
}
.fix-menu .inner ul li:nth-child(1) {
  background: linear-gradient(135deg, rgb(12, 188, 123) 0%, rgb(99, 217, 49) 100%);
}
.fix-menu .inner ul li:nth-child(1) a .sub .catch {
  color: rgb(12, 188, 123);
  border: solid 3px rgb(12, 188, 123);
}
.fix-menu .inner ul li:nth-child(2) {
  background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
}
.fix-menu .inner ul li:nth-child(2) a .sub .catch {
  border: solid 3px rgb(227, 49, 162);
  color: rgb(227, 49, 162);
}
.fix-menu .inner .detail {
  line-height: 1.5;
  font-size: 14px;
  color: #0cb837;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fix-menu {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fix-menu .inner ul li {
    width: 100%;
  }
  .fix-menu .inner ul li a {
    padding: 5px 20px 15px 20px;
  }
  .fix-menu .inner ul li a .place {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .fix-menu .inner ul li a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .fix-menu .inner ul li a .sub p {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    padding: 1px 20px 1px 20px;
  }
  .fix-menu .inner ul li a .main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .fix-menu .inner ul li a .main .icon {
    width: 25px;
    height: auto;
  }
  .fix-menu .inner ul li a .main .catch {
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
    padding: 0 0px 0 10px;
  }
  .fix-menu .inner ul li a .main .arrow {
    width: 20px;
    height: auto;
  }
  .fix-menu .inner ul li a .main .add {
    font-size: 14px;
  }
  .fix-menu .inner ul li:nth-child(1) {
    background: linear-gradient(135deg, rgb(12, 188, 123) 0%, rgb(99, 217, 49) 100%);
  }
  .fix-menu .inner ul li:nth-child(1) a .sub p {
    color: rgb(12, 188, 123);
    border: solid 3px rgb(12, 188, 123);
  }
  .fix-menu .inner ul li:nth-child(2) {
    background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
  }
  .fix-menu .inner ul li:nth-child(2) a .sub p {
    border: solid 3px rgb(227, 49, 162);
    color: rgb(227, 49, 162);
  }
  .fix-menu .inner .detail {
    line-height: 1.5;
    font-size: 14px;
    color: #0cb837;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .fix-menu {
    width: 100%;
    padding: 15px 0px 10px 0px;
  }
  .fix-menu.active {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
    pointer-events: auto; /* クリックを有効化 */
  }
  .fix-menu .inner ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .fix-menu .inner ul li {
    width: 100%;
  }
  .fix-menu .inner ul li a {
    padding: 5px 10px 10px 10px;
    height: 100%;
  }
  .fix-menu .inner ul li a .place {
    margin: -10px 0 0 0;
  }
  .fix-menu .inner ul li a .place #tel-place {
    font-size: 3.5vw;
    padding: 3px 20px 3px 20px;
  }
  .fix-menu .inner ul li a .sub {
    margin: -10px 0 0 0;
  }
  .fix-menu .inner ul li a .sub p {
    font-size: 3.5vw;
    padding: 3px 20px 3px 20px;
  }
  .fix-menu .inner ul li a .main {
    margin: 5px 0 0 0;
  }
  .fix-menu .inner ul li a .main .tel {
    width: 4vw;
    height: auto;
  }
  .fix-menu .inner ul li a .main .number {
    font-size: 4.25vw;
    padding: 0 0px 0 5px;
  }
  .fix-menu .inner ul li a .main #tel-number {
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .fix-menu .inner ul li a .main .icon {
    width: 4vw;
    height: auto;
  }
  .fix-menu .inner ul li a .main .catch {
    font-size: 3.75vw;
    padding: 0 0px 0 5px;
  }
  .fix-menu .inner ul li a .main .arrow {
    width: 20px;
    height: auto;
  }
  .fix-menu .inner ul li a .add {
    font-size: 3vw;
  }
  .fix-menu .inner .detail {
    line-height: 1.5;
    font-size: 3vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 BASIC 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.example {
  padding: 5rem 0 5rem 0;
  margin: 3rem 0 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #e3f8ff 50%, #ffffff 100%);
}
.example .title {
  position: relative;
}
.example .title .back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.9rem;
  font-size: 13rem;
  opacity: 0.17;
}
.example .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #474747;
  margin: 1rem 0 0 0;
}
.example .title h2 .sub {
  position: relative;
  display: inline-block;
  transform: skew(-20deg);
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.example .title h2 .sub::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.example .title h2 .sub .catch {
  display: inline-block;
  padding: 0.1rem 4rem 0.1rem 4rem;
  transform: skew(20deg);
  position: relative;
  color: #1c8494;
  font-size: 2rem;
}
.example .title h2 .main {
  display: block;
  font-size: 5.5rem;
}
.example .title h2 .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.example .title .semi {
  text-align: center;
  font-family: "Antonio";
  color: #454554;
  font-size: 1.8rem;
}
.example .container .splide {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 10px 0% 40px 0%;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  cursor: pointer;
  padding: 0 0 6rem 0;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box {
  box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
  background: linear-gradient(90deg, #fbfffe 0%, #f7fdff 100%);
  margin: 30px 0 0px 0;
  position: relative;
  height: 100%;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb {
  position: relative;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image {
  width: 100%;
  aspect-ratio: 16/7;
  margin: 0 auto 0;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text {
  color: #fff;
  position: relative;
  padding: 2.5rem 4.5rem 2rem;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .back {
  position: absolute;
  opacity: 0.25;
  font-family: "Antonio";
  font-weight: 400;
  line-height: 1.1;
  left: 10px;
  top: 0px;
  letter-spacing: 1.2rem;
  font-size: 5rem;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number {
  display: flex;
  align-items: center;
  line-height: 1.2;
  z-index: 5;
  font-family: "Antonio";
  font-weight: 400;
  opacity: 0.5;
  font-size: 3rem;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .sub {
  font-size: 2rem;
  padding: 0 1rem 0 0;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.6rem;
  border: solid 2px #1c8494;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main .catch {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text h3 {
  color: #1c8494;
  font-size: 2.5rem;
  margin: 1.5rem 0 0 0;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text p {
  color: #565656;
  line-height: 2;
  font-size: 1.7rem;
  margin: 1rem 0 0 0;
}
.example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
  position: relative;
}
.example .container .splide .splide-wrapper .splide__pagination__page.is-active {
  position: relative;
  background: #1c8494;
}
.example .container .splide .splide-wrapper .splide__progress__bar {
  background: #cccccc;
  height: 3px;
}
.example .container .splide .splide-wrapper .splide__arrow {
  position: absolute;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
  cursor: pointer;
  width: 4em;
  height: 4em;
  padding: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.example .container .splide .splide-wrapper .splide__arrow svg {
  width: 2.2em;
  height: 2.2em;
  fill: #cbf7e7;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .example {
    padding: 5rem 0 5rem 0;
    margin: 3rem 0 0 0;
  }
  .example .title {
    position: relative;
  }
  .example .title .back {
    font-weight: 400;
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .example .title h2 {
    margin: 1rem 0 0 0;
  }
  .example .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    transform: skew(20deg);
    font-size: 2rem;
  }
  .example .title h2 .main {
    font-size: 5.5rem;
  }
  .example .title .semi {
    font-size: 1.8rem;
  }
  .example .container .splide {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 10px 0% 40px 0%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 0 0 6rem 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box {
    margin: 30px 0 0px 0;
    height: 100%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image {
    width: 100%;
    aspect-ratio: 16/7;
    margin: 0 auto 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text {
    padding: 2.5rem 4.5rem 2rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .back {
    opacity: 0.25;
    line-height: 1.1;
    left: 10px;
    top: 0px;
    letter-spacing: 1.2rem;
    font-size: 5rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number {
    line-height: 1.2;
    opacity: 0.5;
    font-size: 3rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .sub {
    font-size: 2rem;
    padding: 0 1rem 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text h3 {
    font-size: 2.5rem;
    margin: 1.5rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text p {
    line-height: 2;
    font-size: 1.7rem;
    margin: 1rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .example .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .example .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .example {
    padding: 5rem 0 5rem 0;
    margin: 3rem 0 0 0;
  }
  .example .title {
    position: relative;
  }
  .example .title .back {
    font-weight: 400;
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .example .title h2 {
    margin: 1rem 0 0 0;
  }
  .example .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    transform: skew(20deg);
    font-size: 2rem;
  }
  .example .title h2 .main {
    font-size: 5.5rem;
  }
  .example .title .semi {
    font-size: 1.8rem;
  }
  .example .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 10px 0% 40px 0%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    padding: 0 0 6rem 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box {
    margin: 30px 0 0px 0;
    height: 100%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image {
    width: 100%;
    aspect-ratio: 16/7;
    margin: 0 auto 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text {
    padding: 2.5rem 4.5rem 2rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .back {
    opacity: 0.25;
    line-height: 1.1;
    left: 10px;
    top: 0px;
    letter-spacing: 1.2rem;
    font-size: 5rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number {
    line-height: 1.2;
    opacity: 0.5;
    font-size: 3rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .sub {
    font-size: 2rem;
    padding: 0 1rem 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text h3 {
    font-size: 2.5rem;
    margin: 1.5rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text p {
    line-height: 2;
    font-size: 1.7rem;
    margin: 1rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .example .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .example .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .example {
    padding: 3rem 0 3rem 0;
    margin: 3rem 0 0 0;
  }
  .example .title {
    position: relative;
  }
  .example .title .back {
    letter-spacing: 0.9rem;
    font-size: 20vw;
    opacity: 0.17;
  }
  .example .title h2 {
    margin: 1rem 0 0 0;
  }
  .example .title h2 .sub::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .example .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 3.75vw;
  }
  .example .title h2 .main {
    font-size: 9vw;
  }
  .example .title .semi {
    font-size: 4vw;
  }
  .example .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 10px 0% 40px 0%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    cursor: pointer;
    padding: 0 0 6rem 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box {
    box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
    background: linear-gradient(90deg, #fbfffe 0%, #f7fdff 100%);
    margin: 30px 2% 0px 0;
    position: relative;
    height: 100%;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image {
    width: 100%;
    aspect-ratio: 16/7;
    margin: 0 auto 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .thumb .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text {
    color: #fff;
    position: relative;
    padding: 2.5rem 4.5rem 2rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .back {
    position: absolute;
    opacity: 0.25;
    font-family: "Antonio";
    font-weight: 400;
    line-height: 1.1;
    left: 10px;
    top: 0px;
    letter-spacing: 1.2rem;
    font-size: 5rem;
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number {
    display: flex;
    align-items: center;
    line-height: 1.2;
    z-index: 5;
    font-family: "Antonio";
    font-weight: 400;
    opacity: 0.5;
    font-size: 3rem;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .sub {
    font-size: 2rem;
    padding: 0 1rem 0 0;
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    border: solid 2px #1c8494;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text .number .main .catch {
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text h3 {
    color: #1c8494;
    font-size: 2.5rem;
    margin: 1.5rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .box .text p {
    color: #565656;
    line-height: 2;
    font-size: 1.7rem;
    margin: 1rem 0 0 0;
  }
  .example .container .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .example .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
    background: #1c8494;
  }
  .example .container .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .example .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .example .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
    fill: #cbf7e7;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 TARGETING 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.targeting {
  position: relative;
  z-index: 1;
}
.targeting:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  left: 0;
  bottom: 0;
}
.targeting .container {
  position: relative;
  z-index: 2;
  padding: 0 0 40px 0;
}
.targeting .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  max-width: 1680px;
  margin: 5px auto 0;
  padding: 0 2% 0px 2%;
}
.targeting .container .box-wrapper .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  width: 32.5%;
  margin: 30px 0 0 0;
  position: relative;
}
.targeting .container .box-wrapper .box::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
.targeting .container .box-wrapper .box .inside {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: calc(100% - 0px);
  padding: 35px 30px 35px 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);
  padding: 0 0 0 15px;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 1px;
  position: relative;
  color: #565656;
}
.targeting .container .box-wrapper .box .inside .text .color {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.targeting .container .box-wrapper .box:nth-child(3n) {
  margin: 30px 0 0 0;
}
.targeting .container .explain {
  padding: 20px 0 0px 0;
}
.targeting .container .explain p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .targeting .container {
    padding: 0 0 25px 0;
  }
  .targeting .container .box-wrapper {
    max-width: 98%;
    margin: 10px auto 0;
    padding: 0 0 10px 0;
  }
  .targeting .container .box-wrapper .box {
    width: 32.5%;
    margin: 20px 0 0 0;
  }
  .targeting .container .box-wrapper .box .inside {
    width: calc(100% - 0px);
    padding: 15px 20px 15px 20px;
  }
  .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 12px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .targeting .container .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .targeting .container .explain {
    padding: 10px 0 0px 0;
  }
  .targeting .container .explain p {
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .targeting:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .targeting .container .box-wrapper {
    max-width: 97%;
    margin: 10px auto 0;
    padding: 0 0 0px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .targeting .container .box-wrapper .box {
    width: 49%;
    margin: 20px 2% 0 0;
  }
  .targeting .container .box-wrapper .box .inside {
    width: calc(100% - 0px);
    padding: 20px 20px 20px 20px;
  }
  .targeting .container .box-wrapper .box .inside .icon {
    width: 22px;
    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% - 22px);
    padding: 0 0 0 10px;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .targeting .container .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .targeting .container .explain {
    padding: 10px 0 0px 0;
  }
  .targeting .container .explain p {
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .targeting {
    margin: 20px 0 0 0;
  }
  .targeting:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
    left: 0;
    bottom: 0;
  }
  .targeting .container {
    padding: 5px 0 20px 0;
  }
  .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 10px 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(3n) {
    margin: 10px 0 0 0;
  }
  .targeting .container .explain {
    padding: 5px 0 0px 0;
  }
  .targeting .container .explain p {
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
    font-weight: 700;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  position: relative;
  z-index: 1;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.cta .clip-deco {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 40%);
  background: linear-gradient(90deg, #f5fffc 10%, #e3f8ff 100%);
  width: 100%;
  height: 100vh;
  transform: rotate(-5deg);
}
.cta .container {
  position: relative;
  z-index: 2;
  padding: 60px 0 60px 0;
  color: #343434;
  max-width: 1920px;
  margin: 0 auto 0;
  width: 90%;
}
.cta .container::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.cta .container .semi {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.cta .container .semi span {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .container h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin: 20px 0 0 0;
}
.cta .container h2 span {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .container p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  margin: 40px 0 20px 0;
}
.cta .container p .br01 {
  display: none;
}
.cta .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
  gap: 1.5rem;
}
.cta .container ul li {
  position: relative;
  color: #59a1b4;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  background: #ffffff;
  letter-spacing: 3px;
  font-size: 18px;
  padding: 8px 35px 8px 35px;
}
.cta .container ul li:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta {
    margin: 20px 0 0 0;
  }
  .cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .cta .container .semi {
    font-size: 22px;
    font-weight: 600;
  }
  .cta .container h2 {
    font-size: 36px;
    margin: 20px 0 0 0;
  }
  .cta .container p {
    line-height: 2;
    font-size: 18px;
    margin: 40px 0 20px 0;
    padding: 0 40px 0 40px;
  }
  .cta .container p .br01 {
    display: block;
  }
  .cta .container ul {
    margin: 20px 0 0 0;
    gap: 0.5rem;
  }
  .cta .container ul li {
    letter-spacing: 2px;
    font-size: 17px;
    padding: 8px 30px 8px 30px;
  }
  .cta .container ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta {
    margin: 20px 0 0 0;
  }
  .cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .cta .container .semi {
    font-size: 20px;
  }
  .cta .container h2 {
    font-size: 32px;
    margin: 20px 0 0 0;
  }
  .cta .container p {
    line-height: 2;
    font-size: 17px;
    margin: 40px 0 20px 0;
    padding: 0 40px 0 40px;
  }
  .cta .container p .br01 {
    display: block;
  }
  .cta .container ul {
    margin: 30px 0 0 0;
    gap: 0;
    display: block;
  }
  .cta .container ul li {
    letter-spacing: 2px;
    font-size: 17px;
    padding: 8px 30px 8px 30px;
    margin: 10px auto 0;
    width: 70%;
    text-align: center;
  }
  .cta .container ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    margin: 20px 0 0 0;
  }
  .cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .cta .container .semi {
    font-size: 4.5vw;
  }
  .cta .container h2 {
    font-size: 7vw;
    margin: 20px 0 0 0;
  }
  .cta .container p {
    line-height: 2;
    font-size: 3.75vw;
    margin: 40px 0 20px 0;
    padding: 0 30px 0 30px;
    text-align: left;
  }
  .cta .container p .br01 {
    display: none;
  }
  .cta .container p .br02 {
    display: none;
  }
  .cta .container ul {
    margin: 30px 0 0 0;
    gap: 0;
    display: block;
  }
  .cta .container ul li {
    letter-spacing: 2px;
    font-size: 4.25vw;
    padding: 8px 30px 8px 30px;
    margin: 10px auto 0;
    width: 90%;
    text-align: center;
  }
  .cta .container ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.button-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}
.button-wrapper .modal-btn.type-03 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: none;
  border-radius: 12.8rem;
  box-shadow: rgba(170, 64, 7, 0.2) 0 7px 29px 0;
  background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  font-size: 1.84rem;
  padding: 0.1rem 6rem 2rem;
  margin: 0 30px 0 0;
}
.button-wrapper .modal-btn.type-03::before, .button-wrapper .modal-btn.type-03::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 12.8rem;
  background: linear-gradient(135deg, rgb(235, 103, 187) 0%, rgb(241, 104, 50) 100%);
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.button-wrapper .modal-btn.type-03::after {
  animation-delay: 1.2s;
}
.button-wrapper .modal-btn.type-03 .text {
  z-index: 2;
  line-height: 1.35;
  letter-spacing: 0.15rem;
  text-align: center;
  margin: -1.6rem 0 0;
}
.button-wrapper .modal-btn.type-03 .text .sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d25b1f;
  border: solid 0.32rem #e89519;
  border-radius: 12.8rem;
  box-shadow: rgba(213, 104, 25, 0.2) 0 2px 8px 0;
  background: #fff;
  text-align: center;
  font-size: 1.28rem;
  padding: 0.16rem 2.8rem;
}
.button-wrapper .modal-btn.type-03 .text .sub::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border-top: 0.48rem solid #fff;
  border-right: 0.48rem solid transparent;
  border-left: 0.48rem solid transparent;
  width: 0;
  height: 0;
}
.button-wrapper .modal-btn.type-03 .text .sub::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border-top: 0.8rem solid #e89519;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  width: 0;
  height: 0;
}
.button-wrapper .modal-btn.type-03 .text .main {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.92rem;
  margin: 1.4rem 0 0;
}
.button-wrapper .modal-btn.type-03 .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  right: 1.8rem;
  top: calc(50% + 0.25rem);
  transform: translate(0, -50%);
  border: solid 2px #f3b37f;
  border-radius: 50%;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
}
.button-wrapper .modal-btn.type-03 .triangle {
  position: relative;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  left: 0.08rem;
  background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
  width: 0.72rem;
  height: 0.72rem;
}
.button-wrapper .modal-btn.type-03:hover::before {
  animation: modal-btn-type-03-ripple 1.6s ease-out;
}
.button-wrapper .modal-btn.type-03:hover::after {
  animation: modal-btn-type-03-ripple 1.6s ease-out 0.4s;
}
@keyframes arrow-body-grow {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  90% {
    opacity: 0;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes arrow-head-blink {
  0%, 40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-btn-type-03-ripple {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.button-wrapper .modal-btn.type-02 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 4.5rem;
  box-shadow: rgba(170, 64, 7, 0.2) 0 7px 29px 0;
  background: linear-gradient(135deg, rgb(12, 103, 188) 0%, rgb(49, 183, 217) 100%);
  cursor: pointer;
  font-size: 1.84rem;
  padding: 1.6rem 5.6rem;
}
.button-wrapper .modal-btn.type-02::before {
  content: "";
  position: absolute;
  opacity: 0;
  left: -75%;
  top: 0;
  transform: skewX(-20deg);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 55%);
  mix-blend-mode: screen;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
.button-wrapper .modal-btn.type-02 .text {
  z-index: 2;
  line-height: 1.35;
  letter-spacing: 0.15rem;
}
.button-wrapper .modal-btn.type-02 .text .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.44rem;
}
.button-wrapper .modal-btn.type-02 .text .sub::before, .button-wrapper .modal-btn.type-02 .text .sub::after {
  content: "";
  background-color: #fff;
  width: 0.216rem;
  height: 1.6rem;
}
.button-wrapper .modal-btn.type-02 .text .sub::before {
  transform: rotate(-30deg);
  margin-right: 1.6rem;
}
.button-wrapper .modal-btn.type-02 .text .sub::after {
  transform: rotate(30deg);
  margin-left: 1.6rem;
}
.button-wrapper .modal-btn.type-02 .text .main {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 1.92rem;
}
.button-wrapper .modal-btn.type-02 .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  border: solid 2px rgb(143, 184, 223);
  border-radius: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
}
.button-wrapper .modal-btn.type-02 .arrow .triangle {
  position: relative;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  left: 0.08rem;
  background: linear-gradient(135deg, rgb(12, 135, 188) 0%, rgb(49, 127, 217) 100%);
  width: 0.72rem;
  height: 0.72rem;
}
.button-wrapper .modal-btn.type-02:hover {
  animation: modal-btn-type-02-float 1.15s ease-out;
}
.button-wrapper .modal-btn.type-02:hover::before {
  opacity: 1;
  animation: modal-btn-type-02-shine 1.15s ease-out;
}
@keyframes arrow-body-grow {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  90% {
    opacity: 0;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes arrow-head-blink {
  0%, 40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-btn-type-02-shine {
  0% {
    opacity: 0;
    left: -75%;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 125%;
  }
}
@keyframes modal-btn-type-02-float {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

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

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

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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .button-wrapper {
    padding: 10px 0 0 0;
    display: block;
    width: 90%;
    margin: 0 auto 0;
  }
  .button-wrapper .modal-btn.type-03 {
    border-radius: 12.8rem;
    cursor: pointer;
    font-size: 1.84rem;
    padding: 0.1rem 6rem 2rem;
    margin: 0 0px 0 0;
  }
  .button-wrapper .modal-btn.type-03::before, .button-wrapper .modal-btn.type-03::after {
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 12.8rem;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .button-wrapper .modal-btn.type-03::after {
    animation-delay: 1.2s;
  }
  .button-wrapper .modal-btn.type-03 .text {
    z-index: 2;
    line-height: 1.35;
    letter-spacing: 0.15rem;
    margin: -1.6rem 0 0;
  }
  .button-wrapper .modal-btn.type-03 .text .sub {
    font-size: 1.28rem;
    padding: 0.16rem 2.8rem;
  }
  .button-wrapper .modal-btn.type-03 .text .sub::before {
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
  }
  .button-wrapper .modal-btn.type-03 .text .sub::after {
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
  }
  .button-wrapper .modal-btn.type-03 .text .main {
    font-size: 1.92rem;
    margin: 1.4rem 0 0;
  }
  .button-wrapper .modal-btn.type-03 .arrow {
    right: 1.8rem;
    top: calc(50% + 0.25rem);
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
  }
  .button-wrapper .modal-btn.type-03 .triangle {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    left: 0.08rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .button-wrapper .modal-btn.type-02 {
    font-weight: bold;
    border: none;
    border-radius: 4.5rem;
    cursor: pointer;
    font-size: 1.84rem;
    padding: 1.6rem 5.6rem;
    margin: 20px 0 0 0;
  }
  .button-wrapper .modal-btn.type-02::before {
    content: "";
    position: absolute;
    opacity: 0;
    left: -75%;
    top: 0;
    transform: skewX(-20deg);
    width: 50%;
    height: 100%;
    pointer-events: none;
  }
  .button-wrapper .modal-btn.type-02 .text {
    z-index: 2;
    line-height: 1.35;
    letter-spacing: 0.15rem;
  }
  .button-wrapper .modal-btn.type-02 .text .sub {
    font-size: 1.44rem;
  }
  .button-wrapper .modal-btn.type-02 .text .sub::before, .button-wrapper .modal-btn.type-02 .text .sub::after {
    width: 0.216rem;
    height: 1.6rem;
  }
  .button-wrapper .modal-btn.type-02 .text .sub::before {
    transform: rotate(-30deg);
    margin-right: 1.6rem;
  }
  .button-wrapper .modal-btn.type-02 .text .sub::after {
    transform: rotate(30deg);
    margin-left: 1.6rem;
  }
  .button-wrapper .modal-btn.type-02 .text .main {
    display: block;
    text-align: center;
    font-size: 1.92rem;
  }
  .button-wrapper .modal-btn.type-02 .arrow {
    line-height: 0;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
  }
  .button-wrapper .modal-btn.type-02 .arrow .triangle {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    left: 0.08rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .button-wrapper .modal-btn.type-02:hover {
    animation: modal-btn-type-02-float 1.15s ease-out;
  }
  .button-wrapper .modal-btn.type-02:hover::before {
    opacity: 1;
    animation: modal-btn-type-02-shine 1.15s ease-out;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 SPEAKER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.speaker {
  padding: 3rem 0 6rem 0;
}
.speaker .title {
  position: relative;
}
.speaker .title .back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.9rem;
  font-size: 13rem;
  opacity: 0.17;
}
.speaker .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #474747;
  margin: 1rem 0 0 0;
}
.speaker .title h2 .sub {
  position: relative;
  display: inline-block;
  transform: skew(-20deg);
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.speaker .title h2 .sub::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.speaker .title h2 .sub .catch {
  display: inline-block;
  padding: 0.1rem 4rem 0.1rem 4rem;
  transform: skew(20deg);
  position: relative;
  color: #1c8494;
  font-size: 2rem;
}
.speaker .title h2 .main {
  display: block;
  font-size: 5.5rem;
}
.speaker .title h2 .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.speaker .title .semi {
  text-align: center;
  font-family: "Antonio";
  color: #454554;
  font-size: 1.8rem;
}
.speaker .container .splide {
  max-width: 100%;
  margin: 0 auto 0;
  padding: 5rem 0% 4rem 0%;
  max-width: 1480px;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  height: 100%;
  margin: 0 auto 0;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  padding: 4.5rem;
  display: flex;
  align-items: center;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  right: 1.65rem;
  font-family: "Jost";
  font-weight: 300;
  letter-spacing: 1rem;
  font-size: 5rem;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
  width: 30rem;
  height: 30rem;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
  width: calc(100% - 30rem);
  padding: 0 0 0 4rem;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .semi {
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  font-size: 2rem;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main {
  color: #454545;
  font-size: 5rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main .small {
  font-size: 0.7em;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence {
  margin: 1rem 0 3rem 0;
}
.speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence p {
  letter-spacing: 0;
  color: #565656;
  line-height: 1.8;
  font-size: 1.6rem;
}
.speaker .container .splide .splide-wrapper .splide__pagination__page.is-active {
  position: relative;
  background: #1c8494;
}
.speaker .container .splide .splide-wrapper .splide__progress__bar {
  background: #cccccc;
  height: 3px;
}
.speaker .container .splide .splide-wrapper .splide__arrow {
  position: absolute;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
  cursor: pointer;
  width: 4em;
  height: 4em;
  padding: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.speaker .container .splide .splide-wrapper .splide__arrow svg {
  width: 2.2em;
  height: 2.2em;
  fill: #cbf7e7;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .speaker {
    padding: 3rem 0 6rem 0;
  }
  .speaker .title .back {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .speaker .title h2 {
    margin: 1rem 0 0 0;
  }
  .speaker .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    transform: skew(20deg);
    font-size: 2rem;
  }
  .speaker .title h2 .main {
    font-size: 5.5rem;
  }
  .speaker .title .semi {
    font-size: 1.8rem;
  }
  .speaker .container .splide {
    padding: 5rem 0% 4rem 0%;
    max-width: 96%;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    height: 100%;
    margin: 0 auto 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 4.5rem;
    display: flex;
    align-items: center;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    position: absolute;
    bottom: 0;
    right: 1.65rem;
    letter-spacing: 1rem;
    font-size: 5rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 30rem;
    height: 30rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    width: calc(100% - 30rem);
    padding: 0 0 0 4rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .semi {
    line-height: 1.5;
    font-size: 2rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main {
    font-size: 5rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main .small {
    font-size: 0.7em;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence {
    margin: 1rem 0 3rem 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence p {
    letter-spacing: 0;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .speaker .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .speaker .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow {
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .speaker {
    padding: 3rem 0 6rem 0;
  }
  .speaker .title .back {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .speaker .title h2 {
    margin: 1rem 0 0 0;
  }
  .speaker .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    transform: skew(20deg);
    font-size: 2rem;
  }
  .speaker .title h2 .main {
    font-size: 5.5rem;
  }
  .speaker .title .semi {
    font-size: 1.8rem;
  }
  .speaker .container .splide {
    padding: 5rem 0% 4rem 0%;
    max-width: 96%;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    height: 100%;
    margin: 0 auto 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 4.5rem;
    display: flex;
    align-items: center;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    position: absolute;
    bottom: 0;
    right: 1.65rem;
    letter-spacing: 1rem;
    font-size: 5rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 30rem;
    height: 30rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    width: calc(100% - 30rem);
    padding: 0 0 0 4rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .semi {
    line-height: 1.5;
    font-size: 2rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main {
    font-size: 5rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main .small {
    font-size: 0.7em;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence {
    margin: 1rem 0 3rem 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence p {
    letter-spacing: 0;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .speaker .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .speaker .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow {
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .speaker {
    padding: 3rem 0 6rem 0;
  }
  .speaker .title {
    position: relative;
  }
  .speaker .title .back {
    letter-spacing: 0.9rem;
    font-size: 20vw;
    opacity: 0.17;
  }
  .speaker .title h2 {
    margin: 1rem 0 0 0;
  }
  .speaker .title h2 .sub::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .speaker .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 3.75vw;
  }
  .speaker .title h2 .main {
    font-size: 9vw;
  }
  .speaker .title .semi {
    font-size: 4vw;
  }
  .speaker .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 5rem 0% 4rem 0%;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    height: 100%;
    margin: 0 auto 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    position: relative;
    padding: 2rem 3.5rem;
    display: block;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    bottom: 0;
    right: 1.65rem;
    letter-spacing: 1rem;
    font-size: 6vw;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 30rem;
    height: 30rem;
    margin: 0 auto 2rem;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    width: 100%;
    padding: 0 0 2rem 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .semi {
    line-height: 1.5;
    font-size: 4vw;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main {
    font-size: 9vw;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .main .small {
    font-size: 0.7em;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence {
    margin: 1rem 0 3rem 0;
  }
  .speaker .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .sentence p {
    letter-spacing: 0;
    line-height: 1.8;
    font-size: 3.5vw;
  }
  .speaker .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
    background: #1c8494;
  }
  .speaker .container .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .speaker .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
    fill: #cbf7e7;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 VOICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.voice {
  padding: 3rem 0 6rem 0;
}
.voice .title {
  position: relative;
}
.voice .title .back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.9rem;
  font-size: 13rem;
  opacity: 0.17;
}
.voice .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #474747;
  margin: 1rem 0 0 0;
}
.voice .title h2 .sub {
  position: relative;
  display: inline-block;
  transform: skew(-20deg);
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.voice .title h2 .sub::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.voice .title h2 .sub .catch {
  display: inline-block;
  padding: 0.1rem 4rem 0.1rem 4rem;
  transform: skew(20deg);
  position: relative;
  color: #1c8494;
  font-size: 2rem;
}
.voice .title h2 .main {
  display: block;
  font-size: 5.5rem;
}
.voice .title h2 .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice .title .semi {
  text-align: center;
  font-family: "Antonio";
  color: #454554;
  font-size: 1.8rem;
}
.voice .container .splide {
  max-width: 100%;
  margin: 0 auto 0;
  padding: 5rem 0% 4rem 0%;
  max-width: 1480px;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  min-height: 300px;
  margin: 0 auto 0;
  position: relative;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before, .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
  line-height: 1.1;
  font-family: "Jost";
  content: '"';
  position: absolute;
  font-size: 7rem;
  opacity: 0.2;
  color: #1c8494;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
  left: 2%;
  top: 1rem;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
  right: 2%;
  bottom: 1rem;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  padding: 6rem 6rem 15rem 6rem;
  height: 100%;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner p {
  color: #565656;
  opacity: 0.8;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 3rem 0 10px 0;
  font-weight: 700;
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 120px;
  height: 120px;
  margin: 0 0 0 calc(100% - 100px);
}
.voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.voice .container .splide .splide-wrapper .splide__pagination__page.is-active {
  position: relative;
  background: #1c8494;
}
.voice .container .splide .splide-wrapper .splide__progress__bar {
  background: #cccccc;
  height: 3px;
}
.voice .container .splide .splide-wrapper .splide__arrow {
  position: absolute;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
  cursor: pointer;
  width: 4em;
  height: 4em;
  padding: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.voice .container .splide .splide-wrapper .splide__arrow svg {
  width: 2.2em;
  height: 2.2em;
  fill: #cbf7e7;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .voice {
    padding: 3rem 0 6rem 0;
  }
  .voice .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .voice .title h2 {
    margin: 1rem 0 0 0;
  }
  .voice .title h2 .sub .catch {
    font-size: 2rem;
  }
  .voice .title h2 .main {
    font-size: 5.5rem;
  }
  .voice .title .semi {
    font-size: 1.8rem;
  }
  .voice .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 5rem 0% 4rem 0%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    cursor: pointer;
    min-height: 300px;
    margin: 0 auto 0;
    position: relative;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before, .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    line-height: 1.1;
    font-size: 7rem;
    opacity: 0.2;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    left: 2%;
    top: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    right: 2%;
    bottom: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 6rem 6rem 12rem 6rem;
    height: 100%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
    font-size: 2.4rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner p {
    opacity: 0.8;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 3rem 0 10px 0;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    right: 3rem;
    bottom: 3rem;
    width: 120px;
    height: 120px;
    margin: 0 0 0 calc(100% - 100px);
  }
  .voice .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .voice .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .voice .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .voice .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .voice {
    padding: 3rem 0 6rem 0;
  }
  .voice .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .voice .title h2 {
    margin: 1rem 0 0 0;
  }
  .voice .title h2 .sub .catch {
    font-size: 2rem;
  }
  .voice .title h2 .main {
    font-size: 5.5rem;
  }
  .voice .title .semi {
    font-size: 1.8rem;
  }
  .voice .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 5rem 0% 4rem 0%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    cursor: pointer;
    min-height: 300px;
    margin: 0 auto 0;
    position: relative;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before, .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    line-height: 1.1;
    font-size: 7rem;
    opacity: 0.2;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    left: 2%;
    top: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    right: 2%;
    bottom: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 6rem 6rem 12rem 6rem;
    height: 100%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
    font-size: 2.4rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner p {
    opacity: 0.8;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 3rem 0 10px 0;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    right: 3rem;
    bottom: 3rem;
    width: 100px;
    height: 100px;
    margin: 0 0 0 calc(100% - 100px);
  }
  .voice .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .voice .container .splide .splide-wrapper .splide__progress__bar {
    height: 3px;
  }
  .voice .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    padding: 0;
  }
  .voice .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .voice {
    padding: 3rem 0 6rem 0;
  }
  .voice .title {
    position: relative;
  }
  .voice .title .back {
    letter-spacing: 0.9rem;
    font-size: 20vw;
    opacity: 0.17;
  }
  .voice .title h2 {
    margin: 1rem 0 0 0;
  }
  .voice .title h2 .sub::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .voice .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 3.75vw;
  }
  .voice .title h2 .main {
    font-size: 9vw;
  }
  .voice .title .semi {
    font-size: 4vw;
  }
  .voice .container .splide {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 5rem 0% 4rem 0%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    min-height: 300px;
    margin: 0 auto 0;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before, .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    font-size: 20vw;
    opacity: 0.2;
    color: #1c8494;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    left: 2%;
    top: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide::after {
    right: 2%;
    bottom: 1rem;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 6rem 6rem 15rem 6rem;
    height: 100%;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
    font-size: 5vw;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner p {
    color: #565656;
    opacity: 0.8;
    font-size: 4vw;
    line-height: 1.8;
    padding: 3rem 0 10px 0;
  }
  .voice .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    right: 3rem;
    bottom: 3rem;
    width: 100px;
    height: 100px;
    margin: 0 0 0 calc(100% - 100px);
  }
  .voice .container .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
    background: #1c8494;
  }
  .voice .container .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .voice .container .splide .splide-wrapper .splide__arrow {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #4acea4 10%, #63c1e1 100%);
    cursor: pointer;
    width: 4em;
    height: 4em;
    padding: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .voice .container .splide .splide-wrapper .splide__arrow svg {
    width: 2.2em;
    height: 2.2em;
    fill: #cbf7e7;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 SUMMARY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.summary {
  overflow: hidden;
  padding: 0 0 6rem 0;
}
.summary .title {
  position: relative;
}
.summary .title .back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.9rem;
  font-size: 13rem;
  opacity: 0.17;
}
.summary .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #474747;
  margin: 1rem 0 0 0;
}
.summary .title h2 .sub {
  position: relative;
  display: inline-block;
  transform: skew(-20deg);
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.summary .title h2 .sub::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.summary .title h2 .sub .catch {
  display: inline-block;
  padding: 0.1rem 4rem 0.1rem 4rem;
  transform: skew(20deg);
  position: relative;
  color: #1c8494;
  font-size: 2rem;
}
.summary .title h2 .main {
  display: block;
  font-size: 5.5rem;
}
.summary .title h2 .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.summary .title .semi {
  text-align: center;
  font-family: "Antonio";
  color: #454554;
  font-size: 1.8rem;
}
.summary .content table {
  max-width: 1480px;
  margin: 6rem auto 0;
  width: 100%;
  box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
}
.summary .content table tbody tr {
  color: #545454;
}
.summary .content table tbody tr th {
  padding: 2rem 1rem;
  width: 30%;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  color: #fff;
  position: relative;
}
.summary .content table tbody tr th::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.summary .content table tbody tr td {
  width: 70%;
  padding: 2rem 4.5rem;
  line-height: 2;
  font-size: 1.7rem;
}
.summary .content table tbody tr:nth-child(2n+1) {
  background: #fff;
}
.summary .content table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .summary {
    padding: 0 0 6rem 0;
  }
  .summary .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .summary .title h2 {
    margin: 1rem 0 0 0;
  }
  .summary .title h2 .sub {
    box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  }
  .summary .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 2rem;
  }
  .summary .title h2 .main {
    font-size: 5.5rem;
  }
  .summary .title .semi {
    font-size: 1.8rem;
  }
  .summary .content table {
    max-width: 96%;
    margin: 6rem auto 0;
    width: 100%;
  }
  .summary .content table tbody tr th {
    padding: 2rem 1rem;
    width: 30%;
    font-size: 2rem;
  }
  .summary .content table tbody tr th::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.2;
  }
  .summary .content table tbody tr td {
    width: 70%;
    padding: 2rem 4.5rem;
    line-height: 2;
    font-size: 1.7rem;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .summary {
    padding: 0 0 6rem 0;
  }
  .summary .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .summary .title h2 {
    margin: 1rem 0 0 0;
  }
  .summary .title h2 .sub {
    box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  }
  .summary .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 2rem;
  }
  .summary .title h2 .main {
    font-size: 5.5rem;
  }
  .summary .title .semi {
    font-size: 1.8rem;
  }
  .summary .content table {
    max-width: 96%;
    margin: 6rem auto 0;
    width: 100%;
  }
  .summary .content table tbody tr th {
    padding: 2rem 1rem;
    width: 30%;
    font-size: 2rem;
  }
  .summary .content table tbody tr th::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.2;
  }
  .summary .content table tbody tr td {
    width: 70%;
    padding: 2rem 4.5rem;
    line-height: 2;
    font-size: 1.7rem;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .summary {
    overflow: hidden;
    padding: 0 0 6rem 0;
  }
  .summary .title {
    position: relative;
  }
  .summary .title .back {
    letter-spacing: 0.9rem;
    font-size: 20vw;
    opacity: 0.17;
  }
  .summary .title h2 {
    margin: 1rem 0 0 0;
  }
  .summary .title h2 .sub::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .summary .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 3.75vw;
  }
  .summary .title h2 .main {
    font-size: 9vw;
  }
  .summary .title .semi {
    font-size: 4vw;
  }
  .summary .content table {
    max-width: 96%;
    margin: 6rem auto 0;
    width: 100%;
    box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
  }
  .summary .content table tbody tr th {
    padding: 2rem 1rem;
    width: 32%;
    font-size: 3.75vw;
    position: relative;
  }
  .summary .content table tbody tr th::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  .summary .content table tbody tr td {
    width: 69%;
    padding: 2rem 3rem;
    line-height: 2;
    font-size: 3.5vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  padding: 100px 0 60px 0;
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 53% 58%, hsla(183, 43%, 71%, 0.45) 0px, transparent 50%);
}
.faq .title {
  position: relative;
  padding: 0 0 0 0;
}
.faq .title .back {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  font-weight: 400;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  font-size: 13rem;
}
.faq .title h2 {
  position: relative;
  z-index: 2;
  letter-spacing: 0px;
  text-align: center;
  font-size: 34px;
  color: #555;
}
.faq .title h2 span {
  position: relative;
  display: inline-block;
  color: #1c8494;
  padding: 0 10px 0 10px;
}
.faq .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #1c8494;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.faq .box-wrapper .box {
  max-width: 1380px;
  margin: 45px auto 0;
}
.faq .box-wrapper .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.faq .box-wrapper .box ul li {
  list-style: none;
  width: 49%;
  margin: 1.5rem 0 0 0;
  position: relative;
}
.faq .box-wrapper .box ul li button {
  z-index: 2;
  position: relative;
  color: #ffffff;
  border: none;
  border-bottom: solid 1px #e6fff6;
  background: linear-gradient(90deg, #ffffff 10%, #f1fcff 100%);
  text-align: left;
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  padding: 15px 0 15px 20px;
}
.faq .box-wrapper .box ul li button .border {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
}
.faq .box-wrapper .box ul li button .inset {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.faq .box-wrapper .box ul li button .inset .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  font-size: 2rem;
  width: 3.5rem;
  height: 3.5rem;
}
.faq .box-wrapper .box ul li button .inset h3 {
  padding: 0 50px 0 20px;
}
.faq .box-wrapper .box ul li button .inset h3 .catch {
  font-size: 19px;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #1c8494;
  content: "";
  transition: 0.5s;
  width: 1.5px;
  height: 8px;
}
.faq .box-wrapper .box ul li button::before {
  right: 35px;
  transform: translate(0, -50%) rotate(-45deg);
}
.faq .box-wrapper .box ul li button::after {
  right: 30px;
  transform: translate(0, -50%) rotate(45deg);
}
.faq .box-wrapper .box ul li button:hover {
  background: #3e3e3e;
}
.faq .box-wrapper .box ul li ul {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  margin: 0;
  padding: 0;
}
.faq .box-wrapper .box ul li ul li {
  background: #f4f4f4;
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 20px 20px 20px;
}
.faq .box-wrapper .box ul li ul li .inset {
  display: flex;
  align-items: center;
}
.faq .box-wrapper .box ul li ul li .inset .mark {
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .box-wrapper .box ul li ul li .inset .mark p {
  font-family: "Jost";
  text-align: center;
  font-size: 2.4rem;
}
.faq .box-wrapper .box ul li ul li .inset .sentence {
  font-size: 1.6rem;
  width: calc(100% - 40px);
  padding: 0 0 0 20px;
}
.faq .box-wrapper .box ul li ul li .inset .sentence p {
  color: #565656;
  line-height: 1.8;
  padding: 0 0 0 0;
}
.faq .box-wrapper .box ul li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}
.faq .box-wrapper .box ul li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}
.faq .box-wrapper .box ul li.active ul li:last-child {
  border-bottom: none;
}
.faq .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 {
    padding: 100px 0 60px 0;
  }
  .faq .title {
    position: relative;
    padding: 0 0 0 0;
  }
  .faq .title .back {
    opacity: 0.3;
    letter-spacing: 20px;
    font-size: 125px;
  }
  .faq .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .faq .title h2 span {
    padding: 0 10px 0 10px;
  }
  .faq .title h2 span::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 3px;
  }
  .faq .box-wrapper .box {
    max-width: 96%;
    margin: 45px auto 0;
  }
  .faq .box-wrapper .box ul {
    padding: 0;
    display: block;
  }
  .faq .box-wrapper .box ul li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .faq .box-wrapper .box ul li button {
    font-size: 1em;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .faq .box-wrapper .box ul li button .inset .mark {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .faq .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 17px;
  }
  .faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
    width: 1.5px;
    height: 8px;
  }
  .faq .box-wrapper .box ul li button::before {
    right: 35px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .faq .box-wrapper .box ul li button::after {
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .faq .box-wrapper .box ul li ul {
    transition: 0.5s;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .faq .box-wrapper .box ul li ul li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark {
    width: 30px;
    height: 30px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 18px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence {
    font-size: 16px;
    width: calc(100% - 30px);
    padding: 0 0 0 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence p {
    line-height: 1.8;
    padding: 0 0 0 0;
  }
  .faq .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .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 {
    padding: 100px 0 60px 0;
  }
  .faq .title {
    position: relative;
    padding: 0 0 0 0;
  }
  .faq .title .back {
    opacity: 0.3;
    letter-spacing: 20px;
    font-size: 125px;
  }
  .faq .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .faq .title h2 span {
    padding: 0 10px 0 10px;
  }
  .faq .title h2 span::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 3px;
  }
  .faq .box-wrapper .box {
    max-width: 96%;
    margin: 45px auto 0;
  }
  .faq .box-wrapper .box ul {
    padding: 0;
    display: block;
  }
  .faq .box-wrapper .box ul li {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .faq .box-wrapper .box ul li button {
    font-size: 1em;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .faq .box-wrapper .box ul li button .inset .mark {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .faq .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 18px;
  }
  .faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
    width: 1.5px;
    height: 8px;
  }
  .faq .box-wrapper .box ul li button::before {
    right: 35px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .faq .box-wrapper .box ul li button::after {
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .faq .box-wrapper .box ul li ul {
    transition: 0.5s;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .faq .box-wrapper .box ul li ul li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark {
    width: 40px;
    height: 40px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 26px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence {
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence p {
    line-height: 1.8;
    padding: 0 0 0 0;
  }
  .faq .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq {
    padding: 5rem 0 40px 0;
  }
  .faq .title {
    position: relative;
    padding: 0 0 0 0;
  }
  .faq .title .back {
    opacity: 0.2;
    letter-spacing: 20px;
    font-size: 25vw;
  }
  .faq .title h2 {
    letter-spacing: 3px;
    font-size: 7vw;
  }
  .faq .title h2 span {
    padding: 0 10px 0 10px;
  }
  .faq .title h2 span::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 3px;
  }
  .faq .box-wrapper .box {
    max-width: 96%;
    margin: 35px auto 0;
  }
  .faq .box-wrapper .box ul {
    display: block;
    padding: 0;
  }
  .faq .box-wrapper .box ul li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .faq .box-wrapper .box ul li button {
    font-size: 1em;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .faq .box-wrapper .box ul li button .inset .mark {
    font-size: 4vw;
    width: 10vw;
    height: 10vw;
  }
  .faq .box-wrapper .box ul li button .inset h3 {
    width: calc(100% - 10vw);
    padding: 0 50px 0 10px;
  }
  .faq .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 4.25vw;
  }
  .faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
    width: 1.5px;
    height: 8px;
  }
  .faq .box-wrapper .box ul li button::before {
    right: 35px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .faq .box-wrapper .box ul li button::after {
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .faq .box-wrapper .box ul li ul {
    transition: 0.5s;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .faq .box-wrapper .box ul li ul li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark {
    width: 10vw;
    height: 10vw;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 4vw;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence {
    font-size: 4vw;
    width: calc(100% - 10vw);
    padding: 0 0 0 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence p {
    line-height: 1.8;
    padding: 0 0 0 0;
  }
  .faq .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 OPTIONAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.optional {
  padding: 5rem 0 0 0;
}
.optional .title {
  position: relative;
}
.optional .title .back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.9rem;
  font-size: 13rem;
  opacity: 0.17;
}
.optional .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #474747;
  margin: 1rem 0 0 0;
}
.optional .title h2 .sub {
  position: relative;
  display: inline-block;
  transform: skew(-20deg);
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.optional .title h2 .sub::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.optional .title h2 .sub .catch {
  display: inline-block;
  padding: 0.1rem 4rem 0.1rem 4rem;
  transform: skew(20deg);
  position: relative;
  color: #1c8494;
  font-size: 2rem;
}
.optional .title h2 .main {
  display: block;
  font-size: 5.5rem;
}
.optional .title h2 .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.optional .title .semi {
  text-align: center;
  font-family: "Antonio";
  color: #454554;
  font-size: 1.8rem;
}
.optional .container {
  padding: 5rem 0 5rem 0;
}
.optional .container .banner a {
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 128rem;
  margin: 0 auto 0;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  justify-content: flex-start;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.optional .container .banner a .text {
  display: block;
  color: #fff;
  padding: 0 4rem 0 4.5rem;
}
.optional .container .banner a .text .sub {
  display: block;
  font-size: 2rem;
}
.optional .container .banner a .text .main {
  display: block;
  margin: 1.5rem 0 0 0;
  font-size: 4.5rem;
  font-weight: 700;
}
.optional .container .banner a .text .semi {
  display: block;
  margin: 2rem 0 0 0;
  font-size: 1.8rem;
  width: 100%;
}
.optional .container .banner a .text .button {
  display: inline-block;
  border: solid 2px #fff;
  margin: 3rem 0 0 0;
  padding: 1rem 4rem 1rem 4rem;
  font-size: 2.2rem;
}
.optional .container .banner a .text .button::before {
  content: "»";
  margin: 0 1rem 0 0;
}
.optional .container .banner a .thumb {
  display: block;
  position: relative;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  width: 47.5%;
  height: 45rem;
}
.optional .container .banner a .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.optional .container .banner a .thumb img.img-01 {
  z-index: 3;
}
.optional .container .banner a .thumb img.img-02 {
  z-index: 2;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .optional {
    padding: 5rem 0 0 0;
  }
  .optional .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .optional .title h2 {
    margin: 1rem 0 0 0;
  }
  .optional .title h2 .sub .catch {
    font-size: 2rem;
  }
  .optional .title h2 .main {
    font-size: 5.5rem;
  }
  .optional .title .semi {
    font-size: 1.8rem;
  }
  .optional .container {
    padding: 5rem 0 2rem 0;
  }
  .optional .container .banner a {
    max-width: 96%;
    margin: 0 auto 0;
  }
  .optional .container .banner a .text {
    display: block;
    padding: 0 3rem 0 3rem;
  }
  .optional .container .banner a .text .sub {
    font-size: 2rem;
  }
  .optional .container .banner a .text .main {
    display: block;
    margin: 1.5rem 0 0 0;
    font-size: 3.5rem;
    font-weight: 700;
  }
  .optional .container .banner a .text .semi {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
    width: 50rem;
  }
  .optional .container .banner a .text .button {
    display: inline-block;
    border: solid 2px #fff;
    margin: 3rem 0 0 0;
    padding: 1rem 4rem 1rem 4rem;
    font-size: 2.2rem;
  }
  .optional .container .banner a .text .button::before {
    content: "»";
    margin: 0 1rem 0 0;
  }
  .optional .container .banner a .thumb {
    display: block;
    position: relative;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    width: 47.5%;
    height: 45rem;
  }
  .optional .container .banner a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .optional .container .banner a .thumb img.img-01 {
    z-index: 3;
  }
  .optional .container .banner a .thumb img.img-02 {
    z-index: 2;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .optional {
    padding: 5rem 0 0 0;
  }
  .optional .title .back {
    letter-spacing: 0.9rem;
    font-size: 13rem;
    opacity: 0.17;
  }
  .optional .title h2 {
    margin: 1rem 0 0 0;
  }
  .optional .title h2 .sub .catch {
    font-size: 2rem;
  }
  .optional .title h2 .main {
    font-size: 5.5rem;
  }
  .optional .title .semi {
    font-size: 1.8rem;
  }
  .optional .container {
    padding: 5rem 0 2rem 0;
  }
  .optional .container .banner a {
    max-width: 96%;
    margin: 0 auto 0;
  }
  .optional .container .banner a .text {
    display: block;
    padding: 0 3rem 0 3rem;
  }
  .optional .container .banner a .text .sub {
    font-size: 2rem;
  }
  .optional .container .banner a .text .main {
    display: block;
    margin: 1.5rem 0 0 0;
    font-size: 3.5rem;
    font-weight: 700;
  }
  .optional .container .banner a .text .semi {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
    width: 50rem;
  }
  .optional .container .banner a .text .button {
    display: inline-block;
    border: solid 2px #fff;
    margin: 3rem 0 0 0;
    padding: 1rem 4rem 1rem 4rem;
    font-size: 2.2rem;
  }
  .optional .container .banner a .text .button::before {
    content: "»";
    margin: 0 1rem 0 0;
  }
  .optional .container .banner a .thumb {
    display: block;
    position: relative;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    width: 47.5%;
    height: 45rem;
  }
  .optional .container .banner a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .optional .container .banner a .thumb img.img-01 {
    z-index: 3;
  }
  .optional .container .banner a .thumb img.img-02 {
    z-index: 2;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .optional {
    padding: 5rem 0 0 0;
  }
  .optional .title {
    position: relative;
  }
  .optional .title .back {
    letter-spacing: 0.9rem;
    font-size: 20vw;
    opacity: 0.17;
  }
  .optional .title h2 {
    margin: 1rem 0 0 0;
  }
  .optional .title h2 .sub::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .optional .title h2 .sub .catch {
    padding: 0.1rem 4rem 0.1rem 4rem;
    font-size: 3.75vw;
  }
  .optional .title h2 .main {
    font-size: 9vw;
  }
  .optional .title .semi {
    font-size: 4vw;
  }
  .optional .container {
    padding: 5rem 0 5rem 0;
  }
  .optional .container .banner a {
    max-width: 96%;
    margin: 0 auto 0;
    display: block;
  }
  .optional .container .banner a .text {
    display: block;
    padding: 4rem 3rem 4rem 3rem;
  }
  .optional .container .banner a .text .sub {
    display: block;
    font-size: 4vw;
  }
  .optional .container .banner a .text .main {
    display: block;
    margin: 1.5rem 0 0 0;
    font-size: 5vw;
  }
  .optional .container .banner a .text .semi {
    display: block;
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
    width: 120%;
  }
  .optional .container .banner a .text .button {
    margin: 3rem 0 0 0;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 4vw;
  }
  .optional .container .banner a .text .button::before {
    content: "»";
    margin: 0 1rem 0 0;
  }
  .optional .container .banner a .thumb {
    display: block;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 45rem;
  }
  .optional .container .banner a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .optional .container .banner a .thumb img.img-01 {
    z-index: 3;
  }
  .optional .container .banner a .thumb img.img-02 {
    z-index: 2;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 BASIC 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  margin: 10rem 0 0 0;
  background: #353535;
  padding: 10rem 0 0 0;
}
.footer .container {
  max-width: 1480px;
  padding: 0 4% 0 4%;
  margin: 0 auto 0;
}
.footer .container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container .top .left .logo {
  width: 20rem;
}
.footer .container .top .left .logo a img {
  width: 100%;
  height: auto;
}
.footer .container .top .left p {
  padding: 1rem 0 0 0;
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.8;
}
.footer .container .top .right nav ul {
  display: flex;
  align-items: center;
}
.footer .container .top .right nav ul li {
  padding: 1rem 2rem;
  position: relative;
}
.footer .container .top .right nav ul li a {
  color: #fff;
  font-size: 1.6rem;
}
.footer .container .top .right nav ul li::after {
  position: absolute;
  top: 50%;
  right: -1rem;
  content: "";
  width: 2rem;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  transform: translate(0, -50%) rotate(-60deg);
}
.footer .container .top .right nav ul li:last-child::after {
  display: none;
}
.footer .container .copyright {
  margin: 8rem 0 0 0;
  padding: 0 0 3rem 0;
  text-align: center;
  position: relative;
}
.footer .container .copyright::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
  opacity: 0.7;
}
.footer .container .copyright p {
  padding: 1rem 0 0 0;
  font-size: 1.5rem;
  display: inline-block;
  background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
}

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

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .container {
    max-width: 1480px;
    padding: 0 4% 0 4%;
    margin: 0 auto 0;
  }
  .footer .container .top .left {
    width: 30rem;
  }
  .footer .container .top .left .logo {
    width: 20rem;
  }
  .footer .container .top .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .top .left p {
    padding: 1rem 0 0 0;
    line-height: 2;
    font-size: 1.4rem;
    opacity: 0.8;
  }
  .footer .container .top .right nav ul {
    display: flex;
    align-items: center;
  }
  .footer .container .top .right nav ul li {
    padding: 1rem 2rem;
    position: relative;
  }
  .footer .container .top .right nav ul li a {
    color: #fff;
    font-size: 1.6rem;
  }
  .footer .container .top .right nav ul li::after {
    position: absolute;
    top: 50%;
    right: -1rem;
    content: "";
    width: 2rem;
    height: 1px;
    background: #fff;
    opacity: 0.7;
    transform: translate(0, -50%) rotate(-60deg);
  }
  .footer .container .top .right nav ul li:last-child::after {
    display: none;
  }
  .footer .container .copyright {
    margin: 8rem 0 0 0;
    padding: 0 0 3rem 0;
    text-align: center;
    position: relative;
  }
  .footer .container .copyright::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
    opacity: 0.7;
  }
  .footer .container .copyright p {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .container {
    max-width: 1480px;
    padding: 0 4% 0 4%;
    margin: 0 auto 0;
  }
  .footer .container .top {
    display: block;
  }
  .footer .container .top .left {
    width: 100%;
    text-align: center;
  }
  .footer .container .top .left .logo {
    width: 20rem;
    margin: 0 auto 0;
  }
  .footer .container .top .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .top .left p {
    padding: 2rem 0 0 0;
    line-height: 2;
    font-size: 1.4rem;
    opacity: 0.8;
  }
  .footer .container .top .right {
    margin: 1rem 0 0 0;
  }
  .footer .container .top .right nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .container .top .right nav ul li {
    padding: 1rem 2rem;
    position: relative;
  }
  .footer .container .top .right nav ul li a {
    color: #fff;
    font-size: 1.6rem;
  }
  .footer .container .top .right nav ul li::after {
    position: absolute;
    top: 50%;
    right: -1rem;
    content: "";
    width: 2rem;
    height: 1px;
    background: #fff;
    opacity: 0.7;
    transform: translate(0, -50%) rotate(-60deg);
  }
  .footer .container .top .right nav ul li:last-child::after {
    display: none;
  }
  .footer .container .copyright {
    margin: 8rem 0 0 0;
    padding: 0 0 3rem 0;
    text-align: center;
    position: relative;
  }
  .footer .container .copyright::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
    opacity: 0.7;
  }
  .footer .container .copyright p {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    margin: 1rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .container {
    max-width: 1480px;
    padding: 0 4% 0 4%;
    margin: 0 auto 0;
  }
  .footer .container .top {
    display: block;
  }
  .footer .container .top .left {
    padding: 0 2rem 0 2rem;
  }
  .footer .container .top .left .logo {
    width: 20rem;
  }
  .footer .container .top .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .top .left p {
    padding: 1rem 0 0 0;
    line-height: 2;
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.8;
  }
  .footer .container .top .right {
    margin: 3rem 0 0 0;
  }
  .footer .container .top .right nav ul {
    display: block;
  }
  .footer .container .top .right nav ul li {
    padding: 1rem 2rem;
    position: relative;
  }
  .footer .container .top .right nav ul li a {
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
  }
  .footer .container .top .right nav ul li a::after {
    content: "»";
    color: #fff;
  }
  .footer .container .top .right nav ul li::after {
    display: none;
  }
  .footer .container .top .right nav ul li:last-child::after {
    display: none;
  }
  .footer .container .copyright {
    margin: 8rem 0 0 0;
    padding: 0 0 3rem 0;
    text-align: center;
    position: relative;
  }
  .footer .container .copyright::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #399e7e 10%, #2e98bb 100%);
    opacity: 0.7;
  }
  .footer .container .copyright p {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
    display: inline-block;
    background: linear-gradient(45deg, #0dbb84 0%, #027fc7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */