@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Poppins-Regular.woff2") format("woff2"), url("../webfonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/Antonio-Thin.woff2") format("woff2"), url("../webfonts/Antonio-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Inter-Regular.woff2") format("woff2"), url("../webfonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/Inter-Bold.woff2") format("woff2"), url("../webfonts/Inter-Bold.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: "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;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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 {
  overflow: hidden;
  background: linear-gradient(90deg, #f5fffc 10%, #e3f8ff 100%);
  position: relative;
  padding: 0 0 0 0;
  min-height: 80vh;
}
header .back {
  position: absolute;
  z-index: 11;
  display: inline-block;
  font-family: "Antonio";
  font-weight: 100;
  line-height: 1;
  opacity: 0.2;
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 9.6rem;
}
header .back.left-top {
  left: 0;
  top: 0;
}
header .back.right-bottom {
  text-align: right;
  right: 0;
  bottom: 0;
}
header .bg {
  position: absolute;
}
header .bg.bg-01 {
  right: 0;
  top: 0;
  transform-origin: left top;
  background: radial-gradient(at 100% 0%, rgba(133, 196, 255, 0.7) 0px, transparent 50%);
  width: 30vw;
  height: 30vw;
  opacity: 0.9;
}
header .bg.bg-02 {
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  background: radial-gradient(at 0% 100%, rgba(121, 255, 228, 0.6) 0px, transparent 50%);
  width: 45vw;
  height: 45vw;
  opacity: 0.8;
}
header nav {
  position: relative;
  z-index: 10;
}
header nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 4rem 2% 4rem 2%;
}
header nav .inner .left {
  display: flex;
  align-items: center;
}
header nav .inner .left .logo {
  width: 25rem;
}
header nav .inner .left .logo img {
  width: 100%;
  height: auto;
}
header nav .inner .left .logo span {
  font-family: "Jost";
  font-weight: 600;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  padding: 0 0 0 10px;
}
header nav .inner .left h1 {
  color: #888;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0px 0 0 2.5rem;
}
header nav .inner .right .button {
  display: inline-block;
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #f75c02 0%, #ffa600 100%);
  padding: 5px 50px 10px 50px;
}
header nav .inner .right .button .sub {
  text-align: center;
  margin: 0 0 0 0;
}
header nav .inner .right .button .sub p {
  display: inline-block;
  border: solid 2px #e97a21;
  border-radius: 100px;
  background: #ffffff;
  padding: 0 30px 0 30px;
}
header nav .inner .right .button .sub p span {
  font-weight: 500;
  background: linear-gradient(90deg, #f75c02 0%, #ffa600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}
header nav .inner .right .button .main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0 0;
}
header nav .inner .right .button .main .icon {
  width: 25px;
}
header nav .inner .right .button .main p {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  padding: 0 10px 0 10px;
}
header nav .inner .right .button .main .arrow {
  width: 20px;
}
header .splide {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
header .splide .badge {
  position: absolute;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1rem;
  bottom: 15rem;
  width: 22rem;
  height: 22rem;
}
header .splide .badge::before {
  content: "";
  position: absolute;
  z-index: 1;
  z-index: 2;
  opacity: 0.4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px #ffffff;
  border-radius: 50%;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}
header .splide .badge .badege-bg {
  position: absolute;
  opacity: 0.92;
  left: 50%;
  top: 50%;
  animation: rotate 12s linear infinite;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
header .splide .badge .cover {
  position: relative;
  z-index: 2;
  text-align: center;
}
header .splide .badge .cover .semi {
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  background: #ffffff;
  padding: 3px 15px 3px 15px;
}
header .splide .badge .cover .semi img {
  width: 14px;
}
header .splide .badge .cover .semi span {
  color: #09828b;
  font-size: 1.7rem;
  padding: 0 3px 0 3px;
}
header .splide .badge .cover .line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 0 0;
  font-size: 1.9rem;
}
header .splide .splide__track {
  width: 100%;
  height: 100%;
}
header .splide .splide__track .splide__list {
  width: 100%;
  height: 100%;
}
header .splide .splide__track .splide__list .splide__slide {
  position: relative;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  width: 100%;
  height: 100%;
}
header .splide .splide__track .splide__list .splide__slide .thumb {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12.5% 100%);
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}
header .splide .splide__track .splide__list .splide__slide .thumb img {
  transition: 8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
header .splide .splide__track .splide__list .splide__slide .en {
  position: absolute;
  z-index: 12;
  color: #09828b;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  opacity: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -80px) rotate(0deg);
  letter-spacing: 2px;
  white-space: nowrap;
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  font-size: 6rem;
}
header .splide .splide__track .splide__list .splide__slide .line {
  position: absolute;
  z-index: 200;
  opacity: 0;
  text-align: center;
  width: 100%;
}
header .splide .splide__track .splide__list .splide__slide .line p {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: 3px;
  font-size: 2.5rem;
  padding: 0.5rem 5rem 0.5rem 6rem;
}
header .splide .splide__track .splide__list .splide__slide .line.line01 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
}
header .splide .splide__track .splide__list .splide__slide .line.line01 p {
  color: #09828b;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: #ffffff;
}
header .splide .splide__track .splide__list .splide__slide .line.line02 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
}
header .splide .splide__track .splide__list .splide__slide .line.line02 p {
  color: #ffffff;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
}
header .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}
header .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
  opacity: 0.4;
  transform: translate(-50%, -50%);
  width: calc(94% + 8px);
  height: 94%;
}
header .splide .splide__track .splide__list .splide__slide.is-active .en {
  opacity: 1;
  transform: translate(-50%, -22.5rem) rotate(-3deg);
}
header .splide .splide__track .splide__list .splide__slide.is-active .line {
  opacity: 1;
}
header .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
  transform: translate(calc(-50% - 0rem), -18rem) rotate(-5deg);
}
header .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
  transform: translate(calc(-50% + 6rem), -13rem) rotate(-5deg);
}
header .text {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 5rem 5% 10rem 5%;
}
header .text .inner {
  padding: 0 4rem 0 0;
}
header .text .inner .semi {
  display: flex;
  align-items: center;
  font-weight: 400;
}
header .text .inner .semi::before {
  content: "";
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  width: 100px;
  height: 2px;
}
header .text .inner .semi .catch {
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  padding: 0 0 0 10px;
}
header .text .inner h2 {
  font-weight: 500;
  margin: 1rem 0 0 0;
}
header .text .inner h2 .line {
  transform: skew(-10deg);
}
header .text .inner h2 .line .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.6rem;
}
header .text .inner h2 .line .catch .small {
  font-size: 0.75em;
}
header .text .inner h2 .line .catch::before {
  content: "";
  position: absolute;
  opacity: 0.3;
  left: 0;
  bottom: 10px;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  width: 100%;
  height: 7px;
}
header .text .inner .category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  max-width: 60rem;
}
header .text .inner .category li {
  overflow: hidden;
  position: relative;
  color: #2287ac;
  font-weight: 500;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  background: linear-gradient(45deg, #f4feff, #e8f8ff);
  letter-spacing: 2px;
  font-size: 2.4rem;
  margin: 1.5rem 1rem 0 0;
  padding: 0.5rem 2rem;
}
header .text .inner .category li::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  left: -100%; /* 初期位置を画面外に設定 */
  top: 0;
  transform: skewX(-30deg); /* 光に角度をつける */
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); /* 光のグラデーション */
  mix-blend-mode: overlay;
  animation: shine 4s infinite forwards; /* アニメーションの適用 */
  width: 150%; /* 画面を覆う幅 */
  height: 100%;
}
header .text .inner .category li:after {
  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% - 4px);
  height: calc(100% - 4px);
}
@keyframes shine {
  0% {
    left: -150%; /* 開始位置 */
  }
  50% {
    left: 150%; /* 終了位置 */
  }
  100% {
    left: 150%; /* 停止位置を維持 */
  }
}
header .text .inner .category li:last-child {
  margin: 1.5rem 0 0 0;
}
header .text .inner .sentence {
  margin: 3rem 0 0 0;
}
header .text .inner .sentence p {
  color: #41767f;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 20px;
}
header .text .inner .sentence p br.br01 {
  display: none;
}
header .text .inner .sentence p br.br02 {
  display: block;
}
header .text .inner .sentence p br.br03 {
  display: none;
}

/* -----------------------------------
Responsive: 1281–1440 (Middle PC)
----------------------------------- */
/* 1281px～1440px responsive-close */
/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  header {
    padding: 0 0 0 0;
    min-height: 75vh;
  }
  header .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 0.5rem;
    font-size: 7.6rem;
  }
  header .back.left-top {
    left: 0;
    top: 0;
  }
  header .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 0;
  }
  header .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  header .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  header nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4rem 2% 4rem 2%;
  }
  header nav .inner .left .logo {
    width: 22rem;
  }
  header nav .inner .left .logo img {
    width: 100%;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 0px 0 0 2.5rem;
  }
  header nav .inner .right .button {
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    text-align: center;
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .splide {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  header .splide .badge {
    left: 1rem;
    bottom: 30rem;
    width: 19rem;
    height: 19rem;
  }
  header .splide .badge::before {
    content: "";
    opacity: 0.4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  header .splide .badge .badege-bg {
    opacity: 0.92;
    left: 50%;
    top: 50%;
    animation: rotate 12s linear infinite;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .splide .badge .cover {
    text-align: center;
  }
  header .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .splide .badge .cover .semi img {
    width: 14px;
  }
  header .splide .badge .cover .semi span {
    font-size: 1.6rem;
    padding: 0 3px 0 3px;
  }
  header .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
    font-size: 1.75rem;
  }
  header .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12.5% 100%);
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .en {
    opacity: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    white-space: nowrap;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
    font-size: 5rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 2.25rem;
    padding: 0.5rem 5rem 0.5rem 6rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 0rem), -18rem) rotate(-5deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 6rem), -13rem) rotate(-5deg);
  }
  header .text {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 5rem 0% 10rem 2%;
  }
  header .text .inner {
    padding: 0 3rem 0 0;
    width: 50%;
  }
  header .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
  }
  header .text .inner .semi .catch {
    font-size: 2.3rem;
    padding: 0 0 0 10px;
  }
  header .text .inner h2 {
    margin: 1rem 0 0 0;
  }
  header .text .inner h2 .line {
    transform: skew(-10deg);
  }
  header .text .inner h2 .line .catch {
    font-size: 4.8rem;
  }
  header .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .text .inner h2 .line .catch::before {
    content: "";
    opacity: 0.3;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 7px;
  }
  header .text .inner .category {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    max-width: 60rem;
  }
  header .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 2.1rem;
    margin: 1.5rem 0.5rem 0 0;
    padding: 0.5rem 2rem;
  }
  header .text .inner .category li::before {
    content: "";
    opacity: 0.8;
    left: -100%;
    top: 0;
    transform: skewX(-30deg);
    mix-blend-mode: overlay;
    animation: shine 4s infinite forwards;
    width: 150%;
    height: 100%;
  }
  header .text .inner .category li:after {
    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% - 4px);
    height: calc(100% - 4px);
  }
  @keyframes shine {
    0% {
      left: -150%;
    }
    50% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
  header .text .inner .category li:last-child {
    margin: 1.5rem 0 0 0;
  }
  header .text .inner .sentence {
    margin: 3rem 0 0 0;
  }
  header .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
  }
  header .text .inner .sentence p br {
    display: none;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    padding: 0 0 0 0;
    min-height: 65vh;
  }
  header .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 0.5rem;
    font-size: 7.6rem;
  }
  header .back.left-top {
    left: 0;
    top: 0;
  }
  header .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 0;
  }
  header .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  header .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  header nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4rem 2% 4rem 2%;
  }
  header nav .inner .left .logo {
    width: 22rem;
  }
  header nav .inner .left .logo img {
    width: 100%;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 0px 0 0 2.5rem;
  }
  header nav .inner .right .button {
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    text-align: center;
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .splide {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  header .splide .badge {
    left: 1rem;
    bottom: 30rem;
    width: 19rem;
    height: 19rem;
  }
  header .splide .badge::before {
    content: "";
    opacity: 0.4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  header .splide .badge .badege-bg {
    opacity: 0.92;
    left: 50%;
    top: 50%;
    animation: rotate 12s linear infinite;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .splide .badge .cover {
    text-align: center;
  }
  header .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .splide .badge .cover .semi img {
    width: 14px;
  }
  header .splide .badge .cover .semi span {
    font-size: 1.6rem;
    padding: 0 3px 0 3px;
  }
  header .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
    font-size: 1.75rem;
  }
  header .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12.5% 100%);
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .en {
    opacity: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    white-space: nowrap;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
    font-size: 5rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 2.25rem;
    padding: 0.5rem 5rem 0.5rem 6rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 0rem), -18rem) rotate(-5deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 6rem), -13rem) rotate(-5deg);
  }
  header .text {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 5rem 0% 10rem 2%;
  }
  header .text .inner {
    padding: 0 3rem 0 0;
    width: 52.5%;
  }
  header .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
  }
  header .text .inner .semi .catch {
    font-size: 2.3rem;
    padding: 0 0 0 10px;
  }
  header .text .inner h2 {
    margin: 1rem 0 0 0;
  }
  header .text .inner h2 .line {
    transform: skew(-10deg);
  }
  header .text .inner h2 .line .catch {
    font-size: 3.7rem;
  }
  header .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .text .inner h2 .line .catch::before {
    content: "";
    opacity: 0.3;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 7px;
  }
  header .text .inner .category {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    max-width: 60rem;
  }
  header .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 2.1rem;
    margin: 1.5rem 0.5rem 0 0;
    padding: 0.5rem 2rem;
  }
  header .text .inner .category li::before {
    content: "";
    opacity: 0.8;
    left: -100%;
    top: 0;
    transform: skewX(-30deg);
    mix-blend-mode: overlay;
    animation: shine 4s infinite forwards;
    width: 150%;
    height: 100%;
  }
  header .text .inner .category li:after {
    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% - 4px);
    height: calc(100% - 4px);
  }
  @keyframes shine {
    0% {
      left: -150%;
    }
    50% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
  header .text .inner .category li:last-child {
    margin: 1.5rem 0 0 0;
  }
  header .text .inner .sentence {
    margin: 3rem 0 0 0;
  }
  header .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
  }
  header .text .inner .sentence p br {
    display: none;
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  header {
    position: relative;
  }
  header .back {
    line-height: 1;
    opacity: 0.4;
    letter-spacing: 0.5rem;
    font-size: 10vw;
  }
  header .back.left-top {
    left: 0;
    top: 0;
  }
  header .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 100%;
    transform: translate(0, 100%);
  }
  header .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  header .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  header nav {
    position: absolute;
    z-index: 12;
    height: 20vh;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  }
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 20px 5% 15px 5%; /*** 変更 ***/
  }
  header nav .inner .left {
    display: block; /*** 変更 ***/
  }
  header nav .inner .left .logo {
    width: 40vw;
  }
  header nav .inner .left .logo img {
    width: 100%;
    height: auto;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 2.5vw;
    padding: 0px 0 0 0;
    color: #fff;
  }
  header nav .inner .left h1 br {
    display: none;
  }
  header nav .inner .right {
    display: none;
  }
  header nav .inner .right .button {
    display: none; /*** 変更 ***/
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .splide {
    right: 0;
    top: 0;
    width: 100%;
    height: 71vh;
    position: relative;
  }
  header .splide .badge {
    left: 1rem;
    bottom: 50%;
    width: 36vw;
    height: 36vw;
  }
  header .splide .badge::before {
    content: "";
    opacity: 0.4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  header .splide .badge .badege-bg {
    opacity: 0.92;
    left: 50%;
    top: 50%;
    animation: rotate 12s linear infinite;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .splide .badge .cover {
    text-align: center;
  }
  header .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 1.5rem;
  }
  header .splide .badge .cover .semi img {
    width: 1.3rem;
  }
  header .splide .badge .cover .semi span {
    font-size: 3.25vw;
    padding: 0 3px 0 3px;
  }
  header .splide .badge .cover .line {
    line-height: 1.4;
    margin: 0.5rem 0 0 0;
    font-size: 3.5vw;
  }
  header .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(0% 0, 100% 0, 100% 60%, 100% 100%, 100% 100%, 0 65%);
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .en {
    opacity: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    white-space: nowrap;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
    font-size: 5rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
  }
  header .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 2.25rem;
    padding: 0.5rem 5rem 0.5rem 6rem;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  header .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 0rem), -18rem) rotate(-5deg);
  }
  header .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 6rem), -13rem) rotate(-5deg);
  }
  header .text {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0rem 4% 4rem 4%;
    margin: -7.5rem 0 0 0;
  }
  header .text .inner {
    padding: 0 0 0 0;
    width: 100%;
  }
  header .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
  }
  header .text .inner .semi .catch {
    line-height: 1.35;
    font-size: 4.75vw;
    padding: 0 0 0 10px;
  }
  header .text .inner h2 {
    margin: 1rem 0 0 0;
  }
  header .text .inner h2 .line {
    transform: skew(-10deg);
  }
  header .text .inner h2 .line .catch {
    font-size: 8.25vw;
  }
  header .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .text .inner h2 .line .catch::before {
    content: "";
    opacity: 0.3;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 7px;
  }
  header .text .inner .category {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    max-width: 60rem;
  }
  header .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 4.25vw;
    margin: 1.25rem 0.5rem 0 0;
    padding: 0.5rem 2rem;
  }
  header .text .inner .category li::before {
    content: "";
    opacity: 0.8;
    left: -100%;
    top: 0;
    transform: skewX(-30deg);
    mix-blend-mode: overlay;
    animation: shine 4s infinite forwards;
    width: 150%;
    height: 100%;
  }
  header .text .inner .category li:after {
    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% - 4px);
    height: calc(100% - 4px);
  }
  @keyframes shine {
    0% {
      left: -150%;
    }
    50% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
  header .text .inner .category li:last-child {
    margin: 1.5rem 0 0 0;
  }
  header .text .inner .sentence {
    margin: 3rem 0 0 0;
  }
  header .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
  }
  header .text .inner .sentence p br {
    display: none;
  }
} /* 767px responsive-closed */
/* =========================================================

HEADER-TO

========================================================= */
.header-to {
  overflow: hidden;
  position: relative;
  z-index: 20;
  max-width: 1920px;
  margin: -4.5rem auto 0;
  padding: 0 1.5% 0 1.5%;
}
.header-to .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0;
}
.header-to .box-wrapper .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  background: #ffffff;
  width: 32.5%;
  padding: 15px 20px 15px 20px;
}
.header-to .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% - 4px);
  height: calc(100% - 4px);
}
.header-to .box-wrapper .box:nth-child(3n) {
  margin: 0 0 0 0;
}
.header-to .box-wrapper .box .icon {
  line-height: 0;
  width: 100px;
  margin: 0 25px 0 0;
}
.header-to .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.header-to .box-wrapper .box .text {
  border-left: solid 2px #e6fff6;
  width: calc(100% - 125px);
  padding: 0 0 0 25px;
}
.header-to .box-wrapper .box .text h3 {
  font-weight: 500;
}
.header-to .box-wrapper .box .text h3 .cover {
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  letter-spacing: 1px;
  font-size: 19px;
  padding: 3px 15px 5px 15px;
}
.header-to .box-wrapper .box .text p {
  color: #565656;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 3px 0 0 0;
}
.header-to .box-wrapper .box .text p .red {
  color: #399baa;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-to {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 0 1% 0rem 1%;
  }
  .header-to .box-wrapper {
    margin: 0 auto 0;
  }
  .header-to .box-wrapper .box {
    width: 32.5%;
    margin: 0 0.8333333333% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 6.5vw;
    margin: 0 10px 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 6.5vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 15px;
    padding: 3px 10px 5px 10px;
  }
  .header-to .box-wrapper .box .text p {
    font-size: 14px;
    margin: 3px 0 0 0;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-to {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 0 1% 10px 1%;
  }
  .header-to .box-wrapper {
    justify-content: center;
  }
  .header-to .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .header-to .box-wrapper .box:nth-child(2) {
    margin: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 90px;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 90px - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 15px;
    padding: 3px 10px 3px 10px;
  }
  .header-to .box-wrapper .box .text p {
    line-height: 1.35;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  .header-to .box-wrapper .box .text p .pc-disblock {
    display: none;
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .header-to {
    max-width: 100%;
    margin: -3rem auto 0;
    padding: 0 2% 10px 2%;
  }
  .header-to .box-wrapper {
    display: block;
  }
  .header-to .box-wrapper .box {
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 10px 5px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 1rem 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 16vw;
    margin: 0 10px 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 16vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 4vw;
    padding: 3px 10px 5px 10px;
  }
  .header-to .box-wrapper .box .text p {
    font-size: 3.5vw;
    margin: 3px 0 0 0;
  }
} /* 767px responsive-closed */
/* =========================================================

SUMMARY

========================================================= */
.summary {
  overflow: hidden;
  margin: 0 auto 0;
  padding: 3rem 0 0 0;
}
.summary .container {
  max-width: 1920px;
  padding: 0 2%;
  margin: 0 auto 0;
}
.summary .container .box {
  width: 100%;
  margin: 2.5rem 0 0 0;
  font-weight: 500;
  font-family: "Murecho";
}
.summary .container .box .title {
  position: relative;
  display: flex;
  align-items: center;
}
.summary .container .box .title::after {
  content: "";
  width: 100%;
  height: 2px;
  flex: 1;
}
.summary .container .box .title .inner {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0 0 0rem;
  padding: 0 2rem 0 0;
}
.summary .container .box .title .inner .icon {
  width: 3.5rem;
  height: auto;
}
.summary .container .box .title .inner h2 {
  font-weight: 500;
  font-family: "Murecho";
  font-size: 3rem;
  padding: 0 0 0 1.5rem;
}
.summary .container .box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 4rem 3rem;
}
.summary .container .box ul li {
  text-align: center;
  margin: 1.5rem 1.25% 0 0;
  padding: 1rem 0 1rem;
  font-size: 1.9rem;
  width: 32.5%;
}
.summary .container .box ul li:nth-child(3n) {
  margin: 1.5rem 0 0 0;
}
.summary .container .box.area .title::after {
  background: linear-gradient(90deg, #7bd6bf 0%, #c2fbff 55%, #3be4ba 100%);
}
.summary .container .box.area .title {
  color: #1c9f76;
}
.summary .container .box.area ul li:nth-child(3) {
  margin: 1.5rem 1.25% 0 0;
}
.summary .container .box.area ul li:nth-child(4) {
  margin: 1.5rem 0 0 0;
}
.summary .container .box.area ul li.main {
  text-align: left;
  width: 100%;
}
.summary .container .box.area ul li.main .big {
  display: block;
  width: 100%;
  color: #0a7754;
  background: #cbf5e8;
  padding: 2.5rem 0 2.5rem 4rem;
}
.summary .container .box.area ul li.main .big .semi {
  font-size: 2.3rem;
}
.summary .container .box.area ul li.main dl {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding: 0 2rem;
}
.summary .container .box.area ul li.main dl dd {
  width: 32.5%;
  text-align: center;
  font-size: 1.9rem;
  padding: 1rem 1rem;
  color: #14baaa;
  border: solid 2px #56c9bd;
  background: #fff;
  box-shadow: rgba(148, 210, 168, 0.2) 0px 7px 21px 0px;
  margin: 1rem 1.25% 0 0;
}
.summary .container .box.area ul li.main dl dd:nth-child(3n) {
  margin: 1rem 0 0 0;
}
.summary .container .box.area ul li.sub {
  color: #0a7754;
  box-shadow: rgba(148, 210, 168, 0.2) 0px 7px 21px 0px;
  background: #cbf5e8;
}
.summary .container .box.facility .title::after {
  background: linear-gradient(90deg, #69b9e2 0%, #dfe8ff 55%, #3ba0e4 100%);
}
.summary .container .box.facility .title {
  color: #1c859f;
}
.summary .container .box.facility ul li {
  position: relative;
  border: solid 2px #3c98af;
  box-shadow: rgba(148, 193, 210, 0.2) 0px 7px 21px 0px;
  background: #fff;
  color: #1c859f;
}
.summary .container .box.genre .title::after {
  background: linear-gradient(90deg, #a1e269 0%, #8ac125 55%, #68e43b 100%);
}
.summary .container .box.genre .title {
  color: #1c9f48;
}
.summary .container .box.genre ul li {
  border: solid 2px #83cc4f;
  box-shadow: rgba(155, 229, 169, 0.2) 0px 7px 21px 0px;
  background: #fff;
  color: #1c9f48;
  width: 24%;
  margin: 1.5rem 1.3333333333% 0 0;
}
.summary .container .box.genre ul li:nth-child(3n) {
  margin: 1.5rem 1.3333333333% 0 0;
}
.summary .container .box.genre ul li:nth-child(4n) {
  margin: 1.5rem 0% 0 0;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .summary {
    margin: 0 auto 0;
    padding: 3rem 0 0 0;
  }
  .summary .container {
    max-width: 1920px;
    padding: 0 2%;
    margin: 0 auto 0;
  }
  .summary .container .box {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  .summary .container .box .title::after {
    content: "";
    width: 100%;
    height: 2px;
    flex: 1;
  }
  .summary .container .box .title .inner {
    margin: 0rem 0 0 0rem;
    padding: 0 2rem 0 0;
  }
  .summary .container .box .title .inner .icon {
    width: 3.25rem;
    height: auto;
  }
  .summary .container .box .title .inner h2 {
    font-size: 2.8rem;
    padding: 0 0 0 1.5rem;
  }
  .summary .container .box ul {
    flex-wrap: wrap;
    padding: 0rem 4rem 3rem;
  }
  .summary .container .box ul li {
    text-align: center;
    margin: 1.5rem 1.25% 0 0;
    padding: 1rem 0 1rem;
    font-size: 1.8rem;
    width: 32.5%;
  }
  .summary .container .box ul li:nth-child(3n) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area .title::after {
    background: linear-gradient(90deg, #7bd6bf 0%, #c2fbff 55%, #3be4ba 100%);
  }
  .summary .container .box.area ul li:nth-child(3) {
    margin: 1.5rem 1.25% 0 0;
  }
  .summary .container .box.area ul li:nth-child(4) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area ul li.main {
    text-align: left;
    width: 100%;
  }
  .summary .container .box.area ul li.main .big {
    width: 100%;
    padding: 2.5rem 0 2.5rem 4rem;
  }
  .summary .container .box.area ul li.main .big .semi {
    font-size: 2.2rem;
  }
  .summary .container .box.area ul li.main dl {
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    padding: 0 2rem;
  }
  .summary .container .box.area ul li.main dl dd {
    width: 32.5%;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 1rem;
    margin: 1rem 1.25% 0 0;
  }
  .summary .container .box.area ul li.main dl dd:nth-child(3n) {
    margin: 1rem 0 0 0;
  }
  .summary .container .box.facility .title::after {
    background: linear-gradient(90deg, #69b9e2 0%, #dfe8ff 55%, #3ba0e4 100%);
  }
  .summary .container .box.facility ul li {
    position: relative;
  }
  .summary .container .box.genre .title::after {
    background: linear-gradient(90deg, #a1e269 0%, #8ac125 55%, #68e43b 100%);
  }
  .summary .container .box.genre ul li {
    width: 24%;
    margin: 1.5rem 1.3333333333% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(3n) {
    margin: 1.5rem 1.3333333333% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(4n) {
    margin: 1.5rem 0% 0 0;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .summary {
    margin: 0 auto 0;
    padding: 3rem 0 0 0;
  }
  .summary .container {
    max-width: 1920px;
    padding: 0 2%;
    margin: 0 auto 0;
  }
  .summary .container .box {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  .summary .container .box .title::after {
    content: "";
    width: 100%;
    height: 2px;
    flex: 1;
  }
  .summary .container .box .title .inner {
    margin: 0rem 0 0 0rem;
    padding: 0 2rem 0 0;
  }
  .summary .container .box .title .inner .icon {
    width: 3.25rem;
    height: auto;
  }
  .summary .container .box .title .inner h2 {
    font-size: 2.8rem;
    padding: 0 0 0 1.5rem;
  }
  .summary .container .box ul {
    flex-wrap: wrap;
    padding: 0rem 4rem 3rem;
  }
  .summary .container .box ul li {
    text-align: center;
    margin: 1.5rem 1.25% 0 0;
    padding: 1rem 0 1rem;
    font-size: 1.8rem;
    width: 32.5%;
  }
  .summary .container .box ul li:nth-child(3n) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area .title::after {
    background: linear-gradient(90deg, #7bd6bf 0%, #c2fbff 55%, #3be4ba 100%);
  }
  .summary .container .box.area ul li:nth-child(3) {
    margin: 1.5rem 1.25% 0 0;
  }
  .summary .container .box.area ul li:nth-child(4) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area ul li.main {
    text-align: left;
    width: 100%;
  }
  .summary .container .box.area ul li.main .big {
    width: 100%;
    padding: 2.5rem 0 2.5rem 4rem;
  }
  .summary .container .box.area ul li.main .big .semi {
    font-size: 2.2rem;
  }
  .summary .container .box.area ul li.main dl {
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    padding: 0 2rem;
  }
  .summary .container .box.area ul li.main dl dd {
    width: 32.5%;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 1rem;
    margin: 1rem 1.25% 0 0;
  }
  .summary .container .box.area ul li.main dl dd:nth-child(3n) {
    margin: 1rem 0 0 0;
  }
  .summary .container .box.facility .title::after {
    background: linear-gradient(90deg, #69b9e2 0%, #dfe8ff 55%, #3ba0e4 100%);
  }
  .summary .container .box.facility ul li {
    position: relative;
  }
  .summary .container .box.genre .title::after {
    background: linear-gradient(90deg, #a1e269 0%, #8ac125 55%, #68e43b 100%);
  }
  .summary .container .box.genre ul li {
    width: 24%;
    margin: 1.5rem 1.3333333333% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(3n) {
    margin: 1.5rem 1.3333333333% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(4n) {
    margin: 1.5rem 0% 0 0;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .summary {
    margin: 0 auto 0;
    padding: 3rem 0 0 0;
  }
  .summary .container {
    max-width: 1920px;
    padding: 0 2%;
    margin: 0 auto 0;
  }
  .summary .container .box {
    width: 100%;
    margin: 3.5rem 0 0 0;
  }
  .summary .container .box .title::after {
    content: "";
    width: 100%;
    height: 2px;
    flex: 1;
  }
  .summary .container .box .title .inner {
    margin: 0rem 0 0 0rem;
    padding: 0 2rem 0 0;
  }
  .summary .container .box .title .inner .icon {
    width: 5vw;
    height: auto;
  }
  .summary .container .box .title .inner h2 {
    font-size: 5vw;
    padding: 0 0 0 1.5rem;
  }
  .summary .container .box ul {
    flex-wrap: wrap;
    padding: 0rem 0%;
  }
  .summary .container .box ul li {
    text-align: center;
    margin: 1.5rem 1.25% 0 0;
    padding: 1rem 0 1rem;
    font-size: 1.8rem;
    width: 32.5%;
  }
  .summary .container .box ul li:nth-child(3n) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area .title::after {
    background: linear-gradient(90deg, #7bd6bf 0%, #c2fbff 55%, #3be4ba 100%);
  }
  .summary .container .box.area ul li:nth-child(3) {
    margin: 1.5rem 1.25% 0 0;
  }
  .summary .container .box.area ul li:nth-child(4) {
    margin: 1.5rem 0 0 0;
  }
  .summary .container .box.area ul li.main {
    text-align: left;
    width: 100%;
  }
  .summary .container .box.area ul li.main .big {
    width: 100%;
    padding: 2.5rem 0 2.5rem 4rem;
  }
  .summary .container .box.area ul li.main .big .semi {
    font-size: 2.2rem;
  }
  .summary .container .box.area ul li.main dl {
    flex-wrap: wrap;
    margin: 1.25rem 0 0 0;
    padding: 0 1rem;
  }
  .summary .container .box.area ul li.main dl dd {
    width: 32.5%;
    text-align: center;
    font-size: 3.5vw;
    padding: 0.75rem 1rem;
    margin: 1rem 1.25% 0 0;
  }
  .summary .container .box.area ul li.main dl dd:nth-child(3n) {
    margin: 1rem 0 0 0;
  }
  .summary .container .box.facility .title::after {
    background: linear-gradient(90deg, #69b9e2 0%, #dfe8ff 55%, #3ba0e4 100%);
  }
  .summary .container .box.facility ul li {
    position: relative;
    width: 48.5%;
    margin: 1.25rem 3% 0 0;
  }
  .summary .container .box.facility ul li:nth-child(2n) {
    margin: 1.25rem 0 0 0;
  }
  .summary .container .box.genre .title::after {
    background: linear-gradient(90deg, #a1e269 0%, #8ac125 55%, #68e43b 100%);
  }
  .summary .container .box.genre ul li {
    width: 48.5%;
    margin: 1.25rem 3% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(3n) {
    margin: 1.25rem 3% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(4n) {
    margin: 1.25rem 0% 0 0;
  }
  .summary .container .box.genre ul li:nth-child(2n) {
    margin: 1.25rem 0 0 0;
  }
}
/* =========================================================

TITLE-02-02

========================================================= */
.cta {
  background: #fff6df;
  overflow: hidden;
}
.cta .wrapper {
  padding: 70px 0 70px 0;
}
.cta .wrapper .title h3 {
  font-weight: 500;
  font-family: "Murecho";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e86103;
}
.cta .wrapper .title h3 .mark {
  margin: 0 10px 0 0;
}
.cta .wrapper .title h3 .mark .cover {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(110, 109, 76, 0.2) 0px 7px 29px 0px;
  border: solid 3px #e86103;
  padding: 2px 15px 2px 15px;
  font-size: 22px;
}
.cta .wrapper .title h3 .mark .cover .small {
  font-size: 0.75em;
}
.cta .wrapper .title h3 .semi {
  font-size: 20px;
}
.cta .wrapper .title h2 {
  font-weight: 500;
  font-family: "Murecho";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.cta .wrapper .title h2 .icon {
  line-height: 0;
  width: 60px;
  margin: 0 20px 0 0;
}
.cta .wrapper .title h2 .catch {
  color: #f17508;
  letter-spacing: 2px;
  font-size: 42px;
}
.cta .wrapper .block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0px auto 0;
  padding: 40px 0 0 0;
  max-width: 1280px;
}
.cta .wrapper .block .button {
  width: 48%;
  border-radius: 100px;
  font-family: "Murecho";
  font-weight: 500;
}
.cta .wrapper .block .button a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0 20px 0;
}
.cta .wrapper .block .button a .top {
  text-align: center;
  margin: -10px 0 0 0;
}
.cta .wrapper .block .button a .top .catch {
  padding: 5px 25px 5px 25px;
  position: relative;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  background: #fff;
  margin: 0px 0 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cta .wrapper .block .button a .top .catch:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 25px solid transparent;
  border-top: 40px solid #fff;
}
.cta .wrapper .block .button a .top .catch p {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 1px;
}
.cta .wrapper .block .button a .top .catch p .small {
  font-size: 0.8em;
}
.cta .wrapper .block .button a .bottom {
  margin: 4px 0 0 0;
  padding: 0px 50px 15px 50px;
  font-family: "Murecho";
  font-weight: 500;
}
.cta .wrapper .block .button a .bottom .catch .main,
.cta .wrapper .block .button a .bottom .catch .sub {
  display: block;
  text-align: center;
}
.cta .wrapper .block .button a .bottom .catch .sub {
  font-size: 1.4rem;
}
.cta .wrapper .block .button.consul {
  background: linear-gradient(90deg, rgb(238, 118, 0) 0%, rgb(232, 153, 0) 100%);
  border-bottom: solid 8px #dc350c;
  color: #e86103;
}
.cta .wrapper .block .button.consul a .top .catch p {
  color: #e86103;
}
.cta .wrapper .block .button.consul a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta .wrapper .block .button.consul a .bottom .icon {
  line-height: 0;
  width: 4rem;
}
.cta .wrapper .block .button.consul a .bottom .icon img {
  width: 100%;
  height: auto;
}
.cta .wrapper .block .button.consul a .bottom .catch {
  padding: 0 0px 0 0px;
  font-size: 3rem;
}
.cta .wrapper .block .button.consul a .bottom .catch .en {
  font-family: "Inter";
  font-weight: 700;
}
.cta .wrapper .block .button.consul a .bottom .arrow {
  line-height: 0;
  width: 3.5rem;
}
.cta .wrapper .block .button.consul a .bottom .arrow img {
  width: 100%;
  height: auto;
}
.cta .wrapper .block .button.apply {
  background: linear-gradient(90deg, rgb(21, 199, 104) 0%, rgb(0, 193, 232) 100%);
  border-bottom: solid 8px #0a7304;
}
.cta .wrapper .block .button.apply a .top .catch p {
  color: #e86103;
  color: rgb(1, 150, 110);
}
.cta .wrapper .block .button.apply a .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta .wrapper .block .button.apply a .bottom .icon {
  line-height: 0;
  width: 50px;
}
.cta .wrapper .block .button.apply a .bottom .icon img {
  width: 100%;
  height: auto;
}
.cta .wrapper .block .button.apply a .bottom .catch {
  padding: 0 0px 0 0px;
  font-size: 28px;
}
.cta .wrapper .block .button.apply a .bottom .arrow {
  line-height: 0;
  width: 40px;
}
.cta .wrapper .block .button.apply a .bottom .arrow img {
  width: 100%;
  height: auto;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta .wrapper {
    padding: 70px 0 70px 0;
  }
  .cta .wrapper .title h3 .mark {
    margin: 0 10px 0 0;
  }
  .cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 20px;
  }
  .cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .cta .wrapper .title h3 .semi {
    font-size: 18px;
  }
  .cta .wrapper .title h2 {
    margin: 10px 0 0 0;
  }
  .cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 50px;
    margin: 0 20px 0 0;
  }
  .cta .wrapper .title h2 .catch {
    letter-spacing: 2px;
    font-size: 36px;
  }
  .cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 2% 0 2%;
    max-width: 1280px;
  }
  .cta .wrapper .block .button {
    width: 49%;
    border-radius: 100px;
  }
  .cta .wrapper .block .button a {
    padding: 5px 0 20px 0;
  }
  .cta .wrapper .block .button a .top {
    margin: -10px 0 0 0;
  }
  .cta .wrapper .block .button a .top .catch {
    padding: 5px 25px 5px 25px;
    border-radius: 50px;
  }
  .cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .cta .wrapper .block .button a .top .catch p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 0px 50px 15px 50px;
  }
  .cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 40px;
  }
  .cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 24px;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow {
    width: 30px;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 40px;
  }
  .cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 24px;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 30px;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta .wrapper {
    padding: 70px 0 70px 0;
  }
  .cta .wrapper .title h3 .mark {
    margin: 0 10px 0 0;
  }
  .cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 20px;
  }
  .cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .cta .wrapper .title h3 .semi {
    font-size: 18px;
  }
  .cta .wrapper .title h2 {
    margin: 10px 0 0 0;
  }
  .cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 50px;
    margin: 0 20px 0 0;
  }
  .cta .wrapper .title h2 .catch {
    letter-spacing: 2px;
    font-size: 36px;
  }
  .cta .wrapper .title h2 .catch .sp-disblock {
    display: none;
  }
  .cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 2% 0 2%;
    max-width: 1280px;
  }
  .cta .wrapper .block .button {
    width: 49%;
    border-radius: 100px;
  }
  .cta .wrapper .block .button a {
    padding: 5px 0 20px 0;
  }
  .cta .wrapper .block .button a .top {
    margin: -10px 0 0 0;
  }
  .cta .wrapper .block .button a .top .catch {
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
  }
  .cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .cta .wrapper .block .button a .top .catch p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 5px 25px 15px 25px;
  }
  .cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 22px;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow {
    width: 25px;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 35px;
  }
  .cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 22px;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 25px;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    margin: 5rem 0 0 0;
  }
  .cta .wrapper {
    padding: 3rem 0 3rem 0;
  }
  .cta .wrapper .title h3 {
    text-align: center;
  }
  .cta .wrapper .title h3 .mark {
    margin: 0px 0px 0 0;
  }
  .cta .wrapper .title h3 .mark .cover {
    padding: 2px 15px 2px 15px;
    font-size: 4.75vw;
  }
  .cta .wrapper .title h3 .mark .cover .small {
    font-size: 0.75em;
  }
  .cta .wrapper .title h3 .semi {
    line-height: 1.2;
    font-size: 4vw;
    margin: 0 0 0 1rem;
  }
  .cta .wrapper .title h2 {
    margin: 10px 0 0 0;
  }
  .cta .wrapper .title h2 .icon {
    line-height: 0;
    width: 10vw;
    margin: 0 10px 0 0;
  }
  .cta .wrapper .title h2 .catch {
    line-height: 1.35;
    letter-spacing: 2px;
    font-size: 9vw;
  }
  .cta .wrapper .block {
    margin: 0px auto 0;
    padding: 40px 3% 0 3%;
    max-width: 100%;
    display: block;
  }
  .cta .wrapper .block .button {
    width: 100%;
    border-radius: 100px;
  }
  .cta .wrapper .block .button a {
    padding: 5px 0 0px 0;
    display: block;
  }
  .cta .wrapper .block .button a .top {
    margin: -15px 0 0 0;
    padding: 1px 0 0 0;
  }
  .cta .wrapper .block .button a .top .catch {
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    margin: 0px 0 0 0;
  }
  .cta .wrapper .block .button a .top .catch:after {
    top: 5px;
    left: 50%;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
  }
  .cta .wrapper .block .button a .top .catch p {
    font-size: 3.85vw;
    line-height: 1.65;
    letter-spacing: 1px;
  }
  .cta .wrapper .block .button a .top .catch p .small {
    font-size: 0.8em;
  }
  .cta .wrapper .block .button a .bottom {
    margin: 4px 0 0 0;
    padding: 5px 25px 15px 25px;
  }
  .cta .wrapper .block .button.consul a .top .catch p {
    color: #e86103;
  }
  .cta .wrapper .block .button.consul a .bottom .icon {
    line-height: 0;
    width: 7vw;
  }
  .cta .wrapper .block .button.consul a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.consul a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 5.5vw;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow {
    width: 5vw;
  }
  .cta .wrapper .block .button.consul a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply {
    margin: 30px 0 0 0;
  }
  .cta .wrapper .block .button.apply a .bottom .icon {
    line-height: 0;
    width: 7vw;
  }
  .cta .wrapper .block .button.apply a .bottom .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .block .button.apply a .bottom .catch {
    padding: 0 0px 0 0px;
    font-size: 5.5vw;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow {
    line-height: 0;
    width: 5vw;
  }
  .cta .wrapper .block .button.apply a .bottom .arrow img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

TARGETING

========================================================= */
.targeting {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: radial-gradient(circle at 100% 50%, rgba(111, 214, 184, 0.32) 0%, rgba(111, 214, 184, 0) 42%), radial-gradient(circle at 85% 20%, rgba(147, 226, 212, 0.22) 0%, rgba(147, 226, 212, 0) 30%), linear-gradient(90deg, #eef2f1 0%, #edf3f1 45%, #e7f4ef 100%);
  background-size: cover;
  margin: 0px 0 0 0;
}
.targeting:before, .targeting:after {
  position: absolute;
  z-index: 1;
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
}
.targeting:before {
  top: 20px;
  left: 20px;
  border-width: 150px 150px 0 0;
  border-color: #399baa transparent transparent transparent;
}
.targeting:after {
  top: 20px;
  right: 20px;
  border-width: 0 150px 150px 0;
  border-color: transparent #399baa transparent transparent;
}
.targeting .container {
  position: relative;
  z-index: 2;
}
.targeting .container:before, .targeting .container:after {
  position: absolute;
  z-index: 1;
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
}
.targeting .container:before {
  bottom: 20px;
  left: 20px;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #399baa;
}
.targeting .container:after {
  right: 20px;
  bottom: 20px;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #399baa transparent;
}
.targeting .container .title {
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  padding: 70px 0 20px 0;
}
.targeting .container .title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
.targeting .container .title .inner .thumb {
  position: relative;
  z-index: 3;
  width: 200px;
  padding: 0 10px 0 0;
}
.targeting .container .title .inner .thumb img {
  position: relative;
  z-index: 3;
  border: solid 5px #ffffff;
  border-radius: 100%;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  width: 100%;
  height: auto;
}
.targeting .container .title .inner .text {
  padding: 0 20px 0 20px;
}
.targeting .container .title .inner .text h3 {
  text-align: center;
  font-weight: 500;
  font-family: "Murecho";
}
.targeting .container .title .inner .text h3 .catch {
  color: #565656;
  font-size: 22px;
  margin: 10px 0 0 0;
}
.targeting .container .title .inner .text h3 .catch .color {
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.targeting .container .title .inner .text .mark-wrapper {
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  font-family: "Murecho";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.targeting .container .title .inner .text .mark-wrapper .mark {
  text-align: center;
  margin: 0 10px 0 0;
}
.targeting .container .title .inner .text .mark-wrapper .mark p {
  display: inline-block;
  color: #399baa;
  border: solid 3px #399baa;
  border-radius: 100px;
  background: #ffffff;
  letter-spacing: 2px;
  font-size: 19px;
  padding: 6px 20px 6px 20px;
}
.targeting .container .title .inner .text .mark-wrapper .plane {
  color: #454545;
  font-size: 1.6rem;
}
.targeting .container .title .inner .text h2 {
  text-align: center;
  font-weight: 500;
  font-family: "Murecho";
}
.targeting .container .title .inner .text h2 .catch {
  position: relative;
  color: #454545;
  line-height: 1.3;
  font-size: 45px;
  margin: 10px 0 0 0;
}
.targeting .container .title .inner .text h2 .catch .color {
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.targeting .container ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 1480px;
  margin: 20px auto 0;
  padding: 0 0 0 0;
}
.targeting .container ul li {
  position: relative;
  box-shadow: rgba(88, 157, 143, 0.2) 0px 7px 29px 0px;
  background: #ffffff;
  width: 48.5%;
  margin: 0 3% 20px 0;
  padding: 4px;
  font-weight: 500;
  font-family: "Murecho";
}
.targeting .container ul li::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);
}
.targeting .container ul li .inset {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.targeting .container ul li .inset .thumb {
  width: 125px;
  height: auto;
  padding: 4px;
}
.targeting .container ul li .inset p {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  width: calc(100% - 125px);
  padding: 0 25px 0 25px;
}
.targeting .container ul li .inset p .color {
  color: #399baa;
}
.targeting .container ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.targeting .container .explain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 50px 0;
}
.targeting .container .explain .thumb {
  position: relative;
  width: 350px;
  height: 350px;
}
.targeting .container .explain .thumb:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #399baa;
  border-radius: 50%;
  content: "";
  width: 95%;
  height: 95%;
}
.targeting .container .explain .thumb img {
  position: relative;
  z-index: 1;
  display: block;
  border: solid 4px #ffffff;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.targeting .container .explain .text {
  color: #399baa;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0 30px;
}
.targeting .container .explain .text .sub {
  transform: skew(-15deg);
}
.targeting .container .explain .text .sub p {
  position: relative;
  display: inline-block;
  color: #399baa;
  background: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
  padding: 7px 40px 7px 40px;
}
.targeting .container .explain .text .sub p::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);
}
.targeting .container .explain .text .main {
  margin: 10px 0 0 0;
  font-family: "Murecho";
  font-weight: 500;
}
.targeting .container .explain .text .main p {
  font-size: 40px;
}
.targeting .container .explain .text .main p .grade {
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.targeting .container .explain .text .main p .line {
  background: linear-gradient(transparent 90%, rgba(123, 211, 205, 0.4) 10%);
}
.targeting .container .explain .text .main p .small {
  font-size: 0.8em;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .targeting {
    margin: 40px 0 0 0;
  }
  .targeting:before, .targeting:after {
    width: 0;
    height: 0;
  }
  .targeting:before {
    top: 20px;
    left: 20px;
    border-width: 150px 150px 0 0;
    border-color: #399baa transparent transparent transparent;
  }
  .targeting:after {
    top: 20px;
    right: 20px;
    border-width: 0 150px 150px 0;
    border-color: transparent #399baa transparent transparent;
  }
  .targeting .container:before, .targeting .container:after {
    width: 0;
    height: 0;
  }
  .targeting .container:before {
    bottom: 20px;
    left: 20px;
    border-width: 150px 0 0 150px;
    border-color: transparent transparent transparent #399baa;
  }
  .targeting .container:after {
    right: 20px;
    bottom: 20px;
    border-width: 0 0 150px 150px;
    border-color: transparent transparent #399baa transparent;
  }
  .targeting .container .title {
    width: 100%;
    padding: 70px 0 20px 0;
  }
  .targeting .container .title .inner .thumb {
    position: relative;
    z-index: 3;
    width: 200px;
    padding: 0 10px 0 0;
  }
  .targeting .container .title .inner .thumb img {
    border: solid 5px #ffffff;
    width: 100%;
    height: auto;
  }
  .targeting .container .title .inner .text {
    padding: 0 20px 0 20px;
  }
  .targeting .container .title .inner .text h3 .catch {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper {
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark {
    margin: 0 10px 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark p {
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 19px;
    padding: 6px 20px 6px 20px;
  }
  .targeting .container .title .inner .text h2 .catch {
    line-height: 1.3;
    font-size: 40px;
    margin: 10px 0 0 0;
  }
  .targeting .container ul {
    max-width: 96%;
    margin: 20px auto 0;
    padding: 0 0 0 0;
  }
  .targeting .container ul li {
    width: 48.5%;
    margin: 0 3% 20px 0;
    padding: 4px;
  }
  .targeting .container ul li::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% - 0px);
    height: calc(100% - 0px);
  }
  .targeting .container ul li .inset .thumb {
    width: 120px;
    height: auto;
  }
  .targeting .container ul li .inset p {
    font-size: 17px;
    width: calc(100% - 120px);
    padding: 0 20px 0 20px;
  }
  .targeting .container ul li .inset p .sp-disblock {
    display: block;
  }
  .targeting .container ul li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .targeting .container .explain {
    padding: 30px 0 50px 0;
  }
  .targeting .container .explain .thumb {
    width: 300px;
    height: 300px;
  }
  .targeting .container .explain .thumb:before {
    border: solid 2px #399baa;
    width: 95%;
    height: 95%;
  }
  .targeting .container .explain .thumb img {
    border: solid 4px #ffffff;
  }
  .targeting .container .explain .text {
    margin: 0 0 0 30px;
  }
  .targeting .container .explain .text .sub p {
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 22px;
    padding: 7px 40px 7px 40px;
  }
  .targeting .container .explain .text .main {
    margin: 10px 0 0 0;
  }
  .targeting .container .explain .text .main p {
    font-size: 35px;
  }
  .targeting .container .explain .text .main p .small {
    font-size: 0.8em;
  }
} /* 1024px～1280px responsive-close



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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .targeting:before, .targeting:after {
    position: absolute;
    z-index: 1;
    border-style: solid;
    content: "";
    width: 0;
    height: 0;
  }
  .targeting:before {
    top: 10px;
    left: 10px;
    border-width: 15vw 15vw 0 0;
  }
  .targeting:after {
    top: 10px;
    right: 10px;
    border-width: 0 15vw 15vw 0;
  }
  .targeting .container:before {
    bottom: 10px;
    left: 10px;
    border-width: 15vw 0 0 15vw;
  }
  .targeting .container:after {
    right: 10px;
    bottom: 10px;
    border-width: 0 0 15vw 15vw;
  }
  .targeting .container .title {
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .targeting .container .title .inner {
    display: block;
    line-height: 1;
  }
  .targeting .container .title .inner .thumb {
    width: 30vw;
    margin: 15px auto 0;
    padding: 0 0 0 0;
  }
  .targeting .container .title .inner .thumb img {
    position: relative;
    z-index: 3;
    border: solid 5px #ffffff;
    border-radius: 100%;
    box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
    width: 100%;
    height: auto;
  }
  .targeting .container .title .inner .text {
    padding: 30px 20px 0 20px;
  }
  .targeting .container .title .inner .text h3 {
    text-align: center;
    line-height: 1.25;
  }
  .targeting .container .title .inner .text h3 .catch {
    font-size: 5vw;
    margin: 10px 0 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark {
    text-align: center;
    margin: 5px 5px 0 0;
  }
  .targeting .container .title .inner .text .mark-wrapper .mark p {
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 4vw;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .title .inner .text .mark-wrapper .plane {
    width: 100%;
    text-align: center;
    font-size: 4.25vw;
    margin: 5px 0 0 0;
  }
  .targeting .container .title .inner .text h2 {
    text-align: center;
  }
  .targeting .container .title .inner .text h2 .catch {
    position: relative;
    line-height: 1.3;
    font-size: 7.5vw;
    margin: 15px 0 0 0;
  }
  .targeting .container ul {
    max-width: 96%;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    display: block;
  }
  .targeting .container ul li {
    width: 100%;
    margin: 15px 2% 0px 0;
    padding: 4px;
  }
  .targeting .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% - 0px);
    height: calc(100% - 0px);
  }
  .targeting .container ul li .inset .thumb {
    width: 22.5vw;
    height: auto;
  }
  .targeting .container ul li .inset p {
    font-size: 3.75vw;
    width: calc(100% - 22.5vw);
    padding: 0 10px 0 10px;
  }
  .targeting .container ul li .inset p .sp-disblock {
    display: block;
  }
  .targeting .container ul li:nth-child(2n) {
    margin: 15px 0 0px 0;
  }
  .targeting .container .explain {
    display: block;
    padding: 10px 0 45px 0;
  }
  .targeting .container .explain .thumb {
    position: relative;
    width: 75vw;
    height: 75vw;
    margin: 0 auto 0;
  }
  .targeting .container .explain .thumb:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 95%;
    height: 95%;
  }
  .targeting .container .explain .thumb img {
    position: relative;
    z-index: 1;
    display: block;
    border: solid 4px #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }
  .targeting .container .explain .text {
    margin: 20px 0 0 0;
  }
  .targeting .container .explain .text .sub p {
    display: inline-block;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 5vw;
    padding: 3px 20px 3px 20px;
  }
  .targeting .container .explain .text .main p {
    font-size: 6.85vw;
  }
  .targeting .container .explain .text .main p .small {
    font-size: 0.8em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

FEATURE

========================================================= */
.feature {
  overflow: hidden;
  position: relative;
  margin: 50px 0 0 0;
}
.feature .title {
  position: relative;
  padding: 40px 0 40px 0;
}
.feature .title .back {
  position: absolute;
  z-index: 1;
  color: #b1e0de;
  font-family: "Antonio";
  font-weight: 100;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  font-size: 130px;
}
.feature .title .en {
  font-family: "Poppins";
  letter-spacing: 5px;
  text-align: center;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.feature .title .en p {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #399baa;
  border: solid 2px #399baa;
  padding: 0.4rem 2rem;
}
.feature .title .en p::before, .feature .title .en p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0%);
  width: 1rem;
  height: 0.75rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.feature .title .en p::before {
  z-index: 2;
  background: #fff;
}
.feature .title .en p::after {
  z-index: 1;
  background: #399baa;
  width: calc(1rem + 4px);
  height: calc(0.75rem + 3px);
  top: calc(100% + 1.5px);
}
.feature .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0.5rem 0 0 0;
  font-weight: 500;
  font-family: "Murecho";
}
.feature .title h2 .sub {
  letter-spacing: 2px;
  font-size: 33px;
}
.feature .title h2 .main {
  letter-spacing: 3px;
  font-size: 45px;
}
.feature .title h2 .main span {
  position: relative;
  display: inline-block;
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px 0 5px;
}
.feature .title h2 .main span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #399baa;
  content: "";
  width: calc(100% - 10px);
  height: 3px;
}
.feature .box-wrapper {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
  font-family: "Murecho";
}
.feature .box-wrapper .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 50px 0 50px 0;
}
.feature .box-wrapper .box .deco {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(0%, 0%) skew(-30deg);
  background: linear-gradient(90deg, #e3feff 0%, #effffc 30%, #f9fdfd 100%);
  width: 87%;
  height: 15%;
}
.feature .box-wrapper .box .thumb {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 500px;
}
.feature .box-wrapper .box .thumb .image {
  position: relative;
  z-index: 2;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .thumb .image img {
  transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .thumb .bg {
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  top: 15px;
  left: 15px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #399baa 5px, #399baa 10px);
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .text {
  position: relative;
  z-index: 2;
  padding: 0 0 0 70px;
}
.feature .box-wrapper .box .text h4 {
  color: #399baa;
  font-family: "Inter";
  font-weight: 400;
}
.feature .box-wrapper .box .text h4 .cover {
  display: inline-flex;
  align-items: center;
  border-top: solid 3px #399baa;
  border-bottom: solid 3px #399baa;
}
.feature .box-wrapper .box .text h4 .cover .catch {
  letter-spacing: 3px;
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .box-wrapper .box .text h4 .cover .number {
  font-weight: 300;
  letter-spacing: -2px;
  font-size: 60px;
  padding: 0 0 0 10px;
  display: inline-block;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .box-wrapper .box .text h3 {
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.feature .box-wrapper .box .text .sentence {
  width: 600px;
  margin: 5px 0 0 0;
}
.feature .box-wrapper .box .text .sentence p {
  color: #565656;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.feature .box-wrapper .box .text .sentence p .emphasis {
  color: #399baa;
}
.feature .box-wrapper .box .text .result h5 {
  margin: 15px 0 0 0;
}
.feature .box-wrapper .box .text .result h5 span {
  display: inline-block;
  color: #399baa;
  font-family: "Poppins";
  font-weight: 400;
  border-bottom: solid 3px #399baa;
  font-size: 25px;
  padding: 0 0 5px 0;
}
.feature .box-wrapper .box .text .result .catch {
  margin: 1px 0 0 0;
}
.feature .box-wrapper .box .text .result .catch .line {
  margin: 10px 0 0 0;
}
.feature .box-wrapper .box .text .result .catch .line p {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  letter-spacing: 2px;
  font-size: 22px;
  padding: 0 10px 0 10px;
}
.feature .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.feature .box-wrapper .box:nth-child(2n) .text {
  padding: 0 70px 0 0;
}
.feature .box-wrapper .box:nth-child(2n) .deco {
  left: 100%;
  transform: translate(-100%, 0%) skew(-30deg);
  background: linear-gradient(90deg, #f9fcfd 0%, #effffc 70%, #e3fffe 100%);
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 18px;
    font-size: 125px;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 20px;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title 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% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 28px;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 40px;
  }
  .feature .title h2 .main span {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main span::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    margin: 10px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 450px;
    height: 450px;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #399baa 5px, #399baa 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    padding: 0 0 0 50px;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 57px;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 32px;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 450px;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 15px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 24px;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 0 50px 0 0;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 15px;
    font-size: 115px;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 20px;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title 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% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 22px;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 32px;
  }
  .feature .title h2 .main span {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main span::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    margin: 10px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 45%;
    height: 300px;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #399baa 5px, #399baa 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    width: 55%;
    padding: 0 0 0 30px;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 16px;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 50px;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 28px;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 3px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 20px;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 0 50px 0 0;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 10px;
    font-size: 20vw;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 4.5vw;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title 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% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 4.75vw;
    margin: 10px 0 0 0;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 7.25vw;
  }
  .feature .title h2 .main span {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main span::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    display: block;
    margin: 10px 0 0 0;
    padding: 40px 0 40px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 100%;
    height: 300px;
    margin: 0 auto 0;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #399baa 5px, #399baa 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    width: 100%;
    padding: 35px 4% 0 4%;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 12vw;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 6.5vw;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 3px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 5vw;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 4vw;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 35px 4% 0 4%;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
  }
} /* 767px responsive-closed */
/* =========================================================

CASE

========================================================= */
.case {
  overflow: hidden;
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 60px 0;
}
.case .title {
  position: relative;
  z-index: 1;
  padding: 40px 0 40px 0;
}
.case .title .back {
  position: absolute;
  z-index: 1;
  color: #cccccc;
  font-family: "Antonio";
  font-weight: 100;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  white-space: nowrap;
  font-size: 130px;
}
.case .title h2 {
  font-weight: 500;
  font-family: "Murecho";
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-align: center;
  font-size: 34px;
}
.case .title h2 span {
  position: relative;
  display: inline-block;
  color: #399baa;
  padding: 0 10px 0 10px;
}
.case .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #399baa;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.case .tab-wrapper {
  position: relative;
  z-index: 2;
  background: #ffffff;
  max-width: 1480px;
  margin: 30px auto 0;
  padding: 0 2% 0 2%;
}
.case .tab-wrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .tab-wrapper .buttons .button {
  color: #43b9a6;
  border-radius: 5px 5px 0 0;
  background: #d6fff6;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  font-size: 22px;
  margin: 0 10px 0 0;
  padding: 10px 30px 10px 30px;
}
.case .tab-wrapper .buttons .button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: #565656;
}
.case .tab-wrapper .buttons .button.active {
  color: #ffffff;
  background: #399baa;
}
.case .tab-wrapper .buttons .button:last-child {
  margin: 0 0 0 0;
}
.case .tab-wrapper .contents {
  position: relative;
  min-height: 100px; /* 高さを固定してガクつきを防ぐ */
}
.case .tab-wrapper .contents .content {
  visibility: hidden; /* 完全に非表示に */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  border: solid 3px #399baa;
  box-shadow: rgba(150, 150, 150, 0.25) 0 7px 29px 0;
  background: #ffffff;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  width: 100%;
  padding: 0.5rem;
}
.case .tab-wrapper .contents .content.active {
  visibility: visible;
  position: relative;
  opacity: 1;
}
.case .tab-wrapper .contents .content .back {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  line-height: 1.1;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-size: 8rem;
  letter-spacing: 0.3rem;
  opacity: 0.4;
}
.case .tab-wrapper .contents .content .back .middle {
  font-size: 0.8em;
}
.case .tab-wrapper .contents .content .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .tab-wrapper .contents .content .inner .thumb {
  width: 600px;
  height: 550px;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  position: relative;
  overflow: hidden;
}
.case .tab-wrapper .contents .content .inner .thumb .thumb-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
}
.case .tab-wrapper .contents .content .inner .thumb .thumb-box:first-child {
  opacity: 1;
  transform: scale(1);
}
.case .tab-wrapper .contents .content .inner .thumb .thumb-box img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .tab-wrapper .contents .content .inner .text {
  width: calc(100% - 600px);
  padding: 0 4.5rem 0 5.5rem;
}
.case .tab-wrapper .contents .content .inner .text h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 24px;
}
.case .tab-wrapper .contents .content .inner .text h3 .mark {
  display: inline-block;
  color: #399baa;
  border: solid 3px #399baa;
  font-size: 20px;
  margin: 0 10px 0 0;
  padding: 0 20px 0 20px;
}
.case .tab-wrapper .contents .content .inner .text h3 .catch {
  letter-spacing: 2px;
  font-size: 22px;
}
.case .tab-wrapper .contents .content .inner .text h4 {
  font-weight: 500;
  font-family: "Murecho";
  font-size: 30px;
  margin: 20px 0 0 0;
}
.case .tab-wrapper .contents .content .inner .text h4 .sama {
  font-size: 0.75em;
}
.case .tab-wrapper .contents .content .inner .text h4 .middle {
  font-size: 0.825em;
}
.case .tab-wrapper .contents .content .inner .text h4 .en {
  font-family: "Poppins";
}
.case .tab-wrapper .contents .content .inner .text .sentence {
  margin: 15px 0 0 0;
}
.case .tab-wrapper .contents .content .inner .text .sentence p {
  font-weight: 500;
  color: #565656;
  line-height: 2.2;
  letter-spacing: 0;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.case .tab-wrapper .contents .content .inner .text .sentence p .emphasis {
  color: #399baa;
  font-weight: 500;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .case {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
  }
  .case .title {
    padding: 40px 0 40px 0;
  }
  .case .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 17px;
    font-size: 123px;
  }
  .case .title h2 {
    letter-spacing: 3px;
    font-size: 32px;
  }
  .case .title h2 span {
    padding: 0 10px 0 10px;
  }
  .case .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .case .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .case .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 10px 30px 10px 30px;
  }
  .case .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .case .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .case .tab-wrapper .contents .content {
    border: solid 3px #399baa;
    width: 100%;
    padding: 5px;
  }
  .case .tab-wrapper .contents .content .back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 8rem;
    letter-spacing: 0.3rem;
    opacity: 0.4;
  }
  .case .tab-wrapper .contents .content .back .middle {
    font-size: 0.8em;
  }
  .case .tab-wrapper .contents .content .inner .thumb {
    width: 50%;
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.08);
    will-change: opacity, transform;
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box:first-child {
    opacity: 1;
    transform: scale(1);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box img {
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case .tab-wrapper .contents .content .inner .text {
    width: 50%;
    padding: 0 3.5rem 0 4.5rem;
  }
  .case .tab-wrapper .contents .content .inner .text h3 {
    flex-wrap: wrap;
    font-size: 22px;
  }
  .case .tab-wrapper .contents .content .inner .text h3 .mark {
    font-size: 18px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 20px;
  }
  .case .tab-wrapper .contents .content .inner .text h3 .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .case .tab-wrapper .contents .content .inner .text h4 {
    font-size: 28px;
    margin: 20px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .sama {
    font-size: 0.75em;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .middle {
    font-size: 0.825em;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.1;
    letter-spacing: 0;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
  }
  .case .title {
    padding: 40px 0 40px 0;
  }
  .case .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 12px;
    font-size: 113px;
  }
  .case .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .case .title h2 span {
    padding: 0 10px 0 10px;
  }
  .case .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .case .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .case .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 10px 30px 10px 30px;
  }
  .case .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .case .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .case .tab-wrapper .contents .content {
    border: solid 3px #399baa;
    width: 100%;
    padding: 5px;
  }
  .case .tab-wrapper .contents .content .back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 8rem;
    letter-spacing: 0.3rem;
    opacity: 0.4;
  }
  .case .tab-wrapper .contents .content .back .middle {
    font-size: 0.8em;
  }
  .case .tab-wrapper .contents .content .inner .thumb {
    width: 50%;
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.08);
    will-change: opacity, transform;
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box:first-child {
    opacity: 1;
    transform: scale(1);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box img {
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case .tab-wrapper .contents .content .inner .text {
    width: 50%;
    padding: 0 3.5rem 0 4.5rem;
  }
  .case .tab-wrapper .contents .content .inner .text h3 {
    flex-wrap: wrap;
    font-size: 22px;
  }
  .case .tab-wrapper .contents .content .inner .text h3 .mark {
    font-size: 18px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 20px;
  }
  .case .tab-wrapper .contents .content .inner .text h3 .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .case .tab-wrapper .contents .content .inner .text h4 {
    font-size: 28px;
    margin: 20px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .sama {
    font-size: 0.75em;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .middle {
    font-size: 0.825em;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.1;
    letter-spacing: 0;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .case {
    margin: 20px 0 0 0;
    padding: 0 0 60px 0;
  }
  .case .title {
    padding: 40px 0 30px 0;
  }
  .case .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 8px;
    font-size: 14vw;
  }
  .case .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .case .title h2 span {
    padding: 0 10px 0 10px;
  }
  .case .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .case .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2.5% 0 2.5%;
  }
  .case .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 3.5vw;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 10px;
  }
  .case .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .case .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .case .tab-wrapper .contents .content {
    border: solid 3px #399baa;
    width: 100%;
    padding: 5px;
  }
  .case .tab-wrapper .contents .content .back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 10vw;
    letter-spacing: 0.3rem;
    opacity: 0.5;
  }
  .case .tab-wrapper .contents .content .back .middle {
    font-size: 0.8em;
  }
  .case .tab-wrapper .contents .content .inner {
    display: block;
  }
  .case .tab-wrapper .contents .content .inner .thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 430px;
    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.08);
    will-change: opacity, transform;
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box:first-child {
    opacity: 1;
    transform: scale(1);
  }
  .case .tab-wrapper .contents .content .inner .thumb .thumb-box img {
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case .tab-wrapper .contents .content .inner .text {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 3rem 7rem 3rem;
    margin: -3rem 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text h3 {
    flex-wrap: wrap;
    font-size: 22px;
  }
  .case .tab-wrapper .contents .content .inner .text h3 .mark {
    font-size: 4vw;
    margin: 0 10px 0 0;
    padding: 0 20px 0 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  .case .tab-wrapper .contents .content .inner .text h3 .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .case .tab-wrapper .contents .content .inner .text h4 {
    font-size: 5.25vw;
    margin: 20px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .sama {
    font-size: 0.75em;
  }
  .case .tab-wrapper .contents .content .inner .text h4 .middle {
    font-size: 0.825em;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .case .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.1;
    letter-spacing: 0;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/* =========================================================

TITLE-02-02

========================================================= */
.title02-02 {
  position: relative;
  text-align: center;
  padding: 0px 0 30px 0;
  overflow: hidden;
}
.title02-02 .semi {
  position: relative;
  z-index: 20;
  font-weight: 500;
  font-family: "Murecho";
  line-height: 1.35;
  font-size: 1.8rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  opacity: 0.875;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  padding: 0.8rem 6.5rem 0.9rem;
  color: white;
  margin: 0 auto;
}
.title02-02 h2 {
  position: relative;
  z-index: 20;
  font-size: 5rem;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Murecho";
}
.title02-02 h2 .catch {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title02-02 .back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -45%);
  font-family: "Poppins";
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 10px;
  color: rgba(57, 155, 170, 0.1);
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 10;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .title02-02 {
    text-align: center;
    padding: 0px 0 30px 0;
  }
  .title02-02 .semi {
    line-height: 1.35;
    font-size: 1.8rem;
    letter-spacing: 1px;
    opacity: 0.875;
    border-radius: 40px;
    text-align: center;
    padding: 0.8rem 6.5rem 0.9rem;
    margin: 0 auto;
  }
  .title02-02 h2 {
    font-size: 5rem;
    padding: 15px 0 0 0;
    line-height: 1.3;
  }
  .title02-02 h2 .catch {
    position: relative;
  }
  .title02-02 .back {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 12rem;
    letter-spacing: 10px;
    line-height: 0.9;
    white-space: nowrap;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title02-02 {
    text-align: center;
    padding: 0px 0 0px 0;
  }
  .title02-02 .semi {
    line-height: 1.35;
    font-size: 1.8rem;
    letter-spacing: 1px;
    opacity: 0.875;
    border-radius: 40px;
    text-align: center;
    padding: 0.8rem 6.5rem 0.9rem;
    margin: 0 auto;
  }
  .title02-02 h2 {
    font-size: 3.6rem;
    padding: 15px 0 0 0;
    line-height: 1.3;
  }
  .title02-02 h2 .catch {
    position: relative;
  }
  .title02-02 .back {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 11rem;
    letter-spacing: 10px;
    line-height: 0.9;
    white-space: nowrap;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .title02-02 {
    padding: 0px 0 0px 0;
  }
  .title02-02 h2 {
    font-size: 7vw;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 4.75vw;
    padding: 4px 35px 4px 35px;
  }
  .title02-02 .back {
    font-size: 24vw;
    letter-spacing: 3px;
  }
} /* 767px responsive-closed */
/* =========================================================

FLOW

========================================================= */
.flow .wrapper {
  background-size: 90px 90px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, rgba(171, 237, 228, 0.5), rgba(171, 237, 228, 0.5) 1px, transparent 1px, transparent 90px), repeating-linear-gradient(0deg, rgba(171, 237, 228, 0.5), rgba(171, 237, 228, 0.5) 1px, rgb(236, 255, 252) 1px, rgb(236, 255, 252) 90px);
  padding: 70px 0 50px 0;
  overflow: hidden;
  position: relative;
}
.flow .wrapper:before {
  content: "";
  width: 85vw;
  height: 85vw;
  position: absolute;
  border: solid 150px rgba(194, 255, 228, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flow .wrapper .inner {
  margin: 35px 0 0 0;
  position: relative;
  z-index: 2;
}
.flow .wrapper .inner ul {
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 1.5% 0 1.5%;
  display: flex;
  flex-wrap: wrap;
}
.flow .wrapper .inner ul li {
  width: 30%;
  margin: 0 0 60px 0;
  border: solid 2px #399baa;
  background: #fff;
  padding: 0 0 0px 0;
  box-shadow: 5px 5px 0px 0px #e6fff6, inset 0 0 0 3px #fff;
  position: relative;
}
.flow .wrapper .inner ul li .thumb {
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .semi {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
  font-family: "Poppins";
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 10%;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  color: #fff;
  padding: 3px 20px 3px 20px;
  font-size: 17px;
  line-height: 1.1;
  width: 80px;
  height: 80px;
}
.flow .wrapper .inner ul li .thumb .semi span.big {
  font-size: 25px;
}
.flow .wrapper .inner ul li .thumb .cover {
  width: 100%;
  position: relative;
}
.flow .wrapper .inner ul li .thumb .cover::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 90%;
  border: solid 2px #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow .wrapper .inner ul li .thumb .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.flow .wrapper .inner ul li .text {
  width: 100%;
  color: #399baa;
  padding: 20px 30px 20px 30px;
  position: relative;
}
.flow .wrapper .inner ul li .text .inside p {
  padding: 10px 0px 10px 0px;
}
.flow .wrapper .inner ul li .text .inside img.icon {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 30px;
  width: 150px;
  height: auto;
  opacity: 0.4;
}
.flow .wrapper .inner ul li .text .inside .block {
  position: relative;
  z-index: 2;
}
.flow .wrapper .inner ul li .text .inside .block h3 {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Murecho";
  font-weight: 500;
}
.flow .wrapper .inner ul li .text .inside .block h3 span {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow .wrapper .inner ul li .text .inside .block p {
  color: #565456;
  font-size: 1.7rem;
  font-family: "Murecho";
  font-weight: 500;
  line-height: 1.6;
}
.flow .wrapper .inner ul li .text .inside .block p a {
  text-decoration: underline;
  color: #399baa;
}
.flow .wrapper .inner ul li .text .inside .block p a .middle {
  font-size: 0.8em;
}
.flow .wrapper .inner ul li .text .inside .block p a .small {
  font-size: 0.8em;
}
.flow .wrapper .inner .arrow {
  width: 5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .wrapper .inner .arrow.sp-disblock {
  display: none;
}
.flow .wrapper .inner .arrow .image {
  width: 100%;
}
.flow .wrapper .inner .arrow .image img {
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
}
.flow .wrapper .explain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 7;
  margin: 0px 0 0 0;
  padding: 50px 0 50px 0;
}
.flow .wrapper .explain .thumb {
  width: 400px;
  margin: 0 60px 0 0;
  position: relative;
}
.flow .wrapper .explain .thumb:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: solid 3px #399baa;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow .wrapper .explain .thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.flow .wrapper .explain .text {
  width: 500px;
}
.flow .wrapper .explain .text .semi p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 0 3px #399baa inset;
  border-radius: 100px;
  padding: 5px 40px 5px 40px;
  font-style: normal;
  font-weight: 500;
  color: #399baa;
  line-height: 1.4;
  font-size: 25px;
}
.flow .wrapper .explain .text .semi p .catch {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Murecho";
}
.flow .wrapper .explain .text h3 {
  margin: 5px 0 0 0;
}
.flow .wrapper .explain .text h3 .catch {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Murecho";
  font-size: 36px;
}
.flow .wrapper .explain .text .sentence {
  margin: 5px 0 0 0;
}
.flow .wrapper .explain .text .sentence p {
  line-height: 1.8;
  font-size: 17px;
  padding: 10px 0 10px 0;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow .wrapper {
    padding: 50px 0 50px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 85vw;
    height: 85vw;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner {
    margin: 25px 0 0 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 40px 2% 0 2%;
  }
  .flow .wrapper .inner ul li {
    width: 32%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .semi {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    padding: 3px 20px 3px 20px;
    font-size: 1.5vw;
    line-height: 1.1;
    width: 7vw;
    height: 7vw;
  }
  .flow .wrapper .inner ul li .thumb .semi span.big {
    font-size: 2.25vw;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    border: solid 2px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 20px 20px 20px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 2.4rem;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 2%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: none;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
  .flow .wrapper .explain {
    margin: 0px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .flow .wrapper .explain .thumb {
    width: 300px;
    margin: 0 60px 0 0;
  }
  .flow .wrapper .explain .thumb:before {
    width: 95%;
    height: 95%;
  }
  .flow .wrapper .explain .thumb img {
    width: 100%;
    height: auto;
  }
  .flow .wrapper .explain .text {
    width: 500px;
  }
  .flow .wrapper .explain .text .semi p {
    border-radius: 100px;
    padding: 5px 40px 5px 40px;
    line-height: 1.4;
    font-size: 25px;
  }
  .flow .wrapper .explain .text h3 {
    margin: 5px 0 0 0;
  }
  .flow .wrapper .explain .text h3 .catch {
    font-size: 36px;
  }
  .flow .wrapper .explain .text .sentence {
    margin: 5px 0 0 0;
  }
  .flow .wrapper .explain .text .sentence p {
    line-height: 1.8;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow .wrapper {
    padding: 40px 0 0px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 85vw;
    height: 85vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flow .wrapper .inner {
    margin: 25px 0 0 0;
  }
  .flow .wrapper .inner ul {
    max-width: 100%;
    padding: 40px 2% 0 2%;
  }
  .flow .wrapper .inner ul li {
    width: 45%;
    margin: 0 0 60px 0;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
  }
  .flow .wrapper .inner ul li .thumb .semi {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    padding: 3px 20px 3px 20px;
    font-size: 1.5vw;
    line-height: 1.1;
    width: 7vw;
    height: 7vw;
  }
  .flow .wrapper .inner ul li .thumb .semi span.big {
    font-size: 2.25vw;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    border: solid 2px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    padding: 20px 30px 20px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 2.65rem;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow .wrapper .inner .arrow {
    width: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .wrapper .inner .arrow.sp-disblock {
    display: flex;
  }
  .flow .wrapper .inner .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }
  .flow .wrapper .explain {
    margin: 0px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .flow .wrapper .explain .thumb {
    width: 220px;
    margin: 0 30px 0 0;
  }
  .flow .wrapper .explain .thumb:before {
    width: 95%;
    height: 95%;
  }
  .flow .wrapper .explain .thumb img {
    width: 100%;
    height: auto;
  }
  .flow .wrapper .explain .text .semi p {
    border-radius: 100px;
    padding: 5px 40px 5px 40px;
    line-height: 1.4;
    font-size: 25px;
  }
  .flow .wrapper .explain .text h3 {
    margin: 5px 0 0 0;
  }
  .flow .wrapper .explain .text h3 .catch {
    font-size: 36px;
  }
  .flow .wrapper .explain .text .sentence {
    margin: 5px 0 0 0;
  }
  .flow .wrapper .explain .text .sentence p {
    line-height: 1.8;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .flow .wrapper {
    padding: 50px 0 50px 0;
  }
  .flow .wrapper:before {
    content: "";
    width: 105vw;
    height: 105vw;
    position: absolute;
    border: solid 30px rgba(194, 255, 228, 0.4);
    border-radius: 50%;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flow .wrapper .inner {
    margin: 15px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul {
    margin: 0 auto;
    padding: 40px 3.5% 0 3.5%;
    display: block;
  }
  .flow .wrapper .inner ul li {
    width: 90%;
    margin: 0 auto 20px;
    border: solid 2px #399baa;
    background: #fff;
    padding: 0 0 10px 0;
    display: block;
  }
  .flow .wrapper .inner ul li .thumb {
    width: 100%;
    padding: 30px 30px 0px 30px;
  }
  .flow .wrapper .inner ul li .thumb .cover {
    width: 100%;
    position: relative;
  }
  .flow .wrapper .inner ul li .thumb .cover::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flow .wrapper .inner ul li .thumb .cover img {
    width: 100%;
    height: auto;
    display: block;
  }
  .flow .wrapper .inner ul li .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: start;
    color: #399baa;
    padding: 10px 30px 10px 30px;
    position: relative;
  }
  .flow .wrapper .inner ul li .text .inside {
    margin: 10px 0 0 0;
  }
  .flow .wrapper .inner ul li .text .inside p {
    padding: 10px 0px 10px 0px;
  }
  .flow .wrapper .inner ul li .text .inside img.icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 30px;
    width: 150px;
    height: auto;
    opacity: 0.4;
  }
  .flow .wrapper .inner ul li .text .inside .semi {
    position: absolute;
    top: -70px;
    left: 60px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 10%;
    color: #fff;
    padding: 3px 20px 3px 20px;
    font-size: 17px;
    line-height: 1.1;
    width: 80px;
    height: 80px;
  }
  .flow .wrapper .inner ul li .text .inside .semi span.big {
    font-size: 25px;
  }
  .flow .wrapper .inner ul li .text .inside .block {
    position: relative;
    z-index: 2;
  }
  .flow .wrapper .inner ul li .text .inside .block h3 {
    font-size: 6vw;
  }
  .flow .wrapper .inner ul li .text .inside .block p {
    font-size: 4vw;
    line-height: 1.86;
    padding: 6px 0 6px 0;
  }
  .flow .wrapper .inner ul .arrow {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 5px;
  }
  .flow .wrapper .inner ul .arrow.sp-disblock {
    display: block;
  }
  .flow .wrapper .inner ul .arrow .image {
    width: 100%;
  }
  .flow .wrapper .inner ul .arrow .image img {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
  }
  .flow .wrapper .explain {
    margin: 0px 0 0 0;
    padding: 30px 0 20px 0;
    display: block;
  }
  .flow .wrapper .explain .thumb {
    width: 55vw;
    margin: 0 auto 0;
  }
  .flow .wrapper .explain .thumb:before {
    width: 95%;
    height: 95%;
  }
  .flow .wrapper .explain .thumb img {
    width: 100%;
    height: auto;
  }
  .flow .wrapper .explain .text {
    width: 90%;
    margin: 10px auto 0;
  }
  .flow .wrapper .explain .text .semi {
    text-align: center;
  }
  .flow .wrapper .explain .text .semi p {
    border-radius: 100px;
    padding: 5px 40px 5px 40px;
    line-height: 1.4;
    font-size: 5vw;
  }
  .flow .wrapper .explain .text h3 {
    margin: 5px 0 0 0;
    text-align: center;
  }
  .flow .wrapper .explain .text h3 .catch {
    font-size: 7vw;
  }
  .flow .wrapper .explain .text .sentence {
    margin: 5px 0 0 0;
  }
  .flow .wrapper .explain .text .sentence p {
    line-height: 1.8;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  padding: 10rem 0 0rem 0;
  overflow: hidden;
}
.faq .title {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  text-align: center;
  padding: 5rem 0 5rem 0;
}
.faq .title .semi {
  font-family: "Murecho";
  font-weight: 500;
  color: #ffffff;
  transform: skew(-15deg);
  border: solid 2px #ffffff;
  text-align: center;
  font-size: 20px;
  width: 270px;
  margin: 0 auto 5px;
  padding: 10px 15px;
}
.faq .title .semi span {
  display: block;
  transform: skew(15deg);
}
.faq .title h2 {
  font-style: normal;
  font-family: "Murecho";
  font-weight: 500;
  line-height: 1.35;
  font-size: 40px;
  margin: 10px 0 10px 0;
}
.faq .title .caption {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.faq .box-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  width: 92%;
}
.faq .box-wrapper .box {
  margin: 45px auto 0;
  width: 100%;
}
.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;
  margin: 1.5rem 0 0 0;
  position: relative;
  width: 49%;
}
.faq .box-wrapper .box ul li button {
  z-index: 2;
  position: relative;
  border: none;
  border: solid 2px #399baa;
  background: none;
  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;
  font-family: "Jost";
  color: #fff;
  line-height: 1;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  font-size: 2rem;
  width: 3.5rem;
  height: 3.5rem;
}
.faq .box-wrapper .box ul li button .inset h3 {
  font-family: "Murecho";
  color: #399baa;
  font-weight: 500;
  padding: 0 50px 0 20px;
}
.faq .box-wrapper .box ul li button .inset h3 .catch {
  font-size: 19px;
}
.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: #438a7b;
  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: #d0f7f3;
}
.faq .box-wrapper .box ul li ul {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  margin: 0;
  padding: 0;
  border-left: solid 2px #399baa;
  border-bottom: solid 2px #399baa;
  border-right: solid 2px #399baa;
}
.faq .box-wrapper .box ul li ul li {
  background: #ecf8f5;
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 20px 30px 20px;
  line-height: 1.45;
}
.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(45deg, #1c9f85 10%, #1a6dbb 100%);
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .box-wrapper .box ul li ul li .inset .mark span {
  font-family: "Jost";
  text-align: center;
  font-size: 2rem;
}
.faq .box-wrapper .box ul li ul li .inset .sentence {
  font-size: 1.75rem;
  width: calc(100% - 40px);
  padding: 0 0 0 20px;
}
.faq .box-wrapper .box ul li ul li .inset .sentence p {
  font-family: "Murecho";
  opacity: 0.7;
  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;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .faq {
    padding: 100px 0 60px 0;
  }
  .faq .title {
    padding: 5rem 0 5rem 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 {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .faq .box-wrapper .box {
    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 */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq {
    padding: 60px 0 60px 0;
  }
  .faq .title {
    padding: 5rem 0 5rem 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .faq {
    padding: 5rem 0 40px 0;
  }
  .faq .title {
    position: relative;
    padding: 4rem 0 4rem 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 */
/* =========================================================

CTA

========================================================= */
.cta2 {
  position: relative;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  overflow: hidden;
}
.cta2:before, .cta2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  mix-blend-mode: multiply;
}
.cta2:before {
  border-width: 150px 150px 0 0;
  border-color: #accdea transparent transparent transparent;
  top: 20px;
  left: 20px;
}
.cta2:after {
  border-width: 0 150px 150px 0;
  border-color: transparent #accdea transparent transparent;
  top: 20px;
  right: 20px;
}
.cta2 .container {
  position: relative;
  padding: 70px 0 70px 0;
}
.cta2 .container:before, .cta2 .container:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  mix-blend-mode: multiply;
}
.cta2 .container:before {
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #accdea;
  bottom: 20px;
  left: 20px;
}
.cta2 .container:after {
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #accdea transparent;
  bottom: 20px;
  right: 20px;
}
.cta2 .container .title h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Murecho";
  font-size: 50px;
}
.cta2 .container .title h2 .line {
  display: inline-block;
  position: relative;
  color: #f9f45b;
}
.cta2 .container .title h2 .line:before {
  content: "";
  position: absolute;
  background: #f9f45b;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0px;
}
.cta2 .container .title .caution p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.cta2 .container .limit {
  margin: 20px 0 0 0;
  font-family: "Murecho";
  font-weight: 500;
}
.cta2 .container .limit .marks {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.cta2 .container .limit .marks .mark {
  margin: 0 20px 0 0;
}
.cta2 .container .limit .marks .mark p {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  color: #fff;
  border: solid 2px #fff;
  font-size: 1.6rem;
}
.cta2 .container .limit .marks .mark:last-child {
  margin: 0 0 0 0;
}
.cta2 .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 40px 2% 0 2%;
}
.cta2 .container .box-wrapper .box {
  background: #fff;
  padding: 0px 0 30px 0;
  width: 31%;
}
.cta2 .container .box-wrapper .box .thumb {
  padding: 40px 0 0 0;
  width: 77%;
  margin: 0 auto 0;
}
.cta2 .container .box-wrapper .box .thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.cta2 .container .box-wrapper .box h3 {
  font-weight: 500;
  font-family: "Murecho";
  text-align: center;
  font-size: 23px;
  margin: 15px 0 0 0;
}
.cta2 .container .box-wrapper .box h3 span {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta2 .container .entry-wrapper {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 2% 0 2%;
}
.cta2 .container .entry-wrapper .entry .inner {
  background: #fff;
  padding: 10px 10px 40px 10px;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  padding: 20px 40px 20px 40px;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence h4 {
  font-weight: 500;
  font-family: "Murecho";
  width: 50%;
  display: flex;
  align-items: center;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence h4 img {
  line-height: 0;
  width: 80px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover {
  padding: 0 0 0 10px;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .online {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .catch {
  color: #fff;
  font-size: 30px;
}
.cta2 .container .entry-wrapper .entry .inner .block .sentence p {
  font-weight: 500;
  font-family: "Murecho";
  width: 50%;
  color: #fff;
  margin: 0px 0 0 0;
  line-height: 1.8;
  font-size: 16px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #399baa;
  align-items: center;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .icon {
  line-height: 0;
  width: 60px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .semi {
  font-family: "Inter";
  line-height: 1;
  font-weight: 700;
  font-size: 5.5rem;
  margin: 0 0px 0 0;
  padding: 0 0 0 10px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption {
  color: #399baa;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .catch {
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 3px 0 5px 0;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .sub {
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 20px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button {
  width: 500px;
  padding: 0px 0 0 50px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a {
  text-decoration: none;
  background: linear-gradient(90deg, rgb(238, 118, 0) 0%, rgb(232, 153, 0) 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 20px 20px 20px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub p {
  display: inline-block;
  background: #fff;
  color: #e88300;
  border-radius: 100px;
  border: solid 3px #e88300;
  padding: 3px 20px 3px 20px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .icon {
  width: 45px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .catch {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 24px;
}
.cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .arrow {
  width: 35px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .inner .caution {
  margin: 45px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .inner .caution p {
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta2 {
    padding: 0px 0 0px 0;
  }
  .cta2:before, .cta2:after {
    width: 0;
    height: 0;
  }
  .cta2:before {
    border-width: 120px 120px 0 0;
    top: 15px;
    left: 15px;
  }
  .cta2:after {
    border-width: 0 120px 120px 0;
    top: 15px;
    right: 15px;
  }
  .cta2 .container {
    padding: 70px 0 70px 0;
  }
  .cta2 .container:before, .cta2 .container:after {
    width: 0;
    height: 0;
  }
  .cta2 .container:before {
    border-width: 120px 0 0 120px;
    bottom: 15px;
    left: 15px;
  }
  .cta2 .container:after {
    border-width: 0 0 120px 120px;
    bottom: 15px;
    right: 15px;
  }
  .cta2 .container .title h2 {
    font-size: 4vw;
  }
  .cta2 .container .title h2 .line:before {
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0px;
  }
  .cta2 .container .title .caution p {
    font-size: 1.7vw;
  }
  .cta2 .container .limit {
    margin: 20px 0 0 0;
  }
  .cta2 .container .limit .marks .mark {
    margin: 0 10px 0 0;
  }
  .cta2 .container .limit .marks .mark p {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    font-size: 17px;
  }
  .cta2 .container .limit .marks .mark:last-child {
    margin: 0 0 0 0;
  }
  .cta2 .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 40px 2% 0 2%;
  }
  .cta2 .container .box-wrapper .box {
    padding: 0px 0 30px 0;
    width: 31%;
  }
  .cta2 .container .box-wrapper .box .thumb {
    padding: 40px 0 0 0;
    width: 52%;
    margin: 0 auto 0;
  }
  .cta2 .container .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta2 .container .box-wrapper .box h3 {
    font-size: 2vw;
    margin: 15px 0 0 0;
  }
  .cta2 .container .entry-wrapper {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
    position: relative;
    z-index: 5;
  }
  .cta2 .container .entry-wrapper .entry .inner {
    padding: 10px 10px 40px 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence {
    padding: 20px 20px 20px 20px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 {
    display: flex;
    align-items: center;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 img {
    line-height: 0;
    width: 80px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .online {
    font-size: 16px;
    line-height: 1.1;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .catch {
    font-size: 24px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence p {
    margin: 0px 0 0 0;
    line-height: 1.8;
    font-size: 15px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method {
    padding: 40px 0 0 0;
    justify-content: center;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .icon {
    line-height: 0;
    width: 40px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .semi {
    font-size: 40px;
    margin: 0 0px 0 0;
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption {
    color: #399baa;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .catch {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 3px 0 5px 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .sub {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button {
    width: 47.5%;
    padding: 0px 0 0 20px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a {
    padding: 5px 20px 20px 20px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub {
    margin: -20px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub p {
    border-radius: 100px;
    padding: 3px 20px 3px 20px;
    font-size: 16px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main {
    margin: 10px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .icon {
    width: 40px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .catch {
    line-height: 1.3;
    font-size: 22px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .arrow {
    width: 30px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution p {
    text-align: center;
    font-size: 12px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta2 {
    padding: 0px 0 0px 0;
  }
  .cta2:before, .cta2:after {
    width: 0;
    height: 0;
  }
  .cta2:before {
    border-width: 20vw 20vw 0 0;
    top: 15px;
    left: 15px;
  }
  .cta2:after {
    border-width: 0 20vw 20vw 0;
    top: 15px;
    right: 15px;
  }
  .cta2 .container {
    padding: 70px 0 70px 0;
  }
  .cta2 .container:before, .cta2 .container:after {
    width: 0;
    height: 0;
  }
  .cta2 .container:before {
    border-width: 20vw 0 0 20vw;
    bottom: 15px;
    left: 15px;
  }
  .cta2 .container:after {
    border-width: 0 0 20vw 20vw;
    bottom: 15px;
    right: 15px;
  }
  .cta2 .container:before, .cta2 .container:after {
    width: 0;
    height: 0;
  }
  .cta2 .container:before {
    border-width: 120px 0 0 120px;
    bottom: 15px;
    left: 15px;
  }
  .cta2 .container:after {
    border-width: 0 0 20vw 20vw;
    bottom: 15px;
    right: 15px;
  }
  .cta2 .container .title h2 {
    font-size: 4vw;
  }
  .cta2 .container .title h2 .line:before {
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0px;
  }
  .cta2 .container .title .caution p {
    font-size: 1.7vw;
  }
  .cta2 .container .limit {
    margin: 20px 0 0 0;
  }
  .cta2 .container .limit .marks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3% 0 3%;
  }
  .cta2 .container .limit .marks .mark {
    margin: 10px 3% 0 0;
    width: 48.5%;
  }
  .cta2 .container .limit .marks .mark p {
    display: block;
    text-align: center;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
  }
  .cta2 .container .limit .marks .mark:nth-child(2n), .cta2 .container .limit .marks .mark:last-child {
    margin: 10px 0 0 0;
  }
  .cta2 .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 40px 2% 0 2%;
  }
  .cta2 .container .box-wrapper .box {
    padding: 0px 0 30px 0;
    width: 32%;
  }
  .cta2 .container .box-wrapper .box .thumb {
    padding: 40px 0 0 0;
    width: 52%;
    margin: 0 auto 0;
  }
  .cta2 .container .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta2 .container .box-wrapper .box h3 {
    font-size: 2vw;
    margin: 15px 0 0 0;
  }
  .cta2 .container .entry-wrapper {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
    position: relative;
    z-index: 5;
  }
  .cta2 .container .entry-wrapper .entry .inner {
    padding: 10px 10px 40px 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence {
    padding: 15px 15px 15px 15px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 {
    display: flex;
    align-items: center;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 img {
    line-height: 0;
    width: 80px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .online {
    font-size: 16px;
    line-height: 1.1;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .catch {
    font-size: 22px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence p {
    width: 40%;
    margin: 0px 0 0 0;
    line-height: 1.8;
    font-size: 15px;
    padding: 0 0 0 0px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method {
    padding: 40px 0 0 0;
    justify-content: center;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .icon {
    line-height: 0;
    width: 40px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .semi {
    font-size: 40px;
    margin: 0 0px 0 0;
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption {
    color: #399baa;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .catch {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 3px 0 5px 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .sub {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button {
    width: 47.5%;
    padding: 0px 0 0 20px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a {
    padding: 5px 20px 20px 20px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub {
    margin: -20px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub p {
    border-radius: 100px;
    padding: 3px 20px 3px 20px;
    font-size: 16px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main {
    margin: 10px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .icon {
    width: 40px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .catch {
    line-height: 1.3;
    font-size: 22px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .arrow {
    width: 30px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution p {
    text-align: center;
    font-size: 12px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta2 {
    padding: 40px 0 40px 0;
  }
  .cta2:before, .cta2:after {
    width: 0;
    height: 0;
  }
  .cta2:before {
    border-width: 120px 120px 0 0;
    top: 10px;
    left: 10px;
  }
  .cta2:after {
    border-width: 0 120px 120px 0;
    top: 10px;
    right: 10px;
  }
  .cta2 .container .title h2 {
    font-size: 7.25vw;
  }
  .cta2 .container .title h2 .line:before {
    content: "";
    position: absolute;
    background: #f9f45b;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0px;
  }
  .cta2 .container .title .caution {
    margin: 15px 0 0 0;
  }
  .cta2 .container .title .caution p {
    font-size: 4vw;
  }
  .cta2 .container .limit {
    margin: 10px 0 0 0;
  }
  .cta2 .container .limit .marks {
    display: block;
  }
  .cta2 .container .limit .marks .mark {
    margin: 15px 0px 0 0;
    text-align: center;
  }
  .cta2 .container .limit .marks .mark p {
    display: inline-block;
    padding: 5px 30px 5px 30px;
    border: solid 2px #fff;
  }
  .cta2 .container .limit .marks .mark:last-child {
    margin: 15px 0 0 0;
  }
  .cta2 .container .box-wrapper {
    display: block;
    max-width: 75%;
    margin: 0 auto 0;
    padding: 10px 0% 0 0%;
  }
  .cta2 .container .box-wrapper .box {
    background: #fff;
    padding: 0px 0 25px 0;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .cta2 .container .box-wrapper .box .thumb {
    padding: 30px 0 0 0;
    width: 40vw;
    margin: 0 auto 0;
  }
  .cta2 .container .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta2 .container .box-wrapper .box h3 {
    text-align: center;
    font-size: 5.25vw;
    margin: 15px 0 0 0;
  }
  .cta2 .container .entry-wrapper {
    max-width: 94%;
    margin: 30px auto 0;
    padding: 0 0% 0 0%;
    position: relative;
    z-index: 5;
  }
  .cta2 .container .entry-wrapper .entry .inner {
    padding: 1rem 10px 2rem 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block {
    display: block;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence {
    width: 100%;
    padding: 0rem 2.5rem 2.5rem;
    display: block;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 img {
    line-height: 0;
    width: 30vw;
    height: auto;
    display: block;
    margin: 0 auto 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover {
    padding: 20px 0 0 0px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .online {
    border: solid 2px rgba(255, 255, 255, 0.6);
    font-size: 4.5vw;
    line-height: 1.1;
    padding: 1rem 0;
    border-radius: 100px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence h4 .cover .catch {
    font-size: 7vw;
    margin: 5px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .sentence p {
    width: 100%;
    margin: 15px 0 0 0;
    line-height: 1.8;
    font-size: 4vw;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method {
    padding: 30px 0 0 0;
    justify-content: center;
    display: block;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .icon {
    line-height: 0;
    width: 9vw;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .main .semi {
    font-size: 8vw;
    margin: 0 0px 0 0;
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption {
    margin: 2rem 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .catch {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 3.75vw;
    padding: 3px 0 5px 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .tel a .caption .sub {
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 3.75vw;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button {
    width: 98%;
    padding: 40px 0 0 0px;
    margin: 0 auto 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a {
    padding: 5px 20px 20px 20px;
    width: 100%;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub {
    margin: -20px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .sub p {
    font-family: "Murecho";
    font-weight: 500;
    border-radius: 100px;
    padding: 3px 20px 3px 20px;
    font-size: 3.75vw;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main {
    margin: 10px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .icon {
    width: 7vw;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .catch {
    line-height: 1.3;
    font-family: "Murecho";
    font-weight: 500;
    font-size: 5vw;
  }
  .cta2 .container .entry-wrapper .entry .inner .block .method .button a .main .arrow {
    width: 5.5vw;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .inner .caution p {
    text-align: center;
    font-size: 12px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

FOOTER

========================================================= */
.footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 10rem 0 0 0;
  padding: 10rem 0 0 0;
}
.footer .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: rotate 10s infinite linear;
  background: linear-gradient(-45deg, #188ac2 0%, #20bec7 25%, #0f71aa 50%, #37d9c4 75%, #188ac2 100%);
  background-size: 400% 400%;
}
@keyframes rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer .container {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 3%;
}
.footer .container .first {
  display: flex;
  justify-content: space-between;
}
.footer .container .first .logo {
  width: 24rem;
}
.footer .container .first .logo a img {
  width: 100%;
  height: auto;
}
.footer .container .first nav li {
  padding: 0 0 1rem 0;
}
.footer .container .first nav li a {
  color: #fff;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 2rem;
}
.footer .container .first .company {
  color: #fff;
  padding: 0 0 0 10rem;
}
.footer .container .first .company .semi-title {
  display: flex;
  align-items: center;
}
.footer .container .first .company .semi-title .en {
  font-family: "Poppins";
  font-size: 2.5rem;
}
.footer .container .first .company .semi-title h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
}
.footer .container .first .company .semi-title h2::before {
  content: "";
  width: 1.5px;
  height: 2rem;
  background: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  transform: rotate(30deg);
  opacity: 0.8;
  margin: 0 2rem 0 0;
}
.footer .container .first .company .table {
  margin: 2rem 0 0 0;
}
.footer .container .first .company .table dl {
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 70rem;
}
.footer .container .first .company .table dl dt, .footer .container .first .company .table dl dd {
  font-size: 1.3rem;
}
.footer .container .first .company .table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35%;
  padding: 2rem 0;
  text-align: center;
}
.footer .container .first .company .table dl dt::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.footer .container .first .company .table dl dd {
  height: 65%;
  padding: 2rem 6rem;
}
.footer .container .first .company .table dl dd .en {
  font-weight: 400;
  font-family: "Inter";
}
.footer .container .first .company .table dl dd ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .container .first .company .table dl dd ul li {
  padding: 0.5rem 0 0.5rem;
}
.footer .container .first .company .table dl dd ul li::before {
  content: "";
  display: inline-block;
  border: solid 1px #fff;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem 0 0;
  transform: rotate(45deg);
  opacity: 0.8;
  position: relative;
  top: -1px;
}
.footer .container .second {
  position: relative;
}
.footer .container .second .en-back {
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20vw;
  margin: 12rem 0 0 0;
}
.footer .container .second .copyright {
  color: #fff;
  font-family: "Antonio";
  font-weight: 100;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
  margin: 4rem 0 0 0;
  padding: 0 0 8rem 0;
}
.footer .container .second .sphere {
  position: absolute;
  z-index: 5;
  background: url(../images/sphere-bg.png) no-repeat 0 0;
  background-size: cover;
  width: 18rem;
  height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .container .second .sphere .kanji {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", "Times New Roman", Georgia, serif;
  color: #49bcad;
  line-height: 1;
  font-size: 6rem;
}
.footer .container .second .sphere .sub {
  font-family: "Poppins";
  color: #8cb1ac;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}
.footer .container .second .sphere.sphere-01 {
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.footer .container .second .sphere.sphere-02 {
  bottom: 2rem;
  right: 2rem;
}
.footer .container .second .sphere.sphere-03 {
  top: 50%;
  left: 5%;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3%;
  }
  .footer .container .first .logo {
    width: 19rem;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav li {
    padding: 0 0 1rem 0;
  }
  .footer .container .first nav li a {
    font-size: 1.8rem;
  }
  .footer .container .first .company {
    padding: 0 0 0 5rem;
    width: 55%;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 2.25rem;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 1.5rem;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: 100%;
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .first .company .table dl dt {
    width: 25%;
    padding: 2rem 0;
    text-align: center;
  }
  .footer .container .first .company .table dl dt::after {
    content: "";
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dd {
    height: 75%;
    padding: 2rem 3rem;
  }
  .footer .container .first .company .table dl dd .en {
    position: relative;
  }
  .footer .container .first .company .table dl dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .second .en-back {
    font-size: 20vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 7rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 16rem;
    height: 16rem;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 5rem;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 5rem;
    right: 2rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 40%;
    left: 0%;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
    overflow: hidden;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 3%;
    overflow: hidden;
  }
  .footer .container .first {
    flex-wrap: wrap;
  }
  .footer .container .first .logo {
    width: 19rem;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav li {
    padding: 0 0 1rem 0;
  }
  .footer .container .first nav li a {
    font-size: 1.8rem;
  }
  .footer .container .first .company {
    padding: 0 0 0 5rem;
    width: 100%;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 2.25rem;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 1.5rem;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: 100%;
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .first .company .table dl dt {
    width: 25%;
    padding: 2rem 0;
    text-align: center;
  }
  .footer .container .first .company .table dl dt::after {
    content: "";
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dd {
    height: 75%;
    padding: 2rem 3rem;
  }
  .footer .container .first .company .table dl dd .en {
    position: relative;
  }
  .footer .container .first .company .table dl dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .second .en-back {
    font-size: 10vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 7rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 16rem;
    height: 16rem;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 5rem;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 5rem;
    right: 2rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 40%;
    left: 0%;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .footer {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
    overflow: hidden;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2%;
    overflow: hidden;
  }
  .footer .container .first {
    display: block;
  }
  .footer .container .first .logo {
    width: 60vw;
    margin: 0 auto 0;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav {
    margin: 6rem 0 4rem 0;
  }
  .footer .container .first nav li {
    padding: 0 5% 1rem 5%;
  }
  .footer .container .first nav li a {
    font-size: 1.8rem;
  }
  .footer .container .first .company {
    padding: 3rem 5% 0 5%;
    width: 100%;
    border-top: solid 1px #fff;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 4.5vw;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 3.75vw;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .first .company .table dl dt {
    width: 25%;
    padding: 2rem 0;
    text-align: center;
  }
  .footer .container .first .company .table dl dt::after {
    content: "";
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dd {
    height: 75%;
    padding: 2rem 3rem;
  }
  .footer .container .first .company .table dl dd .en {
    position: relative;
  }
  .footer .container .first .company .table dl dd ul {
    margin: -1.5rem 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .first .company .table dl:last-child dt::after {
    display: none;
  }
  .footer .container .first .company .table dl:last-child dd {
    width: 100%;
  }
  .footer .container .second .en-back {
    font-size: 21vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 7rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 23vw;
    height: 23vw;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 7vw;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.1rem;
    font-size: 2.5vw;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -15%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 5rem;
    right: 0rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 40%;
    left: 0%;
  }
}/*# sourceMappingURL=style.css.map */