@charset "UTF-8";

/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 GLOBAL 〇

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

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
    ― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }

  .pc-disline {
    display: none;
  }

  .pc-dislineblock {
    display: none;
  }

  .sp-disblock {
    display: block;
  }

  .sp-disline {
    display: inline;
  }

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

  .sp-none {
    display: none;
  }
}

body {
  letter-spacing: 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}

.global.suggest01 {
  position: relative;
  background: #fff;
  width: 92%;
  margin: 0 auto 0;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.global.suggest01::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  opacity: 0.5;
}

.global.suggest01 .level {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  opacity: 0.9;
}

.global.suggest01 .level.left-top {
  top: -3px;
  left: -3px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.global.suggest01 .level.right-top {
  top: -3px;
  right: -3px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.global.suggest01 .level.left-bottom {
  left: -3px;
  bottom: -3px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.global.suggest01 .level.right-bottom {
  right: -3px;
  bottom: -3px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.global.suggest01 .inset {
  position: relative;
  z-index: 2;
  padding: 15px 0px 0px 0px;
}

.global.suggest01 .inset .ashirai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 30px;
}

.global.suggest01 .inset .ashirai img {
  width: 12vw;
  height: auto;
}

.global.suggest01 .inset .ashirai img.reverse {
  transform: scale(-1, 1);
}

.global.suggest01 .inset .en {
  text-align: center;
}

.global.suggest01 .inset .en p {
  display: inline-block;
  transform: skew(-15deg);
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  padding: 0 25px 0 25px;
}

.global.suggest01 .inset .en p span {
  letter-spacing: 3px;
  font-family: "Antonio";
  color: #fff;
  display: inline-block;
  transform: skew(15deg);
  font-size: 3vw;
}

.global.suggest01 .inset .line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2.2;
  margin: 9px 0 0 0;
}

.global.suggest01 .inset .line .icon {
  display: block;
  width: 8vw;
  height: auto;
  margin: 0 6px 0 0;
}

.global.suggest01 .inset .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 6.75vw;
  position: relative;
}

.global.suggest01 .inset .line .catch:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ffcbca 0%, #ffd8b2 100%);
  width: 100%;
  height: 5px;
  bottom: 15px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.global.suggest01 .inset .line:nth-child(1) {
  margin: 20px 0 0 0;
}

.global.suggest01 .inset .visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 0 0 50px 0;
}

.global.suggest01 .inset .visual .deco {
  position: relative;
  z-index: 2;
  width: 15%;
  height: auto;
  margin: 20px 0 0 0;
}

.global.suggest01 .inset .visual .person {
  position: relative;
  z-index: 1;
  width: 65%;
  height: auto;
  margin: 0 0% 0 0%;
}

.global.suggest02 {
  display: flex;
  align-items: ceter;
  justify-content: center;
  margin: 15px 0 0 0;
}

.global.suggest02 .arrow {
  line-height: 0;
  width: 9vw;
}

.global.suggest02 .catch {
  line-height: 1.8;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  margin: 0 10px 0 10px;
  padding: 5px 15px 5px 15px;
}

.global.suggest02 .catch p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.75vw;
}

.global.suggest03 {
  position: relative;
  padding: 40px 0 40px 0;
  margin: 30px auto 0;
  width: 94%;
}

.global.suggest03 .mark {
  position: absolute;
  left: 0px;
  top: 15px;
}

.global.suggest03 .mark .cover {
  position: relative;
  text-align: center;
  width: 22vw;
  transform: rotate(-12deg);
}

.global.suggest03 .mark .cover p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4vw;
}

.global.suggest03 .mark .cover img {
  width: 100%;
  position: absolute;
  bottom: -4vw;
  left: 50%;
  transform: translate(-50%, 0%);
}

.global.suggest03 .frame {
  position: absolute;
  width: 20vw;
  height: 20vw;
}

.global.suggest03 .frame .rect {
  width: 100%;
  height: 100%;
  position: relative;
}

.global.suggest03 .frame .rect::after {
  content: "";
  position: absolute;
  width: 4vw;
  height: 4vw;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
}

.global.suggest03 .frame.right-top {
  right: 0;
  top: 0;
  border-top: solid 1px #f66a57;
  border-right: solid 1px #f66a57;
}

.global.suggest03 .frame.right-top .rect::after {
  right: 0;
  top: 0;
}

.global.suggest03 .frame.left-bottom {
  left: 0;
  bottom: 0;
  border-left: solid 1px #f66a57;
  border-bottom: solid 1px #f66a57;
}

.global.suggest03 .frame.left-bottom .rect::after {
  left: 0;
  bottom: 0;
}

.global.suggest03 .inset {
  position: relative;
}

.global.suggest03 .inset .line {
  text-align: center;
  line-height: 2;
  margin: 9px 0 0 0;
}

.global.suggest03 .inset .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 10vw;
  position: relative;
}

.global.suggest03 .inset .line .catch:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.global.suggest03 .inset .line:nth-child(1) {
  margin: 0 0 0 0;
}

.global.suggest04 {
  position: relative;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  margin: 30px 0 0 0;
}

.global.suggest04 .icon {
  position: absolute;
  width: 20vw;
  opacity: 0.3;
}

.global.suggest04 .icon.left-top {
  left: 3vw;
  top: 3vw;
}

.global.suggest04 .icon.right-bottom {
  right: 3vw;
  bottom: 3vw;
}

.global.suggest04 .inset {
  padding: 50px 0 50px 0;
}

.global.suggest04 .inset .line {
  line-height: 2.2;
  text-align: center;
}

.global.suggest04 .inset .line .catch {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  font-size: 9vw;
}

.global.suggest04 .inset .line .catch::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, white 2px, white 4px);
  opacity: 0.6;
}

.global.triangle {
  margin: 30px auto 0px;
  line-height: 0;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  z-index: 3;
  left: 50%;
  width: 65vw;
  height: 50px;
  opacity: 0.45;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.global.title01 {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  padding: 40px 0 40px 0;
}

.global.title01 .en p {
  text-align: center;
  font-family: "Antonio";
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
  font-size: 6vw;
}

.global.title01 h2 {
  letter-spacing: 2px;
  line-height: 1.25;
}

.global.title01 h2 .catch {
  text-align: center;
  color: #fff;
  font-size: 7vw;
}

.global.title01 h2 .catch .big {
  font-size: 10.5vw;
}

.global.title01 h2 .catch .middle {
  font-size: 8.5vw;
}

.global.title01 h2 .catch .orbitron {
  font-family: orbitron, sans-serif;
  font-weight: 500;
}

.global.title01 h2 .catch .number {
  font-family: "Josefin Sans";
  font-weight: 500;
}

.global.title01 .mark {
  text-align: center;
  margin: 10px 0 0 0;
}

.global.title01 .mark .inset {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  padding: 5px 10% 5px 10%;
}

.global.title01 .mark .inset p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5vw;
}

.global.ux-attend {
  text-align: center;
  margin: 15px 0 0 0;
}

.global.ux-attend p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
}

.global.other-case {
  width: 94vw;
  margin: 30px auto 0;
}

.global.other-case .inner .attention {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 5px 0;
}

.global.other-case .inner .attention p {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  font-size: 4vw;
  padding: 0 15px 0 15px;
}

.global.other-case .inner .attention::before,
.global.other-case .inner .attention::after {
  content: "";
  background: #111;
  width: 2px;
  height: 15px;
}

.global.other-case .inner .attention::before {
  transform: rotate(-45deg);
}

.global.other-case .inner .attention::after {
  transform: rotate(45deg);
}

.global.other-case .inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  padding: 5px 0 5px 0;
}

.global.other-case .inner h2 .icon {
  line-height: 0;
  width: 8vw;
}

.global.other-case .inner h2 .catch {
  color: #fff;
  letter-spacing: 1px;
  font-size: 8vw;
  padding: 0 0 0 10px;
}

.global.other-case .inner .sentence {
  background: #eaeaea;
  padding: 25px 25px 25px 25px;
}

.global.other-case .inner .sentence p {
  color: #111;
  line-height: 1.8;
  font-size: 4.5vw;
}

.global.other-case .inner .caption {
  margin: 10px 0 0 0;
  padding: 0 15px 0 15px;
}

.global.other-case .inner .caption p {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 3.75vw;
  line-height: 1.8;
}

.global.other-case .inner .caption p .orbitron {
  font-family: orbitron, sans-serif;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    background: linear-gradient(90deg, #ffeadb 0%, #ffdee5 100%);
  }

  .pc-container {
    overflow: hidden;
    width: 768px;
    margin: 0 auto 0;
    box-shadow: rgba(180, 102, 88, 0.4) 0px 7px 29px 0px;
  }

  .global.suggest01 {
    width: 96%;
    margin: 0 auto 0;
  }

  .global.suggest01::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    opacity: 0.5;
  }

  .global.suggest01 .level {
    width: 30px;
    height: 30px;
    opacity: 0.9;
  }

  .global.suggest01 .level.left-top {
    top: -3px;
    left: -3px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }

  .global.suggest01 .level.right-top {
    top: -3px;
    right: -3px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .global.suggest01 .level.left-bottom {
    left: -3px;
    bottom: -3px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }

  .global.suggest01 .level.right-bottom {
    right: -3px;
    bottom: -3px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }

  .global.suggest01 .inset {
    padding: 35px 0px 0px 0px;
  }

  .global.suggest01 .inset .ashirai {
    padding: 0 50px 0 50px;
  }

  .global.suggest01 .inset .ashirai img {
    width: 80px;
    height: auto;
  }

  .global.suggest01 .inset .en p {
    padding: 0 45px 0 45px;
  }

  .global.suggest01 .inset .en p span {
    letter-spacing: 3px;
    font-size: 20px;
  }

  .global.suggest01 .inset .line {
    line-height: 2.2;
    margin: 9px 0 0 0;
  }

  .global.suggest01 .inset .line .icon {
    display: block;
    width: 45px;
    height: auto;
    margin: 0 6px 0 0;
  }

  .global.suggest01 .inset .line .catch {
    letter-spacing: 2px;
    font-size: 43px;
    position: relative;
  }

  .global.suggest01 .inset .line .catch:before {
    width: 100%;
    height: 8px;
    bottom: 15px;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.8;
  }

  .global.suggest01 .inset .line:nth-child(1) {
    margin: 20px 0 0 0;
  }

  .global.suggest01 .inset .visual {
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
  }

  .global.suggest01 .inset .visual .deco {
    width: 15%;
    height: auto;
    margin: 20px 0 0 0;
  }

  .global.suggest01 .inset .visual .person {
    width: 55%;
    height: auto;
    margin: 0 0% 0 0%;
  }

  .global.suggest02 {
    margin: 15px 0 0 0;
  }

  .global.suggest02 .arrow {
    line-height: 0;
    width: 45px;
  }

  .global.suggest02 .catch {
    margin: 0 10px 0 10px;
    padding: 5px 15px 5px 15px;
  }

  .global.suggest02 .catch p {
    font-size: 25px;
  }

  .global.suggest03 {
    padding: 40px 0 40px 0;
    margin: 30px auto 0;
    width: 94%;
  }

  .global.suggest03 .mark {
    position: absolute;
    left: 0px;
    top: 15px;
  }

  .global.suggest03 .mark .cover {
    width: 200px;
    transform: rotate(-12deg);
  }

  .global.suggest03 .mark .cover p {
    font-size: 40px;
  }

  .global.suggest03 .mark .cover img {
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .global.suggest03 .frame {
    width: 150px;
    height: 150px;
  }

  .global.suggest03 .frame .rect {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .global.suggest03 .frame .rect::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
  }

  .global.suggest03 .inset .line {
    line-height: 2;
    margin: 9px 0 0 0;
  }

  .global.suggest03 .inset .line .catch {
    letter-spacing: 2px;
    font-size: 50px;
    position: relative;
  }

  .global.suggest03 .inset .line .catch:before {
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.6;
  }

  .global.suggest03 .inset .line:nth-child(1) {
    margin: 0 0 0 0;
  }

  .global.suggest04 {
    margin: 30px 0 0 0;
  }

  .global.suggest04 .icon {
    position: absolute;
    width: 160px;
    opacity: 0.3;
  }

  .global.suggest04 .icon.left-top {
    left: 30px;
    top: 30px;
  }

  .global.suggest04 .icon.right-bottom {
    right: 30px;
    bottom: 30px;
  }

  .global.suggest04 .inset {
    padding: 80px 0 80px 0;
  }

  .global.suggest04 .inset .line {
    line-height: 2.2;
  }

  .global.suggest04 .inset .line .catch {
    letter-spacing: 2px;
    font-size: 50px;
  }

  .global.suggest04 .inset .line .catch::before {
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
    opacity: 0.6;
  }

  .global.triangle {
    margin: 30px auto 0px;
    left: 50%;
    width: 90%;
    height: 50px;
    opacity: 0.45;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .global.title01 {
    padding: 40px 0 40px 0;
  }

  .global.title01 .en p {
    letter-spacing: 3px;
    font-size: 25px;
  }

  .global.title01 h2 {
    letter-spacing: 2px;
    line-height: 1.25;
  }

  .global.title01 h2 .catch {
    font-size: 45px;
  }

  .global.title01 h2 .catch .big {
    font-size: 60px;
  }

  .global.title01 h2 .catch .middle {
    font-size: 50px;
  }

  .global.title01 .mark {
    text-align: center;
    margin: 10px 0 0 0;
  }

  .global.title01 .mark .inset {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
    clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
    padding: 5px 10% 5px 10%;
  }

  .global.title01 .mark .inset p {
    font-size: 24px;
  }

  .global.ux-attend {
    text-align: center;
    margin: 15px 0 0 0;
  }

  .global.ux-attend p {
    font-size: 22px;
  }

  .global.other-case {
    width: 94%;
    margin: 30px auto 0;
  }

  .global.other-case .inner .attention {
    padding: 0 0 5px 0;
  }

  .global.other-case .inner .attention p {
    font-size: 30px;
    padding: 0 15px 0 15px;
  }

  .global.other-case .inner .attention::before,
  .global.other-case .inner .attention::after {
    width: 2px;
    height: 30px;
  }

  .global.other-case .inner .attention::before {
    transform: rotate(-45deg);
  }

  .global.other-case .inner .attention::after {
    transform: rotate(45deg);
  }

  .global.other-case .inner h2 {
    padding: 5px 0 5px 0;
  }

  .global.other-case .inner h2 .icon {
    line-height: 0;
    width: 55px;
  }

  .global.other-case .inner h2 .catch {
    letter-spacing: 1px;
    font-size: 42px;
    padding: 0 0 0 10px;
  }

  .global.other-case .inner .sentence {
    padding: 25px 25px 25px 25px;
  }

  .global.other-case .inner .sentence p {
    line-height: 1.8;
    font-size: 20px;
  }

  .global.other-case .inner .caption {
    margin: 10px 0 0 0;
    padding: 0 15px 0 15px;
  }

  .global.other-case .inner .caption p {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 BASIC-FADE-SLIDE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.basic-fade-slide {
  position: relative;
}

.basic-fade-slide li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.basic-fade-slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

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

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



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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* modules */
@font-face {
  font-family: "NitalagoRuika-06M";
  src: url("../webfonts/NitalagoRuika-06M.woff2") format("woff2"), url("../webfonts/NitalagoRuika-06M.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-Regular.woff2") format("woff2"), url("../webfonts/Antonio-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-Medium.woff2") format("woff2"), url("../webfonts/Antonio-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-SemiBold.woff2") format("woff2"), url("../webfonts/Antonio-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../webfonts/JosefinSans-Medium.woff2") format("woff2"), url("../webfonts/JosefinSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../webfonts/JosefinSans-Thin.woff2") format("woff2"), url("../webfonts/JosefinSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../webfonts/JosefinSans-Bold.woff2") format("woff2"), url("../webfonts/JosefinSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("../webfonts/Caveat-Regular.woff2") format("woff2"), url("../webfonts/Caveat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

〇 LOADING 〇

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


.loading {
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.loading .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #fff9f3, #ffe3e2);
  visibility: hidden;
}

.loading .radial {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(at 88% 64%, hsl(332, 100%, 98%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(340, 100%, 97%) 0px, transparent 50%);
  opacity: 0.7;
}

.loading .line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.loading .line-text li {
  font-family: orbitron, sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-text-stroke: 1.5px #fff;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  letter-spacing: 1px;
  font-size: 13vw;
  opacity: 0.5;
  margin: 10px 0 0 0;
  visibility: hidden;
}

.loading .line-text li:first-child {
  margin: 10px 0 0 0;
}

.loading .pr {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1% 0 1%;
}

.loading .pr li {
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  width: 49.5%;
  visibility: hidden;
  margin: 0px 1% 0 0;
}

.loading .pr li img {
  width: 100%;
}

.loading .pr li:nth-child(2n) {
  margin: 0px 0 0 0;
}

.loading .pr li:last-child {
  margin: 10px 0 0 0;
}

.loading .no1-mark {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.loading .no1-mark .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  visibility: hidden;
}

.loading .no1-mark .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.loading .no1-mark .inner .emphasis {
  width: 35vw;
  margin: 0 auto 0;
  visibility: hidden;
}

.loading .no1-mark .inner .place {
  width: 40vw;
  margin: 10px auto 0;
  visibility: hidden;
}

.loading .no1-mark .inner .rank {
  width: 50vw;
  margin: 5px auto 0;
  visibility: hidden;
}

.loading .no1-mark .inner .phrase {
  width: 45vw;
  margin: 5px auto 0;
  visibility: hidden;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {


  .loading {
    width: 100%;
    height: 100vh;
  }

  .loading .bg {
    width: 100%;
    height: 100vh;
  }

  .loading .radial {
    background-image: radial-gradient(at 88% 64%, hsl(332, 100%, 98%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(340, 100%, 97%) 0px, transparent 50%);
    opacity: 0.7;
  }

  .loading .line-text {
    left: 0;
    top: 0;
  }

  .loading .line-text li {
    line-height: 1;
    letter-spacing: 1px;
    font-size: 100px;
    opacity: 0.5;
    margin: 10px 0 0 0;
    visibility: hidden;
  }

  .loading .line-text li:first-child {
    margin: 10px 0 0 0;
  }

  .loading .pr {
    width: 700px;
    left: 50%;
    top: 50%;
    padding: 0 1% 0 1%;
  }

  .loading .pr li {
    width: 49.5%;
    margin: 0px 1% 0 0;
  }

  .loading .pr li img {
    width: 100%;
  }

  .loading .pr li:nth-child(2n) {
    margin: 0px 0 0 0;
  }

  .loading .pr li:last-child {
    margin: 10px 0 0 0;
  }

  .loading .no1-mark {
    width: 100%;
    height: 100%;
  }

  .loading .no1-mark .frame {
    width: 760px;
    height: 100%;
    left: 50%;
    top: 50%;
    opacity: 0.7;
  }

  .loading .no1-mark .inner {
    width: 700px;
    height: 100%;
    margin: 0 auto 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .loading .no1-mark .inner .emphasis {
    width: 35%;
    margin: 0 auto 0;
  }

  .loading .no1-mark .inner .place {
    width: 40%;
    margin: 10px auto 0;
  }

  .loading .no1-mark .inner .rank {
    width: 50%;
    margin: 5px auto 0;
  }

  .loading .no1-mark .inner .phrase {
    width: 45%;
    margin: 5px auto 0;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.header {
  background: #fff;
  overflow: hidden;
  padding: 0 0 0px 0;
}

.header .container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
}

.header .container .suggest {
  background: url(../images/header-suggest-bg.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .container .suggest img {
  width: 5vw;
  height: auto;
}

.header .container .suggest p {
  color: #fff;
  text-align: center;
  font-size: 4.5vw;
  padding: 3px 5px 3px 5px;
}

.header .container .wrapper {
  position: relative;
  background: url(../images/header-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.header .container .wrapper::before,
.header .container .wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 80vw;
  height: 20vw;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  opacity: 0.3;
}

.header .container .wrapper::before {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.header .container .wrapper::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.header .container .wrapper .back {
  position: absolute;
  line-height: 1.2;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-family: "Antonio";
  font-weight: 400;
  padding: 0 0 0 0px;
  white-space: nowrap;
}

.header .container .wrapper .back p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  font-size: 12vw;
}

.header .container .wrapper .text {
  position: absolute;
  z-index: 3;
  padding: 10px 0 0 0%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .container .wrapper .text .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0 0 5px;
}

.header .container .wrapper .text .logo img {
  width: 8vw;
  display: block;
  margin: 0 10px 0 0;
}

.header .container .wrapper .text .logo span {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: orbitron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6vw;
  line-height: 1.2;
}

.header .container .wrapper .text h1 {
  position: relative;
  z-index: 2;
  margin: 1px 0 0 -10px;
  font-weight: 700;
}

.header .container .wrapper .text h1 .line {
  margin: 10px 0 0 0;
  line-height: 1;
  transform: skew(-10deg);
}

.header .container .wrapper .text h1 .line .cover {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 8px 10px 13px 20px;
}

.header .container .wrapper .text h1 .line .cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.header .container .wrapper .text h1 .line .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  font-size: 10vw;
}

.header .container .wrapper .text h1 .line .cover .catch .small {
  font-size: 8vw;
}

.header .container .wrapper .text h1 .line .cover .catch .big {
  font-size: 13vw;
}

.header .container .wrapper .first-view {
  position: relative;
  z-index: 1;
  margin: 0px 0 0 0;
  width: 100%;
  padding: 0 0 0 12.5%;
  right: -10vw;
}

.header .container .wrapper .first-view .splide {
  position: relative;
  width: 100%;
}

.header .container .wrapper .first-view .splide .splide__track {
  width: 100%;
}

.header .container .wrapper .first-view .splide .splide__track .splide__list {
  width: 100%;
}

.header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide {
  width: 100%;
  position: relative;
}

.header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide .thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 65%);
  clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 65%);
}

.header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
  width: 100%;
  height: auto;
  transition: 8s ease-out;
}

.header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.header .container .wrapper .first-view .splide__arrow--prev,
.header .container .wrapper .first-view .splide__arrow--next {
  display: none;
}

.header .container .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 20px 1.5% 0 1.5%;
}

.header .container .box-wrapper .box {
  position: relative;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 20px 10px 15px 10px;
  width: 49.5%;
  margin: 1% 1% 0 0;
}

.header .container .box-wrapper .box::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.header .container .box-wrapper .box .sub .inset {
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .container .box-wrapper .box .sub .inset img {
  width: 5vw;
  height: auto;
}

.header .container .box-wrapper .box .sub .inset p {
  padding: 0 0 0 5px;
  color: #fff;
  font-size: 3.75vw;
}

.header .container .box-wrapper .box .main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px 0 0 0;
}

.header .container .box-wrapper .box .main .deco {
  width: 5vw;
}

.header .container .box-wrapper .box .main .deco.left {
  margin: -10px 0 0 0;
}

.header .container .box-wrapper .box .main .deco.right {
  margin: 10px 0 0 0;
}

.header .container .box-wrapper .box .main p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px;
  font-size: 3.5vw;
  padding: 0 5px 0 5px;
}

.header .container .box-wrapper .box .main p .big {
  font-size: 6.5vw;
}

.header .container .box-wrapper .box .main p .middle {
  font-size: 5vw;
}

.header .container .box-wrapper .box .main p .en {
  font-family: "Josefin Sans";
  font-weight: 700;
}

.header .container .box-wrapper .box:nth-child(2n) {
  margin: 1% 0 0 0;
}

.header .container .coupon {
  position: relative;
  background: linear-gradient(90deg, #fff4ee 0%, #ffffff 100%);
  margin: 40px auto 30px;
  max-width: 1920px;
  width: 96%;
}

.header .container .coupon::before,
.header .container .coupon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffd0cc 0%, #ffdfc0 50%, #ffc9c1 100%);
}

.header .container .coupon::before {
  top: -4px;
}

.header .container .coupon::after {
  bottom: -4px;
}

.header .container .coupon .inner {
  position: relative;
  padding: 1px 0 15px 0;
}

.header .container .coupon .inner::before,
.header .container .coupon .inner::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 17px;
  height: 17px;
  opacity: 0.3;
}

.header .container .coupon .inner::before {
  left: 4px;
  top: 4px;
  -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 0);
  clip-path: polygon(0 1%, 0% 100%, 100% 0);
}

.header .container .coupon .inner::after {
  right: 4px;
  bottom: 4px;
  -webkit-clip-path: polygon(99% 100%, 0% 100%, 100% 0);
  clip-path: polygon(99% 100%, 0% 100%, 100% 0);
}

.header .container .coupon .inner .semi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  margin: -15px auto 0;
  width: 90%;
}

.header .container .coupon .inner .semi-title img {
  width: 5vw;
  height: auto;
}

.header .container .coupon .inner .semi-title h2 {
  position: relative;
  font-family: "NitalagoRuika-06M";
}

.header .container .coupon .inner .semi-title h2 .catch {
  font-family: "Antonio";
  color: #fff;
  letter-spacing: 4px;
  padding: 5px 15px 5px 15px;
  font-size: 4vw;
}

.header .container .coupon .inner .sentence {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0px 0;
}

.header .container .coupon .inner .sentence .mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  width: 22vw;
  height: 22vw;
}

.header .container .coupon .inner .sentence .mark .deco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.header .container .coupon .inner .sentence .mark p {
  color: #f66a57;
  font-size: 4.5vw;
}

.header .container .coupon .inner .sentence .semi {
  padding: 0 0 0 20px;
}

.header .container .coupon .inner .sentence .semi .max {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid #f66a57 2px;
  color: #f66a57;
}

.header .container .coupon .inner .sentence .semi .max .deco {
  width: 5vw;
  height: auto;
}

.header .container .coupon .inner .sentence .semi .max .deco.right {
  transform: scale(-1, 1);
}

.header .container .coupon .inner .sentence .semi .max p {
  letter-spacing: 5px;
  font-size: 3.75vw;
  padding: 0px 10px 0px 10p0x;
}

.header .container .coupon .inner .sentence .semi .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  line-height: 1.1;
  font-size: 4vw;
  margin: 10px 0 0 0;
}

.header .container .coupon .inner .sentence .semi .catch p {
  text-align: center;
}

.header .container .coupon .inner .sentence .semi .catch p .en {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 12vw;
}

.header .container .explain {
  background: url(../images/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 4% 0 4% 0;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .header .container .suggest img {
    width: 25px;
    height: auto;
  }

  .header .container .suggest p {
    font-size: 20px;
    padding: 3px 5px 3px 5px;
  }

  .header .container .wrapper::before,
  .header .container .wrapper::after {
    width: 80%;
    height: 100px;
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
    opacity: 0.3;
  }

  .header .container .wrapper::before {
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }

  .header .container .wrapper::after {
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .header .container .wrapper .back {
    line-height: 1.2;
    padding: 0 0 0 0px;
  }

  .header .container .wrapper .back p {
    display: inline-block;
    background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    font-size: 80px;
  }

  .header .container .wrapper .text {
    padding: 60px 0 0 0%;
    left: 0;
    top: 0;
  }

  .header .container .wrapper .text .logo {
    padding: 5px 0 0 5px;
  }

  .header .container .wrapper .text .logo img {
    width: 60px;
    display: block;
    margin: 0 10px 0 0;
  }

  .header .container .wrapper .text .logo span {
    font-size: 45px;
    line-height: 1.2;
  }

  .header .container .wrapper .text h1 {
    margin: 1px 0 0 -10px;
  }

  .header .container .wrapper .text h1 .line {
    margin: 15px 0 0 0;
    line-height: 1;
    transform: skew(-10deg);
  }

  .header .container .wrapper .text h1 .line .cover {
    padding: 8px 10px 13px 20px;
  }

  .header .container .wrapper .text h1 .line .cover .catch {
    letter-spacing: -1px;
    font-size: 62px;
  }

  .header .container .wrapper .text h1 .line .cover .catch .small {
    font-size: 52px;
  }

  .header .container .wrapper .text h1 .line .cover .catch .big {
    font-size: 77px;
  }

  .header .container .wrapper .first-view {
    position: relative;
    z-index: 1;
    margin: 0px 0 0 0;
    width: 100%;
    padding: 0 0 0 20%;
    right: -10%;
  }

  .header .container .wrapper .first-view .splide {
    position: relative;
    width: 100%;
  }

  .header .container .wrapper .first-view .splide .splide__track {
    width: 100%;
  }

  .header .container .wrapper .first-view .splide .splide__track .splide__list {
    width: 100%;
  }

  .header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    position: relative;
  }

  .header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 65%);
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 65%);
  }

  .header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: auto;
    transition: 8s ease-out;
  }

  .header .container .wrapper .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }

  .header .container .wrapper .first-view .splide__arrow--prev,
  .header .container .wrapper .first-view .splide__arrow--next {
    display: none;
  }

  .header .container .box-wrapper {
    max-width: 1920px;
    margin: 20px 1.5% 0 1.5%;
  }

  .header .container .box-wrapper .box {
    padding: 20px 10px 15px 10px;
    width: 49.5%;
    margin: 1% 1% 0 0;
  }

  .header .container .box-wrapper .box::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }

  .header .container .box-wrapper .box .sub .inset {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  }

  .header .container .box-wrapper .box .sub .inset img {
    width: 30px;
    height: auto;
  }

  .header .container .box-wrapper .box .sub .inset p {
    padding: 0 0 0 5px;
    font-size: 25px;
  }

  .header .container .box-wrapper .box .main {
    margin: 5px 0 0 0;
  }

  .header .container .box-wrapper .box .main .deco {
    width: 23px;
  }

  .header .container .box-wrapper .box .main .deco.left {
    margin: -10px 0 0 0;
  }

  .header .container .box-wrapper .box .main .deco.right {
    margin: 10px 0 0 0;
  }

  .header .container .box-wrapper .box .main p {
    letter-spacing: 0px;
    font-size: 25px;
    padding: 0 5px 0 5px;
  }

  .header .container .box-wrapper .box .main p .big {
    font-size: 43px;
  }

  .header .container .box-wrapper .box .main p .middle {
    font-size: 35px;
  }

  .header .container .box-wrapper .box .main p .en {
    font-family: "Josefin Sans";
    font-weight: 700;
  }

  .header .container .box-wrapper .box:nth-child(2n) {
    margin: 1% 0 0 0;
  }

  .header .container .coupon {
    margin: 40px auto 30px;
    max-width: 1920px;
    width: 96%;
  }

  .header .container .coupon::before,
  .header .container .coupon::after {
    width: 100%;
    height: 2px;
  }

  .header .container .coupon::before {
    top: -4px;
  }

  .header .container .coupon::after {
    bottom: -4px;
  }

  .header .container .coupon .inner {
    padding: 1px 0 15px 0;
  }

  .header .container .coupon .inner::before,
  .header .container .coupon .inner::after {
    width: 30px;
    height: 30px;
    opacity: 0.3;
  }

  .header .container .coupon .inner::before {
    left: 4px;
    top: 4px;
    -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 0);
    clip-path: polygon(0 1%, 0% 100%, 100% 0);
  }

  .header .container .coupon .inner::after {
    right: 4px;
    bottom: 4px;
    -webkit-clip-path: polygon(99% 100%, 0% 100%, 100% 0);
    clip-path: polygon(99% 100%, 0% 100%, 100% 0);
  }

  .header .container .coupon .inner .semi-title {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    margin: -15px auto 0;
    width: 80%;
  }

  .header .container .coupon .inner .semi-title img {
    width: 30px;
    height: auto;
  }

  .header .container .coupon .inner .semi-title h2 .catch {
    letter-spacing: 4px;
    padding: 5px 15px 5px 15px;
    font-size: 25px;
  }

  .header .container .coupon .inner .sentence {
    padding: 15px 0 0px 0;
  }

  .header .container .coupon .inner .sentence .mark {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
    border-radius: 50%;
    width: 170px;
    height: 170px;
  }

  .header .container .coupon .inner .sentence .mark .deco {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }

  .header .container .coupon .inner .sentence .mark p {
    color: #f66a57;
    font-size: 25px;
  }

  .header .container .coupon .inner .sentence .semi {
    padding: 0 0 0 20px;
  }

  .header .container .coupon .inner .sentence .semi .max .deco {
    width: 22px;
    height: auto;
  }

  .header .container .coupon .inner .sentence .semi .max .deco.right {
    transform: scale(-1, 1);
  }

  .header .container .coupon .inner .sentence .semi .max p {
    letter-spacing: 5px;
    font-size: 25px;
    padding: 0px 10px 0px 10p0x;
  }

  .header .container .coupon .inner .sentence .semi .catch {
    line-height: 1.1;
    font-size: 28px;
    margin: 10px 0 0 0;
  }

  .header .container .coupon .inner .sentence .semi .catch p .en {
    font-size: 65px;
  }

  .header .container .explain {
    background: url(../images/bg01.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 4% 0 4% 0;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FASHION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.fashion {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.fashion .container {
  position: relative;
  background: url(../images/bg02.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 35px 0 35px 0;
}

.fashion .container .text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fashion .container .text .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.fashion .container .text .inner .back {
  position: absolute;
  line-height: 1;
  z-index: 2;
  bottom: 0;
  left: 0;
  font-family: "Antonio";
  font-weight: 400;
  color: #fff;
  font-size: 16vw;
  opacity: 0.4;
}

.fashion .container .text .inner .bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: url(../images/bg03.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
  width: 60%;
  height: 100%;
  opacity: 0.7;
}

.fashion .container .text .inner .mark-wrapper {
  position: relative;
  z-index: 2;
}

.fashion .container .text .inner .mark-wrapper .mark {
  text-align: right;
}

.fashion .container .text .inner .mark-wrapper .mark .catch {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 3px 20px 3px 20px;
}

.fashion .container .text .inner .mark-wrapper .mark .catch p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6vw;
}

.fashion .container .text .inner .mark-wrapper .mark .catch p .small {
  font-size: 0.8em;
}

.fashion .container .text .inner .mark-wrapper .mark:nth-child(1) {
  margin: 0px 60px 0 0;
}

.fashion .container .text .inner .mark-wrapper .mark:nth-child(2) {
  margin: 15px 40px 0 0;
}

.fashion .container .text .inner .mark-wrapper .mark:nth-child(3) {
  margin: 15px 20px 0 0;
}

.fashion .container .text .inner .line-wrapper {
  position: relative;
  z-index: 2;
  line-height: 1;
}

.fashion .container .text .inner .line-wrapper .line {
  margin: 20px 0 0 0;
  text-align: right;
}

.fashion .container .text .inner .line-wrapper .line p {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  color: #fff;
  font-size: 8vw;
  padding: 5px 15px 5px 15px;
}

.fashion .container .thumb {
  position: relative;
  left: -5%;
  z-index: 1;
  width: 75%;
  height: 50vh;
  -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
}

.fashion .container .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fashion .deco-border {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.fashion .deco-border.top {
  top: 10px;
}

.fashion .deco-border.bottom {
  bottom: 10px;
}

.fashion .deco-border img {
  width: 50%;
  opacity: 0.5;
}

.fashion .explain {
  position: relative;
  z-index: 1;
  background: url(../images/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fashion .explain .text {
  position: relative;
  z-index: 2;
  padding: 0 3% 0 3%;
  width: 60%;
}

.fashion .explain .text h2 .line.mix {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fashion .explain .text h2 .line.mix .catch {
  padding: 0 5px 0 0px;
}

.fashion .explain .text h2 .line.mix img {
  width: 10vw;
  height: auto;
}

.fashion .explain .text h2 .line .catch {
  line-height: 1.5;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5vw;
}

.fashion .explain .text .sentence {
  line-height: 1.5;
  padding: 30px 0 0 0%;
}

.fashion .explain .text .sentence .inset {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fashion .explain .text .sentence .inset img {
  width: 6vw;
  height: auto;
}

.fashion .explain .text .sentence .inset img.reverse {
  transform: scale(-1, 1);
}

.fashion .explain .text .sentence .inset p {
  text-align: center;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5vw;
}

.fashion .explain .thumb {
  position: absolute;
  z-index: 1;
  line-height: 0;
  width: 40%;
  height: 150px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.fashion .explain .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .fashion .container {
    padding: 35px 0 35px 0;
  }

  .fashion .container .text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fashion .container .text .inner {
    width: 100%;
    height: 100%;
  }

  .fashion .container .text .inner .back {
    line-height: 1;
    bottom: 0;
    left: 0;
    font-size: 65px;
    opacity: 0.4;
  }

  .fashion .container .text .inner .bg {
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
    width: 60%;
    height: 100%;
    opacity: 0.7;
  }

  .fashion .container .text .inner .mark-wrapper .mark .catch {
    padding: 3px 20px 3px 20px;
  }

  .fashion .container .text .inner .mark-wrapper .mark .catch p {
    font-size: 35px;
  }

  .fashion .container .text .inner .mark-wrapper .mark .catch p .small {
    font-size: 0.8em;
  }

  .fashion .container .text .inner .mark-wrapper .mark:nth-child(1) {
    margin: 0px 60px 0 0;
  }

  .fashion .container .text .inner .mark-wrapper .mark:nth-child(2) {
    margin: 15px 40px 0 0;
  }

  .fashion .container .text .inner .mark-wrapper .mark:nth-child(3) {
    margin: 15px 20px 0 0;
  }

  .fashion .container .text .inner .line-wrapper {
    line-height: 1;
  }

  .fashion .container .text .inner .line-wrapper .line {
    margin: 20px 0 0 0;
    text-align: right;
  }

  .fashion .container .text .inner .line-wrapper .line p {
    font-size: 46px;
    padding: 5px 15px 5px 15px;
  }

  .fashion .container .thumb {
    left: -5%;
    z-index: 1;
    width: 75%;
    height: 600px;
    -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  }

  .fashion .container .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fashion .deco-border.top {
    top: 10px;
  }

  .fashion .deco-border.bottom {
    bottom: 10px;
  }

  .fashion .deco-border img {
    width: 50%;
    opacity: 0.5;
  }

  .fashion .explain {
    padding: 40px 0 40px 0;
  }

  .fashion .explain .text {
    position: relative;
    z-index: 2;
    padding: 0 3% 0 3%;
    width: 60%;
  }

  .fashion .explain .text h2 .line.mix {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .fashion .explain .text h2 .line.mix .catch {
    padding: 0 5px 0 0px;
  }

  .fashion .explain .text h2 .line.mix img {
    width: 45px;
    height: auto;
  }

  .fashion .explain .text h2 .line .catch {
    font-size: 35px;
  }

  .fashion .explain .text .sentence {
    line-height: 1.5;
    padding: 30px 0 0 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .fashion .explain .text .sentence .inset img {
    width: 30px;
  }

  .fashion .explain .text .sentence .inset p {
    font-size: 25px;
  }

  .fashion .explain .thumb {
    position: absolute;
    z-index: 1;
    line-height: 0;
    width: 40%;
    height: 200px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .fashion .explain .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STYLIST 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.stylist {
  overflow: hidden;
}

.stylist .container {
  position: relative;
  background: url(../images/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.stylist .container .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stylist .container .text .en p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Antonio";
  font-weight: 400;
  font-size: 15vw;
  opacity: 0.4;
  line-height: 1.1;
}

.stylist .container .text h2 .line {
  margin: 20px 0 0 -10px;
}

.stylist .container .text h2 .line .catch {
  display: inline-block;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  font-size: 7.7vw;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  padding: 5px 20px 5px 30px;
  transform: skew(-10deg);
}

.stylist .container .text h2 .line .catch .small {
  font-size: 0.785em;
}

.stylist .container .text h2 .line:nth-child(1) {
  margin: 0 0 0 -10px;
}

.stylist .container .text .mark-wrapper {
  margin: 25px 0 0 0;
}

.stylist .container .text .mark-wrapper .mark {
  margin: 15px 0 0 0;
  line-height: 1;
}

.stylist .container .text .mark-wrapper .mark p {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.stylist .container .text .mark-wrapper .mark p span {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
  padding: 5px 20px 5px 20px;
}

.stylist .container .thumb {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 55vh;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
  clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
}

.stylist .container .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stylist .explain {
  background: url(../images/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 4% 0 4% 0;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .stylist .container .text {
    width: 100%;
    height: 100%;
  }

  .stylist .container .text .en p {
    font-size: 30px;
    opacity: 0.4;
    line-height: 1.1;
  }

  .stylist .container .text h2 .line {
    margin: 20px 0 0 -10px;
  }

  .stylist .container .text h2 .line .catch {
    font-size: 40px;
    padding: 5px 20px 5px 30px;
    transform: skew(-10deg);
  }

  .stylist .container .text h2 .line .catch .small {
    font-size: 0.785em;
  }

  .stylist .container .text h2 .line:nth-child(1) {
    margin: 0 0 0 -10px;
  }

  .stylist .container .text .mark-wrapper {
    margin: 25px 0 0 0;
  }

  .stylist .container .text .mark-wrapper .mark {
    margin: 15px 0 0 0;
    line-height: 1;
  }

  .stylist .container .text .mark-wrapper .mark p span {
    font-size: 25px;
    padding: 5px 20px 5px 20px;
  }

  .stylist .container .thumb {
    width: 80%;
    height: 600px;
    -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
  }

  .stylist .container .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .stylist .explain {
    padding: 4% 0 4% 0;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .TALK 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.talk {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px 0 0px 0;
}

.talk .bg {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 130%;
  z-index: 2;
  background: url(../images/recommended-bg.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 220px;
}

.talk .container h2 {
  position: relative;
  z-index: 3;
  margin: 1px 0 0 -10px;
  font-weight: 700;
}

.talk .container h2 .line {
  margin: 15px auto 0;
  line-height: 1;
  text-align: center;
  width: 105%;
}

.talk .container h2 .line .cover {
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 8px 10px 13px 20px;
}

.talk .container h2 .line .cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.talk .container h2 .line .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  font-size: 10vw;
  transform: skew(-10deg);
}

.talk .container h2 .line .cover .catch .small {
  font-size: 6vw;
}

.talk .container h2 .line .cover .catch .big {
  font-size: 10vw;
}

.talk .container .thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  width: 100%;
  margin: 0px 0 0 0;
}

.talk .container .thumb .phrase {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.talk .container .thumb .phrase .line {
  margin: 0px 0 15px 0;
  text-align: right;
}

.talk .container .thumb .phrase .line P {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  color: #fff;
  font-size: 8vw;
  padding: 5px 20px 5px 20px;
}

.talk .container .thumb .phrase .line P .small {
  font-size: 0.8em;
}

.talk .container .thumb .image {
  width: 100%;
  height: 35vh;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .talk {
    padding: 30px 0 0px 0;
  }

  .talk .bg {
    z-index: 2;
    width: 130%;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    height: 220px;
  }

  .talk .container h2 {
    margin: 1px 0 0 -10px;
  }

  .talk .container h2 .line {
    margin: 15px auto 0;
    line-height: 1;
    width: 105%;
  }

  .talk .container h2 .line .cover {
    padding: 8px 10px 13px 20px;
  }

  .talk .container h2 .line .cover .catch {
    letter-spacing: 1px;
    font-size: 41px;
  }

  .talk .container h2 .line .cover .catch .small {
    font-size: 36px;
  }

  .talk .container h2 .line .cover .catch .big {
    font-size: 48px;
  }

  .talk .container .thumb {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .talk .container .thumb .phrase .line {
    margin: 0px 0 15px 0;
  }

  .talk .container .thumb .phrase .line P {
    font-size: 40px;
    padding: 5px 20px 5px 20px;
  }

  .talk .container .thumb .phrase .line P .small {
    font-size: 0.8em;
  }

  .talk .container .thumb .image {
    width: 100%;
    height: 600px;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STAFF 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.staff {
  background: #fff;
  overflow: hidden;
}

.staff .container {
  background: url(../images/bg05.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px 0 30px 0;
}

.staff .container h2 {
  letter-spacing: 2px;
  font-weight: 500;
}

.staff .container h2 .plane {
  text-align: center;
}

.staff .container h2 .plane .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8.5vw;
}

.staff .container h2 .frame {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 20px auto 0;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  overflow: hidden;
  text-align: center;
  line-height: 1.1;
}

.staff .container h2 .frame .inset {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.staff .container h2 .frame .inset .deco {
  width: 10vw;
  height: 100%;
}

.staff .container h2 .frame .inset .deco.left {
  background: #f96363;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
}

.staff .container h2 .frame .inset .deco.right {
  background: #ffb366;
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
}

.staff .container h2 .frame .inset .catch {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  font-weight: 700;
  padding: 8px 15px 11px 15px;
  font-size: 9vw;
  margin: 0 -1px 0 -1px;
}

.staff .container h2 .frame .inset .border {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.staff .container h2 .frame .inset .border.top {
  top: 4px;
}

.staff .container h2 .frame .inset .border.bottom {
  bottom: 4px;
}

.staff .container h2 .line {
  text-align: center;
  margin: 25px 0 0 0;
}

.staff .container h2 .line .cover {
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  display: inline-block;
  background: #fff;
  transform: skew(-25deg);
  line-height: 1;
}

.staff .container h2 .line .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8.5vw;
  padding: 5px 25px 8px 25px;
  display: inline-block;
  transform: skew(25deg);
}

.staff .container .content {
  position: relative;
  padding: 35px 0 0 0;
}

.staff .container .content .thumb {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  width: 92vw;
  height: 92vw;
  margin: 0 auto 0;
}

.staff .container .content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff .container .content .mark {
  position: absolute;
  z-index: 2;
  background: url(../images/staff-mark-bg.svg) no-repeat center center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  width: 30vw;
  height: 30vw;
}

.staff .container .content .mark p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  font-size: 4.75vw;
}

.staff .container .content .mark.left {
  left: -10px;
  top: 10%;
}

.staff .container .content .mark.right {
  right: -10px;
  bottom: 5%;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .staff .container {
    padding: 40px 0 30px 0;
  }

  .staff .container h2 {
    letter-spacing: 2px;
  }

  .staff .container h2 .plane {
    text-align: center;
  }

  .staff .container h2 .plane .catch {
    font-size: 45px;
  }

  .staff .container h2 .frame {
    margin: 20px auto 0;
  }

  .staff .container h2 .frame .inset .deco {
    width: 90px;
    height: 100%;
  }

  .staff .container h2 .frame .inset .deco.left {
    background: #f96363;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
  }

  .staff .container h2 .frame .inset .deco.right {
    background: #ffb366;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 50%, 100% 100%, 0 100%);
  }

  .staff .container h2 .frame .inset .catch {
    padding: 8px 15px 11px 15px;
    font-size: 45px;
    margin: 0 -1px 0 -1px;
  }

  .staff .container h2 .frame .inset .border {
    width: 100%;
    left: 0;
    width: 100%;
    height: 3px;
  }

  .staff .container h2 .frame .inset .border.top {
    top: 4px;
  }

  .staff .container h2 .frame .inset .border.bottom {
    bottom: 4px;
  }

  .staff .container h2 .line {
    margin: 25px 0 0 0;
  }

  .staff .container h2 .line .cover {
    line-height: 1;
  }

  .staff .container h2 .line .cover .catch {
    font-size: 45px;
    padding: 5px 25px 8px 25px;
  }

  .staff .container .content {
    padding: 35px 0 0 0;
  }

  .staff .container .content .thumb {
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    width: 100%;
    height: 600px;
    margin: 0 auto 0;
  }

  .staff .container .content .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .staff .container .content .mark {
    width: 180px;
    height: 180px;
  }

  .staff .container .content .mark p {
    font-size: 30px;
  }

  .staff .container .content .mark.left {
    left: -10px;
    top: 10%;
  }

  .staff .container .content .mark.right {
    right: -10px;
    bottom: 5%;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 OFFICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.office {
  padding: 30px 0 0 0;
  background: #fff;
}

.office .container .thumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60vh;
}

.office .container .thumb h2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.office .container .thumb h2 .line {
  text-align: center;
  position: relative;
  width: 50vw;
  padding: 5px 0 5px 0;
  letter-spacing: 1px;
  font-size: 3.75vw;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.office .container .thumb h2 .line::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: solid;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.office .container .thumb h2 .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.office .container .thumb h2 .line:last-child {
  margin: 10px 0 0 0;
}

.office .container .thumb .left,
.office .container .thumb .right {
  position: absolute;
  top: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}

.office .container .thumb .left img,
.office .container .thumb .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.office .container .thumb .left {
  z-index: 2;
  left: 0;
  -webkit-clip-path: polygon(0 0, 25% 0, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 25% 0, 85% 100%, 0 100%);
  margin: 0 0% 0 0;
}

.office .container .thumb .right {
  right: 0;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
  margin: 0 0 0 0%;
}

.office .container .content {
  position: relative;
  z-index: 2;
  width: 92%;
  margin: -30px auto 0;
  background: url(../images/bg06.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px 25px 40px 25px;
}

.office .container .content .back {
  position: absolute;
  top: -5px;
  left: -5px;
  line-height: 1;
}

.office .container .content .back p {
  font-family: "Josefin Sans";
  font-weight: 100;
  font-size: 10vw;
  color: #fff;
  letter-spacing: 3px;
}

.office .container .content .text {
  padding: 0px 0 0px 0;
}

.office .container .content .text .line {
  text-align: center;
  margin: 10px 0 0 0;
}

.office .container .content .text .line .catch {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 8.5vw;
}

.office .container .content .text .line .catch::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, white 2px, white 4px);
  opacity: 0.6;
}

.office .container .content .text .plane {
  text-align: center;
  margin: 18px 0 0 0;
}

.office .container .content .text .plane .catch {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 6vw;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .office {
    padding: 30px 0 0 0;
  }

  .office .container .thumb {
    width: 100%;
    height: 770px;
  }

  .office .container .thumb h2 .line {
    width: 50%;
    padding: 5px 0 5px 0;
    letter-spacing: 1px;
    font-size: 25px;
  }

  .office .container .thumb h2 .line::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }

  .office .container .thumb h2 .line .catch {
    display: inline-block;
    background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .office .container .thumb h2 .line:last-child {
    margin: 10px 0 0 0;
  }

  .office .container .thumb .left,
  .office .container .thumb .right {
    position: absolute;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
  }

  .office .container .thumb .left img,
  .office .container .thumb .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .office .container .thumb .left {
    -webkit-clip-path: polygon(0 0, 25% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 25% 0, 85% 100%, 0 100%);
    margin: 0 0% 0 0;
  }

  .office .container .thumb .right {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
    margin: 0 0 0 0%;
  }

  .office .container .content {
    width: 92%;
    margin: -30px auto 0;
    padding: 40px 25px 40px 25px;
  }

  .office .container .content .back {
    top: -5px;
    left: -5px;
    line-height: 1.2;
  }

  .office .container .content .back p {
    font-size: 66px;
    letter-spacing: 5px;
  }

  .office .container .content .text {
    padding: 0px 0 0px 0;
  }

  .office .container .content .text .line {
    text-align: center;
    margin: 10px 0 0 0;
  }

  .office .container .content .text .line .catch {
    letter-spacing: 1.5px;
    font-size: 55px;
  }

  .office .container .content .text .line .catch::before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, white 2px, white 4px);
    opacity: 0.6;
  }

  .office .container .content .text .plane {
    margin: 18px 0 0 0;
  }

  .office .container .content .text .plane .catch {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 30px;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 PRIVATE-ROOM 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.private-room .container {
  position: relative;
  background: url(../images/bg07.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.private-room .container .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.private-room .container .text .en p {
  color: #fff;
  font-family: "Antonio";
  font-weight: 400;
  font-size: 15vw;
  opacity: 0.4;
  line-height: 1.1;
}

.private-room .container .text h2 .line {
  margin: 10px 0 0 0px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  display: inline-flex;
  overflow: hidden;
  position: relative;
}

.private-room .container .text h2 .line::before,
.private-room .container .text h2 .line::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 96%;
  height: 2px;
  background: #fff;
}

.private-room .container .text h2 .line::before {
  top: 4px;
}

.private-room .container .text h2 .line::after {
  bottom: 4px;
}

.private-room .container .text h2 .line .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  position: relative;
  padding: 5px 10px 5px 20px;
}

.private-room .container .text h2 .line .catch .deco {
  line-height: 0;
  width: 7vw;
  height: auto;
  position: relative;
  top: -2vw;
}

.private-room .container .text h2 .line .catch p {
  font-size: 10vw;
  color: #fff;
  padding: 0 10px 0 5px;
}

.private-room .container .text h2 .line .catch p .small {
  font-size: 0.75em;
}

.private-room .container .text h2 .line .catch .icon {
  line-height: 0;
  width: 10vw;
  height: auto;
}

.private-room .container .text h2 .line .clip {
  position: relative;
  width: 7vw;
  left: -1%;
  background: #ffb366;
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%, 0% 50%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.private-room .container .text .mark-wrapper {
  margin: 30px 0 0 0;
}

.private-room .container .text .mark-wrapper .mark {
  margin: 10px 0 0 20px;
  line-height: 1;
}

.private-room .container .text .mark-wrapper .mark p {
  position: relative;
  display: inline-block;
  font-weight: 500;
  background: #fff;
  transform: skew(-20deg);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 10px 30px 10px 30px;
}

.private-room .container .text .mark-wrapper .mark p::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: solid;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.private-room .container .text .mark-wrapper .mark p span {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(20deg);
  letter-spacing: 2px;
  font-size: 6.5vw;
}

.private-room .container .thumb {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 55vh;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
  clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
}

.private-room .container .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .private-room .container .text .en p {
    font-size: 80px;
    opacity: 0.4;
    line-height: 1.1;
  }

  .private-room .container .text h2 .line {
    margin: 10px 0 0 0px;
  }

  .private-room .container .text h2 .line::before,
  .private-room .container .text h2 .line::after {
    left: 0;
    width: 96%;
    height: 2px;
    background: #fff;
  }

  .private-room .container .text h2 .line::before {
    top: 4px;
  }

  .private-room .container .text h2 .line::after {
    bottom: 4px;
  }

  .private-room .container .text h2 .line .catch {
    padding: 5px 10px 5px 20px;
  }

  .private-room .container .text h2 .line .catch .deco {
    line-height: 0;
    width: 50px;
    top: -7px;
  }

  .private-room .container .text h2 .line .catch p {
    font-size: 50px;
    color: #fff;
    padding: 0 10px 0 5px;
  }

  .private-room .container .text h2 .line .catch p .small {
    font-size: 0.75em;
  }

  .private-room .container .text h2 .line .catch .icon {
    width: 50px;
    height: auto;
  }

  .private-room .container .text h2 .line .clip {
    position: relative;
    width: 7vw;
    left: -1%;
    background: #ffb366;
    -webkit-clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%, 0% 50%);
    box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  }

  .private-room .container .text .mark-wrapper {
    margin: 30px 0 0 0;
  }

  .private-room .container .text .mark-wrapper .mark {
    margin: 10px 0 0 20px;
    line-height: 1;
  }

  .private-room .container .text .mark-wrapper .mark p {
    padding: 10px 30px 10px 30px;
  }

  .private-room .container .text .mark-wrapper .mark p::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }

  .private-room .container .text .mark-wrapper .mark p span {
    letter-spacing: 2px;
    font-size: 40px;
  }

  .private-room .container .thumb {
    position: relative;
    z-index: 1;
    width: 80%;
    height: 660px;
    -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 40% 100%);
  }

  .private-room .container .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 MOTIVATE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.motivate {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 45px 0 0px 0;
}

.motivate .bg {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 140%;
  z-index: 2;
  background: url(../images/recommended-bg.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 220px;
}

.motivate .container h2 {
  position: relative;
  z-index: 3;
  margin: 1px 0 0 -10px;
  font-weight: 500;
}

.motivate .container h2 .line {
  margin: 25px auto 0;
  line-height: 1;
  text-align: center;
  width: 105%;
}

.motivate .container h2 .line .cover {
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 8px 10px 13px 20px;
}

.motivate .container h2 .line .cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.motivate .container h2 .line .cover .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 10vw;
}

.motivate .container h2 .line .cover .catch .small {
  font-size: 6vw;
}

.motivate .container h2 .line .cover .catch .big {
  font-size: 10vw;
}

.motivate .container h2 .line.line02 {
  text-align: center;
}

.motivate .container h2 .line.line02 .cover {
  display: inline-block;
  padding: 8px 35px 13px 35px;
  transform: skew(-20deg);
}

.motivate .container h2 .line.line02 .cover .catch {
  transform: skew(20deg);
}

.motivate .container .block {
  padding: 30px 0 30px 0;
}

.motivate .container .block h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.motivate .container .block h3 .border {
  position: relative;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 2px;
  height: 10px;
}

.motivate .container .block h3 .border::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 2px;
  height: 20px;
}

.motivate .container .block h3 .border.left {
  transform: rotate(-27.5deg);
}

.motivate .container .block h3 .border.left::before {
  left: 5px;
  transform: rotate(7.5deg);
}

.motivate .container .block h3 .border.right {
  transform: rotate(27.5deg);
}

.motivate .container .block h3 .border.right::before {
  right: 5px;
  transform: rotate(-7.5deg);
}

.motivate .container .block h3 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  padding: 0 20px 0 20px;
  font-size: 5vw;
}

.motivate .container .block ul {
  padding: 1px 0 0 0;
  width: 92%;
  margin: 0 auto 0;
}

.motivate .container .block ul li {
  position: relative;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  border-radius: 0 30px 0 30px;
  margin: 25px 0 0 0;
}

.motivate .container .block ul li::before {
  content: "";
  display: block;
  line-height: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  border-radius: 0 30px 0 30px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transform: translate(-50%, -50%);
  border: solid 3px #fff;
  opacity: 0.65;
}

.motivate .container .block ul li .inset {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
}

.motivate .container .block ul li .inset .icon {
  line-height: 0;
  width: 10vw;
}

.motivate .container .block ul li .inset p {
  color: #fff;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  font-size: 5vw;
  padding: 0 0 0 10px;
}

.motivate .container .box {
  margin: 15px 0 0 0;
  padding: 45px 0 40px 0;
  z-index: 2;
  background: url(../images/bg05.jpg) no-repeat 0 0;
  background-size: cover;
}

.motivate .container .box .frame {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 5px auto 0;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  overflow: hidden;
  text-align: center;
  line-height: 1.1;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
}

.motivate .container .box .frame .inset {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.motivate .container .box .frame .inset .deco {
  width: 6vw;
  height: 100%;
}

.motivate .container .box .frame .inset .deco.left {
  background: #f96363;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
}

.motivate .container .box .frame .inset .deco.right {
  background: #ffb366;
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
}

.motivate .container .box .frame .inset .catch {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  padding: 10px 15px 10px 15px;
  font-size: 6vw;
  margin: 0 -1px 0 -1px;
}

.motivate .container .box .frame .inset .border {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.motivate .container .box .frame .inset .border.top {
  top: 4px;
}

.motivate .container .box .frame .inset .border.bottom {
  bottom: 4px;
}

.motivate .container .box .all-ok {
  text-align: center;
  padding: 5px 0 0 0;
}

.motivate .container .box .all-ok p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 14vw;
}

.motivate .container .box .sentence {
  text-align: center;
  padding: 1px 0 0 0;
}

.motivate .container .box .sentence .line p {
  position: relative;
  display: inline-block;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 6vw;
}

.motivate .container .box .sentence .line p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #f66a57 2px, #f66a57 4px);
  opacity: 0.6;
}

.motivate .container .box .thumb {
  position: relative;
  margin: 25px 0 0 0;
}

.motivate .container .box .thumb .mark {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 25vw;
  height: 25vw;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0);
}

.motivate .container .box .thumb .mark::before,
.motivate .container .box .thumb .mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.motivate .container .box .thumb .mark::before {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 100%;
  height: 100%;
}

.motivate .container .box .thumb .mark::after {
  border: solid 2px #fff;
  width: 92%;
  height: 92%;
}

.motivate .container .box .thumb .mark .inset {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 120px;
}

.motivate .container .box .thumb .mark .inset .icon {
  display: block;
  width: 8vw;
  height: auto;
  margin: 0 auto 0;
}

.motivate .container .box .thumb .mark .inset p {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 4vw;
}

.motivate .container .box .thumb .image {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 99%, 0% 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 99%, 0% 100%);
  width: 100%;
  height: 50vh;
}

.motivate .container .box .thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.motivate .container .box .thumb h1 {
  position: absolute;
  z-index: 3;
  width: 90%;
  margin: 0px auto 0;
  padding: 10px 10px 10px 10px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.motivate .container .box .thumb h1::before {
  content: "";
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.motivate .container .box .thumb h1 .top,
.motivate .container .box .thumb h1 .logo {
  position: relative;
  z-index: 2;
}

.motivate .container .box .thumb h1 .top {
  background: #fff;
  text-align: center;
}

.motivate .container .box .thumb h1 .top .catch {
  color: #f66a57;
  font-size: 18px;
}

.motivate .container .box .thumb h1 .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 0;
}

.motivate .container .box .thumb h1 .logo img {
  width: 45px;
  display: block;
  margin: 0 10px 0 0;
}

.motivate .container .box .thumb h1 .logo span {
  color: #fff;
  font-family: orbitron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  line-height: 1.2;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .motivate {
    padding: 45px 0 0px 0;
  }

  .motivate .bg {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    height: 220px;
  }

  .motivate .container h2 {
    margin: 1px 0 0 -10px;
  }

  .motivate .container h2 .line {
    margin: 25px auto 0;
    width: 105%;
  }

  .motivate .container h2 .line .cover {
    padding: 8px 10px 13px 20px;
  }

  .motivate .container h2 .line .cover .catch {
    letter-spacing: 1px;
    font-size: 45px;
  }

  .motivate .container h2 .line .cover .catch .small {
    font-size: 38px;
  }

  .motivate .container h2 .line .cover .catch .big {
    font-size: 50px;
  }

  .motivate .container h2 .line.line02 .cover {
    padding: 8px 35px 13px 35px;
    transform: skew(-20deg);
  }

  .motivate .container h2 .line.line02 .cover .catch {
    transform: skew(20deg);
  }

  .motivate .container .block {
    padding: 30px 0 30px 0;
  }

  .motivate .container .block h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .motivate .container .block h3 .border {
    width: 3px;
    height: 20px;
  }

  .motivate .container .block h3 .border::before {
    width: 3px;
    height: 40px;
  }

  .motivate .container .block h3 .border.left {
    transform: rotate(-27.5deg);
  }

  .motivate .container .block h3 .border.left::before {
    left: 10px;
    transform: rotate(7.5deg);
  }

  .motivate .container .block h3 .border.right {
    transform: rotate(27.5deg);
  }

  .motivate .container .block h3 .border.right::before {
    right: 10px;
    transform: rotate(-7.5deg);
  }

  .motivate .container .block h3 .catch {
    padding: 0 40px 0 40px;
    font-size: 40px;
  }

  .motivate .container .block ul {
    padding: 1px 0 0 0;
    width: 92%;
    margin: 0 auto 0;
  }

  .motivate .container .block ul li {
    border-radius: 0 30px 0 30px;
    margin: 25px 0 0 0;
  }

  .motivate .container .block ul li::before {
    left: 50%;
    top: 50%;
    border-radius: 0 30px 0 30px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    transform: translate(-50%, -50%);
    opacity: 0.65;
  }

  .motivate .container .block ul li .inset {
    padding: 10px 10px 10px 10px;
  }

  .motivate .container .block ul li .inset .icon {
    line-height: 0;
    width: 45px;
  }

  .motivate .container .block ul li .inset p {
    font-size: 30px;
    padding: 0 0 0 10px;
  }

  .motivate .container .box {
    margin: 15px 0 0 0;
    padding: 45px 0 40px 0;
  }

  .motivate .container .box .frame {
    line-height: 1.1;
  }

  .motivate .container .box .frame .inset .deco {
    width: 90px;
    height: 100%;
  }

  .motivate .container .box .frame .inset .deco.left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
  }

  .motivate .container .box .frame .inset .deco.right {
    -webkit-clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 30% 50%, 100% 100%, 0 100%);
  }

  .motivate .container .box .frame .inset .catch {
    padding: 10px 15px 10px 15px;
    font-size: 45px;
    margin: 0 -1px 0 -1px;
  }

  .motivate .container .box .frame .inset .border {
    width: 100%;
    left: 0;
    width: 100%;
    height: 3px;
  }

  .motivate .container .box .frame .inset .border.top {
    top: 4px;
  }

  .motivate .container .box .frame .inset .border.bottom {
    bottom: 4px;
  }

  .motivate .container .box .all-ok {
    text-align: center;
    padding: 5px 0 0 0;
  }

  .motivate .container .box .all-ok p {
    letter-spacing: 2px;
    font-size: 50px;
  }

  .motivate .container .box .sentence {
    padding: 1px 0 0 0;
  }

  .motivate .container .box .sentence .line p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 45px;
  }

  .motivate .container .box .sentence .line p::before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #f66a57 2px, #f66a57 4px);
    opacity: 0.6;
  }

  .motivate .container .box .thumb {
    position: relative;
    margin: 25px 0 0 0;
  }

  .motivate .container .box .thumb .mark {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 25px;
    transform: translate(-50%, 0);
  }

  .motivate .container .box .thumb .mark::before,
  .motivate .container .box .thumb .mark::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .motivate .container .box .thumb .mark::before {
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
    width: 100%;
    height: 100%;
  }

  .motivate .container .box .thumb .mark::after {
    border: solid 2px #fff;
    width: 92%;
    height: 92%;
  }

  .motivate .container .box .thumb .mark .inset {
    width: 150px;
    height: 150px;
  }

  .motivate .container .box .thumb .mark .inset .icon {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 0;
  }

  .motivate .container .box .thumb .mark .inset p {
    text-align: center;
    line-height: 1.3;
    font-size: 27px;
  }

  .motivate .container .box .thumb .image {
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 99%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 99%, 0% 100%);
    width: 100%;
    height: 600px;
  }

  .motivate .container .box .thumb .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .motivate .container .box .thumb h1 {
    width: 90%;
    margin: 0px auto 0;
    padding: 10px 10px 10px 10px;
    bottom: 20px;
  }

  .motivate .container .box .thumb h1::before {
    content: "";
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  .motivate .container .box .thumb h1 .top,
  .motivate .container .box .thumb h1 .logo {
    position: relative;
    z-index: 2;
  }

  .motivate .container .box .thumb h1 .top {
    text-align: center;
  }

  .motivate .container .box .thumb h1 .top .catch {
    color: #f66a57;
    font-size: 18px;
  }

  .motivate .container .box .thumb h1 .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0 0;
  }

  .motivate .container .box .thumb h1 .logo img {
    width: 45px;
    display: block;
    margin: 0 10px 0 0;
  }

  .motivate .container .box .thumb h1 .logo span {
    font-size: 35px;
    line-height: 1.2;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.cta {
  padding: 35px 0 0 0;
}

.cta .container {
  position: relative;
  padding: 0 0 30px 0;
}

.cta .container::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 100%;
  height: 50%;
  opacity: 0.3;
}

.cta .container .box {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  width: 92%;
  margin: 0 auto 0;
  padding: 0 0 30px 0;
}

.cta .container .box:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  z-index: 1;
}

.cta .container .box .level {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  opacity: 0.9;
}

.cta .container .box .level.left-top {
  top: 0px;
  left: 0px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.cta .container .box .level.right-top {
  top: 0px;
  right: 0px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.cta .container .box .level.left-bottom {
  left: 0px;
  bottom: 0px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.cta .container .box .level.right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.cta .container .box h2 {
  position: relative;
  z-index: 2;
  margin: 1px 0 0 0px;
  font-weight: 700;
  padding: 30px 0 0 0;
}

.cta .container .box h2 .line {
  text-align: center;
  margin: 1px 0 0 0;
  line-height: 1.3;
  transform: skew(-10deg);
}

.cta .container .box h2 .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  font-size: 7vw;
}

.cta .container .box h2 .line .catch .small {
  font-size: 5vw;
}

.cta .container .box h2 .line .catch .big {
  font-size: 9vw;
}

.cta .container .box .en {
  text-align: center;
}

.cta .container .box .en p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Josefin Sans";
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 3.75vw;
}

.cta .container .box h3 {
  text-align: center;
  padding: 20px 0 0 0;
}

.cta .container .box h3 .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  color: #fff;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 5vw;
  border-radius: 0 30px 0 30px;
  margin: 0px 0 0 0;
  padding: 5px 30px 5px 30px;
}

.cta .container .box h3 .catch::before {
  content: "";
  display: block;
  line-height: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  border-radius: 0 30px 0 30px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
  opacity: 0.65;
}

.cta .container .box .sentence {
  margin: 15px auto 0;
  width: 85%;
}

.cta .container .box .sentence p {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.65;
  font-size: 4.5vw;
  color: #5e1f38;
}

.cta .container .box .add {
  margin: 15px auto 0;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta .container .box .add .icon {
  width: 22.5%;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/mask02.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/mask02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

.cta .container .box .add p {
  width: 77.5%;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.65;
  font-size: 3.75vw;
  color: #5e1f38;
  padding: 0 0 0 10px;
}

.cta .container .box .button {
  position: relative;
  z-index: 2;
  width: 90%;
  padding: 25px 0 0 0;
  margin: 0 auto 0;
}

.cta .container .box .button a {
  text-decoration: none;
  background: linear-gradient(90deg, #04bc4d 0%, #1ea41a 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 20px 25px 20px;
}

.cta .container .box .button a .sub {
  text-align: center;
  margin: -15px 0 0 0;
}

.cta .container .box .button a .sub p {
  display: inline-block;
  background: #fff;
  color: #1aa721;
  border-radius: 100px;
  border: solid 3px #1aa721;
  padding: 3px 20px 3px 20px;
  font-size: 4.25vw;
}

.cta .container .box .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.cta .container .box .button a .main .icon {
  width: 7vw;
  height: auto;
}

.cta .container .box .button a .main .catch {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 5.5vw;
}

.cta .container .box .button a .main .arrow {
  width: 6vw;
  height: auto;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .cta {
    padding: 35px 0 0 0;
  }

  .cta .container {
    padding: 0 0 30px 0;
  }

  .cta .container::before {
    width: 100%;
    height: 50%;
    opacity: 0.3;
  }

  .cta .container .box {
    width: 92%;
    margin: 0 auto 0;
    padding: 0 0 30px 0;
  }

  .cta .container .box:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }

  .cta .container .box .level {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
    opacity: 0.9;
  }

  .cta .container .box .level.left-top {
    top: 0px;
    left: 0px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
  }

  .cta .container .box .level.right-top {
    top: 0px;
    right: 0px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .cta .container .box .level.left-bottom {
    left: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }

  .cta .container .box .level.right-bottom {
    right: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }

  .cta .container .box h2 {
    margin: 1px 0 0 0px;
    padding: 30px 0 0 0;
  }

  .cta .container .box h2 .line {
    margin: 1px 0 0 0;
    line-height: 1.5;
    transform: skew(-10deg);
  }

  .cta .container .box h2 .line .catch {
    display: inline-block;
    background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    font-size: 40px;
  }

  .cta .container .box h2 .line .catch .small {
    font-size: 35px;
  }

  .cta .container .box h2 .line .catch .big {
    font-size: 52px;
  }

  .cta .container .box .en {
    margin: 10px 0 0 0;
  }

  .cta .container .box .en p {
    letter-spacing: 2px;
    font-size: 25px;
  }

  .cta .container .box h3 {
    padding: 20px 0 0 0;
  }

  .cta .container .box h3 .catch {
    letter-spacing: 2px;
    font-size: 35px;
    border-radius: 0 30px 0 30px;
    margin: 0px 0 0 0;
    padding: 5px 30px 5px 30px;
  }

  .cta .container .box h3 .catch::before {
    left: 50%;
    top: 50%;
    border-radius: 0 30px 0 30px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    transform: translate(-50%, -50%);
    border: solid 2px #fff;
    opacity: 0.65;
  }

  .cta .container .box .sentence {
    margin: 15px auto 0;
    width: 85%;
  }

  .cta .container .box .sentence p {
    letter-spacing: 0px;
    line-height: 1.65;
    font-size: 22px;
  }

  .cta .container .box .add {
    margin: 15px auto 0;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta .container .box .add .icon {
    width: 22.5%;
  }

  .cta .container .box .add p {
    width: 77.5%;
    line-height: 1.65;
    font-size: 20px;
    padding: 0 0 0 10px;
  }

  .cta .container .box .button {
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 25px 0 0 0;
    margin: 0 auto 0;
  }

  .cta .container .box .button a {
    border-radius: 100px;
    padding: 5px 40px 25px 40px;
  }

  .cta .container .box .button a .sub {
    text-align: center;
    margin: -15px 0 0 0;
  }

  .cta .container .box .button a .sub p {
    border-radius: 100px;
    padding: 3px 40px 3px 40px;
    font-size: 23px;
  }

  .cta .container .box .button a .main {
    margin: 10px 0 0 0;
  }

  .cta .container .box .button a .main .icon {
    width: 40px;
    height: auto;
  }

  .cta .container .box .button a .main .catch {
    line-height: 1.3;
    font-size: 34px;
  }

  .cta .container .box .button a .main .arrow {
    width: 30px;
    height: auto;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.introduction {
  position: relative;
  background: url(../images/introduction-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 1px 0 40px 0;
  margin: 50px 0 0 0;
  height: 90vh;
}

.introduction .line-text {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}

.introduction .line-text li {
  font-family: "Antonio";
  font-weight: 500;
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  letter-spacing: 1px;
  font-size: 14vw;
}

.introduction .container {
  position: relative;
  z-index: 2;
  padding: 25px 4% 0 4%;
  max-width: 100%;
}

.introduction .container .thumb {
  width: 80%;
  margin: 5px auto 0;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/introduction-thumb-mask.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/introduction-thumb-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

.introduction .container .phrase {
  line-height: 1.3;
  margin: 1px 0 0 0;
}

.introduction .container .phrase p {
  display: inline-block;
  background: linear-gradient(90deg, #ab459f 0%, #e57886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Antonio";
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 10vw;
}

.introduction .container h3 {
  text-align: right;
}

.introduction .container h3 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #ab459f 0%, #e57886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8vw;
}

.introduction .container h3 .catch span {
  background: linear-gradient(transparent 80%, rgba(229, 120, 134, 0.3) 80%);
}

.introduction .container h2 .line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.15;
  margin: 10px 0 0 0;
}

.introduction .container h2 .line .main {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 5px 15px 5px 15px;
}

.introduction .container h2 .line .main .catch {
  display: inline-block;
  display: inline-block;
  background: linear-gradient(90deg, #ab459f 0%, #e57886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-10deg);
  font-size: 6.5vw;
}

.introduction .container h2 .line .plane {
  display: inline-block;
  background: linear-gradient(90deg, #ab459f 0%, #e57886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5vw;
}

.introduction .container .explain {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
}

.introduction .container .explain .thumb {
  width: 27.5vw;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/header-explain-thumb-mask.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/header-explain-thumb-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

.introduction .container .explain .text {
  position: relative;
  z-index: 2;
  margin: 0 0 0 10px;
}

.introduction .container .explain .text .en {
  font-family: "Josefin Sans";
  font-weight: 400;
  line-height: 1;
}

.introduction .container .explain .text .en p {
  display: inline-block;
  background: linear-gradient(90deg, #ab459f 0%, #e57886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 7vw;
}

.introduction .container .explain .text .line {
  text-align: center;
  line-height: 1;
  margin: 5px 0 0 0;
}

.introduction .container .explain .text .line .catch {
  background: linear-gradient(45deg, #ab459f 0%, #e57886 100%);
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
}

.introduction .container .explain .text .line .catch p {
  color: #fff;
  font-size: 4.75vw;
}

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

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

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



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

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

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

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

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

〇 RECOMMENDED 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.recommended {
  overflow: hidden;
  position: relative;
  margin: 0px 0 0 0;
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(at 52% 63%, rgb(255, 245, 239) 0px, transparent 50%), radial-gradient(at 96% 95%, rgb(237, 203, 209) 0px, transparent 50%);
  padding: 0 0 40px 0;
}

.recommended .bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  z-index: 1;
  background: url(../images/recommended-bg.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 220px;
}

.recommended .container {
  position: relative;
  z-index: 2;
}

.recommended .container .title {
  padding: 25px 0 0 0;
}

.recommended .container .title .en {
  text-align: center;
}

.recommended .container .title .en p {
  font-family: "Antonio";
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px;
  font-size: 12vw;
}

.recommended .container .title h2 {
  text-align: center;
  line-height: 1.3;
}

.recommended .container .title h2 .catch {
  display: inline-block;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  font-size: 5vw;
  padding: 5px 15px 5px 15px;
}

.recommended .container .box-wrapper {
  max-width: 100%;
  padding: 20px 3% 0 3%;
}

.recommended .container .box-wrapper .box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  margin: 10px auto 0;
  padding: 15px 15px 15px 25px;
}

.recommended .container .box-wrapper .box::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
}

.recommended .container .box-wrapper .box .number {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Antonio";
  position: absolute;
  z-index: 3;
  left: 4px;
  top: 4px;
  line-height: 1;
  opacity: 0.8;
  font-size: 10vw;
}

.recommended .container .box-wrapper .box .thumb {
  width: 20vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
  mask-image: url("../images/header-explain-thumb-mask.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/header-explain-thumb-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

.recommended .container .box-wrapper .box .text {
  width: calc(100% - 20vw);
  padding: 0 0 0 15px;
}

.recommended .container .box-wrapper .box .text h3 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 4vw;
  padding: 2px 15px 2px 15px;
}

.recommended .container .box-wrapper .box .text h3 .catch .small {
  font-size: 0.8em;
}

.recommended .container .box-wrapper .box .text p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100;
  font-family: "NitalagoRuika-06M";
  font-size: 3.5vw;
  margin: 5px 0 0 0;
  line-height: 1.5;
}

.recommended .container .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 15px 15px 15px 25px;
}

.recommended .container .box-wrapper .box:nth-child(2n) .number {
  top: 100%;
  left: 100%;
  transform: translate(calc(-100% - 6px), calc(-100% - 6px));
}

.recommended .container .box-wrapper .box:nth-child(2n) .text {
  padding: 0 10px 0 0;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .recommended {
    margin: 0px 0 0 0;
    background-image: radial-gradient(at 52% 63%, rgb(255, 245, 239) 0px, transparent 50%), radial-gradient(at 96% 95%, rgb(237, 203, 209) 0px, transparent 50%);
    padding: 0 0 40px 0;
  }

  .recommended .bg {
    left: 0;
    top: 0;
    width: 130%;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    height: 220px;
  }

  .recommended .container .title {
    padding: 25px 0 0 0;
  }

  .recommended .container .title .en {
    text-align: center;
  }

  .recommended .container .title .en p {
    letter-spacing: 0px;
    font-size: 77px;
  }

  .recommended .container .title h2 {
    line-height: 1.3;
  }

  .recommended .container .title h2 .catch {
    font-size: 35px;
    padding: 5px 15px 5px 15px;
  }

  .recommended .container .box-wrapper {
    max-width: 100%;
    padding: 40px 3% 0 3%;
  }

  .recommended .container .box-wrapper .box {
    margin: 20px auto 0;
    padding: 15px 15px 15px 25px;
  }

  .recommended .container .box-wrapper .box::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }

  .recommended .container .box-wrapper .box .number {
    z-index: 3;
    left: 4px;
    top: 4px;
    line-height: 1;
    opacity: 0.8;
    font-size: 45px;
  }

  .recommended .container .box-wrapper .box .thumb {
    width: 20%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    mask-image: url("../images/header-explain-thumb-mask.svg");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% auto;
    -webkit-mask-image: url("../images/header-explain-thumb-mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% auto;
  }

  .recommended .container .box-wrapper .box .text {
    width: 80%;
    padding: 0 0 0 15px;
  }

  .recommended .container .box-wrapper .box .text h3 .catch {
    letter-spacing: 0.5px;
    font-size: 28px;
    padding: 2px 15px 2px 15px;
  }

  .recommended .container .box-wrapper .box .text h3 .catch .small {
    font-size: 0.8em;
  }

  .recommended .container .box-wrapper .box .text p {
    font-size: 20px;
    margin: 15px 0 0 0;
    line-height: 1.8;
  }

  .recommended .container .box-wrapper .box:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 15px 15px 15px 25px;
  }

  .recommended .container .box-wrapper .box:nth-child(2n) .number {
    top: 100%;
    left: 100%;
    transform: translate(calc(-100% - 6px), calc(-100% - 6px));
  }

  .recommended .container .box-wrapper .box:nth-child(2n) .text {
    padding: 0 10px 0 0;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 OUR VISION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.our-vision {
  background: #fff;
}

.our-vision .container {
  padding: 20px 0 20px 0;
}

.our-vision .container .title .text {
  padding: 0 0 0 10px;
}

.our-vision .container .title .text h2 {
  text-align: center;
  line-height: 1.3;
}

.our-vision .container .title .text h2 .catch {
  display: inline-block;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  font-size: 5vw;
  padding: 5px 15px 5px 15px;
}

.our-vision .container .title .text .en {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-vision .container .title .text .en .icon {
  line-height: 0;
  width: 20vw;
}

.our-vision .container .title .text .en p {
  font-family: "Antonio";
  text-align: center;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px;
  font-size: 12vw;
}

.our-vision .container .box-wrapper {
  position: relative;
  background: url(../images/our-vision-box-wrapper-bg.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 10px 3vw 30px 3vw;
}

.our-vision .container .box-wrapper .line-text {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.our-vision .container .box-wrapper .line-text li {
  font-family: "Antonio";
  font-weight: 500;
  text-align: center;
  -webkit-text-stroke: 1.5px #fff;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  letter-spacing: 1px;
  font-size: 14vw;
  opacity: 0.5;
}

.our-vision .container .box-wrapper .triangle {
  position: absolute;
  z-index: 3;
  width: 10vw;
  height: 10vw;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  mix-blend-mode: multiply;
}

.our-vision .container .box-wrapper .triangle.left-top {
  left: 2vw;
  top: 2vw;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.3;
}

.our-vision .container .box-wrapper .triangle.right-top {
  right: 2vw;
  top: 2vw;
  -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  opacity: 0.3;
}

.our-vision .container .box-wrapper .triangle.left-bottom {
  left: 2vw;
  bottom: 2vw;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  opacity: 0.3;
}

.our-vision .container .box-wrapper .triangle.right-bottom {
  right: 2vw;
  bottom: 2vw;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  opacity: 0.3;
}

.our-vision .container .box-wrapper .box {
  position: relative;
  z-index: 2;
  width: 30vw;
  margin: 20px 2vw 0 0;
}

.our-vision .container .box-wrapper .box .thumb {
  width: 30vw;
  height: 30vw;
  overflow: hidden;
  position: relative;
  mask-image: url("../images/our-vision-box-thumb-mask.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../images/our-vision-box-thumb-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

.our-vision .container .box-wrapper .box .thumb .border {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}

.our-vision .container .box-wrapper .box .thumb img {
  position: relative;
  z-index: 1;
}

.our-vision .container .box-wrapper .box:nth-child(3n),
.our-vision .container .box-wrapper .box:last-child {
  margin: 20px 0 0 0;
}

.our-vision .container .explain {
  background: linear-gradient(45deg, #fff7fb 0%, #f9f7ff 100%);
  padding: 20px 4% 30px 4%;
  position: relative;
  overflow: hidden;
}

.our-vision .container .explain #for-all-ladies {
  font-family: "Antonio";
  font-weight: 400;
  position: absolute;
  font-size: 6vw;
  width: 80vw;
  height: 80vw;
  bottom: 10%;
  left: 50%;
  z-index: 2;
  fill: #fff;
  letter-spacing: 5vw;
  opacity: 0.95;
  transform: translate(-50%, 0%);
  animation: rotate linear 15s infinite;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, 0%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}

.our-vision .container .explain .blur {
  height: 12rem;
  width: 12rem;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  filter: blur(100px);
  border-radius: 100px;
  opacity: 0.6;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-vision .container .explain .inner {
  position: relative;
  z-index: 3;
}

.our-vision .container .explain .inner h2 {
  line-height: 2;
}

.our-vision .container .explain .inner h2 .line {
  text-align: right;
  padding: 0 20px 0 0;
  transform: skew(-5deg);
}

.our-vision .container .explain .inner h2 .line .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 5.5vw;
}

.our-vision .container .explain .inner h2 .line:nth-child(1) {
  padding: 0 0 0 0;
}

.our-vision .container .explain .inner .sentence {
  margin: 20px 0 0 0;
}

.our-vision .container .explain .inner .sentence p {
  display: inline-block;
  background: linear-gradient(90deg, #776357 0%, #7f4e5a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;
  letter-spacing: 1px;
  padding: 10px 0 10px 0;
  font-size: 3.75vw;
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.flare {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
  transform: translateX(-50%) scale(0.1);
  animation: flare-animation 2s infinite;
  pointer-events: none;
}

@keyframes flare-animation {

  0%,
  100% {
    transform: translateX(-50%) scale(0.1);
    opacity: 0;
  }

  50% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

.flash {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
  transform: translateX(-50%) scale(0.1);
  animation: flash-animation 2s infinite;
  pointer-events: none;
}

@keyframes flash-animation {

  0%,
  100% {
    transform: translateX(-50%) scale(0.1);
    opacity: 0;
  }

  50% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

.star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8), 0 0 20px 20px rgba(255, 255, 255, 0.6), 0 0 30px 30px rgba(255, 255, 255, 0.4);
  transform: rotate(45deg) translate(-50%, -50%) scale(0);
  animation: star-animation 2s infinite;
  pointer-events: none;
}

@keyframes star-animation {

  0%,
  100% {
    transform: rotate(45deg) translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    transform: rotate(45deg) translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: pulse-animation 2s infinite;
  pointer-events: none;
}

@keyframes pulse-animation {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .our-vision .container {
    padding: 20px 0 0px 0;
  }

  .our-vision .container .title .text {
    padding: 0 0 0 10px;
  }

  .our-vision .container .title .text h2 .catch {
    font-size: 35px;
    padding: 5px 15px 5px 15px;
  }

  .our-vision .container .title .text .en .icon {
    line-height: 0;
    width: 100px;
  }

  .our-vision .container .title .text .en p {
    letter-spacing: 0px;
    font-size: 66px;
  }

  .our-vision .container .box-wrapper {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 10px 2% 60px 2%;
  }

  .our-vision .container .box-wrapper .line-text li {
    -webkit-text-stroke: 1.5px #fff;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 100px;
    opacity: 0.5;
  }

  .our-vision .container .box-wrapper .triangle {
    width: 60px;
    height: 60px;
  }

  .our-vision .container .box-wrapper .triangle.left-top {
    left: 20px;
    top: 20px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    opacity: 0.3;
  }

  .our-vision .container .box-wrapper .triangle.right-top {
    right: 20px;
    top: 20px;
    -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    opacity: 0.3;
  }

  .our-vision .container .box-wrapper .triangle.left-bottom {
    left: 20px;
    bottom: 20px;
    -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    opacity: 0.3;
  }

  .our-vision .container .box-wrapper .triangle.right-bottom {
    right: 20px;
    bottom: 20px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    opacity: 0.3;
  }

  .our-vision .container .box-wrapper .box {
    width: 30%;
    margin: 20px 2% 0 0;
  }

  .our-vision .container .box-wrapper .box .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    mask-image: url("../images/our-vision-box-thumb-mask.svg");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% auto;
    -webkit-mask-image: url("../images/our-vision-box-thumb-mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% auto;
  }

  .our-vision .container .box-wrapper .box .thumb .border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
  }

  .our-vision .container .box-wrapper .box:nth-child(3n),
  .our-vision .container .box-wrapper .box:last-child {
    margin: 20px 0 0 0;
  }

  .our-vision .container .explain {
    background: linear-gradient(45deg, #fff7fb 0%, #f9f7ff 100%);
    padding: 20px 4% 30px 4%;
  }

  .our-vision .container .explain #for-all-ladies {
    font-size: 6vw;
    width: 450px;
    height: 450px;
    bottom: 25%;
    left: 50%;
    z-index: 2;
    fill: #fff;
    letter-spacing: 13px;
    opacity: 0.95;
    transform: translate(-50%, 0%);
    animation: rotate linear 15s infinite;
    font-size: 33px;
  }

  @keyframes rotate {
    0% {
      transform: translate(-50%, 0%) rotateZ(0deg);
    }

    100% {
      transform: translate(-50%, 0%) rotateZ(360deg);
    }
  }

  .our-vision .container .explain .blur {
    height: 12rem;
    width: 12rem;
    filter: blur(100px);
    border-radius: 100px;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .our-vision .container .explain .inner {
    position: relative;
    z-index: 3;
  }

  .our-vision .container .explain .inner h2 {
    line-height: 2;
  }

  .our-vision .container .explain .inner h2 .line {
    text-align: right;
    padding: 0 20px 0 0;
    transform: skew(-5deg);
  }

  .our-vision .container .explain .inner h2 .line .catch {
    letter-spacing: 2px;
    font-size: 45px;
  }

  .our-vision .container .explain .inner h2 .line:nth-child(1) {
    padding: 0 0 0 0;
  }

  .our-vision .container .explain .inner .sentence {
    margin: 20px 0 0 0;
  }

  .our-vision .container .explain .inner .sentence p {
    line-height: 2;
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
    font-size: 22px;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 COMIC 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.comic {
  background: url(../images/bg05.jpg) no-repeat top center;
  background-size: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0 20px 0;
}

.comic .title {
  margin: 0px 0 0 0;
}

.comic .title .en {
  text-align: center;
}

.comic .title .en p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Antonio";
  font-weight: 500;
  font-size: 4.5vw;
  letter-spacing: 3px;
}

.comic .title .main {
  text-align: center;
}

.comic .title .main .inset {
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px 10px 40px;
}

.comic .title .main .inset img {
  width: 5vw;
  height: auto;
}

.comic .title .main .inset p {
  padding: 0 0 0 5px;
  color: #fff;
  font-size: 5vw;
}

.comic .title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px 0 0 0;
}

.comic .title .sub .deco {
  width: 5vw;
}

.comic .title .sub .deco.left {
  margin: -10px 0 0 0;
}

.comic .title .sub .deco.right {
  margin: 10px 0 0 0;
}

.comic .title .sub p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px;
  font-size: 3.75vw;
  padding: 0 5px 0 5px;
}

.comic .title .sub p .big {
  font-size: 6.5vw;
}

.comic .title .sub p .middle {
  font-size: 5vw;
}

.comic .title .sub p .en {
  font-family: "Josefin Sans";
  font-weight: 700;
}

.comic .comic_inner {
  width: 96%;
  margin-left: 4%;
  margin-top: 20px;
}

.comic .comic_title {
  position: absolute;
  top: 0;
  margin-top: -12%;
  margin-bottom: 5%;
}

.comic .sec_en {
  display: block;
  margin: 0 auto 5%;
  max-width: 12%;
}

.comic .sub_ttl {
  background: #fd366e;
  padding: 3% 5%;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  border-radius: 5px;
  position: relative;
  margin-top: -5%;
  z-index: 100;
}

.comic .sub_ttl::before {
  border-color: #fd366e transparent transparent;
  border-width: 15px 6px 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 80%);
  width: 0;
}

.comic .comic_click {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  background: linear-gradient(90deg, #fd366e 0%, #fd8096 100%);
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
  width: 80%;
  margin: 7% auto;
  justify-content: center;
}

.comic .close_click {
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
  width: 80%;
  margin: 7% auto;
  justify-content: center;
  border: #333 solid 2px;
}

.comic .comic_icon {
  width: 48px;
  margin: 2% 0;
}

.comic .comic_icon img {
  width: 60%;
}

.comic .comic_click:hover {
  opacity: 0.8;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #fff;
  background: #0c0d62;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
}

.comic_bg {
  padding: 10px;
  width: 94%;
  background-color: white;
  margin: 50px auto;
}

.close_btn_bottom {
  bottom: 0;
}

/*ポップアップココまで*/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .comic {
    padding: 20px 0 20px 0;
  }

  .comic .title {
    margin: 0px 0 0 0;
  }

  .comic .title .en p {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .comic .title .main .inset {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
    padding: 10px 60px 10px 60px;
  }

  .comic .title .main .inset img {
    width: 50px;
  }

  .comic .title .main .inset p {
    padding: 0 0 0 5px;
    font-size: 34px;
  }

  .comic .title .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5px 0 0 0;
  }

  .comic .title .sub .deco {
    width: 25px;
  }

  .comic .title .sub .deco.left {
    margin: -10px 0 0 0;
  }

  .comic .title .sub .deco.right {
    margin: 10px 0 0 0;
  }

  .comic .title .sub p {
    display: inline-block;
    background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0px;
    font-size: 25px;
    padding: 0 5px 0 5px;
  }

  .comic .title .sub p .big {
    font-size: 6.5vw;
  }

  .comic .title .sub p .middle {
    font-size: 5vw;
  }

  .comic .comic_inner {
    width: 96%;
    margin-left: 4%;
    margin-top: 20px;
  }

  .comic .comic_title {
    position: absolute;
    top: 0;
    margin-top: -12%;
    margin-bottom: 5%;
  }

  .comic .sec_en {
    display: block;
    margin: 0 auto 5%;
    max-width: 12%;
  }

  .comic .sub_ttl {
    background: #fd366e;
    padding: 3% 5%;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    border-radius: 5px;
    position: relative;
    margin-top: -5%;
    z-index: 100;
  }

  .comic .sub_ttl::before {
    border-color: #fd366e transparent transparent;
    border-width: 15px 6px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 80%);
    width: 0;
  }

  .comic .comic_click {
    font-family: "NitalagoRuika-06M";
    font-weight: 100;
    background: linear-gradient(90deg, #fd366e 0%, #fd8096 100%);
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 100px;
    padding: 2% 5%;
    height: 50px;
    width: 80%;
    margin: 7% auto;
    justify-content: center;
  }

  .comic .close_click {
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 100px;
    padding: 2% 5%;
    height: 50px;
    width: 80%;
    margin: 7% auto;
    justify-content: center;
    border: #333 solid 2px;
  }

  .comic .comic_icon {
    width: 48px;
    margin: 2% 0;
  }

  .comic .comic_icon img {
    width: 60%;
  }

  .comic .comic_click:hover {
    opacity: 0.8;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 INTRODUCTION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.movie {
  background: url(../images/movie-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 30px 0 calc(30px + 15vw) 0;
  overflow: hidden;
  margin: 0px 0 0 0;
}

.movie .container {
  position: relative;
  width: 100%;
  position: relative;
  /* 位置を固定する基準点を設定 */
  white-space: nowrap;
  /* テキストを改行しない */
}

.movie .container .text-effect-top {
  position: relative;
  z-index: 3;
  mix-blend-mode: difference;
}

.movie .container .text-effect-top .row {
  width: 200%;
  opacity: 0.9;
  display: flex;
  animation: scroll-left 10s linear infinite;
  /* アニメーションの設定 */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
    /* 2つのテキストブロックの合計幅の半分だけ移動 */
  }
}

.movie .container .text-effect-top .row .left,
.movie .container .text-effect-top .row .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.movie .container .text-effect-top .row .left p,
.movie .container .text-effect-top .row .right p {
  font-family: "Antonio";
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 2px;
  line-height: 1;
  letter-spacing: 5px;
  font-size: 20vw;
}

.movie .container .video-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 0% 0 0%;
  margin: -10vw auto 0;
  line-height: 0;
}

.movie .container .video-wrapper video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.movie .container .text-effect-bottom {
  position: relative;
  z-index: 4;
  margin: -15vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  mix-blend-mode: difference;
}

.movie .container .text-effect-bottom .plane {
  padding: 0 30px 0 0;
}

.movie .container .text-effect-bottom .plane .catch {
  color: #fff;
  font-family: "Antonio";
  letter-spacing: 5px;
  font-size: 10vw;
}

.movie .container .text-effect-bottom ul {
  width: 45%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  perspective: 800px;
  visibility: hidden;
  position: relative;
  display: block;
  border: solid 3px #fff;
  line-height: 0;
}

.movie .container .text-effect-bottom ul li {
  font-family: "Antonio";
  display: inline-block;
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% - 5px);
  left: 50%;
  font-size: 10vw;
  color: #fff;
  white-space: nowrap;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .movie {
    padding: 30px 0 130px 0;
    overflow: hidden;
    margin: 0px 0 0 0;
  }

  .movie .container {
    position: relative;
    width: 100%;
  }

  .movie .container .text-effect-top .row {
    width: 200%;
    opacity: 0.9;
    display: flex;
    animation: scroll-left 10s linear infinite;
    /* アニメーションの設定 */
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
      /* 2つのテキストブロックの合計幅の半分だけ移動 */
    }
  }

  .movie .container .text-effect-top .row .left p,
  .movie .container .text-effect-top .row .right p {
    -webkit-text-stroke-width: 2px;
    line-height: 1;
    letter-spacing: 15px;
    font-size: 80px;
  }

  .movie .container .video-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 10px 0% 0 0%;
    margin: -100px auto 0;
    line-height: 0;
  }

  .movie .container .video-wrapper video {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
  }

  .movie .container .text-effect-bottom {
    position: relative;
    z-index: 4;
    margin: -100px 0 0 0;
  }

  .movie .container .text-effect-bottom .plane {
    padding: 0 30px 0 0;
  }

  .movie .container .text-effect-bottom .plane .catch {
    letter-spacing: 5px;
    font-size: 70px;
  }

  .movie .container .text-effect-bottom ul {
    width: 45%;
    height: 90px;
  }

  .movie .container .text-effect-bottom ul li {
    transform: translate(-50%, -50%);
    top: calc(50% - 5px);
    left: 50%;
    font-size: 70px;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.salary {
  background: #fff;
  overflow: hidden;
  padding: 0 0 25px 0;
}

.salary .global.title01 {
  position: relative;
  z-index: 1;
  padding: 25px 0 70px 0;
}

.salary .content-basic {
  position: relative;
  z-index: 2;
  margin: -30px auto 0;
  max-width: 100%;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list {
  align-items: flex-start;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  z-index: 1;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  z-index: 2;
  padding: 20px 20px 20px 20px;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.3;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back p {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Antonio";
  font-weight: 500;
  line-height: 1;
  font-size: 10vw;
  writing-mode: vertical-lr;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border {
  position: relative;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 2px;
  height: 10px;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  width: 2px;
  height: 20px;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.left {
  transform: rotate(-27.5deg);
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.left::before {
  left: 5px;
  transform: rotate(7.5deg);
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.right {
  transform: rotate(27.5deg);
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.right::before {
  right: 5px;
  transform: rotate(-7.5deg);
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  padding: 0 15px 0 15px;
  font-size: 3.75vw;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  line-height: 1.25;
  padding: 0 0 0 0px;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.75vw;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(239, 148, 148) 2px, rgb(239, 189, 148) 4px);
  opacity: 0.6;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch .small {
  font-size: 0.785em;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch .number {
  font-family: "Antonio";
  font-weight: 700;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .thumb {
  width: 30%;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark {
  line-height: 1;
  margin: 5px 0 0 0;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  padding: 3px 30px 3px 15px;
  font-size: 5vw;
  -webkit-clip-path: polygon(0 0, 92.5% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 92.5% 0, 100% 100%, 0% 100%);
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .detail {
  color: #111;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  margin: 5px 0 0 0;
}

.salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .detail p .number {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 4.75vw;
}

.salary .content-basic .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .salary {
    padding: 0 0 25px 0;
  }

  .salary .global.title01 {
    position: relative;
    z-index: 1;
    padding: 25px 0 70px 0;
  }

  .salary .content-basic {
    position: relative;
    z-index: 2;
    margin: -30px auto 0;
    max-width: 98%;
    padding: 0 0 50px 0;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list {
    align-items: flex-start;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
    z-index: 1;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 40px 40px 40px 40px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back {
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0.3;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .back p {
    font-size: 60px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border {
    width: 2px;
    height: 10px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border::before {
    width: 2px;
    height: 20px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.left {
    transform: rotate(-27.5deg);
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.left::before {
    left: 5px;
    transform: rotate(7.5deg);
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.right {
    transform: rotate(27.5deg);
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .border.right::before {
    right: 5px;
    transform: rotate(-7.5deg);
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text .semi .catch {
    padding: 0 15px 0 15px;
    font-size: 25px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 {
    line-height: 1.25;
    padding: 0 0 0 0px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch {
    font-size: 52px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch::before {
    bottom: 5px;
    width: 100%;
    height: 6px;
    opacity: 0.6;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .text h3 .line .catch .small {
    font-size: 0.785em;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .top .thumb {
    width: 30%;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark {
    line-height: 1;
    margin: 5px 0 0 0;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p {
    padding: 3px 30px 3px 15px;
    font-size: 34px;
    -webkit-clip-path: polygon(0 0, 92.5% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92.5% 0, 100% 100%, 0% 100%);
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .detail {
    margin: 5px 0 0 0;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .detail p {
    font-size: 30px;
  }

  .salary .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .detail p .number {
    font-size: 35px;
  }

  .salary .content-basic .splide__pagination__page.is-active {
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 MERIT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.merit .container {
  padding: 30px 0 30px 0;
  background: url(../images/bg03.jpg) no-repeat 0 0;
  background-size: cover;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  overflow: visible;
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  padding: 0vw 0px 10px 0px;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark {
  text-align: center;
  position: relative;
  z-index: 2;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  line-height: 1;
  text-align: center;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  color: #fff;
  font-size: 4vw;
  padding: 5px 25px 5px 25px;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p .number {
  font-family: "Antonio";
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -20px auto 0;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  text-align: center;
  line-height: 1.25;
  margin: 10px 0 0 0;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5vw;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
}

.merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
  line-height: 1.4;
  color: #222;
  padding: 10px 15px 10px 15px;
  font-size: 3.75vw;
}

.merit .container .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .merit .container {
    padding: 30px 0 30px 0;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 0vw 0px 10px 0px;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
    font-size: 25px;
    padding: 5px 25px 5px 25px;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -20px auto 0;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
    line-height: 1.25;
    margin: 10px 0 0 0;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 .catch {
    font-size: 30px;
  }

  .merit .container .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
    line-height: 1.4;
    padding: 10px 15px 10px 15px;
    font-size: 20px;
  }

  .merit .container .splide__pagination__page.is-active {
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.flow .global.title01 {
  position: relative;
  z-index: 1;
  padding: 25px 0 70px 0;
}

.flow .content-basic {
  position: relative;
  z-index: 2;
  margin: -30px auto 0;
  max-width: 100%;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list {
  align-items: flex-start;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  position: relative;
  background: #fff;
  box-shadow: rgba(227, 218, 218, 0.35) 0px 7px 29px 0px;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 4px;
  border-style: solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  z-index: 1;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
  position: relative;
  z-index: 2;
  padding: 30px 0px 40px 0px;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark {
  position: absolute;
  left: 2%;
  top: -2%;
  width: 17vw;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
  padding: 10px 0 25px 0;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p {
  font-family: "Antonio";
  color: #fff;
  text-align: center;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p.sub {
  line-height: 1.25;
  font-size: 3vw;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p.main {
  line-height: 1;
  font-size: 5vw;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
  padding: 0 2vw 0 22vw;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: -1px;
  font-size: 6.5vw;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
  margin: 10px 0 0 0;
}

.flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.65;
  font-size: 4.5vw;
  color: #5e1f38;
  padding: 10px 25px 10px 25px;
}

.flow .content-basic .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .flow .global.title01 {
    padding: 25px 0 70px 0;
  }

  .flow .content-basic {
    margin: -30px auto 0;
    max-width: 100%;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px;
    border-style: solid;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -o-border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image: linear-gradient(90deg, #f88e95 0%, #ffe9e1 45%, #f8a28e 70%, #ffe9e1 85%, #f88e95 90% 100%);
    border-image-slice: 1;
    opacity: 0.9;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner {
    padding: 30px 0px 40px 0px;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark {
    left: 2%;
    top: -2%;
    width: 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
    padding: 10px 0 25px 0;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p.sub {
    line-height: 1.25;
    font-size: 25px;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .mark p.main {
    line-height: 1;
    font-size: 35px;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 {
    padding: 0 2% 0 180px;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner h3 .catch {
    letter-spacing: -1px;
    font-size: 45px;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence {
    margin: 10px 0 0 0;
  }

  .flow .content-basic .splide .splide-wrapper .splide__track .splide__list .splide__slide .inner .sentence p {
    letter-spacing: 0px;
    line-height: 1.65;
    font-size: 22px;
    padding: 10px 25px 10px 25px;
  }

  .flow .content-basic .splide__pagination__page.is-active {
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%) !important;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FAQ 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.faq {
  background: #fff;
  position: relative;
}

.faq .wrapper {
  padding: 15px 0 20px 0;
  margin: 30px 0 0 0;
}

.faq .wrapper .title .left {
  margin: 0 0px 0 0;
}

.faq .wrapper .title .left h4 .cover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .wrapper .title .left h4 .cover .icon {
  line-height: 0;
  width: 13vw;
  margin: 0 10px 0 0;
}

.faq .wrapper .title .left h4 .cover .icon img {
  width: 100%;
  height: auto;
}

.faq .wrapper .title .left h4 .cover .catch {
  font-family: "Antonio";
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 13vw;
  letter-spacing: 2px;
}

.faq .wrapper .title .right h3 {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
}

.faq .wrapper .title .right h3 .line {
  margin: 10px 0 0 0;
  text-align: center;
}

.faq .wrapper .title .right h3 .line .catch {
  display: inline-block;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  padding: 5px 25px 5px 25px;
  color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
}

.faq .wrapper .title .right h2 {
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  text-align: center;
}

.faq .wrapper .title .right h2 .cover {
  color: #333;
  font-size: 45px;
  letter-spacing: 2px;
}

.faq .wrapper .title .right h2 .cover span {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq .wrapper .inner {
  padding: 30px 0 0 0;
}

.faq .wrapper .inner .faq-list {
  display: flex;
  flex-direction: column;
  max-width: 92%;
  margin: 0 auto 0;
}

.faq .wrapper .inner .faq-list .item {
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 22px;
  background: linear-gradient(to right, #fff9ff, #fefcff);
  box-shadow: 0px 0px 18px 0px rgba(219, 209, 222, 0.4);
  margin: 14px 0 0;
  cursor: pointer;
  border: solid 3px #f66a57;
}

.faq .wrapper .inner .faq-list .item:first-child {
  margin: auto;
}

.faq .wrapper .inner .faq-list .item::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.faq .wrapper .inner .faq-list .item .question {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.faq .wrapper .inner .faq-list .item .question h3 {
  display: inline-block;
  background: linear-gradient(45deg, #fe4f5b 0%, #fea851 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  font-size: 4.75vw;
  padding: 0 1em 0 1.5em;
  text-indent: -1.5em;
}

.faq .wrapper .inner .faq-list .item .question h3::before {
  content: "Q.";
  margin-right: 0.5em;
}

.faq .wrapper .inner .faq-list .item .question .icon-plus {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.faq .wrapper .inner .faq-list .item .question .icon-plus::before,
.faq .wrapper .inner .faq-list .item .question .icon-plus::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
}

.faq .wrapper .inner .faq-list .item .question .icon-plus::after {
  transform: rotate(90deg);
  transition: 0.24s;
}

.faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
  transform: rotate(0);
}

.faq .wrapper .inner .faq-list .item .answer {
  display: none;
}

.faq .wrapper .inner .faq-list .item .answer .sentence {
  margin: 10px 0 0 0;
}

.faq .wrapper .inner .faq-list .item .answer .sentence p {
  font-size: 3.75vw;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  color: #373737;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 10px 8px 0;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .faq {
    position: relative;
  }

  .faq .wrapper {
    padding: 15px 0 20px 0;
    margin: 30px 0 0 0;
  }

  .faq .wrapper .title .left {
    margin: 0 0px 0 0;
  }

  .faq .wrapper .title .left h4 .cover .icon {
    line-height: 0;
    width: 70px;
    margin: 0 10px 0 0;
  }

  .faq .wrapper .title .left h4 .cover .icon img {
    width: 100%;
    height: auto;
  }

  .faq .wrapper .title .left h4 .cover .catch {
    font-size: 60px;
    letter-spacing: 2px;
  }

  .faq .wrapper .title .right h3 .line {
    margin: 10px 0 0 0;
    text-align: center;
  }

  .faq .wrapper .title .right h3 .line .catch {
    padding: 5px 25px 5px 25px;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.4);
  }

  .faq .wrapper .title .right h2 .cover {
    font-size: 45px;
    letter-spacing: 2px;
  }

  .faq .wrapper .inner {
    padding: 30px 0 0 0;
  }

  .faq .wrapper .inner .faq-list {
    max-width: 92%;
    margin: 0 auto 0;
  }

  .faq .wrapper .inner .faq-list .item {
    width: 100%;
    padding: 20px 20px 20px 22px;
    box-shadow: 0px 0px 18px 0px rgba(219, 209, 222, 0.4);
    margin: 14px 0 0;
    border: solid 3px #f66a57;
  }

  .faq .wrapper .inner .faq-list .item:first-child {
    margin: auto;
  }

  .faq .wrapper .inner .faq-list .item::before {
    width: 23px;
    height: 23px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  .faq .wrapper .inner .faq-list .item .question h3 {
    font-size: 28px;
    padding: 0 1em 0 1.5em;
    text-indent: -1.5em;
  }

  .faq .wrapper .inner .faq-list .item .question h3::before {
    content: "Q.";
    margin-right: 0.5em;
  }

  .faq .wrapper .inner .faq-list .item .question .icon-plus {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .faq .wrapper .inner .faq-list .item .question .icon-plus::before,
  .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  }

  .faq .wrapper .inner .faq-list .item .question .icon-plus::after {
    transform: rotate(90deg);
    transition: 0.24s;
  }

  .faq .wrapper .inner .faq-list .item .question .icon-plus.opened::after {
    transform: rotate(0);
  }

  .faq .wrapper .inner .faq-list .item .answer {
    display: none;
  }

  .faq .wrapper .inner .faq-list .item .answer .sentence {
    margin: 10px 0 0 0;
  }

  .faq .wrapper .inner .faq-list .item .answer .sentence p {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 10px 8px 0;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
.mailform {
  background: #f3f3f3;
}

.mailform .wrapper {
  padding: 0px 0 0px 0;
}

.mailform .wrapper .inner form#mail_form .title {
  padding: 0 0 30px 0;
  text-align: center;
}

.mailform .wrapper .inner form#mail_form .title h2 {
  display: inline-block;
  font-family: "NitalagoRuika-06M";
  font-weight: 100;
  text-align: center;
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
  color: #fff;
  letter-spacing: 2px;
  font-size: 42px;
  padding: 5px 20px 5px 20px;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

form#mail_form {
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 50px 0 50px 0;
  background: #fff;
  border-radius: 0px;
  line-height: 1.8;
}

form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
  font-style: normal;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 0px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 0px;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 70%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=zip21],
form#mail_form input[name=zip22] {
  width: 30%;
}

form#mail_form input[name=pref21],
form#mail_form input[name=addr21],
form#mail_form input[name=strt21] {
  width: 90%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 80%;
}

form#mail_form input[name=postal]+a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 0px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal]+a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input[name=address] {
  width: calc(96% - 2px);
}

form#mail_form input[name=phone_1],
form#mail_form input[name=phone_2],
form#mail_form input[name=phone_3] {
  width: 20%;
}

form#mail_form .haihun {
  display: inline-block !important;
  font-size: 30px !important;
  padding: 0 20px 0 20px !important;
}

/* -- button -------------------------------------------------------------------------------- */
p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}

p#form_submit:after {
  transition: 0.3s;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

/*==============================================
submit(送信ボタン)
===============================================*/
/* 変数設定 */
input[type=button] {
  background: linear-gradient(to right, rgb(248, 93, 0) 0%, rgb(255, 138, 0) 56%, rgb(252, 180, 54) 100%);
  box-shadow: 0px 0px 0px 2px #ea750d;
  vertical-align: middle;
  line-height: 1;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  font-weight: 700;
  margin: 10px auto 0px;
  padding: 18px 5px 22px 5px !important;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  border-radius: 60px;
  font-size: 30px;
}

input[type=button]:hover {
  background: linear-gradient(to right, rgb(248, 0, 0) 0%, rgb(255, 96, 0) 55%, rgb(255, 131, 64) 100%);
  cursor: pointer;
}

input#form_submit_button {
  margin-left: 0;
  margin: 0 auto 0;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {

  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }

  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
  }

  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }

  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }

  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }

  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 60%;
  }

  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }

  form#mail_form input[type=button] {
    margin-left: 0;
  }
}

/* 1000pixel end */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mailform .wrapper {
    padding: 25px 0 25px 0;
  }

  .mailform .wrapper .inner form#mail_form .title {
    padding: 0 0 10px 0;
  }

  .mailform .wrapper .inner form#mail_form .title h2 {
    letter-spacing: 2px;
    font-size: 7vw;
  }
}

/* 767px responsive-closed */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
#thanks .title {
  background: linear-gradient(45deg, #eb7925 0%, #f1214d 100%);
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}

#thanks .title h3 {
  text-align: center;
  padding: 10px 15px;
  line-height: 1.25;
}

#thanks .title h3 .cover {
  display: inline-block;
  border: solid 2px #fff;
  transform: skew(-15deg);
  margin: 0 auto 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 40px 8px 40px;
}

#thanks .title h3 .cover span {
  display: block;
  transform: skew(15deg);
}

#thanks .title h2 {
  font-size: 42px;
  margin: 10px 0 10px 0;
  line-height: 1.35;
  font-weight: 600;
  font-style: normal;
}

#thanks .title h2 .small {
  font-size: 0.7em;
}

#thanks .title .caption {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0px 5px 0px;
}

#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #f66a57;
}

#thanks .wrapper .inner h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #f66a57;
  color: #f66a57;
}

#thanks .wrapper .inner .sentence h2 {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #f66a57;
  color: #f66a57;
}

#thanks .wrapper .inner .sentence.main p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
}

#thanks .wrapper .inner .sentence.sub p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  color: #3f1801;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
}

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

◆	Stylesheet: 1000px以下のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #thanks .wrapper .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }

  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }

  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }

  #thanks .title h3 .cover span {
    display: block;
  }

  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }

  #thanks .title h2 .small {
    font-size: 0.7em;
  }

  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }

  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }

  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }

  #thanks .title h3 .cover span {
    display: block;
  }

  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }

  #thanks .title h2 .small {
    font-size: 0.7em;
  }

  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
}

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }

  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }

  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 4vw;
    padding: 8px 40px 8px 40px;
  }

  #thanks .title h3 .cover span {
    display: block;
  }

  #thanks .title h2 {
    font-size: 7.5vw;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }

  #thanks .title h2 .small {
    font-size: 0.7em;
  }

  #thanks .title .caption {
    font-size: 4vw;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
}

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

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.footer {
  margin: 0px 0 0 0;
  overflow: hidden;
}

.footer .wrapper {
  background: linear-gradient(90deg, #f96363 0%, #ffb366 100%);
}

.footer .wrapper .inner {
  padding: 80px 2% 80px 2%;
}

.footer .wrapper .inner .top {
  margin: 0 auto 0;
}

.footer .wrapper .inner .top .title {
  text-align: center;
}

.footer .wrapper .inner .top .title h1 {
  font-style: normal;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 4vw;
  padding: 0 0 0 0px;
}

.footer .wrapper .inner .top .title .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 0;
}

.footer .wrapper .inner .top .title .logo img {
  width: 8vw;
  display: block;
  margin: 0 10px 0 0;
}

.footer .wrapper .inner .top .title .logo span {
  color: #fff;
  font-family: orbitron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8vw;
  line-height: 1.2;
}

.footer .wrapper .inner .top .block {
  padding: 20px 0 0 0;
}

.footer .wrapper .inner .top .block .button {
  margin: 0px 0 0 0;
}

.footer .wrapper .inner .top .block .button a {
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
}

.footer .wrapper .inner .top .block .button a .icon {
  line-height: 0;
  width: 30px;
  margin: 0 10px 0 0;
}

.footer .wrapper .inner .top .block .button a .icon img {
  width: 100%;
  height: auto;
}

.footer .wrapper .inner .top .block .button a .catch {
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}

.footer .wrapper .inner .social {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .wrapper .inner .social li {
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 20vw;
}

.footer .wrapper .inner .social li a {
  width: 50%;
}

.footer .wrapper .inner .social li:last-child {
  margin: 0 0 0 0;
}

.footer .wrapper .bottom ul {
  list-style-type: none;
  max-width: 1280px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .wrapper .bottom ul li {
  padding: 10px 20px 10px 20px;
}

.footer .wrapper .bottom ul li a {
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}

.footer .wrapper .last {
  position: relative;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.footer .wrapper .last::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(248, 240, 255) 2px, rgb(248, 240, 255) 4px);
  opacity: 0.6;
}

.footer .wrapper .last small {
  font-style: normal;
  color: #fff;
  display: block;
  color: color;
  letter-spacing: 2px;
  font-size: 3.5vw;
}

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

◆	Stylesheet: 768px以上のモニタですべて適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .footer .wrapper .inner {
    padding: 80px 2% 80px 2%;
  }

  .footer .wrapper .inner .top {
    margin: 0 auto 0;
  }

  .footer .wrapper .inner .top .title h1 {
    line-height: 1.35;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 0 0 0 0px;
  }

  .footer .wrapper .inner .top .title .logo {
    padding: 5px 0 0 0;
  }

  .footer .wrapper .inner .top .title .logo img {
    width: 30px;
    margin: 0 10px 0 0;
  }

  .footer .wrapper .inner .top .title .logo span {
    font-size: 30px;
    line-height: 1.2;
  }

  .footer .wrapper .inner .top .block {
    padding: 20px 0 0 0;
  }

  .footer .wrapper .inner .top .block .button {
    margin: 0px 0 0 0;
  }

  .footer .wrapper .inner .top .block .button a {
    justify-content: center;
    padding: 10px 0 10px 0;
  }

  .footer .wrapper .inner .top .block .button a .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }

  .footer .wrapper .inner .top .block .button a .icon img {
    width: 100%;
    height: auto;
  }

  .footer .wrapper .inner .top .block .button a .catch {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .footer .wrapper .inner .social {
    margin: 40px auto 0;
  }

  .footer .wrapper .inner .social li {
    margin: 0 20px 0 0;
    border-radius: 50%;
    width: 90px;
    height: 90px;
  }

  .footer .wrapper .inner .social li a {
    width: 50%;
  }

  .footer .wrapper .inner .social li:last-child {
    margin: 0 0 0 0;
  }

  .footer .wrapper .bottom ul {
    max-width: 1280px;
    margin: 10px auto 0;
  }

  .footer .wrapper .bottom ul li {
    padding: 10px 20px 10px 20px;
  }

  .footer .wrapper .bottom ul li a {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .footer .wrapper .last {
    position: relative;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }

  .footer .wrapper .last::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(248, 240, 255) 2px, rgb(248, 240, 255) 4px);
    opacity: 0.6;
  }

  .footer .wrapper .last small {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

/* 768px～ responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* breakpoints */
/*# sourceMappingURL=style.css.map */
