@charset "UTF-8";
/* 基本設定 */
@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;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― 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;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	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 */
/*============================================
	― 変数設定
=============================================*/
/* =========================================================

FIRST VIEW

========================================================= */
.first-view {
  overflow: hidden;
  background: linear-gradient(90deg, #f5f9ff 10%, #e3eeff 100%);
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  z-index: 1;
  font-family: "" IBM Plex Sans JP ", sans-serif;";
}
.first-view .back {
  position: absolute;
  z-index: 11;
  display: inline-block;
  font-family: "Antonio";
  font-weight: 100;
  line-height: 1;
  opacity: 0.1;
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 6.6rem;
}
.first-view .back.left-top {
  left: 0;
  top: 0;
}
.first-view .back.right-bottom {
  text-align: right;
  right: 0;
  bottom: 0;
}
.first-view .bg {
  position: absolute;
}
.first-view .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;
}
.first-view .bg.bg-02 {
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  background: radial-gradient(at 0% 100%, rgba(121, 148, 255, 0.6) 0px, transparent 50%);
  width: 45vw;
  height: 45vw;
  opacity: 0.8;
}
.first-view .splide {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.first-view .splide .badge {
  position: absolute;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  bottom: 15rem;
  width: 15rem;
  height: 15rem;
}
.first-view .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);
}
.first-view .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);
  }
}
.first-view .splide .badge .cover {
  position: relative;
  z-index: 2;
  text-align: center;
}
.first-view .splide .badge .cover .semi {
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  background: #ffffff;
  padding: 3px 15px 3px 15px;
}
.first-view .splide .badge .cover .semi img {
  width: 1rem;
}
.first-view .splide .badge .cover .semi span {
  color: #e86103;
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
  top: 1.5px;
  padding: 0 3px 0 3px;
}
.first-view .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.4rem;
}
.first-view .splide .splide__track {
  width: 100%;
  height: 100%;
}
.first-view .splide .splide__track .splide__list {
  width: 100%;
  height: 100%;
}
.first-view .splide .splide__track .splide__list .splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.first-view .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%;
}
.first-view .splide .splide__track .splide__list .splide__slide .thumb img {
  transition: 8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.first-view .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;
}
.first-view .splide .splide__track .splide__list .splide__slide .line {
  position: absolute;
  z-index: 200;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.first-view .splide .splide__track .splide__list .splide__slide .line p {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: 3px;
  font-size: 1.5rem;
  padding: 0.5rem 3rem 0.5rem 4rem;
}
.first-view .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;
}
.first-view .splide .splide__track .splide__list .splide__slide .line.line01 p {
  color: #0052d5;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: #ffffff;
}
.first-view .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;
}
.first-view .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(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
  opacity: 0.4;
  transform: translate(-50%, -50%);
  width: calc(94% + 8px);
  height: 94%;
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .en {
  opacity: 1;
  transform: translate(-50%, -22.5rem) rotate(-3deg);
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .line {
  opacity: 1;
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
  transform: translate(calc(-50% - 6rem), -17rem) rotate(-5deg);
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
  transform: translate(calc(-50% + 0rem), -13.5rem) rotate(-5deg);
}
.first-view .text {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 15rem 5% 10rem 5%;
  height: auto;
}
.first-view .text .inner {
  padding: 0 4rem 0 0;
}
.first-view .text .inner .semi {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: clamp(1.3rem, 1vw, 1.8rem);
}
.first-view .text .inner .semi::before {
  content: "";
  background: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
  width: 80px;
  height: 2px;
}
.first-view .text .inner .semi .catch {
  display: inline-block;
  color: #0052d5;
  padding: 0 0 0 10px;
}
.first-view .text .inner h2 {
  line-height: 1.3;
  margin: 1rem 0 0 0;
}
.first-view .text .inner h2 .line {
  display: block;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  margin: clamp(0.4rem, 0.7vw, 0.8rem) 0 0 0;
}
.first-view .text .inner h2 .line .catch {
  position: relative;
  display: inline-block;
  color: #0052d5;
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  padding: 0.5rem 1.5rem 0.1rem;
}
.first-view .text .inner h2 .line .small {
  font-size: 0.825em;
}
.first-view .text .inner h2 .line.sub {
  font-size: clamp(2rem, 2vw, 3rem);
}
.first-view .text .inner .category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: clamp(1rem, 1.5vw, 2rem) 0 0 0;
  padding: 0;
}
.first-view .text .inner .category li {
  overflow: hidden;
  position: relative;
  color: #0052d5;
  font-weight: 500;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  background: #fff;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  color: #0052d5;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin: 1rem 0.7rem 0 0;
  padding: 0.5rem 1.2rem 0.4rem;
}
.first-view .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%;
}
.first-view .text .inner .category li:after {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
  -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 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%; /* 停止位置を維持 */
  }
}
.first-view .text .inner .sentence {
  margin: clamp(1.2rem, 1.5vw, 2rem) 0 0 0;
}
.first-view .text .inner .sentence p {
  color: #040404;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: clamp(1.5rem, 1.25vw, 2rem);
}
.first-view .text .inner .sentence p br.br01 {
  display: none;
}
.first-view .text .inner .sentence p br.br02 {
  display: block;
}
.first-view .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) {
  .first-view {
    padding: 0 0 0 0;
    height: auto;
  }
  .first-view .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 0.5rem;
    font-size: 4.6rem;
  }
  .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  .first-view .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 0;
  }
  .first-view .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  .first-view .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  .first-view .splide {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .first-view .splide .badge {
    left: 2rem;
    bottom: 25rem;
    width: 13rem;
    height: 13rem;
  }
  .first-view .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);
  }
  .first-view .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);
    }
  }
  .first-view .splide .badge .cover {
    text-align: center;
  }
  .first-view .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  .first-view .splide .badge .cover .semi img {
    width: 14px;
  }
  .first-view .splide .badge .cover .semi span {
    font-size: 1.2rem;
    padding: 0 3px 0 3px;
  }
  .first-view .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
    font-size: 1.35rem;
  }
  .first-view .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .first-view .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%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 2px;
    font-size: 1.2rem;
    padding: 0.5rem 2rem 0.5rem 2.5rem;
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 0rem), -18rem) rotate(-5deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 3rem), -14rem) rotate(-5deg);
  }
  .first-view .text {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 11rem 0% 9rem 2%;
  }
  .first-view .text .inner {
    padding: 0 3rem 0 0;
    width: 70%;
  }
  .first-view .text .inner .semi {
    font-size: 1.6rem;
  }
  .first-view .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
  }
  .first-view .text .inner .semi .catch {
    padding: 0 0 0 20px;
  }
  .first-view .text .inner .semi .sp-disblock {
    display: block;
  }
  .first-view .text .inner h2 {
    margin: 1rem 0 0 0;
  }
  .first-view .text .inner h2 .line {
    font-size: 2.3rem;
  }
  .first-view .text .inner h2 .line .catch {
    font-size: 2.3rem;
  }
  .first-view .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  .first-view .text .inner h2 .line.sub {
    font-size: 2.3rem;
  }
  .first-view .text .inner .category {
    flex-wrap: wrap;
    margin: 2.5rem 0 0 0;
    line-height: 1.3;
  }
  .first-view .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin: 0.3rem 0.5rem 0 0;
    padding: 0.7rem 1rem 0.5rem;
  }
  .first-view .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%;
  }
  .first-view .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, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 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%;
    }
  }
  .first-view .text .inner .category li:last-child {
    margin: 0.3rem 0.5rem 0 0;
  }
  .first-view .text .inner .sentence {
    margin: 3rem 0 0 0;
  }
  .first-view .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-view {
    padding: 0 0 0 0;
    height: auto;
  }
  .first-view .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 0.5rem;
    font-size: 3.6rem;
  }
  .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  .first-view .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 0;
  }
  .first-view .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  .first-view .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  .first-view .splide {
    right: 0;
    top: 0;
    width: 100%;
    height: 40vh;
    position: relative;
  }
  .first-view .splide .badge {
    left: 1rem;
    bottom: 5rem;
    width: 13rem;
    height: 13rem;
  }
  .first-view .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);
  }
  .first-view .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);
    }
  }
  .first-view .splide .badge .cover {
    text-align: center;
  }
  .first-view .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  .first-view .splide .badge .cover .semi img {
    width: 14px;
  }
  .first-view .splide .badge .cover .semi span {
    font-size: 1.2rem;
    padding: 0 3px 0 3px;
  }
  .first-view .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
    font-size: 1.3rem;
  }
  .first-view .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 0% 80%);
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
    text-align: right;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line01 {
    left: 100%;
    bottom: 0;
    transform: translate(-100%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line02 {
    left: 100%;
    bottom: 0;
    transform: translate(-100%, 50px) rotate(0deg);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-100% - 4rem), -8rem) rotate(-5deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-100% - 3rem), -4rem) rotate(-5deg);
  }
  .first-view .text {
    max-width: 1920px;
    margin: -2rem auto 0;
    padding: 0rem 3% 3rem 3%;
    text-align: center;
  }
  .first-view .text .inner {
    padding: 0 3rem 0 0;
    width: 100%;
  }
  .first-view .text .inner .semi {
    justify-content: center;
    font-size: 1.35rem;
  }
  .first-view .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
  }
  .first-view .text .inner .semi .catch {
    padding: 0 0 0 10px;
  }
  .first-view .text .inner .semi .sp-disblock {
    display: none;
  }
  .first-view .text .inner h2 {
    margin: 2rem 0 0 0;
  }
  .first-view .text .inner h2 .line {
    font-size: 2.2rem;
  }
  .first-view .text .inner h2 .line .catch {
    font-size: 2.2rem;
  }
  .first-view .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  .first-view .text .inner h2 .line .catch::before {
    content: "";
    opacity: 0.3;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 7px;
  }
  .first-view .text .inner h2 .line.sub {
    font-size: 2.2rem;
  }
  .first-view .text .inner .category {
    flex-wrap: nowrap;
    margin: 20px 0 0 0;
    justify-content: center;
  }
  .first-view .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 1.25rem;
    margin: 1.5rem 0.5rem 0 0;
    padding: 0.5rem 1.25rem 0.3rem;
  }
  .first-view .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%;
  }
  .first-view .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, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 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%;
    }
  }
  .first-view .text .inner .category li:last-child {
    margin: 1.5rem 0 0 0;
  }
  .first-view .text .inner .sentence {
    margin: 1.5rem 0 0 0;
  }
  .first-view .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }
} /* 768px～1023px responsive-closed */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media screen and (max-width: 767px) {
  .first-view {
    position: relative;
    height: auto;
  }
  .first-view .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 0.5rem;
    font-size: 10vw;
    display: none;
  }
  .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  .first-view .back.right-bottom {
    text-align: right;
    right: 0;
    bottom: 85%;
    transform: translate(0, 100%);
  }
  .first-view .bg.bg-01 {
    right: 0;
    top: 0;
    transform-origin: left top;
    width: 25vw;
    height: 25vw;
    opacity: 0.9;
  }
  .first-view .bg.bg-02 {
    left: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 40vw;
    height: 40vw;
    opacity: 0.8;
  }
  .first-view .splide {
    right: 0;
    top: 0;
    width: 100%;
    height: 65vh;
    position: relative;
  }
  .first-view .splide .badge {
    left: 0.4rem;
    bottom: 35%;
    width: 36vw;
    height: 36vw;
  }
  .first-view .splide .badge::before {
    content: "";
    opacity: 0.4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  .first-view .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);
    }
  }
  .first-view .splide .badge .cover {
    text-align: center;
  }
  .first-view .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 0.5rem;
  }
  .first-view .splide .badge .cover .semi img {
    width: 0.6rem;
  }
  .first-view .splide .badge .cover .semi span {
    font-size: 3vw;
    padding: 0 3px 0 3px;
  }
  .first-view .splide .badge .cover .line {
    line-height: 1.35;
    margin: 0.35rem 0 0 0;
    font-size: 3.5vw;
  }
  .first-view .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(0% 0, 100% 0, 100% 60%, 100% 100%, 100% 100%, 0 72%);
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    transition: 8s ease-out;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line {
    opacity: 0;
    text-align: center;
    width: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 1px;
    font-size: 3.5vw;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .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;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    transform: translate(-50%, -50%);
    width: calc(94% + 8px);
    height: 94%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .en {
    opacity: 1;
    transform: translate(-50%, -22.5rem) rotate(-3deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 0rem), -8rem) rotate(-5deg);
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 6rem), -6rem) rotate(-5deg);
  }
  .first-view .text {
    max-width: 1920px;
    padding: 0rem 4% 2.5rem 4%;
    margin: -3.5rem 0 0 0;
  }
  .first-view .text .inner {
    padding: 0 0 0 0;
    width: 100%;
  }
  .first-view .text .inner .semi {
    font-size: 4.75vw;
  }
  .first-view .text .inner .semi::before {
    content: "";
    width: 50px;
    height: 2px;
    display: none;
  }
  .first-view .text .inner .semi .catch {
    line-height: 1.25;
    padding: 0 0 0 0;
  }
  .first-view .text .inner h2 {
    margin: 0.5rem 0 0 0;
  }
  .first-view .text .inner h2 .line {
    margin: 0.5rem 0 0 0;
    font-size: 6vw;
  }
  .first-view .text .inner h2 .line .catch {
    font-size: 6.5vw;
  }
  .first-view .text .inner h2 .line .catch .small {
    font-size: 0.75em;
  }
  .first-view .text .inner h2 .line .catch::before {
    content: "";
    opacity: 0.3;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 7px;
  }
  .first-view .text .inner h2 .line.sub {
    font-size: 6vw;
  }
  .first-view .text .inner .category {
    flex-wrap: wrap;
    margin: 1.5rem 0 0 0;
    max-width: auto;
    display: block;
    text-align: center;
  }
  .first-view .text .inner .category li {
    position: relative;
    letter-spacing: 1px;
    font-size: 4vw;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 2rem;
  }
  .first-view .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%;
  }
  .first-view .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, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 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%;
    }
  }
  .first-view .text .inner .category li:last-child {
    margin: 0.5rem 0 0 0;
  }
  .first-view .text .inner .sentence {
    margin: 1.5rem 0 0 0;
  }
  .first-view .text .inner .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 4vw;
  }
  .first-view .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 clamp(1rem, 1.5vw, 3rem);
}
.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: clamp(1rem, 1vw, 1.5rem) clamp(1rem, 1.2vw, 2rem);
}
.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, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
  -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 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 #e6edff;
  width: calc(100% - 125px);
  padding: clamp(0.8rem, 0.8vw, 1rem) 0 clamp(0.8rem, 0.8vw, 1rem) clamp(1rem, 1.2vw, 2.5rem);
  line-height: 1;
}
.header-to .box-wrapper .box .text h3 {
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.header-to .box-wrapper .box .text h3 .cover {
  display: inline-block;
  color: #fff;
  line-height: 1.25;
  background: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
  letter-spacing: 1px;
  font-size: clamp(1.3rem, 1.5vw, 1.3rem);
  padding: 0.55rem 1.2rem 0.45rem;
}
.header-to .box-wrapper .box .text p {
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(1.05rem, 0.85vw, 1.25rem);
  letter-spacing: 0.1rem;
  padding: 0;
  margin: 0.7rem 0 0 0;
}
.header-to .box-wrapper .box .text p .red {
  color: #0052d5;
}

/* -----------------------------------
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: 7px 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: 5px 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: 7px 10px 5px 10px;
  }
  .header-to .box-wrapper .box .text p {
    font-size: 3.75vw;
    margin: 3px 0 0 0;
  }
} /* 767px responsive-closed */
/* =========================================================

FIX-MENU

========================================================= */
.fix-menu {
  position: fixed;
  width: 800px;
  font-family: "IBM Plex Sans JP", sans-serif;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  text-align: center;
  opacity: 0; /* 初期は透明 */
  transform: translateY(50px); /* 初期は下に50pxずらす */
  transition: opacity 0.5s ease, transform 0.5s ease; /* トランジション効果 */
  pointer-events: none; /* 非表示時にクリックを無効化 */
}
.fix-menu.active {
  opacity: 0.9; /* 透明度を1に */
  transform: translateY(0); /* 元の位置に戻る */
  pointer-events: auto; /* クリックを有効化 */
}
.fix-menu .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.fix-menu .inner ul li {
  width: 50%;
  padding: 0;
  margin: 0;
}
.fix-menu .inner ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 10px 20px;
  display: block;
}
.fix-menu .inner ul li a .sub {
  text-align: center;
  margin: -18px 0 0 0;
}
.fix-menu .inner ul li a .sub p {
  display: inline-block;
  background: #fff;
  font-size: 15px;
  padding: 3px 20px 1px 20px;
  margin: 0px 0 0 0;
  font-weight: 500;
}
.fix-menu .inner ul li a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0 0;
}
.fix-menu .inner ul li a .main .icon {
  width: 25px;
  height: auto;
}
.fix-menu .inner ul li a .main .catch {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 0 0px 0 10px;
}
.fix-menu .inner ul li a .main .catch .num {
  font-family: "Inter";
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 600;
}
.fix-menu .inner ul li a .main .arrow {
  width: 20px;
  height: auto;
}
.fix-menu .inner ul li a .add {
  font-size: 14px;
}
.fix-menu .inner ul li a .add p {
  margin: 3px 0 0 0;
}
.fix-menu .inner ul li:nth-child(1) {
  background: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
}
.fix-menu .inner ul li:nth-child(1) a .sub p {
  color: rgb(0, 58, 196);
  border: solid 3px rgb(22, 144, 232);
}
.fix-menu .inner ul li:nth-child(2) {
  background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
}
.fix-menu .inner ul li:nth-child(2) a .sub p {
  border: solid 3px rgb(227, 49, 162);
  color: rgb(227, 49, 162);
}
.fix-menu .inner .detail {
  line-height: 1.5;
  font-size: 14px;
  color: #0cb837;
}
.fix-menu .inner .detail p {
  margin: 0 0 0 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .fix-menu {
    width: 800px;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
  }
  .fix-menu.active {
    opacity: 0.9;
    transform: translateY(0);
    pointer-events: auto;
  }
  .fix-menu .inner ul {
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
  }
  .fix-menu .inner ul li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .fix-menu .inner ul li a {
    text-decoration: none;
    padding: 10px 20px;
  }
  .fix-menu .inner ul li a .sub {
    text-align: center;
    margin: -18px 0 0 0;
  }
  .fix-menu .inner ul li a .sub p {
    display: inline-block;
    font-size: 15px;
    padding: 3px 20px 1px 20px;
    margin: 0;
  }
  .fix-menu .inner ul li a .main {
    margin: 8px 0 0 0;
  }
  .fix-menu .inner ul li a .main .icon {
    width: 25px;
    height: auto;
  }
  .fix-menu .inner ul li a .main .catch {
    text-align: center;
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  .fix-menu .inner ul li a .main .catch .num {
    letter-spacing: 1px;
    font-size: 24px;
  }
  .fix-menu .inner ul li a .main .arrow {
    width: 20px;
    height: auto;
  }
  .fix-menu .inner ul li a .add {
    font-size: 14px;
  }
  .fix-menu .inner ul li a .add p {
    margin: 3px 0 0 0;
  }
  .fix-menu .inner ul li:nth-child(1) a .sub p {
    border: solid 3px;
  }
  .fix-menu .inner ul li:nth-child(2) a .sub p {
    border: solid 3px;
  }
  .fix-menu .inner .detail {
    line-height: 1.5;
    font-size: 14px;
  }
  .fix-menu .inner .detail p {
    margin: 0;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fix-menu {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fix-menu .inner ul li {
    width: 50%;
  }
  .fix-menu .inner ul li a {
    padding: 5px 20px 15px 20px;
  }
  .fix-menu .inner ul li a .place {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .fix-menu .inner ul li a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .fix-menu .inner ul li a .sub p {
    display: inline-block;
    font-size: 14px;
    padding: 1px 20px 1px 20px;
  }
  .fix-menu .inner ul li a .main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .fix-menu .inner ul li a .main .icon {
    width: 25px;
    height: auto;
  }
  .fix-menu .inner ul li a .main .catch {
    line-height: 1.3;
    font-size: 18px;
    padding: 0 0px 0 10px;
  }
  .fix-menu .inner ul li a .main .catch .num {
    font-size: 22px;
  }
  .fix-menu .inner ul li a .main .arrow {
    width: 20px;
    height: auto;
  }
  .fix-menu .inner ul li a .main .add {
    font-size: 14px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

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

TEL-CTA

========================================================= */
.tel-cta {
  position: relative;
  z-index: 1;
  margin: 0 0 5rem 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  overflow: hidden;
}
.tel-cta .clip-deco {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 40%);
  background: linear-gradient(90deg, #f5faff 10%, #c2dafd 100%);
  width: 100%;
  height: 100vh;
  transform: rotate(-5deg);
}
.tel-cta .container {
  position: relative;
  z-index: 2;
  padding: 60px 0 60px 0;
  color: #222222;
  max-width: 1920px;
  margin: 0 auto 0;
  width: 90%;
}
.tel-cta .container::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 7px;
  border-style: solid;
  border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
  -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.tel-cta .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-cta .container .title .thumb {
  width: 125px;
}
.tel-cta .container .title .thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
}
.tel-cta .container .title .text {
  padding: 0 20px;
}
.tel-cta .container .title .text .semi {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.tel-cta .container .title .text .semi span {
  color: #0052d5;
}
.tel-cta .container .title .text h2 {
  text-align: center;
  font-size: 46px;
  margin: 10px 0 0 0;
  line-height: 1.2;
}
.tel-cta .container .title .text h2 span {
  display: inline-block;
  background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tel-cta .container p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.tel-cta .container p .br01 {
  display: none;
}
.tel-cta .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  padding: 0;
  gap: 1.5rem;
  list-style: none;
}
.tel-cta .container ul li {
  position: relative;
  color: #0052d5;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  background: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 35px 8px 35px;
  color: #fff;
}
.tel-cta .container ul li::before, .tel-cta .container ul li::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.65;
  width: 0.6rem;
  height: 0.6rem;
}
.tel-cta .container ul li::before {
  left: 0.2rem;
  top: 0.2rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.tel-cta .container ul li::after {
  right: 0.2rem;
  bottom: 0.2rem;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.tel-cta .container .button-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: none;
  border-radius: 12.8rem;
  box-shadow: rgba(170, 64, 7, 0.2) 0 7px 29px 0;
  background: linear-gradient(135deg, rgb(227, 82, 49) 0%, rgb(235, 171, 74) 100%);
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  font-size: 1.84rem;
  padding: 0.1rem 5rem 2rem;
  margin: 0 30px 0 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03::before, .tel-cta .container .button-wrapper .modal-btn.type-03::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 12.8rem;
  background: linear-gradient(135deg, rgb(227, 82, 49) 0%, rgb(235, 171, 74) 100%);
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tel-cta .container .button-wrapper .modal-btn.type-03::after {
  animation-delay: 1.2s;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text {
  z-index: 2;
  line-height: 1.35;
  letter-spacing: 0.06rem;
  text-align: center;
  margin: -1.6rem 0 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d25b1f;
  border: solid 0.32rem #e89519;
  border-radius: 12.8rem;
  box-shadow: rgba(213, 104, 25, 0.2) 0 2px 8px 0;
  background: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.3rem 1.8rem 0.16rem;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border-top: 0.48rem solid #fff;
  border-right: 0.48rem solid transparent;
  border-left: 0.48rem solid transparent;
  width: 0;
  height: 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border-top: 0.8rem solid #e89519;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  width: 0;
  height: 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 1.4rem 0 0;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .icon {
  width: 30px;
  height: auto;
  position: relative;
  top: -2px;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .catch {
  padding: 0 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 1.92rem;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  right: 1.8rem;
  top: calc(50% + 0.25rem);
  transform: translate(0, -50%);
  border: solid 2px #f3b37f;
  border-radius: 50%;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
}
.tel-cta .container .button-wrapper .modal-btn.type-03 .triangle {
  position: relative;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  left: 0.08rem;
  background: linear-gradient(135deg, rgb(227, 49, 162) 0%, rgb(235, 120, 74) 100%);
  width: 0.72rem;
  height: 0.72rem;
}
.tel-cta .container .button-wrapper .modal-btn.type-03:hover::before {
  animation: modal-btn-type-03-ripple 1.6s ease-out;
}
.tel-cta .container .button-wrapper .modal-btn.type-03:hover::after {
  animation: modal-btn-type-03-ripple 1.6s ease-out 0.4s;
}
@keyframes arrow-body-grow {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  90% {
    opacity: 0;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes arrow-head-blink {
  0%, 40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-btn-type-03-ripple {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.tel-cta .container .detail {
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .tel-cta {
    margin: 0 0 5rem 0;
  }
  .tel-cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .tel-cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .tel-cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .tel-cta .container .semi {
    font-size: 22px;
    font-weight: 600;
  }
  .tel-cta .container .title .thumb {
    width: 125px;
  }
  .tel-cta .container .title .thumb img {
    width: 100%;
    height: auto;
  }
  .tel-cta .container .title .text {
    padding: 0 20px;
  }
  .tel-cta .container .title .text .semi {
    font-size: 22px;
  }
  .tel-cta .container .title .text h2 {
    font-size: 46px;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .tel-cta .container p {
    line-height: 2;
    font-size: 18px;
    margin: 40px 0 20px 0;
    padding: 0 40px 0 40px;
  }
  .tel-cta .container p .br01 {
    display: block;
  }
  .tel-cta .container ul {
    margin: 20px 0 0 0;
    gap: 0.5rem;
  }
  .tel-cta .container ul li {
    letter-spacing: 2px;
    font-size: 17px;
    padding: 8px 30px 8px 30px;
  }
  .tel-cta .container .button-wrapper {
    margin: 60px 0 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 1.84rem;
    padding: 0.1rem 5rem 2rem;
    margin: 0 30px 0 0;
    border-radius: 12.8rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::before, .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    content: "";
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 12.8rem;
    mix-blend-mode: hard-light;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    animation-delay: 1.2s;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text {
    line-height: 1.35;
    letter-spacing: 0.06rem;
    text-align: center;
    margin: -1.6rem 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub {
    border-radius: 12.8rem;
    text-align: center;
    font-size: 1.1rem;
    padding: 0.3rem 1.8rem 0.16rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::before {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.48rem solid #fff;
    border-right: 0.48rem solid transparent;
    border-left: 0.48rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::after {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.8rem solid #e89519;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main {
    margin: 1.4rem 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .icon {
    width: 30px;
    height: auto;
    top: -2px;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .catch {
    padding: 0 0 0 10px;
    text-align: center;
    font-size: 1.92rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .arrow {
    line-height: 0;
    right: 1.8rem;
    top: calc(50% + 0.25rem);
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .triangle {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    left: 0.08rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::before {
    animation: modal-btn-type-03-ripple 1.6s ease-out;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::after {
    animation: modal-btn-type-03-ripple 1.6s ease-out 0.4s;
  }
  .tel-cta .container .detail {
    margin: 15px 0 0 0;
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tel-cta {
    margin: 20px 0 0 0;
  }
  .tel-cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .tel-cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .tel-cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .tel-cta .container .title .thumb {
    width: 125px;
  }
  .tel-cta .container .title .thumb img {
    width: 100%;
    height: auto;
  }
  .tel-cta .container .title .text {
    padding: 0 20px;
  }
  .tel-cta .container .title .text .semi {
    font-size: 22px;
  }
  .tel-cta .container .title .text h2 {
    font-size: 46px;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .tel-cta .container p {
    line-height: 2;
    font-size: 17px;
    margin: 40px 0 20px 0;
    padding: 0 40px 0 40px;
  }
  .tel-cta .container p .br01 {
    display: block;
  }
  .tel-cta .container ul {
    margin: 30px 0 0 0;
    gap: 0;
    display: block;
  }
  .tel-cta .container ul li {
    letter-spacing: 2px;
    font-size: 17px;
    padding: 8px 30px 8px 30px;
    margin: 10px auto 0;
    width: 70%;
    text-align: center;
  }
  .tel-cta .container .button-wrapper {
    margin: 60px 0 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 1.84rem;
    padding: 0.1rem 5rem 2rem;
    margin: 0 30px 0 0;
    border-radius: 12.8rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::before, .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    content: "";
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 12.8rem;
    mix-blend-mode: hard-light;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    animation-delay: 1.2s;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text {
    line-height: 1.35;
    letter-spacing: 0.06rem;
    text-align: center;
    margin: -1.6rem 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub {
    border-radius: 12.8rem;
    text-align: center;
    font-size: 1.1rem;
    padding: 0.3rem 1.8rem 0.16rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::before {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.48rem solid #fff;
    border-right: 0.48rem solid transparent;
    border-left: 0.48rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::after {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.8rem solid #e89519;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main {
    margin: 1.4rem 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .icon {
    width: 30px;
    height: auto;
    top: -2px;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .catch {
    padding: 0 0 0 10px;
    text-align: center;
    font-size: 1.92rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .arrow {
    line-height: 0;
    right: 1.8rem;
    top: calc(50% + 0.25rem);
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .triangle {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    left: 0.08rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::before {
    animation: modal-btn-type-03-ripple 1.6s ease-out;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::after {
    animation: modal-btn-type-03-ripple 1.6s ease-out 0.4s;
  }
  .tel-cta .container .detail {
    margin: 15px 0 0 0;
    font-size: 18px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .tel-cta {
    margin: 0px 0 4rem 0;
  }
  .tel-cta .clip-deco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: rotate(-5deg);
  }
  .tel-cta .container {
    padding: 60px 0 60px 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 96%;
  }
  .tel-cta .container::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    -o-border-image: linear-gradient(90deg, #588dce 0%, #c4def5 45%, #3657cd 70%, #c4def5 85%, #588dce 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .tel-cta .container .title {
    flex-wrap: wrap;
  }
  .tel-cta .container .title .thumb {
    width: 30vw;
  }
  .tel-cta .container .title .thumb img {
    width: 100%;
    height: auto;
  }
  .tel-cta .container .title .thumb.left {
    padding: 0 1rem 0 0;
  }
  .tel-cta .container .title .text {
    padding: 2rem 1rem 0;
    order: 3;
    width: 100%;
  }
  .tel-cta .container .title .text .semi {
    font-size: 4.75vw;
  }
  .tel-cta .container .title .text h2 {
    font-size: 8vw;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .tel-cta .container p {
    line-height: 2;
    font-size: 3.75vw;
    margin: 40px 0 20px 0;
    padding: 0 30px 0 30px;
    text-align: left;
  }
  .tel-cta .container p br {
    display: none;
  }
  .tel-cta .container p .br02 {
    display: none;
  }
  .tel-cta .container ul {
    margin: 30px 0 0 0;
    gap: 0;
    display: block;
  }
  .tel-cta .container ul li {
    letter-spacing: 0px;
    font-size: 4vw;
    padding: 8px 2rem 8px 2rem;
    margin: 10px auto 0;
    width: 90%;
    text-align: center;
  }
  .tel-cta .container .button-wrapper {
    margin: 60px 0 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 1.84rem;
    padding: 0.1rem 0rem 2rem;
    margin: 0 auto 0;
    border-radius: 12.8rem;
    width: 90%;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::before, .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    content: "";
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 12.8rem;
    mix-blend-mode: hard-light;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03::after {
    animation-delay: 1.2s;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text {
    line-height: 1.35;
    letter-spacing: 0.06rem;
    text-align: center;
    margin: -1.6rem 0 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub {
    border-radius: 12.8rem;
    text-align: center;
    font-size: 4vw;
    padding: 0.3rem 1.8rem 0.16rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::before {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.48rem solid #fff;
    border-right: 0.48rem solid transparent;
    border-left: 0.48rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .sub::after {
    content: "";
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top: 0.8rem solid #e89519;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    width: 0;
    height: 0;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main {
    margin: 1.4rem 0 0 -1.5rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .icon {
    width: 6vw;
    height: auto;
    top: -2px;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .text .main .catch {
    padding: 0 0 0 0.5rem;
    text-align: left;
    font-size: 7vw;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .arrow {
    line-height: 0;
    right: 1.5rem;
    top: calc(50% + 0.15rem);
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03 .triangle {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    left: 0.08rem;
    width: 0.52rem;
    height: 0.52rem;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::before {
    animation: modal-btn-type-03-ripple 1.6s ease-out;
  }
  .tel-cta .container .button-wrapper .modal-btn.type-03:hover::after {
    animation: modal-btn-type-03-ripple 1.6s ease-out 0.4s;
  }
  .tel-cta .container .detail {
    margin: 15px 0 0 0;
    font-size: 18px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */