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

〇 GLOBAL 〇

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

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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

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

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

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

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

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

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

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

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

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― 変数設定
=============================================*/
.header {
  overflow: hidden;
}
.header .container {
  background: linear-gradient(45deg, #f0fcff 0%, #f2f8fe 100%);
  padding: 0 0 0 0;
}
.header .container .top {
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
}
.header .container .top .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 0 0 2%;
}
.header .container .top .inner .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0 25px 0;
}
.header .container .top .inner .left .logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
}
.header .container .top .inner .left .logo a img {
  width: 100%;
  height: auto;
}
.header .container .top .inner .left h1 {
  color: #222222;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 3px 0 3px 30px;
}
.header .container .top .inner .right a.contact {
  background: #0071e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  padding: 0 20px 0 20px;
}
.header .container .top .inner .right a.contact .icon {
  line-height: 0;
  width: 30px;
  height: auto;
}
.header .container .top .inner .right a.contact span {
  font-size: 20px;
  padding: 0 0 0 10px;
}
.header .container .first-view {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 50px 4% 0 4%;
}
.header .container .first-view .bg01 {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
  background-image: radial-gradient(at 0% 50%, rgb(193, 219, 233) 0px, transparent 50%);
  background-size: cover;
  width: 400px;
  height: 400px;
}
.header .container .first-view .text {
  position: relative;
  z-index: 3;
  padding: 0 50px 0 0;
}
.header .container .first-view .text .en span {
  font-family: "Jost";
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 28px;
  margin: 0 0 0 7px;
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .container .first-view .text h2 {
  line-height: 1.3;
  font-size: 50px;
  margin: 15px 0 0 0;
}
.header .container .first-view .text h2 .color {
  color: #0071e3;
}
.header .container .first-view .text .sentence {
  margin: 25px 0 0 0;
}
.header .container .first-view .text .sentence p {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 34px;
}
.header .container .first-view .text .sentence p .color {
  color: #0071e3;
}
.header .container .first-view .text .award-wrapper {
  display: flex;
  align-items: stretch;
  margin: 20px 0 0 0;
}
.header .container .first-view .text .award-wrapper .award {
  position: relative;
  z-index: 1;
  margin: 0 30px 0 0;
}
.header .container .first-view .text .award-wrapper .award .mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .first-view .text .award-wrapper .award .mark img {
  position: relative;
  top: 5px;
  width: 45px;
  height: auto;
}
.header .container .first-view .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;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade,
.header .container .first-view .text .award-wrapper .award .mark .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98c29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade .jp,
.header .container .first-view .text .award-wrapper .award .mark .main .grade .jp {
  font-family: "Murecho";
  font-weight: 500;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade .middle,
.header .container .first-view .text .award-wrapper .award .mark .main .grade .middle {
  font-size: 0.7em;
}
.header .container .first-view .text .award-wrapper .award .mark .sub {
  line-height: 1.45;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade {
  letter-spacing: 2px;
  font-size: 17px;
}
.header .container .first-view .text .award-wrapper .award .mark .main {
  line-height: 1;
}
.header .container .first-view .text .award-wrapper .award .mark .main .grade {
  font-size: 45px;
  padding: 0 0 5px 0;
}
.header .container .first-view .text .award-wrapper .award .line {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -10px 0 0 0;
}
.header .container .first-view .text .award-wrapper .award .line p {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 100%);
  font-size: 18px;
  padding: 3px 15px 3px 15px;
}
.header .container .first-view .text .award-wrapper .award:last-child {
  margin: 0 0 0 0;
}
.header .container .first-view .text .button {
  border-radius: 100px;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #0071e3;
  width: 425px;
  margin: 40px 0 0 0;
}
.header .container .first-view .text .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 30px 0 30px 0;
}
.header .container .first-view .text .button a .catch {
  font-size: 24px;
  padding: 0 10px 0 0;
}
.header .container .first-view .text .button a img {
  line-height: 0;
  width: 30px;
  height: auto;
}
.header .container .first-view .visual .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .first-view .visual .row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 4px #a1cad6;
  border-radius: 50%;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  width: 80px;
  height: 80px;
}
.header .container .first-view .visual .row .icon img {
  width: 60%;
  height: auto;
}
.header .container .first-view .visual .row .thumb {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  width: 120px;
  height: 120px;
}
.header .container .first-view .visual .row .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header .container .first-view .visual .row.row02 .thumb {
  width: 450px;
  height: 450px;
}

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

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

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

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

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

〇 HEADER 〇

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

〇 TEXT-ROTATE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.text-rotate {
  overflow: hidden;
  width: 100%;
  padding: 0 0 40px 0;
}
.text-rotate ul {
  position: relative;
  display: flex;
  list-style-type: none;
  white-space: nowrap;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  will-change: transform opacity;
  gap: 2.5rem;
}
.text-rotate ul li {
  position: relative;
  color: #0071e3;
  transform: skew(-15deg);
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  letter-spacing: 3px;
  font-size: 24px;
  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: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 HEADER-TO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.header-to {
  position: relative;
  z-index: 20;
  max-width: 1920px;
  margin: 0 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: flex-start;
  flex-wrap: wrap;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  width: 32.6666666667%;
  margin: 0 1% 0 0;
  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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.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 20px 0 0;
}
.header-to .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.header-to .box-wrapper .box .text {
  border-left: solid 2px #a1cad6;
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
}
.header-to .box-wrapper .box .text h3 {
  font-weight: 600;
}
.header-to .box-wrapper .box .text h3 .cover {
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  letter-spacing: 1px;
  font-size: 19px;
  padding: 3px 15px 5px 15px;
}
.header-to .box-wrapper .box .text p {
  color: #343434;
  font-weight: 600;
  font-size: 19px;
  margin: 3px 0 0 0;
}
.header-to .box-wrapper .box .text p .red {
  color: #0071e3;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-to {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 0 1% 80px 1%;
  }
  .header-to .box-wrapper {
    margin: 0 auto 0;
  }
  .header-to .box-wrapper .box {
    width: 32.5%;
    margin: 0 0.8333333333% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 6.5vw;
    margin: 0 10px 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 6.5vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 15px;
    padding: 3px 10px 5px 10px;
  }
  .header-to .box-wrapper .box .text p {
    font-size: 14px;
    margin: 3px 0 0 0;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-to {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 0 1% 10px 1%;
  }
  .header-to .box-wrapper {
    justify-content: center;
  }
  .header-to .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 0 0;
    padding: 10px 10px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .header-to .box-wrapper .box:nth-child(2) {
    margin: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 90px;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 90px - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 15px;
    padding: 3px 10px 3px 10px;
  }
  .header-to .box-wrapper .box .text p {
    line-height: 1.35;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  .header-to .box-wrapper .box .text p .pc-disblock {
    display: none;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header-to {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 0 2% 10px 2%;
  }
  .header-to .box-wrapper {
    display: block;
  }
  .header-to .box-wrapper .box {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 5px 10px 10px;
  }
  .header-to .box-wrapper .box:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .header-to .box-wrapper .box .icon {
    line-height: 0;
    width: 16vw;
    margin: 0 10px 0 0;
  }
  .header-to .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .header-to .box-wrapper .box .text {
    width: calc(100% - 16vw - 10px);
    padding: 0 0 0 10px;
  }
  .header-to .box-wrapper .box .text h3 .cover {
    font-size: 4vw;
    padding: 3px 10px 5px 10px;
  }
  .header-to .box-wrapper .box .text p {
    font-size: 3.5vw;
    margin: 3px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  overflow: hidden;
  position: relative;
  padding: 10px 0 50px 0;
}
.cta .back {
  font-family: "Jost";
  font-weight: 400;
  text-align: center;
}
.cta .back p {
  display: inline-block;
  line-height: 1;
  background: linear-gradient(90deg, #cdeeff 0%, #b2dcf9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 104px;
  width: 100%;
}
.cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #cdeeff 0%, #b2dcf9 100%);
  content: "";
  width: 100%;
  height: 50%;
}
.cta .box {
  position: relative;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  width: 1280px;
  margin: -20px auto 0;
  padding: 10px 10px 10px 10px;
}
.cta .box .inner {
  background: #ffffff;
  padding: 30px 0 30px 0;
}
.cta .box .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cta .box .inner .title .thumb {
  position: relative;
  width: 150px;
}
.cta .box .inner .title .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px #0071e3;
  border-radius: 50%;
  content: "";
  width: 90%;
  height: 90%;
}
.cta .box .inner .title .thumb img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.cta .box .inner .title .text {
  text-align: center;
  padding: 0 30px 0 30px;
}
.cta .box .inner .title .text h2 {
  text-align: center;
}
.cta .box .inner .title .text h2 .catch {
  color: #343434;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 42px;
}
.cta .box .inner .title .text h2 .catch .grade {
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .box .inner .title .text .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.cta .box .inner .title .text .sub .icon {
  line-height: 0;
  width: 30px;
  height: auto;
}
.cta .box .inner .title .text .sub .catch {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 0 0 0 10px;
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .box .inner .marks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
.cta .box .inner .marks .mark {
  position: relative;
  color: #0071e3;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 8px 30px 8px 30px;
}
.cta .box .inner .marks .mark::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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
.cta .box .inner .marks .mark:last-child {
  margin: 0 0 0 0;
}
.cta .box .inner .block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 0 40px;
}
.cta .box .inner .block .left {
  width: 45%;
  padding: 0 5% 0 0;
}
.cta .box .inner .block .left .semi-title {
  display: flex;
  align-items: center;
}
.cta .box .inner .block .left .semi-title img {
  line-height: 0;
  width: 80px;
  height: auto;
}
.cta .box .inner .block .left .semi-title .cover {
  padding: 0 0 0 10px;
  font-weight: 600;
}
.cta .box .inner .block .left .semi-title .cover .online {
  line-height: 1.1;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .box .inner .block .left .semi-title .cover .catch {
  font-size: 24px;
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .box .inner .block .left .sentence p {
  line-height: 1.8;
  font-size: 15px;
  margin: 15px 0 0 0;
}
.cta .box .inner .block .right .button {
  width: 450px;
  padding: 20px 0 0 0;
}
.cta .box .inner .block .right .button a {
  display: block;
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #2e8d03 0%, #4bae00 100%);
  text-decoration: none;
  padding: 5px 20px 20px 20px;
}
.cta .box .inner .block .right .button a .sub {
  text-align: center;
  display: block;
  margin: -20px 0 0 0;
}
.cta .box .inner .block .right .button a .sub .inner {
  display: inline-block;
  color: #2e8d03;
  border: solid 3px #2e8d03;
  border-radius: 100px;
  background: #ffffff;
  padding: 3px 20px 3px 20px;
  font-size: 16px;
}
.cta .box .inner .block .right .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.cta .box .inner .block .right .button a .main .icon {
  width: 45px;
  height: auto;
}
.cta .box .inner .block .right .button a .main .catch {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  font-size: 24px;
}
.cta .box .inner .block .right .button a .main .arrow {
  width: 35px;
  height: auto;
}
.cta .box .inner .caution {
  margin: 45px 0 0 0;
}
.cta .box .inner .caution p {
  text-align: center;
  font-size: 11px;
}

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

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

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

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

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

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

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

〇 HEADER 〇

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

〇 INTRODUCTION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction {
  overflow: hidden;
  margin: 60px 0 0 0;
}
.introduction .title {
  position: relative;
  padding: 40px 0 40px 0;
}
.introduction .title .back {
  position: absolute;
  z-index: 1;
  color: #cccccc;
  font-family: "Jost";
  font-weight: 300;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  font-size: 130px;
}
.introduction .title h2 {
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-align: center;
  font-size: 34px;
}
.introduction .title h2 .br01 {
  display: none;
}
.introduction .title h2 span {
  position: relative;
  display: inline-block;
  color: #0071e3;
  padding: 0 10px 0 10px;
}
.introduction .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0071e3;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.introduction .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 40px auto 0;
  padding: 0 2% 0 2%;
}
.introduction .container .visual {
  position: relative;
}
.introduction .container .visual .mark {
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.introduction .container .visual .mark p {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #0071e3;
  border: 3px solid #0071e3;
  border-radius: 100px;
  background: #ffffff;
  animation: fadeInOut 3s ease-in-out infinite;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 5px 30px 5px 30px;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.introduction .container .visual .mark p:before, .introduction .container .visual .mark p:after {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
}
.introduction .container .visual .mark p:before {
  border-width: 12px;
  border-top-color: #0071e3;
}
.introduction .container .visual .mark p:after {
  border-width: 8px;
  border-top-color: white;
}
.introduction .container .visual .logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
}
.introduction .container .visual .logo::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: solid 25px #b2dcf9;
  border-top-color: #0650b2;
  border-radius: 50%;
  content: "";
  animation: what-mark-spin 3s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
@keyframes what-mark-spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.introduction .container .visual .logo img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 0;
}
.introduction .container .text {
  width: 45%;
  padding: 0 0 0 50px;
}
.introduction .container .text .en {
  position: relative;
  display: flex;
  align-items: center;
}
.introduction .container .text .en:before, .introduction .container .text .en:after {
  content: "";
  height: 2px;
}
.introduction .container .text .en:before {
  background: #000000;
  width: 100px;
}
.introduction .container .text .en:after {
  position: absolute;
  background: #0071e3;
  width: 50px;
}
.introduction .container .text .en p {
  font-family: "Jost";
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 0 0 0 10px;
}
.introduction .container .text h3 {
  letter-spacing: 2px;
  font-size: 34px;
  margin: 30px 0 0 0;
}
.introduction .container .text .sentence {
  margin: 10px 0 0 0;
}
.introduction .container .text .sentence p {
  color: #343434;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.introduction .container .text .sentence p .bold {
  font-weight: 500;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction {
    margin: 60px 0 0 0;
  }
  .introduction .title {
    padding: 40px 0 40px 0;
  }
  .introduction .title .back {
    opacity: 0.3;
    letter-spacing: 18px;
    font-size: 110px;
  }
  .introduction .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .introduction .title h2 span {
    padding: 0 10px 0 10px;
  }
  .introduction .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .introduction .container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
  }
  .introduction .container .visual .mark {
    top: -35px;
    left: 50%;
    width: 100%;
  }
  .introduction .container .visual .mark p {
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 5px 30px 5px 30px;
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    30% {
      opacity: 1;
      transform: translateY(0);
    }
    60% {
      opacity: 1;
      transform: translateY(0);
    }
    65% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .introduction .container .visual .mark p:before {
    border-width: 12px;
    border-top-color: #0071e3;
  }
  .introduction .container .visual .mark p:after {
    border-width: 8px;
    border-top-color: white;
  }
  .introduction .container .visual .logo {
    width: 400px;
    height: 400px;
  }
  .introduction .container .visual .logo::after {
    border: solid 25px #b2dcf9;
    border-top-color: #0650b2;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 60%;
    height: auto;
    margin: 0 auto 0;
  }
  .introduction .container .text {
    width: 50%;
    padding: 0 0 0 50px;
  }
  .introduction .container .text .en:before, .introduction .container .text .en:after {
    content: "";
    height: 2px;
  }
  .introduction .container .text .en:before {
    width: 100px;
  }
  .introduction .container .text .en:after {
    width: 50px;
  }
  .introduction .container .text .en p {
    letter-spacing: 3px;
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  .introduction .container .text h3 {
    letter-spacing: 2px;
    font-size: 28px;
    margin: 30px 0 0 0;
  }
  .introduction .container .text .sentence {
    margin: 15px 0 0 0;
  }
  .introduction .container .text .sentence p {
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction {
    margin: 60px 0 0 0;
  }
  .introduction .title {
    padding: 40px 0 40px 0;
  }
  .introduction .title .back {
    opacity: 0.3;
    letter-spacing: 12px;
    font-size: 82px;
  }
  .introduction .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .introduction .title h2 span {
    padding: 0 10px 0 10px;
  }
  .introduction .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .introduction .container {
    display: block;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
  }
  .introduction .container .visual .mark {
    top: -35px;
    left: 50%;
    width: 100%;
  }
  .introduction .container .visual .mark p {
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 5px 30px 5px 30px;
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    30% {
      opacity: 1;
      transform: translateY(0);
    }
    60% {
      opacity: 1;
      transform: translateY(0);
    }
    65% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .introduction .container .visual .mark p:before {
    border-width: 12px;
    border-top-color: #0071e3;
  }
  .introduction .container .visual .mark p:after {
    border-width: 8px;
    border-top-color: white;
  }
  .introduction .container .visual .logo {
    width: 400px;
    height: 400px;
    margin: 0 auto 0;
  }
  .introduction .container .visual .logo::after {
    border: solid 25px #b2dcf9;
    border-top-color: #0650b2;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 60%;
    height: auto;
    margin: 0 auto 0;
  }
  .introduction .container .text {
    width: 92%;
    margin: 0 auto 0;
    padding: 40px 0 0 0;
  }
  .introduction .container .text .en:before, .introduction .container .text .en:after {
    content: "";
    height: 2px;
  }
  .introduction .container .text .en:before {
    width: 100px;
  }
  .introduction .container .text .en:after {
    width: 50px;
  }
  .introduction .container .text .en p {
    letter-spacing: 3px;
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  .introduction .container .text h3 {
    letter-spacing: 2px;
    font-size: 28px;
    margin: 30px 0 0 0;
  }
  .introduction .container .text .sentence {
    margin: 15px 0 0 0;
  }
  .introduction .container .text .sentence p {
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction {
    margin: 20px 0 0 0;
  }
  .introduction .title {
    padding: 30px 0 40px 0;
  }
  .introduction .title .back {
    opacity: 0.3;
    letter-spacing: 5px;
    font-size: 12vw;
  }
  .introduction .title h2 {
    letter-spacing: 3px;
    font-size: 6.75vw;
  }
  .introduction .title h2 .br01 {
    display: block;
  }
  .introduction .title h2 span {
    padding: 0 5px 0 5px;
  }
  .introduction .title h2 span::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .introduction .container {
    display: block;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
  }
  .introduction .container .visual .mark {
    top: -35px;
    left: 50%;
    width: 100%;
  }
  .introduction .container .visual .mark p {
    font-size: 4vw;
    margin: 0 20px 0 0;
    padding: 5px 30px 5px 30px;
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    30% {
      opacity: 1;
      transform: translateY(0);
    }
    60% {
      opacity: 1;
      transform: translateY(0);
    }
    65% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .introduction .container .visual .mark p:before {
    border-width: 12px;
    border-top-color: #0071e3;
  }
  .introduction .container .visual .mark p:after {
    border-width: 8px;
    border-top-color: white;
  }
  .introduction .container .visual .logo {
    width: 90vw;
    height: 90vw;
    margin: 0 auto 0;
  }
  .introduction .container .visual .logo::after {
    border: solid 25px #b2dcf9;
    border-top-color: #0650b2;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 60%;
    height: auto;
    margin: 0 auto 0;
  }
  .introduction .container .text {
    width: 92%;
    margin: 0 auto 0;
    padding: 30px 0 0 0;
  }
  .introduction .container .text .en:before, .introduction .container .text .en:after {
    content: "";
    height: 2px;
  }
  .introduction .container .text .en:before {
    width: 15vw;
  }
  .introduction .container .text .en:after {
    width: 7.5vw;
  }
  .introduction .container .text .en p {
    letter-spacing: 3px;
    font-size: 5vw;
    padding: 0 0 0 10px;
  }
  .introduction .container .text h3 {
    letter-spacing: 1px;
    font-size: 6.25vw;
    margin: 30px 0 0 0;
  }
  .introduction .container .text .sentence {
    margin: 15px 0 0 0;
  }
  .introduction .container .text .sentence p {
    font-weight: 400;
    line-height: 2;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 LINEUP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.lineup {
  margin: 80px 0 0 0;
}
.lineup .title {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: #0071e3;
  text-align: center;
  padding: 30px 0 30px 0;
}
.lineup .title h3 {
  color: #ffffff;
  font-weight: bold;
  transform: skew(-15deg);
  border: solid 2px #ffffff;
  text-align: center;
  font-size: 20px;
  width: 270px;
  margin: 0 auto 5px;
  padding: 10px 15px;
}
.lineup .title h3 span {
  display: block;
  transform: skew(15deg);
}
.lineup .title h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  font-size: 40px;
  margin: 10px 0 10px 0;
}
.lineup .title .caption {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.lineup .container {
  background-image: radial-gradient(at 0% 50%, hsl(210, 100%, 92%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(200, 100%, 96%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(210, 100%, 95%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(200, 100%, 97%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
  padding: 0 0 90px 0;
}
.lineup .container .category .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1480px;
  margin: 0px auto 0;
}
.lineup .container .category .box-wrapper .box {
  background: #ffffff;
  width: 32%;
  margin: 50px 2% 10px 0;
}
.lineup .container .category .box-wrapper .box h3 {
  color: #ffffff;
  line-height: 1.2;
  border: solid 2px #ffffff;
  text-align: center;
  font-size: 20px;
  width: 70%;
  margin: -10px auto 30px;
  padding: 2px 0 6px;
}
.lineup .container .category .box-wrapper .box .thumb {
  position: relative;
}
.lineup .container .category .box-wrapper .box .thumb .mark {
  position: absolute;
  font-family: "Antonio";
  font-style: normal;
  font-weight: 400;
  right: 10px;
  bottom: -5px;
  letter-spacing: 1px;
  font-size: 55px;
}
.lineup .container .category .box-wrapper .box .thumb img {
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.lineup .container .category .box-wrapper .box ul {
  padding: 20px 7.5% 30px;
}
.lineup .container .category .box-wrapper .box ul li {
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  list-style-type: none;
  font-size: 18px;
  padding: 2px 15px;
}
.lineup .container .category .box-wrapper .box ul li::before {
  position: relative;
  top: -2px;
  content: "●";
  font-size: 0.7em;
  padding: 0 10px 0 0;
}
.lineup .container .category .box-wrapper .box .text {
  display: flex;
  justify-content: center;
}
.lineup .container .category .box-wrapper .box .text .sentence {
  margin: 0 0 20px 0;
}
.lineup .container .category .box-wrapper .box .text .sentence p {
  display: inline-block;
  color: #343434;
  font-weight: 500;
  font-size: 20px;
  padding: 5px 30px 5px 30px;
}
.lineup .container .category .box-wrapper .box .text .line {
  margin: 10px 0 0 0;
}
.lineup .container .category .box-wrapper .box .text .line p {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  font-size: 25px;
  padding: 4px 30px 4px 30px;
}
.lineup .container .category .box-wrapper .box .text .icon {
  width: 100px;
  margin: 20px auto 0;
}
.lineup .container .category .box-wrapper .box .explain {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.lineup .container .category .box-wrapper .box .explain .caption {
  margin: 0 0 20px 0;
}
.lineup .container .category .box-wrapper .box .explain .caption p {
  display: inline-block;
  color: #0071e3;
  font-weight: 500;
  border: solid 3px #0071e3;
  border-radius: 100px;
  font-size: 20px;
  padding: 5px 30px 5px 30px;
}
.lineup .container .category .box-wrapper .box .explain .line {
  margin: 10px 0 0 0;
}
.lineup .container .category .box-wrapper .box .explain .line p {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  font-size: 25px;
  padding: 4px 30px 4px 30px;
}
.lineup .container .category .box-wrapper .box .explain .icon {
  width: 100px;
  margin: 20px auto 0;
}
.lineup .container .category .box-wrapper .box:nth-child(3n) {
  margin: 50px 0 10px 0;
}
.lineup .container .category .box-wrapper .box:nth-child(1) {
  border: solid 2px #0981b9;
  box-shadow: 6px 6px 0 0 #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(1) .mark {
  color: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(1) h3 {
  box-shadow: 0 0 0 2px #0981b9;
  background: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(1) ul li::before {
  color: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(2) {
  border: solid 2px #f11421;
  box-shadow: 6px 6px 0 0 #f11421;
}
.lineup .container .category .box-wrapper .box:nth-child(2) .mark {
  color: #f11421;
}
.lineup .container .category .box-wrapper .box:nth-child(2) h3 {
  box-shadow: 0 0 0 2px #f11421;
  background: #f11421;
}
.lineup .container .category .box-wrapper .box:nth-child(2) ul li::before {
  color: #f11421;
}
.lineup .container .category .box-wrapper .box:nth-child(3) {
  border: solid 2px #3cb347;
  box-shadow: 6px 6px 0 0 #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(3) .mark {
  color: #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(3) h3 {
  box-shadow: 0 0 0 2px #3cb347;
  background: #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(3) ul li::before {
  color: #3cb347;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .lineup .title {
    padding: 30px 0 30px 0;
  }
  .lineup .title h3 {
    font-size: 20px;
    width: 270px;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .lineup .title h3 span {
    transform: skew(15deg);
  }
  .lineup .title h2 {
    line-height: 1.35;
    font-size: 35px;
    margin: 10px 0 10px 0;
  }
  .lineup .title .caption {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
  }
  .lineup .container {
    padding: 0 0 80px 0;
  }
  .lineup .container .profile .splide {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 50px 2% 40px 2%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide::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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 45px 30px 0 30px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    line-height: 1.15;
    opacity: 0.25;
    top: 5px;
    right: 10px;
    letter-spacing: 2px;
    font-size: 50px;
    display: inline-block;
    background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number {
    padding: 5px 25px 8px 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .sub {
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .main {
    font-size: 15px;
    padding: 3px 5px 5px 5px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 25%;
    height: 125px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    padding: 0 0 0 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text h3 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info img {
    width: 16px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info p {
    font-size: 16px;
    padding: 0 0 0 7px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info:nth-child(2n) {
    padding: 0 0 0 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence {
    padding: 10px 35px 40px 35px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p {
    line-height: 2;
    font-size: 15px;
    padding: 0 0 3px 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p .color {
    color: #0071e3;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .lineup .container .category .box-wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 10px auto 0;
  }
  .lineup .container .category .box-wrapper .box {
    width: 32%;
    margin: 50px 2% 10px 0;
  }
  .lineup .container .category .box-wrapper .box h3 {
    font-size: 20px;
    width: 70%;
    margin: -10px auto 30px;
    padding: 2px 0 6px;
  }
  .lineup .container .category .box-wrapper .box .thumb .mark {
    right: 10px;
    bottom: -5px;
    letter-spacing: 1px;
    font-size: 45px;
  }
  .lineup .container .category .box-wrapper .box .thumb img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  .lineup .container .category .box-wrapper .box ul {
    padding: 20px 5% 30px;
  }
  .lineup .container .category .box-wrapper .box ul li {
    font-size: 16px;
    padding: 2px 15px;
  }
  .lineup .container .category .box-wrapper .box ul li::before {
    top: -2px;
    font-size: 0.7em;
    padding: 0 10px 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption {
    margin: 0 0 20px 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption p {
    border-radius: 100px;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
  }
  .lineup .container .category .box-wrapper .box .explain .line {
    margin: 10px 0 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .line p {
    font-size: 22px;
    padding: 4px 15px 4px 15px;
  }
  .lineup .container .category .box-wrapper .box .explain .icon {
    width: 100px;
    margin: 20px auto 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(3n) {
    margin: 50px 0 10px 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(6) {
    background: none;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lineup .title {
    padding: 30px 0 30px 0;
  }
  .lineup .title h3 {
    font-size: 20px;
    width: 270px;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .lineup .title h3 span {
    transform: skew(15deg);
  }
  .lineup .title h2 {
    line-height: 1.35;
    font-size: 35px;
    margin: 10px 0 10px 0;
  }
  .lineup .title .caption {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
  }
  .lineup .container {
    padding: 0 0 80px 0;
  }
  .lineup .container .profile .splide {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 50px 2% 40px 2%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide::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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 45px 30px 0 30px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    line-height: 1.15;
    opacity: 0.25;
    top: 5px;
    right: 10px;
    letter-spacing: 2px;
    font-size: 50px;
    display: inline-block;
    background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number {
    padding: 5px 25px 8px 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .sub {
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .main {
    font-size: 15px;
    padding: 3px 5px 5px 5px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 25%;
    height: 125px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    padding: 0 0 0 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text h3 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info img {
    width: 16px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info p {
    font-size: 16px;
    padding: 0 0 0 7px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info:nth-child(2n) {
    padding: 0 0 0 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence {
    padding: 10px 35px 40px 35px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p {
    line-height: 2;
    font-size: 15px;
    padding: 0 0 3px 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p .color {
    color: #0071e3;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .lineup .container .category .box-wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 10px auto 0;
  }
  .lineup .container .category .box-wrapper .box {
    width: 48.5%;
    margin: 50px 3% 10px 0;
  }
  .lineup .container .category .box-wrapper .box h3 {
    font-size: 20px;
    width: 70%;
    margin: -10px auto 30px;
    padding: 2px 0 6px;
  }
  .lineup .container .category .box-wrapper .box .thumb .mark {
    right: 10px;
    bottom: -5px;
    letter-spacing: 1px;
    font-size: 45px;
  }
  .lineup .container .category .box-wrapper .box .thumb img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  .lineup .container .category .box-wrapper .box ul {
    padding: 20px 5% 30px;
  }
  .lineup .container .category .box-wrapper .box ul li {
    font-size: 16px;
    padding: 2px 15px;
  }
  .lineup .container .category .box-wrapper .box ul li::before {
    top: -2px;
    font-size: 0.7em;
    padding: 0 10px 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption {
    margin: 0 0 20px 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption p {
    border-radius: 100px;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
  }
  .lineup .container .category .box-wrapper .box .explain .line {
    margin: 10px 0 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .line p {
    font-size: 22px;
    padding: 4px 15px 4px 15px;
  }
  .lineup .container .category .box-wrapper .box .explain .icon {
    width: 100px;
    margin: 20px auto 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(3n) {
    margin: 50px 3% 10px 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(2n) {
    margin: 50px 0 10px 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(6) {
    background: none;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .lineup {
    margin: 40px 0 0 0;
  }
  .lineup .title {
    padding: 30px 0 30px 0;
  }
  .lineup .title h3 {
    font-size: 4vw;
    width: 270px;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .lineup .title h3 span {
    transform: skew(15deg);
  }
  .lineup .title h2 {
    line-height: 1.35;
    font-size: 7vw;
    margin: 10px 0 10px 0;
  }
  .lineup .title .caption {
    font-weight: 500;
    font-size: 4vw;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
  }
  .lineup .container {
    padding: 0 0 30px 0;
  }
  .lineup .container .profile .splide {
    max-width: 1680px;
    margin: 0 auto 0;
    padding: 50px 2% 40px 2%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide::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, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 55px 30px 0 30px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    line-height: 1.15;
    opacity: 0.25;
    top: 5px;
    right: 10px;
    letter-spacing: 2px;
    font-size: 10vw;
    display: inline-block;
    background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number {
    padding: 5px 25px 8px 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .sub {
    color: #ffffff;
    font-size: 3.75vw;
    padding: 0 10px 0 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .number .main {
    font-size: 3.5vw;
    padding: 3px 5px 5px 5px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    width: 20vw;
    height: 125px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text {
    padding: 0 0 0 20px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text h3 {
    letter-spacing: 0;
    font-size: 5vw;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper {
    display: block;
    margin: 10px 0 0 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info img {
    width: 3.75vw;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info p {
    font-size: 3.75vw;
    padding: 0 0 0 7px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info:nth-child(2n) {
    padding: 10px 0 0 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence {
    padding: 10px 35px 40px 35px;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p {
    line-height: 2;
    font-size: 3.75vw;
    padding: 0 0 3px 0;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p .color {
    color: #0071e3;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__pagination__page.is-active {
    position: relative;
  }
  .lineup .container .profile .splide .splide-wrapper .splide__progress__bar {
    background: #cccccc;
    height: 3px;
  }
  .lineup .container .category .box-wrapper {
    display: block;
    width: 94%;
    max-width: 1480px;
    margin: 10px auto 0;
  }
  .lineup .container .category .box-wrapper .box {
    width: 100%;
    margin: 50px 0 10px 0;
  }
  .lineup .container .category .box-wrapper .box h3 {
    font-size: 4.25vw;
    width: 70%;
    margin: -10px auto 30px;
    padding: 2px 0 6px;
  }
  .lineup .container .category .box-wrapper .box .thumb .mark {
    right: 10px;
    bottom: -5px;
    letter-spacing: 1px;
    font-size: 45px;
  }
  .lineup .container .category .box-wrapper .box .thumb img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  .lineup .container .category .box-wrapper .box ul {
    padding: 20px 5% 30px;
  }
  .lineup .container .category .box-wrapper .box ul li {
    font-size: 4vw;
    padding: 2px 15px;
  }
  .lineup .container .category .box-wrapper .box ul li::before {
    top: -2px;
    font-size: 0.7em;
    padding: 0 10px 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption {
    margin: 0 0 20px 0;
  }
  .lineup .container .category .box-wrapper .box .explain .caption p {
    border-radius: 100px;
    font-size: 4.25vw;
    padding: 5px 20px 5px 20px;
  }
  .lineup .container .category .box-wrapper .box .explain .line {
    margin: 10px 0 0 0;
  }
  .lineup .container .category .box-wrapper .box .explain .line p {
    font-size: 5vw;
    padding: 4px 15px 4px 15px;
  }
  .lineup .container .category .box-wrapper .box .explain .icon {
    width: 25vw;
    margin: 20px auto 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(3n) {
    margin: 50px 3% 10px 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(2n) {
    margin: 50px 0 10px 0;
  }
  .lineup .container .category .box-wrapper .box:nth-child(6) {
    background: none;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 FEATURE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.feature {
  overflow: hidden;
  position: relative;
  margin: 50px 0 0 0;
}
.feature .title {
  position: relative;
  padding: 40px 0 40px 0;
}
.feature .title .back {
  position: absolute;
  z-index: 1;
  color: #cccccc;
  font-family: "Jost";
  font-weight: 300;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  font-size: 130px;
}
.feature .title .en {
  font-family: "Antonio";
  letter-spacing: 5px;
  text-align: center;
  font-size: 22px;
}
.feature .title ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .title ul li {
  position: relative;
  color: #0071e3;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 0 10px 0 0;
  padding: 5px 25px 5px 25px;
}
.feature .title ul li:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.feature .title ul li:last-child {
  margin: 0 0 0 0;
}
.feature .title h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 20px 0 0 0;
}
.feature .title h2 .sub {
  letter-spacing: 2px;
  font-size: 33px;
}
.feature .title h2 .main {
  letter-spacing: 3px;
  font-size: 45px;
}
.feature .title h2 .main .inner {
  position: relative;
  display: inline-block;
  color: #0071e3;
  padding: 0 5px 0 5px;
}
.feature .title h2 .main .inner::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0071e3;
  content: "";
  width: calc(100% - 10px);
  height: 3px;
}
.feature .box-wrapper {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.feature .box-wrapper .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 50px 0 50px 0;
}
.feature .box-wrapper .box .deco {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(0%, 0%) skew(-30deg);
  background: linear-gradient(90deg, #e3f6ff 0%, #effcff 30%, #f9fcfd 100%);
  width: 87%;
  height: 15%;
}
.feature .box-wrapper .box .thumb {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 500px;
}
.feature .box-wrapper .box .thumb .image {
  position: relative;
  z-index: 2;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .thumb .image img {
  transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .thumb .bg {
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  top: 15px;
  left: 15px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #0071e3 5px, #0071e3 10px);
  width: 100%;
  height: 100%;
}
.feature .box-wrapper .box .text {
  position: relative;
  z-index: 2;
  padding: 0 0 0 70px;
}
.feature .box-wrapper .box .text h4 {
  color: #0071e3;
  font-family: "Jost";
  font-weight: 400;
}
.feature .box-wrapper .box .text h4 .cover {
  display: inline-flex;
  align-items: center;
  border-top: solid 3px #0071e3;
  border-bottom: solid 3px #0071e3;
}
.feature .box-wrapper .box .text h4 .cover .catch {
  letter-spacing: 3px;
  font-size: 20px;
}
.feature .box-wrapper .box .text h4 .cover .number {
  font-weight: 300;
  letter-spacing: -2px;
  font-size: 60px;
  padding: 0 0 0 10px;
}
.feature .box-wrapper .box .text h3 {
  letter-spacing: 2px;
  font-size: 35px;
  margin: 30px 0 0 0;
}
.feature .box-wrapper .box .text .sentence {
  width: 500px;
  margin: 5px 0 0 0;
}
.feature .box-wrapper .box .text .sentence p {
  color: #343434;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.feature .box-wrapper .box .text .result h5 {
  margin: 15px 0 0 0;
}
.feature .box-wrapper .box .text .result h5 span {
  display: inline-block;
  color: #0071e3;
  font-family: "Jost";
  font-weight: 600;
  border-bottom: solid 3px #0071e3;
  font-size: 25px;
  padding: 0 0 5px 0;
}
.feature .box-wrapper .box .text .result .catch {
  margin: 1px 0 0 0;
}
.feature .box-wrapper .box .text .result .catch .line {
  margin: 10px 0 0 0;
}
.feature .box-wrapper .box .text .result .catch .line p {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  background: #0071e3;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 0 10px 0 10px;
}
.feature .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.feature .box-wrapper .box:nth-child(2n) .text {
  padding: 0 70px 0 0;
}
.feature .box-wrapper .box:nth-child(2n) .deco {
  left: 100%;
  transform: translate(-100%, 0%) skew(-30deg);
  background: linear-gradient(90deg, #f9fcfd 0%, #effcff 70%, #e3f6ff 100%);
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 18px;
    font-size: 125px;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 20px;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 28px;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 40px;
  }
  .feature .title h2 .main .inner {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main .inner::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    margin: 10px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 450px;
    height: 450px;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #0071e3 5px, #0071e3 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    padding: 0 0 0 50px;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 18px;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 57px;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 32px;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 450px;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 15px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 24px;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 0 50px 0 0;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
    background: linear-gradient(90deg, #f9fcfd 0%, #effcff 70%, #e3f6ff 100%);
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 15px;
    font-size: 115px;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 20px;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 22px;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 32px;
  }
  .feature .title h2 .main .inner {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main .inner::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    margin: 10px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 45%;
    height: 300px;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #0071e3 5px, #0071e3 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    width: 55%;
    padding: 0 0 0 30px;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 16px;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 50px;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 28px;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 3px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 20px;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 0 50px 0 0;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
    background: linear-gradient(90deg, #f9fcfd 0%, #effcff 70%, #e3f6ff 100%);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .feature {
    margin: 50px 0 0 0;
  }
  .feature .title {
    padding: 40px 0 40px 0;
  }
  .feature .title .back {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    letter-spacing: 10px;
    font-size: 20vw;
  }
  .feature .title .en {
    letter-spacing: 5px;
    font-size: 4.5vw;
  }
  .feature .title ul li {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px 25px 5px 25px;
  }
  .feature .title ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .feature .title ul li:last-child {
    margin: 0 0 0 0;
  }
  .feature .title h2 {
    margin: 20px 0 0 0;
  }
  .feature .title h2 .sub {
    letter-spacing: 2px;
    font-size: 4.75vw;
    margin: 10px 0 0 0;
  }
  .feature .title h2 .main {
    letter-spacing: 3px;
    font-size: 7.25vw;
  }
  .feature .title h2 .main .inner {
    padding: 0 5px 0 5px;
  }
  .feature .title h2 .main .inner::before {
    width: calc(100% - 10px);
    height: 3px;
  }
  .feature .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .feature .box-wrapper .box {
    display: block;
    margin: 10px 0 0 0;
    padding: 40px 0 40px 0;
  }
  .feature .box-wrapper .box .deco {
    width: 87%;
    height: 15%;
  }
  .feature .box-wrapper .box .thumb {
    width: 100%;
    height: 300px;
    margin: 0 auto 0;
  }
  .feature .box-wrapper .box .thumb .image {
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .image img {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .thumb .bg {
    opacity: 0.3;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    top: 15px;
    left: 15px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #0071e3 5px, #0071e3 10px);
    width: 100%;
    height: 100%;
  }
  .feature .box-wrapper .box .text {
    width: 100%;
    padding: 35px 4% 0 4%;
  }
  .feature .box-wrapper .box .text h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .feature .box-wrapper .box .text h4 .cover .number {
    letter-spacing: -2px;
    font-size: 12vw;
    padding: 0 0 0 10px;
  }
  .feature .box-wrapper .box .text h3 {
    letter-spacing: 2px;
    font-size: 6.5vw;
    margin: 30px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .feature .box-wrapper .box .text .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
  .feature .box-wrapper .box .text .result h5 {
    margin: 3px 0 0 0;
  }
  .feature .box-wrapper .box .text .result h5 span {
    font-size: 5vw;
    padding: 0 0 5px 0;
  }
  .feature .box-wrapper .box .text .result .catch {
    margin: 1px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line {
    margin: 10px 0 0 0;
  }
  .feature .box-wrapper .box .text .result .catch .line p {
    letter-spacing: 2px;
    font-size: 4vw;
    padding: 0 10px 0 10px;
  }
  .feature .box-wrapper .box:nth-child(2n) .text {
    padding: 35px 4% 0 4%;
  }
  .feature .box-wrapper .box:nth-child(2n) .deco {
    left: 100%;
    transform: translate(-100%, 0%) skew(-30deg);
    background: linear-gradient(90deg, #f9fcfd 0%, #effcff 70%, #e3f6ff 100%);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 ABOUT-US 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.about-us {
  position: relative;
  background-image: radial-gradient(at 0% 50%, hsl(355, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(0, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(355, 100%, 96%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(340, 100%, 96%) 0px, transparent 50%);
  background-size: cover;
  background-color: rgba(255, 244, 244, 0.5);
  margin: 50px 0 0 0;
  padding: 50px 0 50px 0;
}
.about-us .container {
  max-width: 1680px;
  margin: 30px auto 0;
  padding: 0 2% 0 2%;
}
.about-us .container .semi-title {
  text-align: center;
}
.about-us .container .semi-title h3 {
  font-weight: 500;
}
.about-us .container .semi-title h3 .catch {
  display: inline-block;
  color: #0071e3;
  font-family: "Antonio";
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 5px 30px 5px 30px;
}
.about-us .container .semi-title h2 .catch {
  display: inline-block;
  color: #ffffff;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  font-size: 34px;
  padding: 5px 30px 5px 30px;
}
.about-us .container .semi-title h2 .catch .small {
  font-size: 0.7em;
}
.about-us .container .block {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .container .block .logo {
  position: relative;
  background: #ffffff;
  width: 550px;
  padding: 60px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .container .block .logo::before {
  z-index: 1;
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.about-us .container .block .logo img {
  width: 70%;
  height: auto;
}
.about-us .container .block .award-wrapper {
  padding: 0 0 0 1.25%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.about-us .container .block .award-wrapper li {
  margin: 0 15px 0 0;
}
.about-us .container .block .award-wrapper li .semi {
  position: relative;
  font-family: "Antonio";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .container .block .award-wrapper li .semi::before, .about-us .container .block .award-wrapper li .semi::after {
  line-height: 0;
  content: url(../images/award-left.svg);
  width: 60px;
  height: auto;
}
.about-us .container .block .award-wrapper li .semi::after {
  transform: rotateY(180deg);
}
.about-us .container .block .award-wrapper li .semi .catch .sub,
.about-us .container .block .award-wrapper li .semi .catch .main {
  display: block;
}
.about-us .container .block .award-wrapper li .semi .catch .sub p,
.about-us .container .block .award-wrapper li .semi .catch .main p {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98c29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-us .container .block .award-wrapper li .semi .catch .sub {
  line-height: 1.1;
  font-size: 22px;
}
.about-us .container .block .award-wrapper li .semi .catch .main {
  line-height: 1.1;
  font-size: 55px;
}
.about-us .container .block .award-wrapper li .semi .catch .main .small {
  font-size: 24px;
}
.about-us .container .block .award-wrapper li .semi .catch .main .jp {
  font-family: "Murecho";
}
.about-us .container .block .award-wrapper li .semi:last-child {
  margin: 0 0 0 0;
}
.about-us .container .block .award-wrapper li .mark {
  line-height: 1.2;
  text-align: center;
}
.about-us .container .block .award-wrapper li .mark p {
  display: inline-block;
  color: #ffffff;
  box-sizing: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
  font-size: 18px;
  padding: 3px 25px 3px 25px;
}
.about-us .container .block .award-wrapper li:last-child {
  margin: 0 0 0 0;
}
.about-us .container .sentence {
  margin: 20px 0 0 0;
  padding: 0 3% 0 3%;
}
.about-us .container .sentence p {
  color: #343434;
  font-weight: 500;
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .about-us {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .about-us .container {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .about-us .container .semi-title {
    text-align: center;
  }
  .about-us .container .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 20px;
    padding: 5px 30px 5px 30px;
  }
  .about-us .container .semi-title h2 .catch {
    font-size: 32px;
    padding: 5px 30px 5px 30px;
  }
  .about-us .container .semi-title h2 .catch .small {
    font-size: 0.7em;
  }
  .about-us .container .block {
    margin: 30px 0 0 0;
  }
  .about-us .container .block .logo {
    width: 350px;
    padding: 40px 0 40px 0;
  }
  .about-us .container .block .logo::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .about-us .container .block .logo img {
    width: 70%;
    height: auto;
  }
  .about-us .container .block .award-wrapper {
    padding: 0 0 0 1.25%;
  }
  .about-us .container .block .award-wrapper li {
    margin: 0 10px 0 0;
  }
  .about-us .container .block .award-wrapper li .semi::before, .about-us .container .block .award-wrapper li .semi::after {
    width: 50px;
    height: auto;
  }
  .about-us .container .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 18px;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 40px;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main .small {
    font-size: 21px;
  }
  .about-us .container .block .award-wrapper li .semi:last-child {
    margin: 0 0 0 0;
  }
  .about-us .container .block .award-wrapper li .mark {
    line-height: 1.2;
  }
  .about-us .container .block .award-wrapper li .mark p {
    font-size: 15px;
    padding: 3px 10px 3px 10px;
  }
  .about-us .container .block .award-wrapper li:last-child {
    margin: 0 0 0 0;
  }
  .about-us .container .sentence {
    margin: 20px 0 0 0;
    padding: 0 3% 0 3%;
  }
  .about-us .container .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-us {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .about-us .container {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .about-us .container .semi-title {
    text-align: center;
  }
  .about-us .container .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 20px;
    padding: 5px 30px 5px 30px;
  }
  .about-us .container .semi-title h2 .catch {
    font-size: 32px;
    padding: 5px 30px 5px 30px;
  }
  .about-us .container .semi-title h2 .catch .small {
    font-size: 0.7em;
  }
  .about-us .container .block {
    display: block;
    margin: 30px 0 0 0;
  }
  .about-us .container .block .logo {
    width: 400px;
    margin: 0 auto 0;
    padding: 40px 0 40px 0;
  }
  .about-us .container .block .logo::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .about-us .container .block .logo img {
    width: 70%;
    height: auto;
  }
  .about-us .container .block .award-wrapper {
    justify-content: center;
    padding: 40px 0 0 0;
  }
  .about-us .container .block .award-wrapper li {
    margin: 0 10px 0 0;
  }
  .about-us .container .block .award-wrapper li .semi::before, .about-us .container .block .award-wrapper li .semi::after {
    width: 50px;
    height: auto;
  }
  .about-us .container .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 18px;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 40px;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main .small {
    font-size: 21px;
  }
  .about-us .container .block .award-wrapper li .semi:last-child {
    margin: 0 0 0 0;
  }
  .about-us .container .block .award-wrapper li .mark {
    line-height: 1.2;
  }
  .about-us .container .block .award-wrapper li .mark p {
    font-size: 15px;
    padding: 3px 10px 3px 10px;
  }
  .about-us .container .block .award-wrapper li:last-child {
    margin: 0 0 0 0;
  }
  .about-us .container .sentence {
    margin: 20px 0 0 0;
    padding: 0 3% 0 3%;
  }
  .about-us .container .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .about-us {
    margin: 20px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .about-us .container {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .about-us .container .semi-title {
    text-align: center;
  }
  .about-us .container .semi-title h3 .catch {
    letter-spacing: 3px;
    font-size: 4.25vw;
    padding: 5px 20px 5px 20px;
  }
  .about-us .container .semi-title h2 .catch {
    font-size: 6.25vw;
    padding: 5px 15px 5px 15px;
  }
  .about-us .container .semi-title h2 .catch .small {
    font-size: 0.7em;
  }
  .about-us .container .block {
    display: block;
    margin: 30px 0 0 0;
  }
  .about-us .container .block .logo {
    width: 80vw;
    margin: 0 auto 0;
    padding: 40px 0 40px 0;
  }
  .about-us .container .block .logo::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .about-us .container .block .logo img {
    width: 70%;
    height: auto;
  }
  .about-us .container .block .award-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
  }
  .about-us .container .block .award-wrapper li {
    margin: 15px 10px 0 0;
  }
  .about-us .container .block .award-wrapper li .semi::before, .about-us .container .block .award-wrapper li .semi::after {
    width: 10vw;
    height: auto;
  }
  .about-us .container .block .award-wrapper li .semi .catch .sub {
    line-height: 1.1;
    font-size: 3.75vw;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main {
    line-height: 1.1;
    font-size: 8.75vw;
  }
  .about-us .container .block .award-wrapper li .semi .catch .main .small {
    font-size: 4vw;
  }
  .about-us .container .block .award-wrapper li .semi:last-child {
    margin: 0 0 0 0;
  }
  .about-us .container .block .award-wrapper li .mark {
    line-height: 1.2;
  }
  .about-us .container .block .award-wrapper li .mark p {
    font-size: 3.75vw;
    padding: 3px 10px 3px 10px;
  }
  .about-us .container .block .award-wrapper li:last-child {
    margin: 15px 0 0 0;
  }
  .about-us .container .sentence {
    margin: 20px 0 0 0;
    padding: 0 3% 0 3%;
  }
  .about-us .container .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 VOICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.voice {
  background-image: radial-gradient(at 0% 50%, hsl(210, 100%, 92%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(200, 100%, 96%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(210, 100%, 95%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(200, 100%, 97%) 0px, transparent 50%);
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 60px 0;
}
.voice .title {
  position: relative;
  z-index: 1;
  padding: 60px 0 40px 0;
}
.voice .title .back {
  position: absolute;
  z-index: 1;
  color: #cccccc;
  font-family: "Jost";
  font-weight: 300;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  white-space: nowrap;
  font-size: 130px;
}
.voice .title h2 {
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-align: center;
  font-size: 34px;
}
.voice .title h2 span {
  position: relative;
  display: inline-block;
  color: #0071e3;
  padding: 0 10px 0 10px;
}
.voice .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0071e3;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.voice .tab-wrapper {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  max-width: 1480px;
  margin: 30px auto 0;
  padding: 0 2% 0 2%;
}
.voice .tab-wrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice .tab-wrapper .buttons .button {
  color: #0650b2;
  border-radius: 5px 5px 0 0;
  background: #b2dcf9;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  font-size: 22px;
  margin: 0 10px 0 0;
  padding: 10px 30px 10px 30px;
}
.voice .tab-wrapper .buttons .button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: #343434;
}
.voice .tab-wrapper .buttons .button.active {
  color: #ffffff;
  background: #0071e3;
}
.voice .tab-wrapper .buttons .button:last-child {
  margin: 0 0 0 0;
}
.voice .tab-wrapper .contents {
  position: relative;
  min-height: 100px; /* 高さを固定してガクつきを防ぐ */
}
.voice .tab-wrapper .contents .content {
  visibility: hidden; /* 完全に非表示に */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  border: solid 3px #0071e3;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #ffffff;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  width: 100%;
  padding: 55px 55px 55px 55px;
}
.voice .tab-wrapper .contents .content.active {
  visibility: visible;
  position: relative;
  opacity: 1;
}
.voice .tab-wrapper .contents .content .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice .tab-wrapper .contents .content .inner .thumb {
  width: 400px;
  height: 300px;
}
.voice .tab-wrapper .contents .content .inner .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice .tab-wrapper .contents .content .inner .text {
  width: calc(100% - 400px);
  padding: 0 0 0 45px;
}
.voice .tab-wrapper .contents .content .inner .text h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
}
.voice .tab-wrapper .contents .content .inner .text h4 .mark {
  display: inline-block;
  color: #0071e3;
  border: solid 3px #0071e3;
  font-size: 20px;
  margin: 0 10px 0 0;
  padding: 0 20px 0 20px;
}
.voice .tab-wrapper .contents .content .inner .text h4 .catch {
  letter-spacing: 2px;
  font-size: 22px;
}
.voice .tab-wrapper .contents .content .inner .text h3 {
  font-size: 30px;
  margin: 20px 0 0 0;
}
.voice .tab-wrapper .contents .content .inner .text h3 span {
  color: #0071e3;
}
.voice .tab-wrapper .contents .content .inner .text .sentence {
  margin: 15px 0 0 0;
}
.voice .tab-wrapper .contents .content .inner .text .sentence p {
  color: #343434;
  line-height: 2.2;
  letter-spacing: 0;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.voice .tab-wrapper .contents .content .inner .text .sentence p .bold {
  color: #000000;
  font-weight: 500;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .voice {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
  }
  .voice .title {
    padding: 40px 0 40px 0;
  }
  .voice .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 17px;
    font-size: 123px;
  }
  .voice .title h2 {
    letter-spacing: 3px;
    font-size: 32px;
  }
  .voice .title h2 span {
    padding: 0 10px 0 10px;
  }
  .voice .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .voice .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .voice .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 10px 30px 10px 30px;
  }
  .voice .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .voice .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .voice .tab-wrapper .contents .content {
    border: solid 3px #0071e3;
    width: 100%;
    padding: 40px 35px 40px 35px;
  }
  .voice .tab-wrapper .contents .content .inner .thumb {
    width: 400px;
    height: 300px;
  }
  .voice .tab-wrapper .contents .content .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .voice .tab-wrapper .contents .content .inner .text {
    width: calc(100% - 400px);
    padding: 0 0 0 35px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 {
    font-size: 22px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .mark {
    font-size: 18px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 20px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .catch {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .voice .tab-wrapper .contents .content .inner .text h3 {
    font-size: 27px;
    margin: 20px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.2;
    letter-spacing: 0;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .voice {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
  }
  .voice .title {
    padding: 40px 0 40px 0;
  }
  .voice .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 12px;
    font-size: 113px;
  }
  .voice .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .voice .title h2 span {
    padding: 0 10px 0 10px;
  }
  .voice .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .voice .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2% 0 2%;
  }
  .voice .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 10px 30px 10px 30px;
  }
  .voice .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .voice .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .voice .tab-wrapper .contents .content {
    border: solid 3px #0071e3;
    width: 100%;
    padding: 40px 55px 40px 55px;
  }
  .voice .tab-wrapper .contents .content .inner {
    display: block;
  }
  .voice .tab-wrapper .contents .content .inner .thumb {
    width: 80%;
    height: 300px;
    margin: 0 auto 0;
  }
  .voice .tab-wrapper .contents .content .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .voice .tab-wrapper .contents .content .inner .text {
    width: 100%;
    padding: 35px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 {
    font-size: 20px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .mark {
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 20px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .catch {
    letter-spacing: 2px;
    font-size: 18px;
  }
  .voice .tab-wrapper .contents .content .inner .text h3 {
    font-size: 26px;
    margin: 20px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.2;
    letter-spacing: 0;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .voice {
    margin: 20px 0 0 0;
    padding: 0 0 60px 0;
  }
  .voice .title {
    padding: 40px 0 30px 0;
  }
  .voice .title .back {
    opacity: 0.3;
    top: 50%;
    left: 50%;
    letter-spacing: 8px;
    font-size: 14vw;
  }
  .voice .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .voice .title h2 span {
    padding: 0 10px 0 10px;
  }
  .voice .title h2 span::before {
    width: calc(100% - 20px);
    height: 3px;
  }
  .voice .tab-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 2.5% 0 2.5%;
  }
  .voice .tab-wrapper .buttons .button {
    border-radius: 5px 5px 0 0;
    font-size: 4.25vw;
    margin: 0 10px 0 0;
    padding: 10px 20px 10px 20px;
  }
  .voice .tab-wrapper .buttons .button:last-child {
    margin: 0 0 0 0;
  }
  .voice .tab-wrapper .contents {
    min-height: 100px; /* 高さを固定してガクつきを防ぐ */
  }
  .voice .tab-wrapper .contents .content {
    border: solid 3px #0071e3;
    width: 100%;
    padding: 40px 30px 40px 30px;
  }
  .voice .tab-wrapper .contents .content .inner {
    display: block;
  }
  .voice .tab-wrapper .contents .content .inner .thumb {
    width: 100%;
    height: 300px;
    margin: 0 auto 0;
  }
  .voice .tab-wrapper .contents .content .inner .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .voice .tab-wrapper .contents .content .inner .text {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 {
    font-size: 4vw;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .mark {
    font-size: 4vw;
    margin: 10px 10px 0 0;
    padding: 0 20px 0 20px;
  }
  .voice .tab-wrapper .contents .content .inner .text h4 .catch {
    display: block;
    letter-spacing: 0;
    font-size: 4.25vw;
    margin: 10px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text h3 {
    font-size: 6vw;
    margin: 20px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .voice .tab-wrapper .contents .content .inner .text .sentence p {
    line-height: 2.2;
    letter-spacing: 0;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow {
  overflow: hidden;
  margin: 0 0 0 0;
}
.flow .title {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: #0071e3;
  text-align: center;
  padding: 30px 0 30px 0;
}
.flow .title h3 {
  color: #ffffff;
  font-weight: bold;
  transform: skew(-15deg);
  border: solid 2px #ffffff;
  text-align: center;
  font-size: 20px;
  width: 270px;
  margin: 0 auto 5px;
  padding: 10px 15px;
}
.flow .title h3 span {
  display: block;
  transform: skew(15deg);
}
.flow .title h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  font-size: 40px;
  margin: 10px 0 10px 0;
}
.flow .title .caption {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.flow .container {
  background-image: radial-gradient(at 0% 50%, hsl(210, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(200, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(210, 100%, 96%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(200, 100%, 96%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
}
.flow .container .box-wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 60px 2% 60px 2%;
}
.flow .container .box-wrapper .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  margin: 15px 0 0 0;
  padding: 20px 45px 20px 20px;
}
.flow .container .box-wrapper .box .left {
  display: flex;
  align-items: center;
}
.flow .container .box-wrapper .box .left .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #0071e3;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.flow .container .box-wrapper .box .left .number span {
  color: #0071e3;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 40px;
}
.flow .container .box-wrapper .box .left h3 {
  color: #222222;
  font-size: 30px;
  padding: 0 0 0 20px;
}
.flow .container .box-wrapper .box .right {
  width: 60%;
  padding: 0 0 0 0;
}
.flow .container .box-wrapper .box .right .phrase {
  display: flex;
  align-items: center;
}
.flow .container .box-wrapper .box .right .phrase .icon {
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.flow .container .box-wrapper .box .right .phrase .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow .container .box-wrapper .box .right .phrase h4 {
  font-size: 22px;
  width: calc(100% - 60px);
  padding: 0 0 0 20px;
}
.flow .container .box-wrapper .box .right .phrase h4 span {
  color: #0071e3;
  border-bottom: solid 3px #0071e3;
}
.flow .container .box-wrapper .box .right .sentence {
  margin: 5px 0 0 0;
}
.flow .container .box-wrapper .box .right .sentence p {
  line-height: 1.7;
  font-size: 17px;
}
.flow .container .box-wrapper .box .right .sentence p span {
  font-weight: 500;
}
.flow .container .box-wrapper .box .arrow {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  bottom: -15px;
  left: 50%;
  background: #0071e3;
  width: 60px;
  height: 30px;
  margin: 0 auto 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow {
    margin: 0 0 0 0;
  }
  .flow .title {
    padding: 30px 0 30px 0;
  }
  .flow .title h3 {
    font-size: 18px;
    width: 270px;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .flow .title h2 {
    line-height: 1.35;
    font-size: 36px;
    margin: 10px 0 10px 0;
  }
  .flow .title .caption {
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
  }
  .flow .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 60px 2% 60px 2%;
  }
  .flow .container .box-wrapper .box {
    margin: 20px 0 0 0;
    padding: 20px 35px 20px 25px;
  }
  .flow .container .box-wrapper .box .left {
    display: flex;
    align-items: center;
  }
  .flow .container .box-wrapper .box .left .number {
    width: 70px;
    height: 70px;
  }
  .flow .container .box-wrapper .box .left .number span {
    letter-spacing: -2px;
    font-size: 32px;
  }
  .flow .container .box-wrapper .box .left h3 {
    font-size: 27px;
    padding: 0 0 0 15px;
  }
  .flow .container .box-wrapper .box .right {
    width: 60%;
    padding: 0 0 0 0;
  }
  .flow .container .box-wrapper .box .right .phrase .icon {
    width: 50px;
    height: 50px;
  }
  .flow .container .box-wrapper .box .right .phrase .icon img {
    width: 100%;
    height: 100%;
  }
  .flow .container .box-wrapper .box .right .phrase h4 {
    font-size: 20px;
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
  }
  .flow .container .box-wrapper .box .right .sentence {
    margin: 15px 0 0 0;
  }
  .flow .container .box-wrapper .box .right .sentence p {
    line-height: 1.7;
    font-size: 15px;
  }
  .flow .container .box-wrapper .box .arrow {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 25px;
    margin: 0 auto 0;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow {
    margin: 0 0 0 0;
  }
  .flow .title {
    padding: 30px 0 30px 0;
  }
  .flow .title h3 {
    font-size: 18px;
    width: 270px;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .flow .title h2 {
    line-height: 1.35;
    font-size: 36px;
    margin: 10px 0 10px 0;
  }
  .flow .title .caption {
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
  }
  .flow .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 60px 2% 60px 2%;
  }
  .flow .container .box-wrapper .box {
    margin: 20px 0 0 0;
    padding: 20px 25px 20px 25px;
  }
  .flow .container .box-wrapper .box .left {
    display: flex;
    align-items: center;
  }
  .flow .container .box-wrapper .box .left .number {
    width: 40px;
    height: 40px;
  }
  .flow .container .box-wrapper .box .left .number span {
    letter-spacing: -1px;
    font-size: 18px;
  }
  .flow .container .box-wrapper .box .left h3 {
    font-size: 24px;
    padding: 0 0 0 10px;
  }
  .flow .container .box-wrapper .box .right {
    width: 55%;
    padding: 0 0 0 0;
  }
  .flow .container .box-wrapper .box .right .phrase .icon {
    width: 50px;
    height: 50px;
  }
  .flow .container .box-wrapper .box .right .phrase .icon img {
    width: 100%;
    height: 100%;
  }
  .flow .container .box-wrapper .box .right .phrase h4 {
    font-size: 19px;
    width: calc(100% - 50px);
    padding: 0 0 0 10px;
  }
  .flow .container .box-wrapper .box .right .sentence {
    margin: 15px 0 0 0;
  }
  .flow .container .box-wrapper .box .right .sentence p {
    line-height: 1.7;
    font-size: 14px;
  }
  .flow .container .box-wrapper .box .arrow {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 25px;
    margin: 0 auto 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flow {
    padding: 1px 0 50px 0;
  }
  .flow .title {
    padding: 30px 0 30px 0;
  }
  .flow .title h3 {
    font-size: 4.75vw;
    width: 75vw;
    margin: 0 auto 5px;
    padding: 10px 15px;
  }
  .flow .title h3 span {
    display: block;
    transform: skew(15deg);
  }
  .flow .title h2 {
    line-height: 1.35;
    font-size: 7.75vw;
    margin: 10px 0 10px 0;
  }
  .flow .title .caption {
    font-size: 3.75vw;
    padding: 0 0 5px 0;
  }
  .flow .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 60px 2% 60px 2%;
  }
  .flow .container .box-wrapper .box {
    display: block;
    margin: 20px 0 0 0;
    padding: 20px 25px 20px 25px;
  }
  .flow .container .box-wrapper .box .left {
    display: flex;
    align-items: center;
  }
  .flow .container .box-wrapper .box .left .number {
    width: 12vw;
    height: 12vw;
  }
  .flow .container .box-wrapper .box .left .number span {
    letter-spacing: -1px;
    font-size: 5vw;
  }
  .flow .container .box-wrapper .box .left h3 {
    font-size: 6.5vw;
    padding: 0 0 0 10px;
  }
  .flow .container .box-wrapper .box .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .flow .container .box-wrapper .box .right .phrase .icon {
    width: 13vw;
    height: 13vw;
  }
  .flow .container .box-wrapper .box .right .phrase .icon img {
    width: 100%;
    height: 100%;
  }
  .flow .container .box-wrapper .box .right .phrase h4 {
    font-size: 4.75vw;
    width: calc(100% - 13vw);
    padding: 0 0 0 10px;
  }
  .flow .container .box-wrapper .box .right .sentence {
    margin: 15px 0 0 0;
  }
  .flow .container .box-wrapper .box .right .sentence p {
    line-height: 1.5;
    font-size: 4vw;
  }
  .flow .container .box-wrapper .box .arrow {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 25px;
    margin: 0 auto 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

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

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  padding: 100px 0 60px 0;
}
.faq .title {
  position: relative;
  padding: 0 0 0 0;
}
.faq .title .back {
  position: absolute;
  z-index: 1;
  color: #cccccc;
  font-family: "Jost";
  font-weight: 300;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 20px;
  font-size: 130px;
}
.faq .title h2 {
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-align: center;
  font-size: 34px;
}
.faq .title h2 span {
  position: relative;
  display: inline-block;
  color: #0071e3;
  padding: 0 10px 0 10px;
}
.faq .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0071e3;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.faq .box-wrapper .box {
  max-width: 1380px;
  margin: 45px auto 0;
}
.faq .box-wrapper .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.faq .box-wrapper .box ul li {
  list-style: none;
  width: 48.5%;
  margin: 20px 0 0 0;
}
.faq .box-wrapper .box ul li button {
  position: relative;
  color: #ffffff;
  border: none;
  border-bottom: solid 1px #a1cad6;
  background: #0071e3;
  text-align: left;
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  padding: 15px 0 15px 20px;
}
.faq .box-wrapper .box ul li button .inset {
  display: inline-flex;
  align-items: center;
}
.faq .box-wrapper .box ul li button .inset .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0071e3;
  background: #ffffff;
  font-size: 22px;
  width: 35px;
  height: 35px;
}
.faq .box-wrapper .box ul li button .inset h3 {
  padding: 0 50px 0 20px;
}
.faq .box-wrapper .box ul li button .inset h3 .catch {
  font-size: 19px;
}
.faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #ffffff;
  content: "";
  transition: 0.5s;
  width: 1.5px;
  height: 8px;
}
.faq .box-wrapper .box ul li button::before {
  right: 35px;
  transform: translate(0, -50%) rotate(-45deg);
}
.faq .box-wrapper .box ul li button::after {
  right: 30px;
  transform: translate(0, -50%) rotate(45deg);
}
.faq .box-wrapper .box ul li button:hover {
  background-color: #3e3e3e;
}
.faq .box-wrapper .box ul li ul {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  margin: 0;
  padding: 0;
}
.faq .box-wrapper .box ul li ul li {
  background: #b2dcf9;
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 20px 20px 20px;
}
.faq .box-wrapper .box ul li ul li .inset {
  display: flex;
  align-items: center;
}
.faq .box-wrapper .box ul li ul li .inset .mark {
  color: #ffffff;
  border-radius: 50%;
  background: #0071e3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .box-wrapper .box ul li ul li .inset .mark p {
  font-family: "Jost";
  text-align: center;
  font-size: 26px;
}
.faq .box-wrapper .box ul li ul li .inset .sentence {
  font-size: 18px;
  width: calc(100% - 40px);
  padding: 0 0 0 20px;
}
.faq .box-wrapper .box ul li ul li .inset .sentence p {
  color: #222222;
  line-height: 1.8;
  padding: 0 0 0 0;
}
.faq .box-wrapper .box ul li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}
.faq .box-wrapper .box ul li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}
.faq .box-wrapper .box ul li.active ul li:last-child {
  border-bottom: none;
}
.faq .box-wrapper .box ul.active {
  overflow-y: auto;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .faq {
    padding: 100px 0 60px 0;
  }
  .faq .title {
    position: relative;
    padding: 0 0 0 0;
  }
  .faq .title .back {
    opacity: 0.3;
    letter-spacing: 20px;
    font-size: 125px;
  }
  .faq .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .faq .title h2 span {
    padding: 0 10px 0 10px;
  }
  .faq .title h2 span::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 3px;
  }
  .faq .box-wrapper .box {
    max-width: 96%;
    margin: 45px auto 0;
  }
  .faq .box-wrapper .box ul {
    padding: 0;
  }
  .faq .box-wrapper .box ul li {
    width: 49%;
    margin: 20px 0 0 0;
  }
  .faq .box-wrapper .box ul li button {
    font-size: 1em;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .faq .box-wrapper .box ul li button .inset .mark {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .faq .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 18px;
  }
  .faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
    width: 1.5px;
    height: 8px;
  }
  .faq .box-wrapper .box ul li button::before {
    right: 35px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .faq .box-wrapper .box ul li button::after {
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .faq .box-wrapper .box ul li ul {
    transition: 0.5s;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .faq .box-wrapper .box ul li ul li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark {
    width: 40px;
    height: 40px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 26px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence {
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence p {
    line-height: 1.8;
    padding: 0 0 0 0;
  }
  .faq .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq {
    padding: 100px 0 60px 0;
  }
  .faq .title {
    position: relative;
    padding: 0 0 0 0;
  }
  .faq .title .back {
    opacity: 0.3;
    letter-spacing: 20px;
    font-size: 125px;
  }
  .faq .title h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .faq .title h2 span {
    padding: 0 10px 0 10px;
  }
  .faq .title h2 span::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
    height: 3px;
  }
  .faq .box-wrapper .box {
    max-width: 96%;
    margin: 45px auto 0;
  }
  .faq .box-wrapper .box ul {
    padding: 0;
  }
  .faq .box-wrapper .box ul li {
    width: 49%;
    margin: 20px 0 0 0;
  }
  .faq .box-wrapper .box ul li button {
    font-size: 1em;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .faq .box-wrapper .box ul li button .inset .mark {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .faq .box-wrapper .box ul li button .inset h3 {
    padding: 0 50px 0 20px;
  }
  .faq .box-wrapper .box ul li button .inset h3 .catch {
    font-size: 18px;
  }
  .faq .box-wrapper .box ul li button::before, .faq .box-wrapper .box ul li button::after {
    width: 1.5px;
    height: 8px;
  }
  .faq .box-wrapper .box ul li button::before {
    right: 35px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .faq .box-wrapper .box ul li button::after {
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .faq .box-wrapper .box ul li ul {
    transition: 0.5s;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .faq .box-wrapper .box ul li ul li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark {
    width: 40px;
    height: 40px;
  }
  .faq .box-wrapper .box ul li ul li .inset .mark p {
    font-size: 26px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence {
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
  }
  .faq .box-wrapper .box ul li ul li .inset .sentence p {
    line-height: 1.8;
    padding: 0 0 0 0;
  }
  .faq .box-wrapper .box ul li.active button::before {
    transform: rotate(-135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active button::after {
    transform: rotate(135deg);
    transition: 0.5s;
  }
  .faq .box-wrapper .box ul li.active ul li:last-child {
    border-bottom: none;
  }
  .faq .box-wrapper .box ul.active {
    overflow-y: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

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

〇 HEADER 〇

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

〇 CTA2 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta2 {
  position: relative;
  background-image: radial-gradient(at 0% 50%, hsl(210, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(200, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(210, 100%, 96%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(200, 100%, 96%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
}
.cta2:before, .cta2:after {
  position: absolute;
  z-index: 1;
  border-style: solid;
  mix-blend-mode: multiply;
  content: "";
  width: 0;
  height: 0;
}
.cta2:before {
  top: 20px;
  left: 20px;
  border-width: 150px 150px 0 0;
  border-color: #0071e3 transparent transparent transparent;
}
.cta2:after {
  top: 20px;
  right: 20px;
  border-width: 0 150px 150px 0;
  border-color: transparent #0071e3 transparent transparent;
}
.cta2 .container {
  position: relative;
  padding: 70px 0 70px 0;
}
.cta2 .container:before, .cta2 .container:after {
  position: absolute;
  z-index: 1;
  border-style: solid;
  mix-blend-mode: multiply;
  content: "";
  width: 0;
  height: 0;
}
.cta2 .container:before {
  bottom: 20px;
  left: 20px;
  border-width: 150px 0 0 150px;
  border-color: transparent transparent transparent #0071e3;
}
.cta2 .container:after {
  right: 20px;
  bottom: 20px;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #0071e3 transparent;
}
.cta2 .container .title h2 {
  color: #222222;
  text-align: center;
  font-size: 50px;
}
.cta2 .container .title h2 .line {
  position: relative;
  display: inline-block;
  color: #0071e3;
}
.cta2 .container .title h2 .line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0071e3;
  content: "";
  width: 100%;
  height: 5px;
}
.cta2 .container .title .caution p {
  color: #0071e3;
  text-align: center;
  font-size: 18px;
}
.cta2 .container .limit {
  margin: 20px 0 0 0;
}
.cta2 .container .limit .marks {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.cta2 .container .limit .marks .mark {
  margin: 0 20px 0 0;
}
.cta2 .container .limit .marks .mark p {
  position: relative;
  display: inline-block;
  color: #0071e3;
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  padding: 5px 30px 5px 30px;
  font-size: 16px;
}
.cta2 .container .limit .marks .mark p::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  -o-border-image: linear-gradient(90deg, #379ee7 0%, #c4e0f5 45%, #4d75ed 70%, #c4e0f5 85%, #379ee7 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.cta2 .container .limit .marks .mark:last-child {
  margin: 0 0 0 0;
}
.cta2 .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 40px 2% 0 2%;
}
.cta2 .container .box-wrapper .box {
  background: #ffffff;
  width: 31%;
  padding: 0 0 30px 0;
}
.cta2 .container .box-wrapper .box .thumb {
  width: 77%;
  margin: 0 auto 0;
  padding: 40px 0 0 0;
}
.cta2 .container .box-wrapper .box .thumb img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.cta2 .container .box-wrapper .box h3 {
  text-align: center;
  font-size: 23px;
  margin: 15px 0 0 0;
}
.cta2 .container .box-wrapper .box h3 span {
  display: inline-block;
  background: linear-gradient(45deg, #0071e3 0%, #0650b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta2 .container .entry-wrapper {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 2% 0 2%;
}
.cta2 .container .entry-wrapper .entry {
  box-shadow: rgba(173, 217, 238, 0.4) 0 7px 29px 0;
  background: #ffffff;
  padding: 0 0 40px 0;
}
.cta2 .container .entry-wrapper .entry .sentence {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #0071e3 0%, #0650b2 100%);
  padding: 20px 40px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta2 .container .entry-wrapper .entry .sentence h4 {
  display: flex;
  align-items: center;
  width: 57.5%;
}
.cta2 .container .entry-wrapper .entry .sentence h4 img {
  line-height: 0;
  width: 80px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .sentence h4 .cover {
  padding: 0 0 0 10px;
}
.cta2 .container .entry-wrapper .entry .sentence h4 .cover .online {
  color: #ffffff;
  line-height: 1.1;
  font-size: 22px;
}
.cta2 .container .entry-wrapper .entry .sentence h4 .cover .catch {
  color: #ffffff;
  font-size: 30px;
}
.cta2 .container .entry-wrapper .entry .sentence p {
  color: #ffffff;
  line-height: 1.8;
  font-size: 16px;
  width: 57.5%;
  margin: 0 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method {
  padding: 40px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel {
  margin: 0 30px 0 0;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel .place span {
  color: #0071e3;
  border: solid 2px #0071e3;
  background: #ffffff;
  font-size: 16px;
  padding: 0 20px 0 20px;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a {
  color: #0071e3;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .icon {
  line-height: 0;
  width: 45px;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right {
  padding: 0 0 0 10px;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .semi {
  font-family: "Jost";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 35px;
  margin: 0 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .catch {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
  padding: 3px 0 5px 0;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .sub {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel:last-child {
  margin: 0 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper .detail {
  letter-spacing: 0;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.cta2 .container .entry-wrapper .entry .method .button {
  padding: 0 0 0 50px;
}
.cta2 .container .entry-wrapper .entry .method .button a {
  display: block;
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #f75c02 0%, #ffa600 100%);
  text-decoration: none;
  padding: 5px 45px 20px 45px;
}
.cta2 .container .entry-wrapper .entry .method .button a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method .button a .sub p {
  display: inline-block;
  color: #e86103;
  border: solid 3px #e86103;
  border-radius: 100px;
  background: #ffffff;
  padding: 3px 20px 3px 20px;
}
.cta2 .container .entry-wrapper .entry .method .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .method .button a .main .icon {
  width: 40px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .method .button a .main .catch {
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  font-size: 22px;
  padding: 0 20px 0 20px;
}
.cta2 .container .entry-wrapper .entry .method .button a .main .arrow {
  width: 30px;
  height: auto;
}
.cta2 .container .entry-wrapper .entry .caution {
  margin: 45px 0 0 0;
}
.cta2 .container .entry-wrapper .entry .caution p {
  text-align: center;
  font-size: 12px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta2 {
    padding: 0 0 0 0;
  }
  .cta2:before, .cta2:after {
    width: 0;
    height: 0;
  }
  .cta2:before {
    top: 15px;
    left: 15px;
    border-width: 120px 120px 0 0;
  }
  .cta2:after {
    top: 15px;
    right: 15px;
    border-width: 0 120px 120px 0;
  }
  .cta2 .container {
    padding: 70px 0 70px 0;
  }
  .cta2 .container:before, .cta2 .container:after {
    width: 0;
    height: 0;
  }
  .cta2 .container:before {
    bottom: 15px;
    left: 15px;
    border-width: 120px 0 0 120px;
  }
  .cta2 .container:after {
    right: 15px;
    bottom: 15px;
    border-width: 0 0 120px 120px;
  }
  .cta2 .container .title h2 {
    font-size: 4vw;
  }
  .cta2 .container .title h2 .line:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
  }
  .cta2 .container .title .caution p {
    font-size: 1.7vw;
  }
  .cta2 .container .limit {
    margin: 20px 0 0 0;
  }
  .cta2 .container .limit .marks .mark {
    margin: 0 10px 0 0;
  }
  .cta2 .container .limit .marks .mark p {
    display: inline-block;
    font-size: 17px;
    padding: 5px 15px 5px 15px;
  }
  .cta2 .container .limit .marks .mark:last-child {
    margin: 0 0 0 0;
  }
  .cta2 .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 40px 2% 0 2%;
  }
  .cta2 .container .box-wrapper .box {
    width: 31%;
    padding: 0 0 30px 0;
  }
  .cta2 .container .box-wrapper .box .thumb {
    width: 52%;
    margin: 0 auto 0;
    padding: 40px 0 0 0;
  }
  .cta2 .container .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .cta2 .container .box-wrapper .box h3 {
    font-size: 2vw;
    margin: 15px 0 0 0;
  }
  .cta2 .container .entry-wrapper {
    position: relative;
    z-index: 5;
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0 2% 0 2%;
  }
  .cta2 .container .entry-wrapper .entry .sentence {
    padding: 20px 20px 20px 20px;
  }
  .cta2 .container .entry-wrapper .entry .sentence h4 {
    display: flex;
    align-items: center;
  }
  .cta2 .container .entry-wrapper .entry .sentence h4 img {
    line-height: 0;
    width: 80px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .sentence h4 .cover {
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .sentence h4 .cover .online {
    line-height: 1.1;
    font-size: 16px;
  }
  .cta2 .container .entry-wrapper .entry .sentence h4 .cover .catch {
    font-size: 24px;
  }
  .cta2 .container .entry-wrapper .entry .sentence p {
    line-height: 1.8;
    font-size: 15px;
    margin: 0 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method {
    justify-content: center;
    padding: 30px 30px 0 30px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel {
    margin: 0 30px 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel .place span {
    font-size: 15px;
    padding: 0 20px 0 20px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a {
    margin: 10px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .icon {
    line-height: 0;
    width: 30px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right {
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .semi {
    font-size: 32px;
    margin: 0 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .catch {
    font-size: 17px;
    padding: 3px 0 5px 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a .right .sub {
    font-size: 18px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel:last-child {
    margin: 0 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper .detail {
    letter-spacing: 0;
    margin: 10px 0 0 0;
    font-size: 15px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper .detail .sp-disblock {
    display: block;
  }
  .cta2 .container .entry-wrapper .entry .method .button {
    width: 40%;
    padding: 0 0 0 10px;
  }
  .cta2 .container .entry-wrapper .entry .method .button a {
    padding: 5px 20px 20px 20px;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .sub {
    margin: -20px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .sub p {
    border-radius: 100px;
    font-size: 15px;
    padding: 3px 20px 3px 20px;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .main {
    margin: 10px 0 0 0;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .main .icon {
    width: 35px;
    height: auto;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .main .catch {
    line-height: 1.3;
    font-size: 20px;
  }
  .cta2 .container .entry-wrapper .entry .method .button a .main .arrow {
    width: 25px;
    height: auto;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

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

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

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