@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../webfonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "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: "Antonio";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Antonio-Regular.woff2") format("woff2"), url("../webfonts/Antonio-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Reenie Beanie";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/ReenieBeanie-Regular.woff2") format("woff2"), url("../webfonts/ReenieBeanie-Regular.woff") format("woff");
  font-display: swap;
}
/*============================================
	― 変数設定
=============================================*/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
    ― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 767px) {
  .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;
  }
}
/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
header {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New";
}
header nav {
  position: relative;
  box-shadow: rgba(86, 139, 114, 0.2) 0 2px 8px 0;
  background: #ffffff;
}
header nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  width: 100%;
  height: 5px;
}
header nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 25px 2% 20px 2%;
}
header nav .inner .left {
  display: flex;
  align-items: center;
}
header nav .inner .left .logo {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
header nav .inner .left .logo .icon {
  width: 300px;
  height: auto;
}
header nav .inner .left h1 {
  color: #d10b17;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 7px 0 0 10px;
}
header nav .inner .right .button {
  display: inline-block;
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #e2611b, #f2a02b);
  padding: 5px 50px 10px 50px;
}
header nav .inner .right .button .sub {
  text-align: center;
  margin: 0 0 0 0;
}
header nav .inner .right .button .sub p {
  display: inline-block;
  border: solid 2px #e97a21;
  border-radius: 100px;
  background: #ffffff;
  padding: 0 30px 0 30px;
}
header nav .inner .right .button .sub p span {
  font-weight: 700;
  background: linear-gradient(90deg, #e2611b, #f2a02b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}
header nav .inner .right .button .main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0 0;
}
header nav .inner .right .button .main .icon {
  width: 25px;
}
header nav .inner .right .button .main p {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px 0 10px;
}
header nav .inner .right .button .main .arrow {
  width: 20px;
}
header .first-view {
  position: relative;
  background-image: radial-gradient(at 87% 78%, hsl(0, 85%, 90%) 0px, transparent 50%), radial-gradient(at 19% 43%, hsl(10, 100%, 97%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(350, 85%, 92%) 0px, transparent 50%);
  background-color: hsl(70, 64%, 96%);
  padding: 50px 0 60px 0;
}
header .first-view .back {
  position: absolute;
  z-index: 1;
  display: inline-block;
  font-family: "Antonio";
  line-height: 1;
  opacity: 0.1;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  letter-spacing: 7px;
  font-size: 98px;
}
header .first-view .back.left-top {
  left: 0;
  top: 0;
}
header .first-view .back.right-bottom {
  right: 0;
  bottom: 0;
}
header .first-view .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 5% 0 5%;
}
header .first-view .inner .text {
  padding: 0 80px 0 0;
}
header .first-view .inner .text h3 {
  display: flex;
  align-items: center;
}
header .first-view .inner .text h3::before {
  content: "";
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  width: 100px;
  height: 2px;
}
header .first-view .inner .text h3 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  padding: 0 0 0 10px;
}
header .first-view .inner .text h2 .line {
  transform: skew(-10deg);
}
header .first-view .inner .text h2 .line .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 53px;
  line-height: 53px;
}
header .first-view .inner .text h2 .line .catch .small {
  font-size: 0.75em;
}
header .first-view .inner .text h2 .line .catch::before {
  content: "";
  position: absolute;
  opacity: 0.3;
  left: 0;
  bottom: 10px;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  width: 100%;
  height: 9px;
}
header .first-view .inner .text h2 .line02 {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
header .first-view .inner .text h2 .line02 .square {
  display: inline-block;
  line-height: 1.1;
  border: solid 4px #d10b17;
  padding: 2px 24px 5px 24px;
  /* フェードアニメーション */
}
header .first-view .inner .text h2 .line02 .square .fade-text {
  opacity: 1;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  transition: opacity 0.5s ease; /* フェードアウト＆イン */
  font-size: 49px;
}
header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
  opacity: 0;
}
header .first-view .inner .text h2 .line02 .plane {
  display: inline-block;
  transform: skew(-10deg);
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 53px;
  line-height: 53px;
  padding: 0 0 0 10px;
}
header .first-view .inner .text h2 .line02 .plane .small {
  font-size: 0.75em;
}
header .first-view .inner .text .category {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
header .first-view .inner .text .category li {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  background: linear-gradient(45deg, #d10b17, #f54b4b);
  letter-spacing: 2px;
  font-size: 25px;
  margin: 0 10px 0 0;
  padding: 2px 20px 2px 20px;
}
header .first-view .inner .text .category li::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  left: -100%; /* 初期位置を画面外に設定 */
  top: 0;
  transform: skewX(-30deg); /* 光に角度をつける */
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); /* 光のグラデーション */
  mix-blend-mode: overlay;
  animation: shine 4s infinite forwards; /* アニメーションの適用 */
  width: 150%; /* 画面を覆う幅 */
  height: 100%;
}
@keyframes shine {
  0% {
    left: -150%; /* 開始位置 */
  }
  50% {
    left: 150%; /* 終了位置 */
  }
  100% {
    left: 150%; /* 停止位置を維持 */
  }
}
header .first-view .inner .text .category li:last-child {
  margin: 0 0 0 0;
}
header .first-view .inner .text .sentence {
  margin: 20px 0 0 0;
}
header .first-view .inner .text .sentence p {
  color: #d10b17;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 20px;
}
header .first-view .inner .text .sentence p br.br01 {
  display: block;
}
header .first-view .inner .text .sentence p br.br02 {
  display: none;
}
header .first-view .inner .text .sentence p br.br03 {
  display: block;
}
header .first-view .inner .text .feat {
  margin: 20px 0 0 0;
}
header .first-view .inner .text .feat .award-wrapper {
  display: flex;
  align-items: stretch;
  margin: 20px 0 0 0;
}
header .first-view .inner .text .feat .award-wrapper .award {
  position: relative;
  z-index: 1;
  margin: 0 30px 0 0;
}
header .first-view .inner .text .feat .award-wrapper .award .mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .first-view .inner .text .feat .award-wrapper .award .mark img {
  position: relative;
  top: 5px;
  width: 45px;
  height: auto;
}
header .first-view .inner .text .feat .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 .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade,
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .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 .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade .jp,
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade .jp {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade .middle,
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade .middle {
  font-size: 0.7em;
}
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub {
  line-height: 1.45;
}
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade {
  letter-spacing: 2px;
  font-size: 17px;
}
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main {
  line-height: 1;
}
header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade {
  font-size: 45px;
  padding: 0 0 5px 0;
}
header .first-view .inner .text .feat .award-wrapper .award .line {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -10px 0 0 0;
}
header .first-view .inner .text .feat .award-wrapper .award .line p {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
  font-size: 18px;
  padding: 3px 15px 3px 15px;
}
header .first-view .inner .text .feat .award-wrapper .award:last-child {
  margin: 0 0 0 0;
}
header .first-view .inner .text .feat .caution {
  color: #666666;
  font-size: 13px;
  margin: 30px 0 0 0;
}
header .first-view .inner .text .feat .button {
  border-radius: 100px;
  box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
  background: #d10b17;
  width: 425px;
  margin: 40px 0 0 0;
}
header .first-view .inner .text .feat .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 30px 0 30px 0;
}
header .first-view .inner .text .feat .button a .catch {
  font-size: 24px;
  padding: 0 10px 0 0;
}
header .first-view .inner .text .feat .button a img {
  line-height: 0;
  width: 30px;
  height: auto;
}
header .first-view .inner .splide {
  position: relative;
  width: 730px;
}
header .first-view .inner .splide .badge {
  position: absolute;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
}
header .first-view .inner .splide .badge::before {
  content: "";
  position: absolute;
  z-index: 1;
  z-index: 2;
  opacity: 0.4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px #ffffff;
  border-radius: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
header .first-view .inner .splide .badge .bg {
  position: absolute;
  opacity: 0.92;
  left: 50%;
  top: 50%;
  animation: rotate 12s linear infinite;
  width: 100%;
  height: 100%;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
header .first-view .inner .splide .badge .cover {
  position: relative;
  z-index: 2;
  text-align: center;
}
header .first-view .inner .splide .badge .cover .semi {
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  background: #ffffff;
  padding: 3px 15px 3px 15px;
}
header .first-view .inner .splide .badge .cover .semi img {
  width: 14px;
}
header .first-view .inner .splide .badge .cover .semi span {
  color: #d10b17;
  font-size: 16px;
  padding: 0 3px 0 3px;
}
header .first-view .inner .splide .badge .cover .line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
header .first-view .inner .splide .badge .cover .line .tate {
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  text-align: center;
  font-size: 22px;
}
header .first-view .inner .splide .badge .cover .line .number {
  font-family: "Jost";
  line-height: 1.1;
  letter-spacing: -1px;
  font-size: 43px;
}
header .first-view .inner .splide .badge .cover .line .en {
  font-family: "Jost";
  font-size: 28px;
}
header .first-view .inner .splide .badge .cover .line.line02 {
  margin: 0 0 0 0;
}
header .first-view .inner .splide .splide__track {
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list {
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide {
  position: relative;
  box-shadow: rgba(105, 45, 50, 0.2) 0 7px 29px 0;
  width: 100%;
  height: 450px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb {
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  border: solid 6px #e56374;
  transition: all 0.6s linear 0s;
  width: 40%;
  height: 40%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
  transition: 8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
  position: absolute;
  z-index: 12;
  color: #d10b17;
  font-family: "Reenie Beanie";
  opacity: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -80px) rotate(0deg);
  letter-spacing: 2px;
  white-space: nowrap;
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  font-size: 60px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line {
  position: absolute;
  z-index: 200;
  opacity: 0;
  text-align: center;
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 3px;
  font-size: 23px;
  padding: 5px 45px 5px 55px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
  color: #d10b17;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: #ffffff;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
  color: #ffffff;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
  opacity: 0.4;
  transform: translate(-50%, -50%);
  width: calc(94% + 8px);
  height: 94%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
  opacity: 1;
  transform: translate(-50%, -150px) rotate(-3deg);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line {
  opacity: 1;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
  transform: translate(calc(-50% - 40px), -100px) rotate(-5deg);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
  transform: translate(calc(-50% + 40px), -55px) rotate(-5deg);
}

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

◆	Stylesheet: 1281px～1440px(中型ノートPC向け)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/*** 変更 ***/ /* 上書き・追加の場合のコメントアウト */
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 2% 20px 2%;
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 300px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 20px;
  }
  header nav .inner .right .button {
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3% 0 3%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    padding: 0 50px 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 90px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 24px;
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 50px; /*** 変更 ***/
    line-height: 50px;
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #d10b17;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 46px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 50px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 24px; /*** 変更 ***/
    margin: 0 8px 0 0; /*** 変更 ***/
    padding: 2px 15px 2px 15px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 20px;
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 15px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 50px;
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 55px;
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 50%; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
    font-weight: bold;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #e56374;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(-5deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(-5deg);
  }
} /* 1281px～1440px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 2% 20px 2%;
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 250px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 20px;
  }
  header nav .inner .right .button {
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    padding: 0 40px 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 45px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 22px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 45px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #d10b17;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 45px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 22px; /*** 変更 ***/
    margin: 0 3px 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.7; /*** 変更 ***/
    letter-spacing: 2px;
    font-size: 19px; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 45px; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 48%; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #e56374;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(-5deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(-5deg);
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 5% 20px 5%; /*** 変更 ***/
  }
  header nav .inner .left {
    display: block; /*** 変更 ***/
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 250px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    display: none;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 0; /*** 変更 ***/
  }
  header nav .inner .right .button {
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    display: block; /*** 変更 ***/
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    text-align: center;
    margin: 30px 0 0 0; /*** 変更 ***/
    padding: 0 5% 0 5%; /*** 変更 ***/
  }
  header .first-view .inner .text h3 {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 45px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 22px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 45px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    justify-content: center;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #d10b17;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 45px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    justify-content: center;
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 22px; /*** 変更 ***/
    margin: 0 3px 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.7; /*** 変更 ***/
    letter-spacing: 2px;
    font-size: 19px; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 45px; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 90%; /*** 変更 ***/
    margin: 0 auto 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #e56374;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(-5deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(-5deg);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 20px 5% 15px 5%; /*** 変更 ***/
  }
  header nav .inner .left {
    display: block; /*** 変更 ***/
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 40vw; /*** 変更 ***/
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 8vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    display: none;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 3.25vw; /*** 変更 ***/
    padding: 5px 0 0 0; /*** 変更 ***/
  }
  header nav .inner .left h1 br {
    display: none; /*** 変更 ***/
  }
  header nav .inner .right .button {
    display: none; /*** 変更 ***/
    border-radius: 100px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 100px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 0 0 60px 0; /*** 変更 ***/
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 3px; /*** 変更 ***/
    font-size: 12vw; /*** 変更 ***/
  }
  header .first-view .back.left-top {
    z-index: 8; /*** 変更 ***/
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    display: block; /*** 変更 ***/
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text {
    text-align: center;
    margin: 0 0 0 0; /*** 変更 ***/
    padding: 0 5% 0 5%; /*** 変更 ***/
  }
  header .first-view .inner .text h3 {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 7vw; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 4vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 8vw; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 9px; /*** 変更 ***/
    height: 5px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 {
    justify-content: center;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #d10b17;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 7.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 7vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    display: block; /*** 変更 ***/
    justify-content: center;
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 4.5vw; /*** 変更 ***/
    margin: 10px 0 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 6px 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 2; /*** 変更 ***/
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 4vw; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 10vw; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 4.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 7.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .award-wrapper {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark img {
    position: relative;
    top: 5px;
    width: 45px;
    height: auto;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch {
    margin: 0 -5px 0 -5px;
    padding: 0 0 0 0;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade,
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .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 .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade .jp,
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade .jp {
    font-family: "Noto Sans JP";
    font-weight: 500;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade .middle,
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade .middle {
    font-size: 0.7em;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub {
    line-height: 1.45;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .sub .grade {
    letter-spacing: 2px;
    font-size: 11px;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main {
    line-height: 1;
  }
  header .first-view .inner .text .feat .award-wrapper .award .mark .catch .main .grade {
    font-size: 30px;
    padding: 0 0 5px 0;
  }
  header .first-view .inner .text .feat .award-wrapper .award .line {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: -10px 0 0 0;
  }
  header .first-view .inner .text .feat .award-wrapper .award .line p {
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
    font-size: 14px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .text .feat .award-wrapper .award:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 3.5vw; /*** 変更 ***/
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 100%; /*** 変更 ***/
    margin: 0 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -2vw; /*** 変更 ***/
    top: 2vw; /*** 変更 ***/
    width: 34vw; /*** 変更 ***/
    height: 34vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 15px); /*** 変更 ***/
    height: calc(100% - 15px); /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 70px; /*** 変更 ***/
    padding: 3px 12px 3px 12px; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 2.75vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 3vw; /*** 変更 ***/
    padding: 0 2px 0 2px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1; /*** 変更 ***/
    margin: 5px 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 3.75vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1; /*** 変更 ***/
    font-size: 9vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 7vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb {
    clip-path: polygon(27% 0, 100% 0, 100% 60%, 100% 100%, 100% 100%, 0 65%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    display: none; /*** 変更 ***/
    transform: translate(-50%, -40%);
    border: solid 6px #e56374;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 12.5vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 4.75vw; /*** 変更 ***/
    padding: 5px 35px 5px 45px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(-5deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(-5deg);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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(238, 173, 173, 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
  -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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 #fcc4c8;
  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, #d10b17 0%, #ec350c 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: #d10b17;
}

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

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

〇 KAITORI-HOSHO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hosho {
  overflow: hidden;
  padding: 50px 0 50px 0;
}
.hosho .block {
  box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 10px;
}
.hosho .block .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0 40px 0 40px;
}
.hosho .block .inner .thumb {
  line-height: 0;
  width: 350px;
  padding: 20px 40px 20px 0;
}
.hosho .block .inner .text {
  border-left: solid 3px #d10b17;
  width: calc(100% - 350px);
  padding: 20px 0 20px 40px;
}
.hosho .block .inner .text h2 {
  font-weight: 100;
  text-align: center;
}
.hosho .block .inner .text h2 .catch {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  border-bottom: 5px solid;
  font-size: 45px;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.hosho .block .inner .text h2 .catch span {
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hosho .block .inner .text h2 .catch:before, .hosho .block .inner .text h2 .catch:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
}
.hosho .block .inner .text h2 .catch:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #000000;
}
.hosho .block .inner .text h2 .catch:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #ffffff;
}
.hosho .block .inner .text h3 {
  position: relative;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  font-size: 30px;
  margin: 25px 0 0 0;
}
.hosho .block .inner .text h3 .grade {
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hosho .block .inner .text h3 .kakko {
  font-size: 0.9em;
}
.hosho .block .inner .text .sentence {
  text-align: center;
  margin: 15px 0 0 0;
}
.hosho .block .inner .text .sentence p {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  font-size: 22px;
  padding: 3px 20px 3px 20px;
}
.hosho .block .inner .text .caution {
  margin: 3px 0 0 0;
}
.hosho .block .inner .text .caution p {
  text-align: center;
  font-size: 12px;
}

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

◆	Stylesheet: 1024px～1280px(iPad横から中型ディスプレイ)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hosho {
    padding: 50px 0 50px 0;
  }
  .hosho .block {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 10px;
  }
  .hosho .block .inner {
    padding: 0 40px 0 40px;
  }
  .hosho .block .inner .thumb {
    line-height: 0;
    width: 350px;
    padding: 20px 40px 20px 0;
  }
  .hosho .block .inner .text {
    width: calc(100% - 350px);
    padding: 20px 0 20px 30px;
    font-weight: 500;
  }
  .hosho .block .inner .text h2 .catch {
    font-size: 42px;
    padding: 0 0 10px 0;
  }
  .hosho .block .inner .text h2 .catch .sp-disblock {
    display: block;
  }
  .hosho .block .inner .text h2 .catch:before, .hosho .block .inner .text h2 .catch:after {
    top: 100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
  }
  .hosho .block .inner .text h2 .catch:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #000000;
  }
  .hosho .block .inner .text h2 .catch:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffffff;
  }
  .hosho .block .inner .text h3 {
    letter-spacing: 1px;
    font-size: 30px;
    margin: 25px 0 0 0;
  }
  .hosho .block .inner .text h3 .kakko {
    font-size: 0.9em;
  }
  .hosho .block .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .hosho .block .inner .text .sentence p {
    font-size: 22px;
    padding: 3px 20px 3px 20px;
  }
  .hosho .block .inner .text .caution {
    margin: 3px 0 0 0;
  }
  .hosho .block .inner .text .caution p {
    font-size: 12px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hosho {
    padding: 50px 0 50px 0;
  }
  .hosho .block {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 10px;
    padding: 8px;
  }
  .hosho .block .inner {
    padding: 0 30px 0 30px;
  }
  .hosho .block .inner .thumb {
    line-height: 0;
    width: 30vw;
    padding: 20px 40px 20px 0;
  }
  .hosho .block .inner .text {
    width: calc(100% - 30vw);
    padding: 20px 0 20px 30px;
  }
  .hosho .block .inner .text h2 .catch {
    font-size: 4vw;
    padding: 0 0 10px 0;
  }
  .hosho .block .inner .text h2 .catch .sp-disblock {
    display: none;
  }
  .hosho .block .inner .text h2 .catch:before, .hosho .block .inner .text h2 .catch:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
  }
  .hosho .block .inner .text h2 .catch:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #000000;
  }
  .hosho .block .inner .text h2 .catch:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffffff;
  }
  .hosho .block .inner .text h3 {
    letter-spacing: 2px;
    font-size: 3vw;
    margin: 25px 0 0 0;
  }
  .hosho .block .inner .text h3 .grade .sp-disblock {
    display: none;
  }
  .hosho .block .inner .text h3 .kakko {
    font-size: 0.9em;
  }
  .hosho .block .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .hosho .block .inner .text .sentence p {
    font-size: 2vw;
    padding: 3px 20px 3px 20px;
  }
  .hosho .block .inner .text .sentence p .br {
    display: none;
  }
  .hosho .block .inner .text .caution {
    margin: 3px 0 0 0;
  }
  .hosho .block .inner .text .caution p {
    font-size: 1.2vw;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hosho {
    padding: 35px 0 35px 0;
  }
  .hosho .block {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 10px 10px 10px 10px;
  }
  .hosho .block .inner {
    display: block;
    padding: 0 30px 0 30px;
  }
  .hosho .block .inner .thumb {
    width: 55vw;
    margin: 0 auto 0;
    padding: 20px 0px 20px 0;
  }
  .hosho .block .inner .text {
    width: 100%;
    padding: 20px 0 20px 0;
    border-left: none;
  }
  .hosho .block .inner .text h2 .catch {
    line-height: 1.35;
    border-bottom: 5px solid;
    font-size: 10vw;
    padding: 0px 0 10px 0;
  }
  .hosho .block .inner .text h2 .catch:before, .hosho .block .inner .text h2 .catch::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .hosho .block .inner .text h2 .catch:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #000000;
  }
  .hosho .block .inner .text h2 .catch:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffffff;
  }
  .hosho .block .inner .text h3 {
    letter-spacing: 3px;
    font-size: 7vw;
    margin: 25px 0 0 0;
  }
  .hosho .block .inner .text h3 .kakko {
    font-size: 0.9em;
    position: absolute;
  }
  .hosho .block .inner .text h3 .kakko.left {
    top: 0;
    left: -5px;
  }
  .hosho .block .inner .text h3 .kakko.right {
    right: -10px;
    bottom: 0;
  }
  .hosho .block .inner .text .sentence {
    margin: 15px 0 0 0;
  }
  .hosho .block .inner .text .sentence p {
    font-size: 4.75vw;
    padding: 3px 20px 3px 20px;
  }
  .hosho .block .inner .text .sentence p .br01 {
    display: none;
  }
  .hosho .block .inner .text .caution {
    margin: 3px 0 0 0;
  }
  .hosho .block .inner .text .caution p {
    font-size: 3vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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;
  font-weight: 700;
}
.introduction .title h2 .br01 {
  display: none;
}
.introduction .title h2 span {
  position: relative;
  display: inline-block;
  color: #d10b17;
  padding: 0 10px 0 10px;
}
.introduction .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #d10b17;
  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: #d10b17;
  border: 3px solid #d10b17;
  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: #d10b17;
}
.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 #ffcece;
  border-top-color: #f56c6c;
  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: 77%;
  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: #d10b17;
  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: #d10b17;
  }
  .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 #ffcece;
    border-top-color: #f56c6c;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 77%;
    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: #d10b17;
  }
  .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 #ffcece;
    border-top-color: #f56c6c;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 77%;
    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: #d10b17;
  }
  .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 #ffcece;
    border-top-color: #f56c6c;
    width: 100%;
    height: 100%;
  }
  .introduction .container .visual .logo img {
    width: 77%;
    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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LINEUP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.lineup {
  margin: 80px 0 0 0;
}
.lineup .title {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: #d10b17;
  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 {
  color: #ffffff;
  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(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%);
  width: 100%;
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
  padding: 0 0 90px 0;
}
.lineup .profile .splide {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 50px 3% 40px 3%;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
  background: #ffffff;
  cursor: pointer;
}
.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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
  -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 35px 0 35px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
  position: absolute;
  z-index: 2;
  font-family: "Antonio";
  font-weight: 400;
  line-height: 1.15;
  opacity: 0.25;
  top: 5px;
  right: 10px;
  letter-spacing: 2px;
  font-size: 60px;
  display: inline-block;
  background: linear-gradient(45deg, #eb535c 0%, #d00b17 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 {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  font-family: "Antonio";
  font-weight: 400;
  line-height: 1;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 100%);
  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 {
  color: #d10b17;
  background: #ffffff;
  font-size: 15px;
  padding: 3px 5px 5px 5px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 30%;
  height: auto;
  border-radius: 60px 1px 60px 1px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.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 {
  position: relative;
  z-index: 4;
  padding: 0 0 0 25px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text h3 {
  color: #d10b17;
  letter-spacing: 0;
  font-size: 28px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text h3 .en {
  font-family: "Jost";
  font-weight: 600;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info {
  display: flex;
  align-items: center;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info img {
  width: 18px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .text .info-wrapper .info p {
  font-size: 18px;
  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 30px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence {
  padding: 30px 45px 40px 45px;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p {
  display: inline;
  color: #222222;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  padding: 0 0 3px 0;
}
.lineup .container .profile .splide .splide-wrapper .splide__track .splide__list .splide__slide .sentence p .color {
  color: #d10b17;
}
.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;
  background: #d10b17;
}
.lineup .container .profile .splide .splide-wrapper .splide__progress__bar {
  background: #cccccc;
  height: 3px;
}
.lineup .container .category .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1480px;
  margin: 10px 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 .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: #d10b17;
  font-weight: 500;
  border: solid 3px #d10b17;
  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(238, 173, 173, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 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 #f89302;
  box-shadow: 6px 6px 0 0 #f89302;
}
.lineup .container .category .box-wrapper .box:nth-child(1) .mark {
  color: #f89302;
}
.lineup .container .category .box-wrapper .box:nth-child(1) h3 {
  box-shadow: 0 0 0 2px #f89302;
  background: #f89302;
}
.lineup .container .category .box-wrapper .box:nth-child(1) ul li::before {
  color: #f89302;
}
.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 #1d2088;
  box-shadow: 6px 6px 0 0 #1d2088;
}
.lineup .container .category .box-wrapper .box:nth-child(3) .mark {
  color: #1d2088;
}
.lineup .container .category .box-wrapper .box:nth-child(3) h3 {
  box-shadow: 0 0 0 2px #1d2088;
  background: #1d2088;
}
.lineup .container .category .box-wrapper .box:nth-child(3) ul li::before {
  color: #1d2088;
}
.lineup .container .category .box-wrapper .box:nth-child(4) {
  border: solid 2px #3cb347;
  box-shadow: 6px 6px 0 0 #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(4) .mark {
  color: #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(4) h3 {
  box-shadow: 0 0 0 2px #3cb347;
  background: #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(4) ul li::before {
  color: #3cb347;
}
.lineup .container .category .box-wrapper .box:nth-child(5) {
  border: solid 2px #0981b9;
  box-shadow: 6px 6px 0 0 #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(5) .mark {
  color: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(5) h3 {
  box-shadow: 0 0 0 2px #0981b9;
  background: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(5) ul li::before {
  color: #0981b9;
}
.lineup .container .category .box-wrapper .box:nth-child(6) {
  background: none;
}

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

◆	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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #eb535c 0%, #d00b17 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: #d10b17;
  }
  .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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #eb535c 0%, #d00b17 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: #d10b17;
  }
  .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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #eb535c 0%, #d00b17 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: 40vw;
    height: 125px;
    border-radius: 20px 1px 20px 1px;
  }
  .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: #d10b17;
  }
  .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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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: #d10b17;
  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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
  -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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;
  font-weight: 700;
  line-height: 45px;
}
.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: #d10b17;
  padding: 0 5px 0 5px;
}
.feature .title h2 .main .inner::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #d10b17;
  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, #ffe3e3 0%, #ffefef 30%, #fdf9f9 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, #d10b17 5px, #d10b17 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: #d10b17;
  font-family: "Jost";
  font-weight: 400;
}
.feature .box-wrapper .box .text h4 .cover {
  display: inline-flex;
  align-items: center;
  border-top: solid 3px #d10b17;
  border-bottom: solid 3px #d10b17;
  padding: 15px 0 15px 0;
}
.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: #d10b17;
  font-family: "Jost";
  font-weight: 600;
  border-bottom: solid 3px #d10b17;
  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: #d10b17;
  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, #fdf9f9 0%, #ffefef 70%, #ffe3e3 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #d10b17 5px, #d10b17 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, #fdf9f9 0%, #ffefef 70%, #ffe3e3 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #d10b17 5px, #d10b17 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, #fdf9f9 0%, #ffefef 70%, #ffe3e3 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #d10b17 5px, #d10b17 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, #fdf9f9 0%, #ffefef 70%, #ffe3e3 100%);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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: #d10b17;
  font-family: "Antonio";
  box-shadow: rgba(238, 173, 173, 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(238, 173, 173, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #d10b17 0%, #ec350c 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
  -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
    -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow {
  overflow: hidden;
  margin: 0 0 0 0;
}
.flow .title {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: #d10b17;
  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 {
  color: #ffffff;
  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(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;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
}
.flow .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(238, 173, 173, 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 #d10b17;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.flow .container .box-wrapper .box .left .number span {
  color: #d10b17;
  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;
  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: #d10b17;
  border-bottom: solid 3px #d10b17;
}
.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: #d10b17;
  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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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: #d10b17;
  padding: 0 10px 0 10px;
}
.faq .title h2 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #d10b17;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
}
.faq .box-wrapper .box {
  max-width: 1680px;
  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 #fcc4c8;
  background: #d10b17;
  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: #d10b17;
  background: #ffffff;
  font-size: 22px;
  width: 35px;
  height: 35px;
}
.faq .box-wrapper .box ul li button .inset h3 {
  color: #ffffff;
  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: #ffecec;
  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: #d10b17;
  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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA2 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta2 {
  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: 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: #d10b17 transparent transparent transparent;
}
.cta2:after {
  top: 20px;
  right: 20px;
  border-width: 0 150px 150px 0;
  border-color: transparent #d10b17 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 #d10b17;
}
.cta2 .container:after {
  right: 20px;
  bottom: 20px;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #d10b17 transparent;
}
.cta2 .container .title h2 {
  color: #222222;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.cta2 .container .title h2 .line {
  position: relative;
  display: inline-block;
  color: #d10b17;
}
.cta2 .container .title h2 .line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d10b17;
  content: "";
  width: 100%;
  height: 5px;
}
.cta2 .container .title .caution p {
  color: #d10b17;
  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: #d10b17;
  box-shadow: rgba(238, 173, 173, 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, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 90% 100%);
  -o-border-image: linear-gradient(90deg, #e73742 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e73742 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: 1680px;
  margin: 0 auto 0;
  padding: 40px 2% 0px 2%;
}
.cta2 .container .box-wrapper .box {
  background: #ffffff;
  width: 31%;
  padding: 10px 0 20px 0;
}
.cta2 .container .box-wrapper .box .thumb {
  width: 77%;
  margin: 0 auto 0;
  padding: 0 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;
  font-weight: 500;
}
.cta2 .container .box-wrapper .box h3 span {
  display: inline-block;
  background: linear-gradient(45deg, #eb535c 0%, #d00b17 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta2 .container .entry-wrapper {
  max-width: 1680px;
  margin: 40px auto 0;
  padding: 0 2% 0 2%;
}
.cta2 .container .entry-wrapper .entry {
  box-shadow: rgba(238, 173, 173, 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, #d10b17 0%, #ec350c 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;
  line-height: 30px;
}
.cta2 .container .entry-wrapper .entry .sentence h4 .cover .catch {
  color: #ffffff;
  font-size: 30px;
  line-height: 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: #d10b17;
  border: solid 2px #d10b17;
  background: #ffffff;
  font-size: 16px;
  padding: 0 20px 0 20px;
}
.cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a {
  color: #d10b17;
  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, #e2611b, #f2a02b);
  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: #e97a21;
  border: solid 3px #e97a21;
  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 15px 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 15px 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: #d10b17;
    border: solid 2px #d10b17;
    background: #ffffff;
    font-size: 16px;
    padding: 0 20px 0 20px;
  }
  .cta2 .container .entry-wrapper .entry .method .tel-wrapper ul .tel a {
    color: #d10b17;
    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 #e97a21;
    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: 5px 0 15px 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 */