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

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― 変数設定
=============================================*/
.first-view {
  overflow: hidden;
  background: linear-gradient(45deg, #ebf2ff 0%, #f2f6fe 100%);
  font-family: "IBM Plex Sans JP", sans-serif;
  padding: 2rem 0 3rem 0;
}
.first-view .bg01 {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
  background-image: radial-gradient(at 0% 50%, rgb(158, 181, 253) 0px, transparent 50%);
  background-size: cover;
  content: "";
  transition: opacity 1s ease-in-out;
  width: 400px;
  height: 400px;
}
.first-view .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 6rem 2% 1.5rem 2%;
}
.first-view .container .text {
  position: relative;
  z-index: 3;
  padding: 0 4rem 0 0;
}
.first-view .container .text .en span {
  font-family: "Antonio";
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 28px;
  margin: 0 0 0 7px;
  color: #0052d5;
}
.first-view .container .text h2 {
  line-height: 1.3;
  font-size: 4.5rem;
  margin: 15px 0 0 0;
}
.first-view .container .text h2 .color {
  color: #0052d5;
}
.first-view .container .text .sentence {
  margin: 25px 0 0 0;
}
.first-view .container .text .sentence p {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 34px;
}
.first-view .container .text .sentence p .color {
  color: #0052d5;
}
.first-view .container .text .award-wrapper {
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1;
}
.first-view .container .text .award-wrapper .award {
  position: relative;
  z-index: 1;
  margin: 0 30px 0 0;
  list-style: none;
  padding: 0;
}
.first-view .container .text .award-wrapper .award .mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-view .container .text .award-wrapper .award .mark img {
  position: relative;
  top: 5px;
  width: 45px;
  height: auto;
}
.first-view .container .text .award-wrapper .award .mark .catch {
  font-family: "Jost";
  font-weight: 400;
  text-align: center;
  margin: 0 -5px 0 -5px;
  padding: 0 0 0 0;
}
.first-view .container .text .award-wrapper .award .mark .catch .sub .cover,
.first-view .container .text .award-wrapper .award .mark .catch .main .cover {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98c29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-view .container .text .award-wrapper .award .mark .catch .sub .cover .jp,
.first-view .container .text .award-wrapper .award .mark .catch .main .cover .jp {
  font-weight: 500;
}
.first-view .container .text .award-wrapper .award .mark .catch .sub .cover .middle,
.first-view .container .text .award-wrapper .award .mark .catch .main .cover .middle {
  font-size: 0.7em;
}
.first-view .container .text .award-wrapper .award .mark .catch .sub {
  line-height: 1.45;
}
.first-view .container .text .award-wrapper .award .mark .catch .sub .cover {
  letter-spacing: 2px;
  font-size: 17px;
}
.first-view .container .text .award-wrapper .award .mark .catch .main {
  line-height: 1;
}
.first-view .container .text .award-wrapper .award .mark .catch .main .cover {
  font-size: 45px;
  padding: 0 0 5px 0;
}
.first-view .container .text .award-wrapper .award .line {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -10px 0 0 0;
}
.first-view .container .text .award-wrapper .award .line .cover {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
  font-size: 18px;
  padding: 5px 15px 3px 15px;
}
.first-view .container .text .award-wrapper .award:last-child {
  margin: 0 0 0 0;
}
.first-view .container .text .button {
  border-radius: 100px;
  box-shadow: rgba(162, 173, 207, 0.4) 0 7px 29px 0;
  background: #0052d5;
  width: 425px;
  margin: 40px 0 0 0;
}
.first-view .container .text .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 30px 0 30px 0;
}
.first-view .container .text .button a .catch {
  font-size: 24px;
  padding: 0 10px 0 0;
}
.first-view .container .text .button a img {
  line-height: 0;
  width: 30px;
  height: auto;
}
.first-view .container .visual .column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first-view .container .visual .column .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 4px #e6edff;
  border-radius: 50%;
  box-shadow: rgba(162, 173, 207, 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%);
  width: 80px;
  height: 80px;
}
.first-view .container .visual .column .icon img {
  width: 60%;
  height: auto;
}
.first-view .container .visual .column .thumb {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(162, 173, 207, 0.4) 0 7px 29px 0;
  width: 120px;
  height: 120px;
}
.first-view .container .visual .column .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.first-view .container .visual .column.column02 .thumb {
  width: 550px;
  height: 550px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .first-view .bg01 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 300px;
    height: 300px;
  }
  .first-view .container {
    padding: 0 0 0 0;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 50px 0% 0 1%;
  }
  .first-view .container .text {
    position: relative;
    z-index: 3;
    padding: 0 10px 0 0;
  }
  .first-view .container .text .en span {
    letter-spacing: 4px;
    font-size: 24px;
    margin: 0 0 0 7px;
  }
  .first-view .container .text h2 {
    line-height: 1.3;
    font-size: 42px;
    margin: 15px 0 0 0;
  }
  .first-view .container .text .sentence {
    margin: 25px 0 0 0;
  }
  .first-view .container .text .sentence p {
    letter-spacing: 1px;
    font-size: 28px;
  }
  .first-view .container .text .award-wrapper {
    margin: 20px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award {
    margin: 0 5px 0 0;
  }
  .first-view .container .text .award-wrapper .award .mark img {
    top: 5px;
    width: 30px;
  }
  .first-view .container .text .award-wrapper .award .mark .catch {
    margin: 0 -2px 0 -2px;
    padding: 0 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover .middle,
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover .middle {
    font-size: 0.7em;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub {
    line-height: 1.45;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover {
    letter-spacing: 1px;
    font-size: 15px;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main {
    line-height: 1;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover {
    letter-spacing: 0;
    font-size: 30px;
    padding: 0 0 5px 0;
  }
  .first-view .container .text .award-wrapper .award .line {
    margin: -3px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .line .cover {
    font-size: 15px;
    padding: 3px 8px 3px px;
  }
  .first-view .container .text .award-wrapper .award:last-child {
    margin: 0 0 0 0;
  }
  .first-view .container .text .button {
    width: 380px;
    margin: 30px 0 0 0;
  }
  .first-view .container .text .button a {
    padding: 20px 0 20px 0;
  }
  .first-view .container .text .button a .catch {
    font-size: 20px;
    padding: 0 10px 0 0;
  }
  .first-view .container .text .button a img {
    line-height: 0;
    width: 26px;
    height: auto;
  }
  .first-view .container .visual .column .icon {
    width: 60px;
    height: 60px;
  }
  .first-view .container .visual .column .icon img {
    width: 60%;
    height: auto;
  }
  .first-view .container .visual .column .thumb {
    width: 90px;
    height: 90px;
  }
  .first-view .container .visual .column .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .container .visual .column.column02 .thumb {
    width: 350px;
    height: 350px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-view .bg01 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 300px;
    height: 300px;
  }
  .first-view .container {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 50px 2% 0 2%;
  }
  .first-view .container .text {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .first-view .container .text .en span {
    letter-spacing: 4px;
    font-size: 24px;
    margin: 0 0 0 7px;
  }
  .first-view .container .text h2 {
    line-height: 1.3;
    font-size: 42px;
    margin: 15px 0 0 0;
  }
  .first-view .container .text .sentence {
    margin: 25px 0 0 0;
  }
  .first-view .container .text .sentence p {
    letter-spacing: 1px;
    font-size: 28px;
  }
  .first-view .container .text .award-wrapper {
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award {
    margin: 0 5px 0 0;
  }
  .first-view .container .text .award-wrapper .award .mark img {
    top: 5px;
    width: 35px;
  }
  .first-view .container .text .award-wrapper .award .mark .catch {
    margin: 0 -2px 0 -2px;
    padding: 0 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover .middle,
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover .middle {
    font-size: 0.7em;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub {
    line-height: 1.45;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover {
    letter-spacing: 1px;
    font-size: 15px;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main {
    line-height: 1;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover {
    letter-spacing: 0;
    font-size: 30px;
    padding: 0 0 5px 0;
  }
  .first-view .container .text .award-wrapper .award .line {
    margin: -8px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .line .cover {
    font-size: 14px;
    padding: 3px 8px 3px 8px;
  }
  .first-view .container .text .award-wrapper .award:last-child {
    margin: 0 0 0 0;
  }
  .first-view .container .text .button {
    width: 380px;
    margin: 30px auto 0;
  }
  .first-view .container .text .button a {
    padding: 20px 0 20px 0;
  }
  .first-view .container .text .button a .catch {
    font-size: 20px;
    padding: 0 10px 0 0;
  }
  .first-view .container .text .button a img {
    line-height: 0;
    width: 26px;
    height: auto;
  }
  .first-view .container .visual {
    width: 80%;
    margin: 30px auto 0;
  }
  .first-view .container .visual .column .icon {
    width: 60px;
    height: 60px;
  }
  .first-view .container .visual .column .icon img {
    width: 60%;
    height: auto;
  }
  .first-view .container .visual .column .thumb {
    width: 90px;
    height: 90px;
  }
  .first-view .container .visual .column .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .container .visual .column.column02 .thumb {
    width: 350px;
    height: 350px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .first-view .container {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 50px 4% 0 4%;
  }
  .first-view .container .bg01 {
    top: -50px;
    left: 0;
    width: 50vw;
    height: 50vw;
  }
  .first-view .container .text {
    padding: 0 0 0 0;
  }
  .first-view .container .text .en span {
    letter-spacing: 4px;
    font-size: 4vw;
    margin: 0 0 0 7px;
  }
  .first-view .container .text h2 {
    line-height: 1.3;
    font-size: 8vw;
    margin: 15px 0 0 0;
  }
  .first-view .container .text .sentence {
    margin: 25px 0 0 0;
  }
  .first-view .container .text .sentence p {
    letter-spacing: 0;
    font-size: 5.5vw;
  }
  .first-view .container .text .award-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award {
    margin: 10px 1% 0 0;
    width: 49.5%;
  }
  .first-view .container .text .award-wrapper .award .mark img {
    top: 5px;
    width: 9vw;
  }
  .first-view .container .text .award-wrapper .award .mark .catch {
    margin: 0 -2px 0 -2px;
    padding: 0 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover .middle,
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover .middle {
    font-size: 0.75em;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub {
    line-height: 1.45;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .sub .cover {
    letter-spacing: 1px;
    font-size: 3.5vw;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main {
    line-height: 1;
  }
  .first-view .container .text .award-wrapper .award .mark .catch .main .cover {
    letter-spacing: 0;
    font-size: 7.77vw;
    padding: 0 0 5px 0;
  }
  .first-view .container .text .award-wrapper .award .line {
    margin: -8px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award .line .cover {
    font-size: 3.75vw;
    padding: 6px 8px 4px 8px;
  }
  .first-view .container .text .award-wrapper .award:last-child {
    margin: 10px 0 0 0;
  }
  .first-view .container .text .award-wrapper .award:nth-child(2n) {
    margin: 10px 0 0 0;
  }
  .first-view .container .text .button {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  .first-view .container .text .button a {
    padding: 20px 0 20px 0;
  }
  .first-view .container .text .button a .catch {
    font-size: 20px;
    padding: 0 10px 0 0;
  }
  .first-view .container .text .button a img {
    line-height: 0;
    width: 26px;
    height: auto;
  }
  .first-view .container .visual {
    width: 100%;
    margin: 30px auto 0;
  }
  .first-view .container .visual .column .icon {
    width: 15vw;
    height: 15vw;
  }
  .first-view .container .visual .column .icon img {
    width: 60%;
    height: auto;
  }
  .first-view .container .visual .column .thumb {
    width: 22vw;
    height: 22vw;
  }
  .first-view .container .visual .column .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .container .visual .column.column02 .thumb {
    width: 62.5vw;
    height: 62.5vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

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, 173, 207, 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, #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: 10px 0 10px 25px;
  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: 1.4rem;
  padding: 7px 15px 5px 15px;
}
.header-to .box-wrapper .box .text p {
  line-height: 1.4;
  font-weight: 500;
  font-size: 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 */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 TEXT-ROTATE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.text-rotate {
  overflow: hidden;
  width: 100%;
  padding: 0 0 40px 0;
}
.text-rotate ul {
  position: relative;
  display: flex;
  list-style: none;
  white-space: nowrap;
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: 500;
  will-change: transform, opacity;
  gap: 2.5rem;
}
.text-rotate ul li {
  position: relative;
  color: #0052d5;
  transform: skew(-15deg);
  box-shadow: rgba(162, 173, 207, 0.4) 0 7px 29px 0;
  background: #ffffff;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 8px 25px 5px 25px;
}
.text-rotate 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, #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);
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .text-rotate ul {
    margin: 10px 0 0 0;
    padding: 0;
    gap: 2rem;
  }
  .text-rotate ul li {
    letter-spacing: 2px;
    font-size: 19px;
    padding: 5px 25px 5px 25px;
  }
  .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #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);
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .text-rotate ul {
    margin: 10px 0 0 0;
    padding: 0;
    gap: 2rem;
  }
  .text-rotate ul li {
    letter-spacing: 2px;
    font-size: 17px;
    padding: 5px 25px 5px 25px;
  }
  .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #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);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .text-rotate ul {
    margin: 10px 0 0 0;
    padding: 0;
    gap: 1.5rem;
  }
  .text-rotate ul li {
    letter-spacing: 2px;
    font-size: 4vw;
    padding: 5px 25px 5px 25px;
  }
  .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #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);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 HEADER 〇

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

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, 173, 207, 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, 173, 207, 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 HEADER 〇

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

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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */