@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* modules */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../webfonts/ZenMaruGothic-Medium.woff2") format("woff2"), url("../../webfonts/ZenMaruGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../webfonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../../webfonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../webfonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../../webfonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../webfonts/ZenMaruGothic-Black.woff2") format("woff2"), url("../../webfonts/ZenMaruGothic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../webfonts/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../../webfonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../webfonts/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../../webfonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../../webfonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2"), url("../../webfonts/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../../webfonts/Outfit-Bold.woff2") format("woff2"), url("../../webfonts/Outfit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../../webfonts/Barlow-Bold.woff2") format("woff2"), url("../../webfonts/Barlow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../../webfonts/Caveat-SemiBold.woff2") format("woff2"), url("../../webfonts/Caveat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#header {
  position: relative;
}
#header .illust {
  position: absolute;
  z-index: 7;
}
#header .illust.top {
  width: 400px;
  right: 0px;
  top: -20px;
  animation: 6s fuwafuwa infinite;
}
#header .illust.bottom {
  width: 600px;
  left: 0px;
  bottom: -100px;
  animation: 6s fuwafuwa infinite reverse;
}
#header .illust.illust_sub_top {
  top: 20px;
  width: 300px;
}
#header .illust.illust_sub_bottom {
  width: 350px;
  bottom: -50px;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
#header nav {
  width: 100%;
  position: absolute;
  z-index: 8;
  margin: 0 auto;
  overflow: hidden;
}
#header nav .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 10px 0 10px 2%;
}
#header nav .inner .logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
#header nav .inner .logo a .mark {
  line-height: 0;
  width: 80px;
}
#header nav .inner .logo a .mark img {
  width: 100%;
  height: auto;
}
#header nav .inner .logo a .text {
  font-weight: 700;
  padding: 0 0 0 10px;
}
#header nav .inner .logo a .text .sub {
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
}
#header nav .inner .logo a .text .main {
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 30px;
}
#header nav.page .inner {
  max-width: 1920px;
  padding: 10px 0 10px 2%;
  margin: 0 auto 0;
}
#header nav.page .inner .logo {
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 226, 241, 0.85));*/
}
#header nav.page .inner .logo a {
  color: #fff;
  -moz-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
}
#header .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#header .wrapper .hero {
  padding: 0px 0 0 0;
  max-width: 100%;
  margin: 0 auto 0;
  height: 100vh;
}
#header .wrapper .hero .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100%;
  opacity: 0.7;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 14;
  font-style: normal;
  color: #fff;
  bottom: 100px;
  right: 10%;
  opacity: 0;
  transform: translate(0%, 50px);
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  flex-direction: row-reverse;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic";
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 9px 20px 3px;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ae3d5d, #e05f6b);
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
  display: inline-block;
  background: linear-gradient(90deg, #c73861, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 40px;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
  margin: 0 0 0 0;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
  margin: 40px 30px 0 0;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
  animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
}
@keyframes swiperh3 {
  0% {
    opacity: 0;
    transform: translate(0%, 50px);
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    transform: translate(0%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(0%, 0px);
  }
}
#header .wrapper .page-title {
  height: 50vh;
  position: relative;
}
#header .wrapper .page-title.day-flow {
  background: url(../../images/page/page-title-bg-day-flow.jpg) no-repeat center top;
  background-size: cover;
  background-position: center center;
}
#header .wrapper .page-title.about {
  background: url(../../images/page/page-title-bg-about.jpg) no-repeat center center;
  background-size: cover;
}
#header .wrapper .page-title.event {
  background: url(../../images/page/page-title-bg-event.jpg) no-repeat center center;
  background-size: cover;
}
#header .wrapper .page-title.recruit {
  background: url(../../images/page/page-title-bg-recruit.jpg) no-repeat center center;
  background-size: cover;
  background-position: center center;
  margin: 0 0 0 0;
}
#header .wrapper .page-title.recruit:before {
  display: none;
}
#header .wrapper .page-title .text {
  position: absolute;
  z-index: 10;
  left: 0%;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
}
#header .wrapper .page-title .text .caption {
  width: 100%;
}
#header .wrapper .page-title .text .caption .line {
  text-align: center;
}
#header .wrapper .page-title .text .caption .line .catch {
  font-family: "Caveat";
  font-weight: 600;
  display: inline-block;
  color: #fff;
  letter-spacing: 4px;
  font-size: 30px;
  /*padding: 5px 30px 4px 30px;*/
  -moz-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
}
#header .wrapper .page-title .text h1 {
  width: 100%;
  padding: 0px 0 0 0;
}
#header .wrapper .page-title .text h1 .line {
  text-align: center;
  margin: 10px 0 0 0;
}
#header .wrapper .page-title .text h1 .line .catch {
  font-weight: 900;
  display: inline-block;
  color: #ffffff;
  border-top: solid 4px #d14a66;
  letter-spacing: 5px;
  font-size: 55px;
  /*padding: 5px 30px 4px 30px;*/
  -moz-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.8);
}
#header .wave {
  position: relative;
  z-index: 5;
  margin: -54px 0 0 0;
  width: 100%;
}
#header .wave .shape {
  width: 100%;
  overflow: hidden;
}
#header .wave .shape img {
  width: 100%;
  height: auto;
  transform: scaleX(1.1);
}
#header .wave .line {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#header .wave .line img {
  width: 100%;
  height: auto;
  transform: scaleX(1.1);
}

@media screen and (min-width: 1401px) and (max-width: 1680px) {
  #header .illust {
    position: absolute;
    z-index: 7;
  }
  #header .illust.top {
    width: 300px;
    right: 0px;
    top: -20px;
    animation: 6s fuwafuwa infinite;
  }
  #header .illust.bottom {
    width: 450px;
    left: 0px;
    bottom: -100px;
    animation: 6s fuwafuwa infinite reverse;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 300px;
  }
  #header .illust.illust_sub_bottom {
    width: 350px;
    bottom: -50px;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
  }
  #header nav.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
    height: 100vh;
  }
  #header .wrapper .hero .swiper-container {
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100%;
    opacity: 0.7;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    width: 100%;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    opacity: 0;
    transform: translate(0%, 50px);
    bottom: 100px;
    right: 10%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    font-weight: 900;
    line-height: 1.2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 20px 9px 20px 3px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 3px;
    font-size: 36px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 40px 20px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 0px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 0px);
    }
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  #header .illust {
    position: absolute;
    z-index: 7;
  }
  #header .illust.top {
    width: 300px;
    right: 0px;
    top: -20px;
    animation: 6s fuwafuwa infinite;
  }
  #header .illust.bottom {
    width: 450px;
    left: 0px;
    bottom: -100px;
    animation: 6s fuwafuwa infinite reverse;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 300px;
  }
  #header .illust.illust_sub_bottom {
    width: 350px;
    bottom: -50px;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
  }
  #header nav.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
    height: 100vh;
  }
  #header .wrapper .hero .swiper-container {
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100%;
    opacity: 0.7;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 50px;
    right: 10%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    font-weight: 900;
    line-height: 1.2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 20px 9px 20px 3px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 3px;
    font-size: 36px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 40px 20px 0 0;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #header .illust.top {
    width: 32.5vw;
    right: 0vw;
    top: 0vw;
  }
  #header .illust.bottom {
    width: 35.5vw;
    left: 0px;
    bottom: -5vw;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 300px;
  }
  #header .illust.illust_sub_bottom {
    width: 350px;
    bottom: -50px;
  }
  #header nav .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
  }
  #header nav .inner .logo a .mark {
    line-height: 0;
    width: 80px;
  }
  #header nav .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  #header nav .inner .logo a .text {
    padding: 0 0 0 10px;
  }
  #header nav .inner .logo a .text .sub {
    letter-spacing: 2px;
    font-size: 16px;
  }
  #header nav .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 30px;
  }
  #header nav.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    height: 100vh;
  }
  #header .wrapper .hero .swiper-container {
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100%;
    opacity: 0.7;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    width: 120%;
    height: 100vh;
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 50px;
    right: 15%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    font-weight: 900;
    line-height: 1.2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 20px 9px 20px 3px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 3px;
    font-size: 1.8rem;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 40px 20px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 0px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 0px);
    }
  }
  #header .wrapper .page-title {
    height: 50vh;
  }
  #header .wrapper .page-title .text {
    position: absolute;
    z-index: 10;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  #header .wrapper .page-title .text .caption {
    width: 100%;
  }
  #header .wrapper .page-title .text .caption .line .catch {
    letter-spacing: 4px;
    font-size: 1.6rem;
    padding: 5px 30px 4px 30px;
  }
  #header .wrapper .page-title .text h1 {
    width: 100%;
    /*padding: 20px 0 0 0;*/
  }
  #header .wrapper .page-title .text h1 .line {
    margin: 10px 0 0 0;
  }
  #header .wrapper .page-title .text h1 .line .catch {
    letter-spacing: 5px;
    font-size: 2.4rem;
    /*padding: 5px 30px 4px 30px;*/
  }
  #header .wave {
    margin: -40px 0 0 0;
  }
  #header .wave .line {
    top: 10px;
    left: 0;
    width: 100%;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #header .illust.top {
    width: 35vw;
    right: 0vw;
    top: 0vw;
  }
  #header .illust.bottom {
    width: 35.5vw;
    left: 0px;
    bottom: -5vw;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 250px;
  }
  #header .illust.illust_sub_bottom {
    width: 300px;
    bottom: -50px;
  }
  #header nav .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
  }
  #header nav .inner .logo a .mark {
    line-height: 0;
    width: 80px;
  }
  #header nav .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  #header nav .inner .logo a .text {
    padding: 0 0 0 10px;
  }
  #header nav .inner .logo a .text .sub {
    letter-spacing: 2px;
    font-size: 16px;
  }
  #header nav .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 30px;
  }
  #header nav.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container {
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100%;
    opacity: 0.7;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 5vh;
    right: 12%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    font-weight: 900;
    line-height: 1.2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 20px 9px 20px 3px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 3px;
    font-size: 2.8vw;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 40px 20px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 0px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 0px);
    }
  }
  #header .wrapper .page-title {
    height: 50vh;
  }
  #header .wrapper .page-title .text {
    position: absolute;
    z-index: 10;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  #header .wrapper .page-title .text .caption {
    width: 100%;
  }
  #header .wrapper .page-title .text .caption .line .catch {
    letter-spacing: 4px;
    font-size: 1.6rem;
    padding: 5px 30px 4px 30px;
  }
  #header .wrapper .page-title .text h1 {
    width: 100%;
    /*padding: 20px 0 0 0;*/
  }
  #header .wrapper .page-title .text h1 .line {
    margin: 10px 0 0 0;
  }
  #header .wrapper .page-title .text h1 .line .catch {
    letter-spacing: 5px;
    font-size: 2.4rem;
    padding: 5px 30px 4px 30px;
  }
  #header .wave {
    margin: -30px 0 0 0;
  }
  #header .wave .line {
    top: 10px;
    left: 0;
    width: 100%;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 571px) and (max-width: 767px) {
  #header .illust.top {
    width: 25vw;
    right: 0px;
    top: 30px;
  }
  #header .illust.bottom {
    width: 30vw;
    left: 0px;
    bottom: -40px;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 150px;
  }
  #header .illust.illust_sub_bottom {
    width: 150px;
    bottom: -40px;
  }
  #header nav .inner {
    max-width: 100%;
    padding: 10px 0 10px 2%;
  }
  #header nav .inner .logo a .mark {
    line-height: 0;
    width: 8vw;
  }
  #header nav .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  #header nav .inner .logo a .text {
    padding: 0 0 0 10px;
  }
  #header nav .inner .logo a .text .sub {
    letter-spacing: 1px;
    font-size: 12px;
  }
  #header nav .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 24px;
  }
  #header nav.page.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 100%;
    margin: 0 auto 0;
    height: auto;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    width: 100%;
    height: auto;
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 60px;
    right: 20%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 5px 4px 5px 1px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    width: 3px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 0px;
    font-size: 3.25vw;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 30px 15px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 15px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 15px);
    }
  }
  #header .wrapper .page-title {
    height: 40vh;
    position: relative;
  }
  #header .wrapper .page-title .text {
    position: absolute;
    z-index: 10;
    left: 0%;
    width: 100%;
    top: 55%;
    transform: translate(0%, -50%);
  }
  #header .wrapper .page-title .text .caption {
    width: 100%;
  }
  #header .wrapper .page-title .text .caption .line {
    text-align: center;
  }
  #header .wrapper .page-title .text .caption .line .catch {
    letter-spacing: 2px;
    font-size: 1.4rem;
    /*padding: 5px 15px 4px 15px;*/
  }
  #header .wrapper .page-title .text h1 {
    width: 100%;
    /*padding: 10px 0 0 0;*/
  }
  #header .wrapper .page-title .text h1 .line {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #header .wrapper .page-title .text h1 .line .catch {
    letter-spacing: 2.5px;
    font-size: 2rem;
    padding: 5px 20px 4px 20px;
  }
  #header .wave {
    margin: -25px 0 0 0;
  }
  #header .wave .line {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 0;
    width: 100%;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
@media screen and (min-width: 481px) and (max-width: 571px) {
  #header .illust.top {
    width: 25vw;
    right: 0px;
    top: 30px;
  }
  #header .illust.bottom {
    width: 30vw;
    left: 0px;
    bottom: -40px;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 150px;
  }
  #header .illust.illust_sub_bottom {
    width: 150px;
    bottom: -40px;
  }
  #header nav .inner {
    max-width: 100%;
    padding: 10px 0 10px 2%;
  }
  #header nav .inner .logo a .mark {
    line-height: 0;
    width: 8vw;
  }
  #header nav .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  #header nav .inner .logo a .text {
    padding: 0 0 0 10px;
  }
  #header nav .inner .logo a .text .sub {
    letter-spacing: 1px;
    font-size: 12px;
  }
  #header nav .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 24px;
  }
  #header nav.page.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 100%;
    margin: 0 auto 0;
    height: auto;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    width: 100%;
    height: auto;
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 45px;
    right: 20%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 5px 4px 5px 1px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    width: 3px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 0px;
    font-size: 3.25vw;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 30px 15px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 15px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 15px);
    }
  }
  #header .wrapper .page-title {
    height: 40vh;
    position: relative;
  }
  #header .wrapper .page-title .text {
    position: absolute;
    z-index: 10;
    left: 0%;
    width: 100%;
    top: 55%;
    transform: translate(0%, -50%);
  }
  #header .wrapper .page-title .text .caption {
    width: 100%;
  }
  #header .wrapper .page-title .text .caption .line {
    text-align: center;
  }
  #header .wrapper .page-title .text .caption .line .catch {
    letter-spacing: 2px;
    font-size: 1.4rem;
    /*padding: 5px 15px 4px 15px;*/
  }
  #header .wrapper .page-title .text h1 {
    width: 100%;
    /*padding: 10px 0 0 0;*/
  }
  #header .wrapper .page-title .text h1 .line {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #header .wrapper .page-title .text h1 .line .catch {
    letter-spacing: 2.5px;
    font-size: 2rem;
    padding: 5px 20px 4px 20px;
  }
  #header .wave {
    margin: -18px 0 0 0;
  }
  #header .wave .line {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #header .illust.top {
    width: 25vw;
    right: 0px;
    top: 30px;
  }
  #header .illust.bottom {
    width: 30vw;
    left: 0px;
    bottom: -40px;
  }
  #header .illust.illust_sub_top {
    top: 20px;
    width: 150px;
  }
  #header .illust.illust_sub_bottom {
    width: 150px;
    bottom: -40px;
  }
  #header nav .inner {
    max-width: 100%;
    padding: 10px 0 10px 2%;
  }
  #header nav .inner .logo a .mark {
    line-height: 0;
    width: 8vw;
  }
  #header nav .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  #header nav .inner .logo a .text {
    padding: 0 0 0 10px;
  }
  #header nav .inner .logo a .text .sub {
    letter-spacing: 1px;
    font-size: 12px;
  }
  #header nav .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 24px;
  }
  #header nav.page.page .inner {
    max-width: 1920px;
    padding: 10px 0 10px 2%;
    margin: 0 auto 0;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 100%;
    margin: 0 auto 0;
    height: auto;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide::before {
    background: linear-gradient(-45deg, rgba(91, 91, 91, 0.1), rgba(117, 117, 117, 0.2));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
    width: 100%;
    height: auto;
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    bottom: 45px;
    right: 20%;
    opacity: 0;
    transform: translate(0%, 50px);
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover {
    padding: 5px 4px 5px 1px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover::before {
    width: 3px;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line .cover .catch {
    letter-spacing: 0px;
    font-size: 3.25vw;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(1) {
    margin: 0 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 .line:nth-child(2) {
    margin: 30px 15px 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    animation: swiperh3 3.45s ease-out 0.1s 1 normal none;
  }
  @keyframes swiperh3 {
    0% {
      opacity: 0;
      transform: translate(0%, 50px);
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 1;
      transform: translate(0%, 15px);
    }
    100% {
      opacity: 0;
      transform: translate(0%, 15px);
    }
  }
  #header .wrapper .page-title {
    height: 40vh;
    position: relative;
  }
  #header .wrapper .page-title .text {
    position: absolute;
    z-index: 10;
    left: 0%;
    width: 100%;
    top: 55%;
    transform: translate(0%, -50%);
  }
  #header .wrapper .page-title .text .caption {
    width: 100%;
  }
  #header .wrapper .page-title .text .caption .line {
    text-align: center;
  }
  #header .wrapper .page-title .text .caption .line .catch {
    letter-spacing: 2px;
    font-size: 1.4rem;
    /*padding: 5px 15px 4px 15px;*/
  }
  #header .wrapper .page-title .text h1 {
    width: 100%;
    /*padding: 10px 0 0 0;*/
  }
  #header .wrapper .page-title .text h1 .line {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #header .wrapper .page-title .text h1 .line .catch {
    letter-spacing: 2.5px;
    font-size: 2rem;
    padding: 5px 20px 4px 20px;
  }
  #header .wave {
    margin: -17px 0 0 0;
  }
  #header .wave .line {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active .sentence {
    right: 20%;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.kaien {
  max-width: 1480px;
  margin: 70px auto 0;
  padding: 0 2% 0 2%;
}
.kaien .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kaien .container .thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  width: 600px;
}
.kaien .container .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 600px);
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  padding: 30px 0 30px 0;
  margin: 0 0 0 -40px;
}
.kaien .container .text h2 .catch {
  color: #fff;
  font-size: 34px;
}
.kaien .container .text ul {
  list-style-type: none;
  display: flex;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.kaien .container .text ul li {
  border: solid 3px #fff;
  color: #fff;
  padding: 3px 40px 3px 40px;
  margin: 0 20px 0 0;
  font-size: 18px;
}
.kaien .container .text ul li.plane {
  border: none;
  margin: 0 0 0 0;
  padding: 3px 0px 3px 10px;
  font-size: 20px;
}
.kaien .container .text .sentence {
  width: 80%;
  margin: 10px auto 0;
}
.kaien .container .text .sentence p {
  color: #fff;
  line-height: 2;
  font-size: 18px;
}
.kaien .container .text .button {
  margin: 10px 0 0 0;
}
.kaien .container .text .button .cover a {
  text-decoration: none;
  display: flex;
  border-radius: 100px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 40px 5px 40px;
}
.kaien .container .text .button .cover a .catch {
  display: inline-block;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .kaien {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien .container .thumb {
    line-height: 0;
    width: 45%;
  }
  .kaien .container .text {
    width: 55%;
    padding: 30px 0 30px 0;
  }
  .kaien .container .text h2 .catch {
    font-size: 34px;
  }
  .kaien .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 0 15px 0 0;
    font-size: 18px;
  }
  .kaien .container .text ul li.plane {
    margin: 0 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 20px;
  }
  .kaien .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien .container .text .sentence p {
    line-height: 1.8;
    font-size: 18px;
  }
  .kaien .container .text .button {
    margin: 10px 0 0 0;
  }
  .kaien .container .text .button .cover a {
    text-decoration: none;
    display: flex;
    border-radius: 100px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 30px 5px 30px;
  }
  .kaien .container .text .button .cover a .catch {
    font-size: 24px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kaien {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien .container {
    display: block;
  }
  .kaien .container .thumb {
    line-height: 0;
    width: 100%;
  }
  .kaien .container .text {
    width: 90%;
    padding: 30px 0 30px 0;
    margin: -40px auto 0;
  }
  .kaien .container .text h2 .catch {
    font-size: 34px;
  }
  .kaien .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 0 15px 0 0;
    font-size: 18px;
  }
  .kaien .container .text ul li.plane {
    margin: 0 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 20px;
  }
  .kaien .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien .container .text .sentence p {
    line-height: 1.8;
    font-size: 18px;
  }
  .kaien .container .text .button {
    margin: 10px 0 0 0;
  }
  .kaien .container .text .button .cover a {
    padding: 5px 30px 5px 30px;
  }
  .kaien .container .text .button .cover a .catch {
    font-size: 24px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kaien {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien .container {
    display: block;
  }
  .kaien .container .thumb {
    line-height: 0;
    width: 100%;
  }
  .kaien .container .text {
    width: 90%;
    padding: 30px 0 30px 0;
    margin: -40px auto 0;
  }
  .kaien .container .text h2 .catch {
    font-size: 7vw;
  }
  .kaien .container .text ul {
    display: block;
    margin: 10px 0 0 0;
  }
  .kaien .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 10px 0px 0 0;
    font-size: 4vw;
    text-align: center;
  }
  .kaien .container .text ul li.plane {
    margin: 5px 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 4vw;
  }
  .kaien .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien .container .text .sentence p {
    line-height: 1.8;
    font-size: 4vw;
  }
  .kaien .container .text .button {
    margin: 15px 0 0 0;
  }
  .kaien .container .text .button .cover a {
    padding: 5px 30px 5px 30px;
  }
  .kaien .container .text .button .cover a .catch {
    font-size: 4.75vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
#information .information__warp {
  padding: 0 0 50px 0;
}
#information .information__warp h2 {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 50px 0 50px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#information .information__warp h2 img {
  width: 55px;
  margin: 0 auto 0;
}
#information .information__warp h2 p {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 0.568rem + 4.66vw, 4.063rem);
}
#information .information__warp h2 span {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
}
#information .information__warp--contents {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  border: solid 6px #dc7d87;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 0px 40px 0px 40px;
  width: 80%;
  font-weight: 700;
  color: #4f1616;
  font-size: 20px;
}
#information .information__warp--contents h3 {
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  padding: 40px 0 40px 0;
}
#information .information__warp--contents h3:hover {
  cursor: pointer;
}
#information .information__warp--contents h3 .br {
  display: none;
}
#information .information__warp--contents--box--text {
  padding: 50px 0 50px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#information .information__warp--contents--box--text--tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 20px;
  border: solid 3px #4f1616;
  text-align: center;
}
#information .information__warp--contents--box--text--tel p span {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#information .information__warp--contents--box--tablebox {
  font-weight: 700;
  color: #4f1616;
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
}
#information .information__warp--contents--box--tablebox table tbody tr th {
  width: 30%;
  background: linear-gradient(90deg, #ae4d8f, #e05f6b);
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding: 20px 10px 20px 10px;
  position: relative;
}
#information .information__warp--contents--box--tablebox table tbody tr td {
  position: relative;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #4f1616;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  width: 70%;
  padding: 20px 60px 20px 60px;
}
#information .information__warp--contents--box--tablebox table tbody tr td a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: flex;
  border-radius: 100px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 40px 5px 40px;
  margin: 10px auto 0;
}
#information .information__warp--contents--box--tablebox table tbody tr td a p {
  display: inline-block;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#information .information__warp--contents--box--tablebox table tbody tr:nth-child(2n) td {
  background: #ffe5e7;
}
#information .information__warp--contents--box--tablebox table tbody tr:nth-child(2n+1) td {
  background: #ffe7f1;
}
#information .information__warp--contents--box--pickup {
  padding: 40px;
  background-color: #e8ff67;
  margin: 20px 0;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#information .information__warp--contents--box--attention p {
  margin: 0 0 20px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#information .information__warp--contents--box--sign {
  width: 100%;
  padding: 0 0 40px 0;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}
#information .information__warp--contents--box--listbox {
  width: 100%;
  margin: 0 0 20px 0;
}
#information .information__warp--contents--box--listbox--list {
  width: 100%;
}
#information .information__warp--contents--box--listbox--list h4 {
  width: 100%;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  margin: 20px 0 10px 0;
}
#information .information__warp--contents--box--listbox--list--textbox {
  width: 100%;
  padding: 50px;
  background: #ffe5e7;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
#information .information__warp--contents--box--listbox--list--textbox--text {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
#information .information__warp--contents--box--listbox--list--textbox--listbox {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin: 10px 0 0 0;
  border-radius: 10px;
}
#information .information__warp--contents--box--listbox--list--textbox--listbox--list {
  width: auto;
}
#information .information__warp--contents--box--listbox--list--textbox--listbox--list h5 {
  width: 100%;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  line-height: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  margin: 20px 0 20px 0;
}
#information .information__warp--contents--box--listbox--list--textbox--listbox--list p {
  width: 100%;
  padding: 0 0 0 1.9rem;
  margin: 0 0 10px 0;
}
#information .information__warp--contents--box--listbox--list--textbox--listbox--list::before {
  content: "●";
  color: #dc7d87;
  margin: 0 10px 0 0;
  float: left;
}

@media screen and (max-width: 768px) {
  #information .information__warp h2 {
    padding: 5px 0 50px 0;
  }
  #information .information__warp--contents {
    width: 90%;
  }
  #information .information__warp--contents--box--tablebox table tbody tr th {
    padding: 10px 10px 10px 10px;
  }
  #information .information__warp--contents--box--tablebox table tbody tr td {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 535px) {
  #information .information__warp h2 {
    padding: 50px 0 50px 0;
    background-size: 200px auto;
  }
  #information .information__warp--contents h3 .br {
    display: block;
  }
  #information .information__warp--contents--box--tablebox table {
    width: 100%;
    display: block;
  }
  #information .information__warp--contents--box--tablebox table tbody {
    width: 100%;
    display: block;
  }
  #information .information__warp--contents--box--tablebox table tbody tr {
    width: 100%;
    display: block;
  }
  #information .information__warp--contents--box--tablebox table tbody tr th {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  #information .information__warp--contents--box--tablebox table tbody tr td {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
  }
  #information .information__warp--contents--box--listbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #information .information__warp--contents--box--listbox--list {
    width: 100%;
  }
  #information .information__warp--contents--box--listbox--list h4 {
    width: 100%;
    font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
    margin: 20px 0 10px 0;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  #information .information__warp--contents--box--listbox--list p {
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  }
  #information .information__warp--contents--box--listbox--list--textbox {
    width: 100%;
    padding: 20px;
    background: #ffe5e7;
    border-radius: 10px;
    margin: 10px 0 0 0;
  }
  #information .information__warp--contents--box--listbox--list--textbox--text {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
  }
  #information .information__warp--contents--box--listbox--list--textbox--text p {
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  }
  #information .information__warp--contents--box--listbox--list--textbox--listbox {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px 0 0 0;
    border-radius: 10px;
  }
  #information .information__warp--contents--box--listbox--list--textbox--listbox--list {
    width: auto;
  }
  #information .information__warp--contents--box--listbox--list--textbox--listbox--list h5 {
    width: 100%;
    font-size: clamp(1.05rem, 0.923rem + 0.64vw, 1.4rem);
    line-height: clamp(1.05rem, 0.923rem + 0.64vw, 1.4rem);
    margin: 20px 0 20px 0;
  }
  #information .information__warp--contents--box--listbox--list--textbox--listbox--list p {
    width: 100%;
    padding: 0 0 0 1.9rem;
    margin: 0 0 10px 0;
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  }
  #information .information__warp--contents--box--listbox--list--textbox--listbox--list::before {
    content: "●";
    color: #dc7d87;
    margin: 0 10px 0 0;
    float: left;
  }
}
.information__warp--contents--box {
  display: none;
}

.info-open {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.information__warp--contents h3::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}

.information__warp--contents h3.active_open::before {
  /* 開いている時 */
  content: "－";
}

#news .news__warp {
  max-width: 1920px;
  padding: 0 4% 0 4%;
  margin: 0 auto 10%;
}
#news .news__warp h2 {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 50px 0 50px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#news .news__warp h2 img {
  width: 55px;
  margin: 0 auto 0;
}
#news .news__warp h2 p {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 0.568rem + 4.66vw, 4.063rem);
}
#news .news__warp h2 span {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
}
#news .news__warp--contents {
  width: 100%;
}
#news .news__warp--contents--listbox {
  display: flex;
  flex-flow: column;
}
#news .news__warp--contents--listbox--list {
  width: 100%;
  padding: 20px 0 0px;
}
#news .news__warp--contents--listbox--list a {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  border-radius: 0 0px 0 0px;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 30px 40px 30px 40px;
  width: 80%;
  border-radius: 0 40px 0 40px;
  font-weight: 700;
  color: #4f1616;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  text-decoration: none;
  transition: all ease 0.5s;
}
#news .news__warp--contents--listbox--list a figure {
  display: none;
}
#news .news__warp--contents--listbox--list a .day {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
#news .news__warp--contents--listbox--list:nth-child(1) a {
  border: solid 6px #ed8682;
}
#news .news__warp--contents--listbox--list:nth-child(1) a:hover {
  background-color: rgba(237, 134, 130, 0.4);
}
#news .news__warp--contents--listbox--list:nth-child(2) a {
  border: solid 6px #f392a8;
}
#news .news__warp--contents--listbox--list:nth-child(2) a:hover {
  background-color: rgba(243, 146, 168, 0.4);
}
#news .news__warp--contents--listbox--list:nth-child(3) a {
  border: solid 6px #c8618f;
}
#news .news__warp--contents--listbox--list:nth-child(3) a:hover {
  background-color: rgba(200, 97, 143, 0.4);
}
#news .news__warp--contents--listbox--list:nth-child(4) a {
  border: solid 6px #ed8682;
}
#news .news__warp--contents--listbox--list:nth-child(4) a:hover {
  background-color: rgba(237, 134, 130, 0.4);
}
#news .news__warp--contents--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0 0 0;
}
#news .news__warp--contents--link a {
  display: block;
  position: relative;
  background: #684d3d;
  border: solid 4px #684d3d;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 10px 60px 10px 60px;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  transition: all ease 0.5s;
}
#news .news__warp--contents--link a:hover {
  background-color: #fff;
  color: #684d3d;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  #news .news__warp {
    max-width: 1920px;
    padding: 0 4% 0 4%;
    margin: 0 auto 10%;
  }
  #news .news__warp--contents--listbox {
    display: flex;
    flex-flow: column;
  }
  #news .news__warp--contents--listbox--list {
    width: 100%;
    padding: 20px 0 0px;
  }
  #news .news__warp--contents--listbox--list a {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
    border-radius: 0 0px 0 0px;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 30px 40px 30px 40px;
    width: 100%;
    border-radius: 0 40px 0 40px;
    font-weight: 700;
    color: #4f1616;
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    text-decoration: none;
    transition: all ease 0.5s;
  }
}
@media screen and (max-width: 768px) {
  #news .news__warp {
    max-width: 1920px;
    padding: 0 4% 0 4%;
    margin: 0 auto 10%;
  }
  #news .news__warp h2 {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 30px 0 30px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #news .news__warp h2 img {
    width: 55px;
    margin: 0 auto 0;
  }
  #news .news__warp h2 p {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.5rem, 0.568rem + 4.66vw, 4.063rem);
  }
  #news .news__warp h2 span {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  }
  #news .news__warp--contents--listbox {
    display: flex;
    flex-flow: column;
  }
  #news .news__warp--contents--listbox--list {
    width: 100%;
    padding: 20px 0 0px;
  }
  #news .news__warp--contents--listbox--list a {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
    border-radius: 0 0px 0 0px;
    overflow: hidden;
    margin: 0px auto 0;
    padding: 20px 20px 20px 20px;
    width: 100%;
    border-radius: 0 20px 0 20px;
    font-weight: 700;
    color: #4f1616;
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    text-decoration: none;
    transition: all ease 0.5s;
  }
  #news .news__warp--contents--link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 0 0;
  }
  #news .news__warp--contents--link a {
    padding: 10px 30px 10px 30px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 INTRODUCTION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction {
  position: relative;
  z-index: 1;
  padding: 0px 0 0px 0;
  margin: 0px 0 0 0;
  background: url(../../images/top/introduction-bg.jpg) no-repeat center center;
  background-size: cover;
}
.introduction .wave {
  line-height: 0;
}
.introduction .decoration {
  position: absolute;
  font-family: "Outfit";
  font-weight: 700;
}
.introduction .decoration .phrase {
  font-size: 120px;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.3;
}
.introduction .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 120px 0 0px 0;
}
.introduction .wrapper .thumb {
  width: 600px;
  height: 600px;
  position: relative;
}
.introduction .wrapper .thumb img {
  border-radius: 50%;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction .wrapper .thumb:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  border: dotted 3px #fff;
  border-radius: 50%;
}
.introduction .wrapper .thumb .en {
  font-family: "Caveat";
  font-weight: 600;
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  letter-spacing: 4px;
  font-size: 90px;
}
.introduction .wrapper .title {
  writing-mode: vertical-rl;
  padding: 0 40px 0 0;
}
.introduction .wrapper .title h2 .line .cover {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  padding: 20px 2px 20px 2px;
}
.introduction .wrapper .title h2 .line .cover::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ae3d5d, #e05f6b);
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.introduction .wrapper .title h2 .line .cover .catch {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(0deg, #ae4d8f, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduction .wrapper .title h2 .line.sub {
  margin: 0 20px 0 0;
}
.introduction .wrapper .title h2 .line.sub .cover .catch {
  font-size: 32px;
}
.introduction .wrapper .title h2 .line.main {
  margin: 0 20px 0 0;
}
.introduction .wrapper .title h2 .line.main .cover .catch {
  font-size: 62px;
}
.introduction .wrapper .title .sentence {
  margin: 0 40px 0 0;
}
.introduction .wrapper .title .sentence p {
  color: #d2546e;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 28px;
}
.introduction .wrapper .title .sentence p span {
  background: #fff;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  padding: 15px 0 15px 0;
}
.introduction .box-wrapper {
  max-width: 1680px;
  margin: 60px auto 0;
  padding: 0 2% 100px 2%;
}
.introduction .box-wrapper .box {
  margin: 80px 0 0 0;
  width: 100%;
}
.introduction .box-wrapper .box .mark {
  position: relative;
  z-index: 2;
  width: 100px;
  margin: 0 auto 0;
}
.introduction .box-wrapper .box .mark img {
  width: 100%;
  height: auto;
}
.introduction .box-wrapper .box .block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: rgba(181, 106, 106, 0.2) 0px 7px 29px 0px;
  border: solid 6px #dc7d87;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 30px 30px 30px 30px;
}
.introduction .box-wrapper .box .block .thumb {
  position: relative;
  line-height: 0;
  width: 450px;
}
.introduction .box-wrapper .box .block .thumb .image {
  width: 100%;
}
.introduction .box-wrapper .box .block .thumb .image img {
  width: 100%;
  height: auto;
  border-radius: 0 60px 0 60px;
}
.introduction .box-wrapper .box .block .text {
  position: relative;
  padding: 0 40px 0 40px;
  width: calc(100% - 450px);
  display: flex;
  align-items: center;
}
.introduction .box-wrapper .box .block .text .back {
  position: absolute;
  z-index: 1;
  color: #efc0d8;
  top: 0;
  left: 0px;
  font-family: "Caveat";
  line-height: 0.9;
  font-size: 90px;
  opacity: 0.3;
  display: none;
}
.introduction .box-wrapper .box .block .text .number {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #f3b8d1;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 0.8;
  opacity: 0.3;
  font-size: 120px;
}
.introduction .box-wrapper .box .block .text .sentence {
  position: relative;
  z-index: 2;
}
.introduction .box-wrapper .box .block .text .sentence p {
  font-family: "M PLUS Rounded 1c";
  color: #73555b;
  font-size: 22px;
  padding: 10px 0 10px 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction .wave {
    line-height: 0;
  }
  .introduction .decoration .phrase {
    font-size: 8vw;
    letter-spacing: 2px;
    opacity: 0.3;
  }
  .introduction .wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 120px 0 0px 0;
  }
  .introduction .wrapper .thumb {
    width: 45%;
    height: 45vw;
  }
  .introduction .wrapper .thumb img {
    border-radius: 50%;
  }
  .introduction .wrapper .thumb:before {
    width: 94%;
    height: 94%;
  }
  .introduction .wrapper .thumb .en {
    right: 0;
    bottom: 0;
    opacity: 0.8;
    letter-spacing: 4px;
    font-size: 5vw;
  }
  .introduction .wrapper .title {
    padding: 0 30px 0 0;
  }
  .introduction .wrapper .title h2 .line .cover {
    padding: 20px 2px 20px 2px;
  }
  .introduction .wrapper .title h2 .line .cover::before {
    width: 4px;
    height: 100%;
  }
  .introduction .wrapper .title h2 .line.sub {
    margin: 0 20px 0 0;
  }
  .introduction .wrapper .title h2 .line.sub .cover .catch {
    font-size: 2.5vw;
  }
  .introduction .wrapper .title h2 .line.main {
    margin: 0 20px 0 0;
  }
  .introduction .wrapper .title h2 .line.main .cover .catch {
    font-size: 4vw;
  }
  .introduction .wrapper .title .sentence {
    margin: 0 30px 0 0;
  }
  .introduction .wrapper .title .sentence p {
    letter-spacing: 2px;
    font-size: 2.25vw;
  }
  .introduction .wrapper .title .sentence p span {
    padding: 15px 0 15px 0;
  }
  .introduction .box-wrapper {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 2% 100px 2%;
  }
  .introduction .box-wrapper .box {
    margin: 80px auto 0;
    width: 100%;
  }
  .introduction .box-wrapper .box .mark {
    width: 100px;
    margin: 0 auto 0;
  }
  .introduction .box-wrapper .box .mark img {
    width: 100%;
    height: auto;
  }
  .introduction .box-wrapper .box .block {
    border-radius: 0 60px 0 60px;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .introduction .box-wrapper .box .block .thumb {
    position: relative;
    line-height: 0;
    width: 45%;
  }
  .introduction .box-wrapper .box .block .thumb .image {
    width: 100%;
  }
  .introduction .box-wrapper .box .block .thumb .image img {
    width: 100%;
    height: auto;
  }
  .introduction .box-wrapper .box .block .text {
    padding: 0 40px 0 40px;
    width: 55%;
    display: flex;
    align-items: center;
  }
  .introduction .box-wrapper .box .block .text .back {
    line-height: 0.9;
    font-size: 6.25vw;
    opacity: 0.3;
  }
  .introduction .box-wrapper .box .block .text .number {
    line-height: 0.8;
    opacity: 0.3;
    font-size: 10vw;
  }
  .introduction .box-wrapper .box .block .text .sentence p {
    font-size: 2vw;
  }
  .introduction .box-wrapper .box:nth-child(2) {
    margin: 80px 0 0 7.5%;
  }
  .introduction .box-wrapper .box:nth-child(3) {
    margin: 80px 0 0 15%;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction .wave {
    line-height: 0;
  }
  .introduction .decoration .phrase {
    font-size: 9.25vw;
    letter-spacing: 2px;
    opacity: 0.3;
  }
  .introduction .wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 100px 0 0px 0;
  }
  .introduction .wrapper .thumb {
    width: 45%;
    height: 45vw;
  }
  .introduction .wrapper .thumb img {
    border-radius: 50%;
  }
  .introduction .wrapper .thumb:before {
    width: 94%;
    height: 94%;
  }
  .introduction .wrapper .thumb .en {
    right: 0;
    bottom: 0;
    opacity: 0.8;
    letter-spacing: 4px;
    font-size: 6vw;
  }
  .introduction .wrapper .title {
    padding: 0 20px 0 0;
  }
  .introduction .wrapper .title h2 .line .cover {
    padding: 20px 2px 20px 2px;
  }
  .introduction .wrapper .title h2 .line .cover::before {
    width: 4px;
    height: 100%;
  }
  .introduction .wrapper .title h2 .line.sub {
    margin: 0 15px 0 0;
  }
  .introduction .wrapper .title h2 .line.sub .cover .catch {
    font-size: 3vw;
  }
  .introduction .wrapper .title h2 .line.main {
    margin: 0 15px 0 0;
  }
  .introduction .wrapper .title h2 .line.main .cover .catch {
    font-size: 4.5vw;
  }
  .introduction .wrapper .title .sentence {
    margin: 0 20px 0 0;
  }
  .introduction .wrapper .title .sentence p {
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  .introduction .wrapper .title .sentence p span {
    padding: 15px 0 15px 0;
  }
  .introduction .box-wrapper {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 2% 100px 2%;
  }
  .introduction .box-wrapper .box {
    margin: 60px 0 0 0;
    width: 100%;
  }
  .introduction .box-wrapper .box .mark {
    width: 100px;
    margin: 0 auto 0;
  }
  .introduction .box-wrapper .box .mark img {
    width: 100%;
    height: auto;
  }
  .introduction .box-wrapper .box .block {
    border-radius: 0 60px 0 60px;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .introduction .box-wrapper .box .block .thumb {
    position: relative;
    line-height: 0;
    width: 40%;
  }
  .introduction .box-wrapper .box .block .thumb .image {
    width: 100%;
  }
  .introduction .box-wrapper .box .block .thumb .image img {
    width: 100%;
    height: auto;
  }
  .introduction .box-wrapper .box .block .text {
    padding: 15px 30px 15px 30px;
    width: 60%;
    display: flex;
    align-items: center;
  }
  .introduction .box-wrapper .box .block .text .back {
    line-height: 0.9;
    font-size: 6.25vw;
    opacity: 0.3;
  }
  .introduction .box-wrapper .box .block .text .number {
    line-height: 0.8;
    opacity: 0.3;
    font-size: 10vw;
  }
  .introduction .box-wrapper .box .block .text .sentence p {
    font-size: 1.85vw;
  }
  .introduction .box-wrapper .box:nth-child(2) {
    margin: 60px 0 0 6.25%;
  }
  .introduction .box-wrapper .box:nth-child(3) {
    margin: 60px 0 0 12.5%;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction .decoration .phrase {
    font-size: 9vw;
    letter-spacing: 1px;
    opacity: 0.3;
  }
  .introduction .wrapper {
    max-width: 100%;
    display: block;
    padding: 40px 0 0px 0;
  }
  .introduction .wrapper .thumb {
    width: 88%;
    height: 88vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto 0;
  }
  .introduction .wrapper .thumb:before {
    width: 94%;
    height: 94%;
    border: dotted 3px #fff;
    border-radius: 50%;
  }
  .introduction .wrapper .thumb .en {
    opacity: 0.8;
    letter-spacing: 4px;
    font-size: 9vw;
  }
  .introduction .wrapper .title {
    padding: 0 0 0 0;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
  }
  .introduction .wrapper .title h2 .line .cover {
    padding: 20px 2px 20px 2px;
  }
  .introduction .wrapper .title h2 .line .cover::before {
    width: 4px;
    height: 100%;
  }
  .introduction .wrapper .title h2 .line .cover .catch {
    font-weight: 700;
  }
  .introduction .wrapper .title h2 .line.sub {
    margin: 0 0px 0 0;
  }
  .introduction .wrapper .title h2 .line.sub .cover .catch {
    font-size: 6vw;
  }
  .introduction .wrapper .title h2 .line.main {
    margin: 0 15px 0 0;
  }
  .introduction .wrapper .title h2 .line.main .cover .catch {
    font-size: 8vw;
  }
  .introduction .wrapper .title .sentence {
    margin: 0 25px 0 0;
  }
  .introduction .wrapper .title .sentence p {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 3.75vw;
  }
  .introduction .wrapper .title .sentence p span {
    padding: 15px 0 15px 0;
  }
  .introduction .box-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 4% 0px 4%;
  }
  .introduction .box-wrapper .box {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .introduction .box-wrapper .box .block {
    border-radius: 0 30px 0 30px;
    overflow: hidden;
    margin: 30px auto 0;
    display: block;
    padding: 0 0 0 0;
  }
  .introduction .box-wrapper .box .block .thumb {
    position: relative;
    line-height: 0;
    width: 100%;
  }
  .introduction .box-wrapper .box .block .thumb .image {
    width: 100%;
  }
  .introduction .box-wrapper .box .block .thumb .image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .introduction .box-wrapper .box .block .text {
    padding: 25px 25px 25px 25px;
    width: calc(100% - 0px);
    display: flex;
    align-items: center;
  }
  .introduction .box-wrapper .box .block .text .back {
    line-height: 0.9;
    font-size: 15vw;
    opacity: 0.3;
    display: none;
  }
  .introduction .box-wrapper .box .block .text .number {
    line-height: 0.8;
    opacity: 0.3;
    font-size: 18vw;
  }
  .introduction .box-wrapper .box .block .text .sentence p {
    font-size: 4.5vw;
  }
  .introduction .box-wrapper .box:nth-child(2) {
    margin: 30px 0 0 0%;
  }
  .introduction .box-wrapper .box:nth-child(3) {
    margin: 30px 0 0 0;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BOX-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.box-menu {
  position: relative;
  z-index: 2;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 60px 0 0 0;
}
.box-menu::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f79ba6 0%, #e97c94 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
}
.box-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  border-top: dotted 2px #e67987;
  transform: scale(6, 1);
}
.box-menu .wrapper {
  background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top;
  background-size: 500px auto;
}
.box-menu .wrapper .title {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 100px 0 100px 0;
}
.box-menu .wrapper .title .main {
  padding: 50px 0 0 0;
}
.box-menu .wrapper .title .main .icon {
  width: 55px;
  margin: 0 auto 0;
}
.box-menu .wrapper .title .main h2 {
  text-align: center;
}
.box-menu .wrapper .title .main h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
}
.box-menu .wrapper .title .sub {
  text-align: center;
}
.box-menu .wrapper .title .sub p {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.box-menu .wrapper .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1920px;
  padding: 0 4% 0 4%;
  margin: 0 auto 0;
  justify-content: space-between;
}
.box-menu .wrapper .box-wrapper .box {
  position: relative;
  box-shadow: rgba(143, 143, 143, 0.2) 0px 7px 29px 0px;
  border-radius: 0 0 0 0;
  width: 32%;
  margin: 90px 0 0 0;
  padding: 0px 0px 40px 0px;
}
.box-menu .wrapper .box-wrapper .box .thumb {
  position: relative;
}
.box-menu .wrapper .box-wrapper .box .thumb .back {
  font-family: "Caveat";
  font-weight: 600;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  opacity: 0.67;
  letter-spacing: 4px;
  line-height: 0.5;
  font-size: clamp(1.25rem, -0.568rem + 9.09vw, 6.25rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
}
.box-menu .wrapper .box-wrapper .box .thumb .mark {
  position: absolute;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -30px;
  left: 0;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 {
  text-align: center;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit";
  font-weight: 700;
  color: #fff;
  margin: 5px 0 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 30px 5px 30px;
  border-radius: 20px 0 20px 0;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .catch {
  letter-spacing: 3px;
  font-size: 24px;
  padding: 0 5px 0 0px;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 {
  margin: 15px 0 0 0;
}
.box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 .cover {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  padding: 5px 2rem 5px 2rem;
  letter-spacing: 6px;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
.box-menu .wrapper .box-wrapper .box .thumb .image {
  line-height: 0;
  width: 100%;
  aspect-ratio: 4/2.5;
  overflow: hidden;
}
.box-menu .wrapper .box-wrapper .box .thumb .image img {
  width: 100%;
  aspect-ratio: 4/2.5;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-menu .wrapper .box-wrapper .box .sentence {
  padding: 70px 50px 0 50px;
}
.box-menu .wrapper .box-wrapper .box .sentence p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 22px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.box-menu .wrapper .box-wrapper .box .button {
  text-align: center;
  margin: 30px 0 0 0;
  width: 100%;
}
.box-menu .wrapper .box-wrapper .box .button a {
  text-decoration: none;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: solid 3px #fff;
  padding: 15px 30px 15px 30px;
}
.box-menu .wrapper .box-wrapper .box .button a .icon {
  line-height: 0;
  width: 40px;
  height: auto;
}
.box-menu .wrapper .box-wrapper .box .button a .catch {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  font-size: 24px;
  padding: 0 40px 0 40px;
}
.box-menu .wrapper .box-wrapper .box .button a .arrow {
  line-height: 0;
  width: 30px;
  height: auto;
}
.box-menu .wrapper .box-wrapper .box ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 30px 0 0 0;
}
.box-menu .wrapper .box-wrapper .box ul li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px 20px 30px;
  margin: 10px 0 0 0;
}
.box-menu .wrapper .box-wrapper .box ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  border-top: dotted 2px #fff;
  transform: scale(6, 1);
  opacity: 0.4;
}
.box-menu .wrapper .box-wrapper .box ul li .icon {
  width: 30px;
  height: auto;
}
.box-menu .wrapper .box-wrapper .box ul li p {
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 20px;
  font-size: 20px;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2n) {
  margin: 90px 0 0 0;
}
.box-menu .wrapper .box-wrapper .box:nth-child(1) {
  background: #ed8682;
}
.box-menu .wrapper .box-wrapper .box:nth-child(1) h3 .cover {
  color: #ed8682;
  border-top: solid 4px #ed8682;
}
.box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover {
  background: #ed8682;
}
.box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover .number {
  color: #ed8682;
}
.box-menu .wrapper .box-wrapper .box:nth-child(1) .button a {
  color: #ed8682;
  box-shadow: 0 0 0 3px #ed8682 inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2) {
  background: #f392a8;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2) h3 .cover {
  color: #f392a8;
  border-top: solid 4px #f392a8;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2) h4 .cover {
  background: #f392a8;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2) h4 .cover .number {
  color: #f392a8;
}
.box-menu .wrapper .box-wrapper .box:nth-child(2) .button a {
  color: #f392a8;
  box-shadow: 0 0 0 3px #f392a8 inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
}
.box-menu .wrapper .box-wrapper .box:nth-child(3) {
  background: #c8618f;
  margin: 90px 0 0 0;
}
.box-menu .wrapper .box-wrapper .box:nth-child(3) h3 .cover {
  color: #c8618f;
  border-top: solid 4px #c8618f;
}
.box-menu .wrapper .box-wrapper .box:nth-child(3) h4 .cover {
  background: #c8618f;
}
.box-menu .wrapper .box-wrapper .box:nth-child(3) h4 .cover .number {
  color: #c8618f;
}
.box-menu .wrapper .box-wrapper .box:nth-child(3) .button a {
  color: #c8618f;
  box-shadow: 0 0 0 3px #c8618f inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
}
.box-menu .wrapper .box-wrapper .box:nth-child(4) {
  background: #b786bf;
}
.box-menu .wrapper .box-wrapper .box:nth-child(4) h3 .cover {
  color: #b786bf;
  border-top: solid 4px #b786bf;
}
.box-menu .wrapper .box-wrapper .box:nth-child(4) h4 .cover .number {
  color: #b786bf;
}
.box-menu .wrapper .box-wrapper .box:nth-child(4) .button a {
  color: #c8618f;
  box-shadow: 0 0 0 3px #c8618f inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .box-menu {
    margin: 20px 0 0 0;
    padding: 60px 0 0 0;
  }
  .box-menu::before {
    width: 100%;
    height: 6px;
  }
  .box-menu::after {
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
    transform: scale(6, 1);
  }
  .box-menu .wrapper {
    background-size: 45vw auto;
  }
  .box-menu .wrapper .title {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 100px 0 70px 0;
  }
  .box-menu .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .box-menu .wrapper .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .title .main h2 {
    text-align: center;
  }
  .box-menu .wrapper .title .main h2 .catch {
    font-size: 5vw;
  }
  .box-menu .wrapper .title .sub {
    text-align: center;
  }
  .box-menu .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .box-menu .wrapper .box-wrapper {
    max-width: 100%;
    padding: 0 2.5% 0 2.5%;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .box-wrapper .box {
    border-radius: 0 0 0 0;
    width: 49%;
    margin: 90px 2% 0 0;
    padding: 0px 0px 60px 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb {
    position: relative;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .back {
    opacity: 0.67;
    letter-spacing: 4px;
    line-height: 0.5;
    font-size: 9vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .mark {
    position: absolute;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title {
    bottom: -30px;
    left: 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 {
    text-align: center;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover {
    padding: 5px 30px 5px 30px;
    border-radius: 20px 0 20px 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .number {
    width: 4vw;
    height: 4vw;
    font-size: 1.7vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 2.4vw;
    padding: 0 5px 0 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 {
    margin: 15px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 .cover {
    padding: 5px 35px 5px 35px;
    letter-spacing: 3px;
    font-size: 4.15vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image {
    line-height: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
    aspect-ratio: unset;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image img {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
  .box-menu .wrapper .box-wrapper .box .sentence {
    padding: 70px 50px 0 50px;
  }
  .box-menu .wrapper .box-wrapper .box .sentence p {
    letter-spacing: 2px;
    line-height: 2.2;
    font-size: 2vw;
  }
  .box-menu .wrapper .box-wrapper .box .button {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .box-menu .wrapper .box-wrapper .box .button a {
    padding: 15px 30px 15px 30px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .icon {
    width: 3.5vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box .button a .catch {
    font-size: 2.25vw;
    padding: 0 40px 0 40px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .arrow {
    width: 2.5vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 90px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) {
    background: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h3 .cover {
    color: #ed8682;
    border-top: solid 4px #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover {
    background: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover .number {
    color: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) .button a {
    color: #ed8682;
    box-shadow: 0 0 0 3px #ed8682 inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(3) {
    margin: 90px 0 0 0;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box-menu {
    margin: 20px 0 0 0;
    padding: 60px 0 0 0;
  }
  .box-menu::before {
    width: 100%;
    height: 6px;
  }
  .box-menu::after {
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
    transform: scale(6, 1);
  }
  .box-menu .wrapper {
    background-size: 45vw auto;
  }
  .box-menu .wrapper .title {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 100px 0 70px 0;
  }
  .box-menu .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .box-menu .wrapper .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .title .main h2 {
    text-align: center;
  }
  .box-menu .wrapper .title .main h2 .catch {
    font-size: 5vw;
  }
  .box-menu .wrapper .title .sub {
    text-align: center;
  }
  .box-menu .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .box-menu .wrapper .box-wrapper {
    max-width: 100%;
    padding: 0 2.5% 0 2.5%;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .box-wrapper .box {
    border-radius: 0 0 0 0;
    width: 49%;
    margin: 90px 2% 0 0;
    padding: 0px 0px 60px 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb {
    position: relative;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .back {
    opacity: 0.67;
    letter-spacing: 4px;
    line-height: 0.5;
    font-size: 9vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .mark {
    position: absolute;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title {
    bottom: -30px;
    left: 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 {
    text-align: center;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover {
    padding: 5px 30px 5px 30px;
    border-radius: 20px 0 20px 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .number {
    width: 4vw;
    height: 4vw;
    font-size: 1.7vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 2.4vw;
    padding: 0 5px 0 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 {
    margin: 15px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 .cover {
    padding: 5px 35px 5px 35px;
    letter-spacing: 2px;
    font-size: 4.15vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image {
    line-height: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    aspect-ratio: unset;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image img {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
  .box-menu .wrapper .box-wrapper .box .sentence {
    padding: 70px 50px 0 50px;
  }
  .box-menu .wrapper .box-wrapper .box .sentence p {
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 2vw;
  }
  .box-menu .wrapper .box-wrapper .box .button {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .box-menu .wrapper .box-wrapper .box .button a {
    padding: 15px 30px 15px 30px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .icon {
    width: 3.5vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box .button a .catch {
    font-size: 2.25vw;
    padding: 0 40px 0 40px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .arrow {
    width: 2.5vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 90px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) {
    background: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h3 .cover {
    color: #ed8682;
    border-top: solid 4px #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover {
    background: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) h4 .cover .number {
    color: #ed8682;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(1) .button a {
    color: #ed8682;
    box-shadow: 0 0 0 3px #ed8682 inset, rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(3) {
    margin: 20px 0 0 0;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .box-menu {
    margin: 20px 0 0 0;
    padding: 60px 0 0 0;
  }
  .box-menu::before {
    width: 100%;
    height: 6px;
  }
  .box-menu::after {
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
    transform: scale(6, 1);
  }
  .box-menu .wrapper {
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top;
    background-size: 500px auto;
  }
  .box-menu .wrapper .title {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .box-menu .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .box-menu .wrapper .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .title .main h2 {
    text-align: center;
  }
  .box-menu .wrapper .title .main h2 .catch {
    font-size: 8vw;
  }
  .box-menu .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .box-menu .wrapper .box-wrapper {
    display: block;
    max-width: 100%;
    padding: 0 3.5% 0 3.5%;
    margin: 0 auto 0;
  }
  .box-menu .wrapper .box-wrapper .box {
    width: 100%;
    margin: 40px 9% 0 0;
    padding: 0px 0px 40px 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .back {
    top: 0;
    right: 0;
    opacity: 0.67;
    letter-spacing: 4px;
    line-height: 0.5;
    font-size: 13vw;
    writing-mode: vertical-rl;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .mark {
    position: absolute;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title {
    bottom: -30px;
    left: 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 {
    text-align: center;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover {
    margin: 5px 0 0 0;
    padding: 5px 30px 5px 30px;
    border-radius: 20px 0 20px 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .number {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 3.5vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h4 .cover .catch {
    letter-spacing: 3px;
    font-size: 4vw;
    padding: 0 5px 0 0px;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 {
    margin: 10px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .semi-title h3 .cover {
    padding: 5px 25px 5px 25px;
    letter-spacing: 3px;
    font-size: 8.5vw;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image {
    line-height: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .box-menu .wrapper .box-wrapper .box .thumb .image img {
    width: 100%;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box .sentence {
    padding: 50px 25px 0 25px;
  }
  .box-menu .wrapper .box-wrapper .box .sentence p {
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 4.5vw;
  }
  .box-menu .wrapper .box-wrapper .box .button {
    margin: 30px auto 0;
    width: 90%;
  }
  .box-menu .wrapper .box-wrapper .box .button a {
    border-radius: 100px;
    border: solid 3px #fff;
    padding: 15px 30px 15px 30px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .icon {
    width: 7vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box .button a .catch {
    font-size: 5vw;
    padding: 0 20px 0 20px;
  }
  .box-menu .wrapper .box-wrapper .box .button a .arrow {
    width: 4.5vw;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box ul li {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 30px 20px 30px;
    margin: 10px 0 0 0;
  }
  .box-menu .wrapper .box-wrapper .box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    border-top: dotted 2px #fff;
    transform: scale(6, 1);
    opacity: 0.4;
  }
  .box-menu .wrapper .box-wrapper .box ul li .icon {
    width: 30px;
    height: auto;
  }
  .box-menu .wrapper .box-wrapper .box ul li p {
    color: #fff;
    font-weight: 700;
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 40px 0 0 0 !important;
  }
  .box-menu .wrapper .box-wrapper .box:nth-child(3) {
    margin: 40px 0 0 0 !important;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 RECRUIT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.recruit {
  background: linear-gradient(45deg, #fff5f5 0%, #fed6e1 100%);
  position: relative;
  overflow: hidden;
  margin: 60px 0 0 0;
  padding: 0 0 100px 0;
}
.recruit::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.recruit .wrapper {
  background: url(../../images/common/recruit-bg.png) no-repeat top center;
  background-size: 100% auto;
}
.recruit .wrapper .title {
  margin: 0px 0 0 0;
  display: block;
  width: 100%;
  padding: 100px 0 0px 0;
}
.recruit .wrapper .title .main {
  padding: 50px 0 0 0;
}
.recruit .wrapper .title .main .icon {
  width: 55px;
  margin: 0 auto 0;
}
.recruit .wrapper .title .main h2 {
  text-align: center;
}
.recruit .wrapper .title .main h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
}
.recruit .wrapper .title .sub {
  text-align: center;
}
.recruit .wrapper .title .sub p {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.recruit .wrapper .box .block {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto 0;
}
.recruit .wrapper .box .block .thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  width: 30vw;
  height: 30vw;
  max-width: 550px;
  max-height: 550px;
}
.recruit .wrapper .box .block .thumb img {
  box-shadow: rgba(228, 150, 164, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  border: solid 8px #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .wrapper .box .block .text {
  position: relative;
  z-index: 2;
  margin: 0 0px 0 40px;
  padding: 100px 0 0 0;
}
.recruit .wrapper .box .block .text h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit .wrapper .box .block .text h4 .border {
  background: #ee6e7f;
  width: 20px;
  height: 2px;
}
.recruit .wrapper .box .block .text h4 .catch {
  color: #ee6e7f;
  font-family: "Caveat";
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 35px;
}
.recruit .wrapper .box .block .text h3 {
  font-weight: 700;
  padding: 20px 0 0 0;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.recruit .wrapper .box .block .text h3 .line {
  margin: 15px 0 0 0;
}
.recruit .wrapper .box .block .text h3 .line .cover {
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  display: inline-block;
  padding: 5px 40px 5px 40px;
}
.recruit .wrapper .box .block .text h3 .line .cover .catch {
  color: #fff;
  letter-spacing: 3px;
  font-size: 40px;
}
.recruit .wrapper .box .block .text .sentence {
  margin: 40px 0 0 0;
}
.recruit .wrapper .box .block .text .sentence p {
  color: #73555b;
  text-align: center;
  font-weight: 700;
  line-height: 2.2;
  font-size: 22px;
}
.recruit .wrapper .box .block .text .button_box {
  display: flex;
  justify-content: space-around;
}
.recruit .wrapper .box .block .text .button_box .button {
  width: 350px;
  padding: 60px 0 0 0;
  margin: 0 10px 0 0;
}
.recruit .wrapper .box .block .text .button_box .button a {
  text-decoration: none;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 30px 20px 30px;
}
.recruit .wrapper .box .block .text .button_box .button a .caption {
  text-align: center;
  margin: -20px 0 0 0;
}
.recruit .wrapper .box .block .text .button_box .button a .caption p {
  display: inline-block;
  font-weight: 700;
  background: #fff;
  color: #f185a3;
  border-radius: 100px;
  border: solid 3px #f185a3;
  padding: 3px 20px 3px 20px;
  font-size: 16px;
}
.recruit .wrapper .box .block .text .button_box .button a .cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.recruit .wrapper .box .block .text .button_box .button a .cover .icon {
  width: 45px;
  height: auto;
}
.recruit .wrapper .box .block .text .button_box .button a .cover .catch {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
}
.recruit .wrapper .box .block .text .button_box .button a .cover .arrow {
  width: 35px;
  height: auto;
}
.recruit .wrapper .box .block .text .button_box .line {
  width: 350px;
  padding: 60px 0 0 0;
}
.recruit .wrapper .box .block .text .button_box .line a {
  text-decoration: none;
  background: rgb(6, 199, 85);
  background: linear-gradient(90deg, rgb(6, 199, 85) 0%, rgb(6, 199, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06c755", endColorstr="#06c7c6", GradientType=1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 30px 20px 30px;
}
.recruit .wrapper .box .block .text .button_box .line a .caption {
  text-align: center;
  margin: -20px 0 0 0;
}
.recruit .wrapper .box .block .text .button_box .line a .caption p {
  display: inline-block;
  font-weight: 700;
  background: #fff;
  color: rgb(6, 199, 85);
  border-radius: 100px;
  border: solid 3px rgb(6, 199, 85);
  padding: 3px 20px 3px 20px;
  font-size: 16px;
}
.recruit .wrapper .box .block .text .button_box .line a .cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.recruit .wrapper .box .block .text .button_box .line a .cover .icon {
  width: 45px;
  height: auto;
}
.recruit .wrapper .box .block .text .button_box .line a .cover .catch {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
}
.recruit .wrapper .box .block .text .button_box .line a .cover .arrow {
  width: 35px;
  height: auto;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .recruit {
    margin: 60px 0 0 0;
    padding: 0 0 100px 0;
  }
  .recruit::before {
    width: 100%;
    height: 4px;
  }
  .recruit .wrapper .title {
    display: block;
    width: 100%;
    padding: 100px 0 0px 0;
  }
  .recruit .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .recruit .wrapper .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .recruit .wrapper .title .main h2 {
    text-align: center;
  }
  .recruit .wrapper .title .main h2 .catch {
    font-size: 5vw;
  }
  .recruit .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .recruit .wrapper .box .block {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .recruit .wrapper .box .block .thumb {
    position: relative;
    z-index: 1;
    line-height: 0;
  }
  .recruit .wrapper .box .block .thumb img {
    border-radius: 50%;
    border: solid 8px #fff;
  }
  .recruit .wrapper .box .block .text {
    margin: 0 0px 0 50px;
    padding: 100px 0 0 0;
  }
  .recruit .wrapper .box .block .text h4 .border {
    width: 20px;
    height: 2px;
  }
  .recruit .wrapper .box .block .text h4 .catch {
    letter-spacing: 3px;
    font-size: 35px;
  }
  .recruit .wrapper .box .block .text h3 {
    font-weight: 700;
    padding: 20px 0 0 0;
    line-height: 1.1;
  }
  .recruit .wrapper .box .block .text h3 .line {
    margin: 15px 0 0 0;
  }
  .recruit .wrapper .box .block .text h3 .line .cover {
    padding: 5px 20px 5px 20px;
  }
  .recruit .wrapper .box .block .text h3 .line .cover .catch {
    color: #fff;
    letter-spacing: 3px;
    font-size: 3.25vw;
  }
  .recruit .wrapper .box .block .text .sentence {
    margin: 40px 0 0 0;
  }
  .recruit .wrapper .box .block .text .sentence p {
    color: #73555b;
    text-align: center;
    font-weight: 700;
    line-height: 2.2;
    font-size: 22px;
  }
  .recruit .wrapper .box .block .text .button {
    width: 45vw;
    padding: 60px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button a {
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .recruit .wrapper .box .block .text .button a .caption {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button a .caption p {
    padding: 3px 20px 3px 20px;
    font-size: 1.85vw;
  }
  .recruit .wrapper .box .block .text .button a .cover {
    margin: 10px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button a .cover .icon {
    width: 4vw;
    height: auto;
  }
  .recruit .wrapper .box .block .text .button a .cover .catch {
    line-height: 1.3;
    font-size: 2.25vw;
  }
  .recruit .wrapper .box .block .text .button a .cover .arrow {
    width: 3.5vw;
    height: auto;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .recruit {
    margin: 60px 0 0 0;
    padding: 0 0 100px 0;
  }
  .recruit::before {
    width: 100%;
    height: 4px;
  }
  .recruit .wrapper .title {
    display: block;
    width: 100%;
    padding: 100px 0 0px 0;
  }
  .recruit .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .recruit .wrapper .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .recruit .wrapper .title .main h2 {
    text-align: center;
  }
  .recruit .wrapper .title .main h2 .catch {
    font-size: 5vw;
  }
  .recruit .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .recruit .wrapper .box .block {
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
    padding: 30px 0 0 0;
  }
  .recruit .wrapper .box .block .thumb {
    position: relative;
    z-index: 1;
    line-height: 0;
    width: 45vw;
    height: 45vw;
    margin: 0 auto 0;
  }
  .recruit .wrapper .box .block .thumb img {
    border-radius: 50%;
    border: solid 8px #fff;
  }
  .recruit .wrapper .box .block .text {
    margin: -50px auto 0;
    padding: 0px 0 40px 0;
  }
  .recruit .wrapper .box .block .text h4 .border {
    width: 20px;
    height: 2px;
  }
  .recruit .wrapper .box .block .text h4 .catch {
    letter-spacing: 3px;
    font-size: 35px;
  }
  .recruit .wrapper .box .block .text h3 {
    font-weight: 700;
    padding: 20px 0 0 0;
    line-height: 1.1;
    text-align: center;
  }
  .recruit .wrapper .box .block .text h3 .line {
    margin: 15px 0 0 0;
  }
  .recruit .wrapper .box .block .text h3 .line .cover {
    padding: 5px 30px 5px 30px;
  }
  .recruit .wrapper .box .block .text h3 .line .cover .catch {
    color: #fff;
    letter-spacing: 5px;
    font-size: 5vw;
  }
  .recruit .wrapper .box .block .text .sentence {
    margin: 40px 0 0 0;
  }
  .recruit .wrapper .box .block .text .sentence p {
    text-align: center;
    line-height: 2.2;
    font-size: 3vw;
  }
  .recruit .wrapper .box .block .text .button {
    width: 50vw;
    padding: 60px 0 0 0;
    margin: 0 auto 0;
  }
  .recruit .wrapper .box .block .text .button a {
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .recruit .wrapper .box .block .text .button a .caption {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button a .caption p {
    padding: 3px 20px 3px 20px;
    font-size: 1.85vw;
  }
  .recruit .wrapper .box .block .text .button a .cover {
    margin: 10px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button a .cover .icon {
    width: 5vw;
    height: auto;
  }
  .recruit .wrapper .box .block .text .button a .cover .catch {
    line-height: 1.3;
    font-size: 3vw;
  }
  .recruit .wrapper .box .block .text .button a .cover .arrow {
    width: 4vw;
    height: auto;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .recruit {
    margin: 40px 0 0 0;
    padding: 0 0 60px 0;
  }
  .recruit::before {
    width: 100%;
    height: 4px;
  }
  .recruit .wrapper {
    background-size: 100% auto;
  }
  .recruit .wrapper .title {
    margin: 0px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .recruit .wrapper .title .main {
    padding: 50px 0 0 0;
  }
  .recruit .wrapper .title .main .icon {
    width: 10vw;
    margin: 0 auto 0;
  }
  .recruit .wrapper .title .main h2 .catch {
    font-size: 10vw;
  }
  .recruit .wrapper .title .sub {
    text-align: center;
  }
  .recruit .wrapper .title .sub p {
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .recruit .wrapper .box .block {
    margin: 100%;
    margin: 0 auto 0;
    display: block;
  }
  .recruit .wrapper .box .block .thumb {
    width: 80vw;
    height: 80vw;
    margin: 0 auto 0;
  }
  .recruit .wrapper .box .block .thumb img {
    box-shadow: rgba(228, 150, 164, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    border: solid 8px #fff;
  }
  .recruit .wrapper .box .block .text {
    position: relative;
    z-index: 2;
    margin: -80px 0px 0 0px;
    padding: 0px 0 0 0;
  }
  .recruit .wrapper .box .block .text h4 {
    display: flex;
    text-align: center;
  }
  .recruit .wrapper .box .block .text h4 .border {
    display: none;
    width: 10px;
    height: 2px;
  }
  .recruit .wrapper .box .block .text h4 .catch {
    display: inline-block;
    background: #fff;
    padding: 0 10px 0 10px;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .recruit .wrapper .box .block .text h3 {
    padding: 4px 0 0 0;
    line-height: 1.1;
  }
  .recruit .wrapper .box .block .text h3 .line {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .recruit .wrapper .box .block .text h3 .line .cover {
    padding: 5px 20px 5px 20px;
  }
  .recruit .wrapper .box .block .text h3 .line .cover .catch {
    letter-spacing: 1px;
    font-size: 5.5vw;
  }
  .recruit .wrapper .box .block .text .sentence {
    margin: 40px 0 0 0;
  }
  .recruit .wrapper .box .block .text .sentence p {
    font-weight: 700;
    line-height: 2;
    font-size: 4.5vw;
  }
  .recruit .wrapper .box .block .text .button_box {
    flex-flow: column;
  }
  .recruit .wrapper .box .block .text .button_box .button {
    width: 85%;
    padding: 30px 0 30px 0;
    margin: 0 auto;
  }
  .recruit .wrapper .box .block .text .button_box .button a {
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .recruit .wrapper .box .block .text .button_box .button a .caption {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button_box .button a .caption p {
    border-radius: 100px;
    padding: 3px 15px 3px 15px;
    font-size: 3.5vw;
  }
  .recruit .wrapper .box .block .text .button_box .button a .cover {
    margin: 10px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button_box .button a .cover .icon {
    width: 6vw;
    height: auto;
  }
  .recruit .wrapper .box .block .text .button_box .button a .cover .catch {
    line-height: 1.3;
    font-size: 5.5vw;
  }
  .recruit .wrapper .box .block .text .button_box .button a .cover .arrow {
    width: 4.5vw;
    height: auto;
  }
  .recruit .wrapper .box .block .text .button_box .line {
    width: 85%;
    padding: 30px 0 30px 0;
    margin: 0 auto;
  }
  .recruit .wrapper .box .block .text .button_box .line a {
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .recruit .wrapper .box .block .text .button_box .line a .caption {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button_box .line a .caption p {
    border-radius: 100px;
    padding: 3px 15px 3px 15px;
    font-size: 3.5vw;
  }
  .recruit .wrapper .box .block .text .button_box .line a .cover {
    margin: 10px 0 0 0;
  }
  .recruit .wrapper .box .block .text .button_box .line a .cover .icon {
    width: 6vw;
    height: auto;
  }
  .recruit .wrapper .box .block .text .button_box .line a .cover .catch {
    line-height: 1.3;
    font-size: 5.5vw;
  }
  .recruit .wrapper .box .block .text .button_box .line a .cover .arrow {
    width: 4.5vw;
    height: auto;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 EXTERNAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.external {
  padding: 70px 0 100px 0;
}
.external .wrapper .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.external .wrapper .box-wrapper .box {
  width: 100%;
  margin: 30px 3% 0 0;
}
.external .wrapper .box-wrapper .box a {
  text-decoration: none;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-template-rows: 300px;
  align-items: center;
  position: relative;
}
.external .wrapper .box-wrapper .box a .back {
  position: absolute;
  font-family: "Caveat";
  font-weight: 600;
  top: 0;
  right: 1%;
  line-height: 0.7;
  opacity: 0.6;
  font-size: 55px;
}
.external .wrapper .box-wrapper .box a .thumb {
  line-height: 0;
  height: 300px;
}
.external .wrapper .box-wrapper .box a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.external .wrapper .box-wrapper .box a .text {
  width: calc(100% - 250px);
  padding: 20px 40px 20px 40px;
  position: relative;
}
.external .wrapper .box-wrapper .box a .text h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.external .wrapper .box-wrapper .box a .text h3 .border {
  width: 160px;
  height: 2px;
  background: #fff;
}
.external .wrapper .box-wrapper .box a .text h3 .catch {
  display: inline-block;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding: 3px 0px 3px 10px;
}
.external .wrapper .box-wrapper .box a .text h2 {
  line-height: 1.3;
  margin: 10px 0 0 0;
}
.external .wrapper .box-wrapper .box a .text h2 .sub {
  font-size: 20px;
}
.external .wrapper .box-wrapper .box a .text h2 .main {
  font-family: "M PLUS Rounded 1c";
  letter-spacing: 1px;
  font-size: 42px;
  white-space: nowrap;
}
.external .wrapper .box-wrapper .box a .text h2 .main br {
  display: none;
}
.external .wrapper .box-wrapper .box a .text .button {
  margin: 20px 0 0 0;
}
.external .wrapper .box-wrapper .box a .text .button .cover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 60px 5px 60px;
  border-radius: 100px;
  border: solid 4px #fff;
}
.external .wrapper .box-wrapper .box a .text .button .cover .catch {
  font-size: 24px;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.external .wrapper .box-wrapper .box a .text .button .cover .link {
  line-height: 0;
  width: 30px;
}
.external .wrapper .box-wrapper .box a .text .button .cover .link img {
  width: 100%;
  height: auto;
}
.external .wrapper .box-wrapper .box.instagram a {
  background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  grid-template-columns: 450px 2fr 1fr;
}
.external .wrapper .box-wrapper .box.instagram a .thumb {
  width: 100%;
}
.external .wrapper .box-wrapper .box.instagram a .text {
  width: auto;
}
.external .wrapper .box-wrapper .box.instagram a .text h2 .main br {
  display: block;
}
.external .wrapper .box-wrapper .box.instagram a .qr-instagram {
  width: 75%;
  margin: 0 auto;
}
.external .wrapper .box-wrapper .box.facebook a {
  background: #1773ea;
}
.external .wrapper .box-wrapper .box.recruit-booking a {
  background: #f5ad30;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .external {
    padding: 70px 0 100px 0;
  }
  .external .wrapper .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .external .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 2% 0 0;
  }
  .external .wrapper .box-wrapper .box a {
    grid-template-columns: 35% 1fr;
  }
  .external .wrapper .box-wrapper .box a .back {
    line-height: 0.7;
    opacity: 0.6;
    font-size: 5vw;
  }
  .external .wrapper .box-wrapper .box a .thumb {
    line-height: 0;
    width: 100%;
  }
  .external .wrapper .box-wrapper .box a .text {
    width: 65%;
    padding: 20px 30px 20px 30px;
  }
  .external .wrapper .box-wrapper .box a .text h3 .border {
    width: 5vw;
    height: 2px;
  }
  .external .wrapper .box-wrapper .box a .text h3 .catch {
    font-size: 1.65vw;
    padding: 3px 0px 3px 10px;
  }
  .external .wrapper .box-wrapper .box a .text h2 {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  .external .wrapper .box-wrapper .box a .text h2 .sub {
    font-size: 2vw;
  }
  .external .wrapper .box-wrapper .box a .text h2 .main {
    letter-spacing: 0px;
    font-size: 3.25vw;
  }
  .external .wrapper .box-wrapper .box a .text .button {
    margin: 10px 0 0 0;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover {
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .catch {
    font-size: 2vw;
    padding: 0 6px 0 0;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link {
    line-height: 0;
    width: 2.25vw;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link img {
    width: 100%;
    height: auto;
  }
  .external .wrapper .box-wrapper .box.instagram a {
    grid-template-columns: 35% 2fr 1fr;
  }
  .external .wrapper .box-wrapper .box.facebook a {
    background: #1773ea;
  }
  .external .wrapper .box-wrapper .box.photo a {
    background: #f5ad30;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .external {
    padding: 70px 0 100px 0;
  }
  .external .wrapper .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .external .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 2% 0 0;
  }
  .external .wrapper .box-wrapper .box a {
    grid-template-columns: 35% 1fr;
  }
  .external .wrapper .box-wrapper .box a .back {
    line-height: 0.7;
    opacity: 0.6;
    font-size: 5vw;
  }
  .external .wrapper .box-wrapper .box a .thumb {
    line-height: 0;
    height: 300px;
  }
  .external .wrapper .box-wrapper .box a .text {
    width: 65%;
    padding: 20px 30px 20px 30px;
  }
  .external .wrapper .box-wrapper .box a .text h3 .border {
    width: 5vw;
    height: 2px;
  }
  .external .wrapper .box-wrapper .box a .text h3 .catch {
    font-size: 1.65vw;
    padding: 3px 0px 3px 10px;
  }
  .external .wrapper .box-wrapper .box a .text h2 {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  .external .wrapper .box-wrapper .box a .text h2 .sub {
    font-size: 2vw;
  }
  .external .wrapper .box-wrapper .box a .text h2 .main {
    letter-spacing: 0px;
    font-size: 3.25vw;
  }
  .external .wrapper .box-wrapper .box a .text .button {
    margin: 10px 0 0 0;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover {
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .catch {
    font-size: 2vw;
    padding: 0 6px 0 0;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link {
    line-height: 0;
    width: 2.25vw;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link img {
    width: 100%;
    height: auto;
  }
  .external .wrapper .box-wrapper .box.instagram a {
    grid-template-columns: 35% 2fr 1fr;
  }
  .external .wrapper .box-wrapper .box.instagram a .qr-instagram {
    margin: 0 15% 0 0;
    width: 85%;
  }
  .external .wrapper .box-wrapper .box.facebook a {
    background: #1773ea;
  }
  .external .wrapper .box-wrapper .box.photo a {
    background: #f5ad30;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .external {
    padding: 70px 0 100px 0;
  }
  .external .wrapper .box-wrapper {
    display: block;
    max-width: 90%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .external .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 3% 0 0;
  }
  .external .wrapper .box-wrapper .box a {
    display: block;
  }
  .external .wrapper .box-wrapper .box a .back {
    top: 0;
    right: 0;
    line-height: 0.7;
    opacity: 0.6;
    font-size: 11.5vw;
    writing-mode: vertical-rl;
  }
  .external .wrapper .box-wrapper .box a .thumb {
    line-height: 0;
    width: 60vw !important;
    height: 60vw;
    margin: 0 auto 0;
  }
  .external .wrapper .box-wrapper .box a .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .external .wrapper .box-wrapper .box a .text {
    width: 100%;
    padding: 20px 25px 40px 25px;
  }
  .external .wrapper .box-wrapper .box a .text h3 {
    justify-content: center;
  }
  .external .wrapper .box-wrapper .box a .text h3 .border {
    width: 30px;
    height: 2px;
  }
  .external .wrapper .box-wrapper .box a .text h3 .catch {
    font-size: 4vw;
    padding: 3px 0px 3px 10px;
  }
  .external .wrapper .box-wrapper .box a .text h2 {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  .external .wrapper .box-wrapper .box a .text h2 .sub {
    font-size: 4vw;
  }
  .external .wrapper .box-wrapper .box a .text h2 .main {
    text-align: center;
    letter-spacing: 0px;
    font-size: 7vw;
  }
  .external .wrapper .box-wrapper .box a .text h2 .main br {
    display: block;
  }
  .external .wrapper .box-wrapper .box a .text .button {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover {
    padding: 5px 30px 5px 30px;
    border-radius: 100px;
    border: solid 4px #fff;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .catch {
    font-size: 5vw;
    padding: 0 10px 0 0;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link {
    line-height: 0;
    width: 5vw;
  }
  .external .wrapper .box-wrapper .box a .text .button .cover .link img {
    width: 100%;
    height: auto;
  }
  .external .wrapper .box-wrapper .box.facebook a {
    background: #1773ea;
  }
  .external .wrapper .box-wrapper .box.photo a {
    background: #f5ad30;
  }
  .external .wrapper .box-wrapper .box.instagram a .text .button .cover {
    padding: 5px 15px;
  }
  .external .wrapper .box-wrapper .box.instagram a .qr-instagram {
    display: none;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HAMBURGER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger {
  cursor: pointer;
  position: fixed;
  right: -40px;
  top: -40px;
  z-index: 1001;
}
.hamburger .inset {
  position: relative;
  z-index: 2;
  padding: 75px 70px 0 0;
}
.hamburger .inset .icon {
  position: relative;
  z-index: 2;
  height: 39px;
  width: 60px;
  margin: 0 auto 0;
}
.hamburger .inset .icon .open {
  position: absolute;
  height: 100%;
  width: 60px;
  margin: 0 auto 0;
  top: 0;
  left: 0;
}
.hamburger .inset .icon .open .border {
  border-radius: 100px;
  background: linear-gradient(45deg, #d04865 0%, #e05f6c 100%);
  width: 100%;
  height: 3px;
}
.hamburger .inset .icon .open .border:nth-child(1) {
  margin: 0 auto 0;
}
.hamburger .inset .icon .open .border:nth-child(2) {
  margin: 14px auto 0;
}
.hamburger .inset .icon .open .border:nth-child(3) {
  margin: 14px auto 0;
}
.hamburger .inset .icon .close {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 66px;
  margin: 0 auto 0;
}
.hamburger .inset .icon .close .border {
  border-radius: 100px;
  background: linear-gradient(45deg, #d04865 0%, #e05f6c 100%);
  width: 100%;
  height: 3px;
  left: 0;
}
.hamburger .inset .icon .close .border:nth-child(1) {
  transform: rotate(30deg);
  transform-origin: left top;
}
.hamburger .inset .icon .close .border:nth-child(2) {
  margin: 30px auto 0;
  transform-origin: left bottom;
  transform: rotate(-30deg);
}
.hamburger .inset .catch {
  font-weight: 900;
  text-align: center;
  margin: 5px 0 0 0;
  position: relative;
  width: 100%;
  height: 30px;
}
.hamburger .inset .catch p {
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, #c73861, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  font-size: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
.hamburger .inset .catch p.close {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.hamburger .bg {
  position: absolute;
  z-index: 1;
  width: 200px;
  right: 0px;
  top: 0px;
}
.hamburger .bg img {
  width: 100%;
  height: auto;
}

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

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

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



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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger {
    right: -9vw;
    top: -9vw;
  }
  .hamburger .inset {
    padding: 13vw 14vw 0 0;
  }
  .hamburger .inset .icon {
    z-index: 2;
    height: 5vw;
    width: 8vw;
    margin: 0 auto 0;
  }
  .hamburger .inset .icon .open {
    height: 100%;
    width: 100%;
    margin: 0 auto 0;
    top: 0;
    left: 0;
  }
  .hamburger .inset .icon .open .border {
    width: 100%;
    height: 3px;
  }
  .hamburger .inset .icon .open .border:nth-child(1) {
    margin: 0 auto 0;
  }
  .hamburger .inset .icon .open .border:nth-child(2) {
    margin: 1.75vw auto 0;
  }
  .hamburger .inset .icon .open .border:nth-child(3) {
    margin: 1.75vw auto 0;
  }
  .hamburger .inset .icon .close {
    height: 4vw;
    width: 120%;
    margin: 0 auto 0;
  }
  .hamburger .inset .icon .close .border {
    height: 3px;
    left: 0;
  }
  .hamburger .inset .icon .close .border:nth-child(1) {
    transform: rotate(27.5deg);
    transform-origin: left top;
  }
  .hamburger .inset .icon .close .border:nth-child(2) {
    margin: 3vw auto 0;
    transform-origin: left bottom;
    transform: rotate(-27.5deg);
  }
  .hamburger .inset .catch {
    margin: 5px 0 0 0;
    width: 100%;
    height: 4vw;
  }
  .hamburger .inset .catch p {
    line-height: 1.1;
    font-size: 4vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .hamburger .inset .catch p.close {
    visibility: hidden;
    opacity: 0;
    display: none;
    margin: -2px 0 0 0;
  }
  .hamburger .bg {
    width: 32vw;
    right: 0px;
    top: 0px;
  }
  .hamburger .bg img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HAMBURGER-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  background: url(../../images/common/hamburger-menu-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.hamburger-menu .wrapper {
  height: 100vh;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Firefox 対応 */
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu .wrapper::-webkit-scrollbar {
  display: none;
}
.hamburger-menu .wrapper .inner {
  padding: 0px 0 0px 0;
}
.hamburger-menu .wrapper .inner .logo {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  padding: 0px 0 0 0;
}
.hamburger-menu .wrapper .inner .logo a {
  text-decoration: none;
  color: #d14a66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-menu .wrapper .inner .logo a .mark {
  display: block;
  width: 100px;
  margin: 0 0 0 0;
}
.hamburger-menu .wrapper .inner .logo a .mark img {
  width: 100%;
  height: auto;
}
.hamburger-menu .wrapper .inner .logo a .text {
  padding: 0 0 0 20px;
}
.hamburger-menu .wrapper .inner .logo a .text .main {
  text-align: center;
  letter-spacing: 2px;
  font-size: 34px;
}
.hamburger-menu .wrapper .inner .logo a .text .sub {
  text-align: center;
  letter-spacing: 4px;
  font-size: 26px;
}
.hamburger-menu .wrapper .inner nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
}
.hamburger-menu .wrapper .inner nav ul li {
  opacity: 0;
  visibility: hidden;
  width: 48.5%;
  margin: 30px 3% 0 0;
}
.hamburger-menu .wrapper .inner nav ul li a {
  background: #fff;
  border: solid 6px #f28495;
  box-shadow: rgba(197, 123, 80, 0.2) 0px 8px 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 20px;
}
.hamburger-menu .wrapper .inner nav ul li a .thumb {
  line-height: 0;
  width: 180px;
}
.hamburger-menu .wrapper .inner nav ul li a .catch {
  padding: 0 40px 0 40px;
  width: calc(100% - 180px);
}
.hamburger-menu .wrapper .inner nav ul li a .catch .main {
  color: #e4476f;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 34px;
}
.hamburger-menu .wrapper .inner nav ul li a .catch .sub {
  color: #e9a7b8;
  font-family: "Caveat";
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 34px;
}
.hamburger-menu .wrapper .inner nav ul li a .icon {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 90px;
  opacity: 0.7;
}
.hamburger-menu .wrapper .inner nav ul li a .icon img {
  width: 100%;
  height: auto;
}
.hamburger-menu .wrapper .inner nav ul li:nth-child(2n), .hamburger-menu .wrapper .inner nav ul li:last-child {
  margin: 30px 0 0 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hamburger-menu .wrapper {
    height: 100vh;
  }
  .hamburger-menu .wrapper .inner .logo {
    padding: 10px 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark {
    display: block;
    width: 9vw;
    margin: 0 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner .logo a .text {
    padding: 0 0 0 20px;
  }
  .hamburger-menu .wrapper .inner .logo a .text .main {
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .hamburger-menu .wrapper .inner .logo a .text .sub {
    letter-spacing: 4px;
    font-size: 2.25vw;
  }
  .hamburger-menu .wrapper .inner nav ul {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .hamburger-menu .wrapper .inner nav ul li {
    width: 48.5%;
    margin: 30px 3% 0 0;
  }
  .hamburger-menu .wrapper .inner nav ul li a {
    background: #fff;
    border: solid 6px #f28495;
    box-shadow: rgba(197, 123, 80, 0.2) 0px 8px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
  }
  .hamburger-menu .wrapper .inner nav ul li a .thumb {
    line-height: 0;
    width: 14vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch {
    padding: 0 30px 0 30px;
    width: calc(100% - 14vw);
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .main {
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 2.75vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .sub {
    line-height: 1.2;
    letter-spacing: 3px;
    font-size: 2.5vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon {
    position: absolute;
    bottom: 8px;
    right: 6px;
    width: 7vw;
    opacity: 0.7;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner nav ul li:nth-child(2n), .hamburger-menu .wrapper .inner nav ul li:last-child {
    margin: 30px 0 0 0;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburger-menu .wrapper {
    height: 100vh;
  }
  .hamburger-menu .wrapper .inner .logo {
    padding: 10px 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark {
    display: block;
    width: 9vw;
    margin: 0 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner .logo a .text {
    padding: 0 0 0 20px;
  }
  .hamburger-menu .wrapper .inner .logo a .text .main {
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .hamburger-menu .wrapper .inner .logo a .text .sub {
    letter-spacing: 4px;
    font-size: 2.25vw;
  }
  .hamburger-menu .wrapper .inner nav ul {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .hamburger-menu .wrapper .inner nav ul li {
    width: 48.5%;
    margin: 30px 3% 0 0;
  }
  .hamburger-menu .wrapper .inner nav ul li a {
    background: #fff;
    border: solid 4px #f28495;
    box-shadow: rgba(197, 123, 80, 0.2) 0px 8px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 15px;
  }
  .hamburger-menu .wrapper .inner nav ul li a .thumb {
    line-height: 0;
    width: 13vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch {
    padding: 0 15px 0 15px;
    width: calc(100% - 13vw);
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .main {
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 3.5vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .sub {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon {
    position: absolute;
    bottom: 8px;
    right: 6px;
    width: 7vw;
    opacity: 0.7;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner nav ul li:nth-child(2n), .hamburger-menu .wrapper .inner nav ul li:last-child {
    margin: 30px 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger-menu .wrapper {
    height: 100%;
    align-items: center;
  }
  .hamburger-menu .wrapper::-webkit-scrollbar {
    display: none;
  }
  .hamburger-menu .wrapper .inner {
    padding: 0px 0 0px 0;
  }
  .hamburger-menu .wrapper .inner .logo {
    padding: 0vw 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark {
    width: 12vw;
    margin: 0 0 0 0;
  }
  .hamburger-menu .wrapper .inner .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner .logo a .text {
    padding: 0 0 0 20px;
  }
  .hamburger-menu .wrapper .inner .logo a .text .main {
    letter-spacing: 1px;
    font-size: 6vw;
  }
  .hamburger-menu .wrapper .inner .logo a .text .sub {
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .hamburger-menu .wrapper .inner nav ul {
    display: block;
    max-width: 85%;
    margin: 0 auto 0;
  }
  .hamburger-menu .wrapper .inner nav ul li {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .hamburger-menu .wrapper .inner nav ul li a {
    display: flex;
    align-items: center;
    border: solid 4px #f28495;
    padding: 8px 0 8px 8px;
  }
  .hamburger-menu .wrapper .inner nav ul li a .thumb {
    line-height: 0;
    width: 20%;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch {
    padding: 0 20px 0 20px;
    width: 70%;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .main {
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 5.5vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .catch .sub {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 4.5vw;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon {
    bottom: 6px;
    right: 6px;
    width: 12vw;
    opacity: 0.7;
  }
  .hamburger-menu .wrapper .inner nav ul li a .icon img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .wrapper .inner nav ul li:nth-child(2n), .hamburger-menu .wrapper .inner nav ul li:last-child {
    margin: 8px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  margin: 0px 0 0 0;
  background: url(../../images/common/hamburger-menu-thumb01.jpg) no-repeat 0 0;
  background-size: cover;
  block-size: cover;
}
.footer .wrapper {
  background: linear-gradient(90deg, rgba(251, 240, 255, 0.9), rgba(255, 214, 236, 0.9));
}
.footer .wrapper .inner {
  margin: 0 auto 0;
  max-width: 1480px;
  padding: 140px 3% 90px 3%;
}
.footer .wrapper .inner .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrapper .inner .cta .left {
  width: calc(100% - 600px);
}
.footer .wrapper .inner .cta .left .logo {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}
.footer .wrapper .inner .cta .left .logo a {
  text-decoration: none;
  color: #d14a66;
}
.footer .wrapper .inner .cta .left .logo a .mark {
  display: block;
  width: 100px;
  margin: 0 auto 0;
}
.footer .wrapper .inner .cta .left .logo a .mark img {
  width: 100%;
  height: auto;
}
.footer .wrapper .inner .cta .left .logo a .main {
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
}
.footer .wrapper .inner .cta .left .logo a .sub {
  text-align: center;
  letter-spacing: 4px;
  font-size: 16px;
}
.footer .wrapper .inner .cta .left .attend {
  margin: 25px 0 0 0;
}
.footer .wrapper .inner .cta .left .attend p {
  text-align: center;
  color: #d14a66;
  letter-spacing: 2px;
  font-size: 17px;
}
.footer .wrapper .inner .cta .left .buttons {
  margin: 25px 0 0 0;
  width: 500px;
  margin: 0 auto 0;
}
.footer .wrapper .inner .cta .left .buttons .button {
  margin: 30px 0 0 0;
}
.footer .wrapper .inner .cta .left .buttons .button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.footer .wrapper .inner .cta .left .buttons .button a .icon {
  line-height: 0;
  width: 35px;
}
.footer .wrapper .inner .cta .left .buttons .button a .catch {
  padding: 0 0 0 10px;
}
.footer .wrapper .inner .cta .left .buttons .button.tel a {
  border: solid 3px #b02835;
  background: #fff;
}
.footer .wrapper .inner .cta .left .buttons .button.tel a .catch {
  display: inline-block;
  font-family: "Outfit";
  font-weight: 700;
  color: #d14a66;
  font-size: 40px;
}
.footer .wrapper .inner .cta .left .buttons .button.form a {
  border: solid 3px #fff;
  background: linear-gradient(90deg, #c73861, #e05f6b);
  color: #fff;
  padding: 10px 0 10px 0;
}
.footer .wrapper .inner .cta .left .buttons .button.form a .catch {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  font-size: 24px;
}
.footer .wrapper .inner .cta .right {
  width: 600px;
}
.footer .wrapper .inner .cta .right .google-map iframe {
  width: 100%;
  height: 400px;
}
.footer .wrapper .inner .cta .right .address {
  margin: 20px 0 0 0;
}
.footer .wrapper .inner .cta .right .address p {
  color: #d14a66;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.footer .wrapper .inner .cta .right .address p .small {
  font-size: 0.85em;
}
.footer .wrapper .inner .button2 {
  width: 80%;
  margin: 60px auto;
}
.footer .wrapper .inner .button2 a {
  color: #fff;
  text-decoration: none;
}
.footer .wrapper .inner .button2 a .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #c73861, #e05f6b);
  border-radius: 3vw;
  border: solid 3px #fff;
}
.footer .wrapper .inner .button2 a .catch .text {
  width: 60%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .wrapper .inner .button2 a .catch .text p {
  font-size: 20px;
  text-align: center;
}
.footer .wrapper .inner .button2 a .catch .text p span {
  font-size: 28px;
}
.footer .wrapper .inner .button2 a .catch .img {
  width: 40%;
  padding: 30px;
}
.footer .wrapper .inner .button2 a .catch .img img {
  width: 100%;
  height: 100%;
  filter: none;
}
.footer .wrapper .inner nav {
  padding: 40px 0 40px 0;
}
.footer .wrapper .inner nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.footer .wrapper .inner nav ul li a {
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #d14a66;
  padding: 0 15px 0 15px;
}
.footer .wrapper .inner .copyright {
  border-top: solid 1px #d14a66;
  margin: 60px 0 0 0;
  padding: 15px 15px 0 15px;
}
.footer .wrapper .inner .copyright small {
  color: #d14a66;
  font-family: "Outfit";
  letter-spacing: 8px;
  font-size: 12px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .wrapper .inner {
    margin: 0 auto 0;
    max-width: 100%;
    padding: 140px 2% 30px 2%;
  }
  .footer .wrapper .inner .cta .left {
    width: 50%;
    padding: 0 40px 0 0;
  }
  .footer .wrapper .inner .cta .left .logo a .mark {
    display: block;
    width: 12vw;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .cta .left .logo a .main {
    text-align: center;
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  .footer .wrapper .inner .cta .left .logo a .sub {
    text-align: center;
    letter-spacing: 4px;
    font-size: 1.6vw;
  }
  .footer .wrapper .inner .cta .left .attend {
    margin: 25px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .attend p {
    letter-spacing: 2px;
    font-size: 1.7vw;
  }
  .footer .wrapper .inner .cta .left .attend p .sp-disblock {
    display: block;
  }
  .footer .wrapper .inner .cta .left .buttons {
    margin: 25px 0 0 0;
    width: 100%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button {
    margin: 30px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button a {
    border-radius: 100px;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .icon {
    line-height: 0;
    width: 3.5vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .catch {
    padding: 0 0 0 10px;
  }
  .footer .wrapper .inner .cta .left .buttons .button.tel a .catch {
    font-size: 3.5vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a {
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a .catch {
    font-size: 2.5vw;
  }
  .footer .wrapper .inner .cta .left .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .address p {
    font-size: 1.5vw;
  }
  .footer .wrapper .inner .cta .right {
    width: 50%;
  }
  .footer .wrapper .inner .cta .right .google-map iframe {
    width: 100%;
    height: 400px;
  }
  .footer .wrapper .inner .cta .right .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .right .address p {
    font-size: 1.5vw;
  }
  .footer .wrapper .inner nav {
    padding: 40px 0 40px 0;
  }
  .footer .wrapper .inner nav ul li a {
    padding: 0 15px 0 15px;
    font-size: 1.8vw;
  }
  .footer .wrapper .inner .copyright {
    margin: 60px 0 0 0;
    padding: 15px 15px 0 15px;
  }
  .footer .wrapper .inner .copyright small {
    letter-spacing: 8px;
    font-size: 1.2vw;
  }
}
/* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .wrapper .inner {
    margin: 0 auto 0;
    max-width: 100%;
    padding: 140px 2% 30px 2%;
  }
  .footer .wrapper .inner .cta .left {
    width: 50%;
    padding: 0 40px 0 0;
  }
  .footer .wrapper .inner .cta .left .logo a .mark {
    display: block;
    width: 15vw;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .cta .left .logo a .main {
    text-align: center;
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .footer .wrapper .inner .cta .left .logo a .sub {
    text-align: center;
    letter-spacing: 4px;
    font-size: 2vw;
  }
  .footer .wrapper .inner .cta .left .attend {
    margin: 25px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .attend p {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .footer .wrapper .inner .cta .left .attend p .sp-disblock {
    display: block;
  }
  .footer .wrapper .inner .cta .left .buttons {
    margin: 25px 0 0 0;
    width: 100%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button a {
    border-radius: 100px;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .icon {
    line-height: 0;
    width: 3.5vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .catch {
    padding: 0 0 0 10px;
  }
  .footer .wrapper .inner .cta .left .buttons .button.tel a .catch {
    font-size: 4vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a {
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a .catch {
    font-size: 2.5vw;
  }
  .footer .wrapper .inner .cta .left .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .address p {
    font-size: 1.5vw;
  }
  .footer .wrapper .inner .cta .right {
    width: 50%;
  }
  .footer .wrapper .inner .cta .right .google-map iframe {
    width: 100%;
    height: 400px;
  }
  .footer .wrapper .inner .cta .right .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .right .address p {
    font-size: 1.5vw;
  }
  .footer .wrapper .inner nav {
    padding: 40px 0 40px 0;
  }
  .footer .wrapper .inner nav ul li a {
    padding: 0 15px 0 15px;
    font-size: 1.8vw;
  }
  .footer .wrapper .inner .copyright {
    margin: 60px 0 0 0;
    padding: 15px 15px 0 15px;
  }
  .footer .wrapper .inner .copyright small {
    letter-spacing: 8px;
    font-size: 1.2vw;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper .inner {
    margin: 0 auto 0;
    max-width: 100%;
    padding: 60px 4% 30px 4%;
  }
  .footer .wrapper .inner .button2 a .catch {
    flex-direction: column;
  }
  .footer .wrapper .inner .button2 a .catch .text {
    padding: 5% 0;
    width: 80%;
  }
  .footer .wrapper .inner .button2 a .catch .img {
    width: 80%;
    padding: 5% 0;
  }
  .footer .wrapper .inner .cta {
    display: block;
  }
  .footer .wrapper .inner .cta .left {
    width: 100%;
  }
  .footer .wrapper .inner .cta .left .logo a .mark {
    display: block;
    width: 25vw;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .logo a .mark img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .cta .left .logo a .main {
    letter-spacing: 2px;
    font-size: 5vw;
  }
  .footer .wrapper .inner .cta .left .logo a .sub {
    letter-spacing: 4px;
    font-size: 16px;
  }
  .footer .wrapper .inner .cta .left .attend {
    margin: 25px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .attend p {
    letter-spacing: 2px;
    font-size: 17px;
  }
  .footer .wrapper .inner .cta .left .buttons {
    margin: 25px 0 0 0;
    width: 100%;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button {
    margin: 15px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .icon {
    line-height: 0;
    width: 5vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button a .catch {
    padding: 0 0 0 10px;
  }
  .footer .wrapper .inner .cta .left .buttons .button.tel a {
    padding: 6px 0 6px 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button.tel a .catch {
    font-size: 7vw;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a {
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .cta .left .buttons .button.form a .catch {
    font-size: 5.5vw;
  }
  .footer .wrapper .inner .cta .left .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .left .address p {
    text-align: center;
    font-size: 3.75vw;
  }
  .footer .wrapper .inner .cta .right {
    width: 90%;
    margin: 10px auto 0;
  }
  .footer .wrapper .inner .cta .right .google-map iframe {
    width: 100%;
    height: 400px;
  }
  .footer .wrapper .inner .cta .right .address {
    margin: 20px 0 0 0;
  }
  .footer .wrapper .inner .cta .right .address p {
    text-align: center;
    font-size: 3.75vw;
  }
  .footer .wrapper .inner nav {
    padding: 40px 0 40px 0;
  }
  .footer .wrapper .inner nav ul {
    display: block;
  }
  .footer .wrapper .inner nav ul li a {
    padding: 10px 15px 10px 15px;
    text-align: center;
    border-top: solid 1px #edb0b0;
  }
  .footer .wrapper .inner nav ul li:last-child a {
    border-bottom: solid 1px #edb0b0;
  }
  .footer .wrapper .inner .copyright {
    margin: 30px 0 0 0;
    padding: 15px 15px 0 15px;
  }
  .footer .wrapper .inner .copyright small {
    letter-spacing: 8px;
    font-size: 2.5vw;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER RECRUIT2 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer .recruit2 {
  padding: 30px 0 130px 0;
}
.footer .recruit2 .container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: #fff;
  max-width: 1280px;
  width: 94%;
  margin: 60px auto 0;
  display: flex;
  border: 5px solid rgba(237, 78, 75, 0.5);
  padding: 40px 40px 40px 40px;
}
.footer .recruit2 .container .thumb-wrapper {
  width: 45%;
  position: relative;
  z-index: 2;
  padding: 0 0 0 0;
}
.footer .recruit2 .container .thumb-wrapper .thumb.thumb01 {
  width: 77%;
}
.footer .recruit2 .container .thumb-wrapper .thumb.thumb01 img {
  padding: 5px 5px 5px 5px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer .recruit2 .container .thumb-wrapper .thumb.thumb02 {
  width: 57%;
  margin: -80px 0 0 43%;
}
.footer .recruit2 .container .thumb-wrapper .thumb.thumb02 img {
  padding: 5px 5px 5px 5px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer .recruit2 .container .text {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 0 0 0px 0;
}
.footer .recruit2 .container .text .mark {
  line-height: 0;
  width: 90px;
  margin: 0 auto 0;
}
.footer .recruit2 .container .text h3 {
  margin: 40px 0 0 0;
}
.footer .recruit2 .container .text h3 .catch {
  text-align: center;
  color: #684d3d;
  font-size: 26px;
}
.footer .recruit2 .container .text h3 .catch br {
  display: block;
}
.footer .recruit2 .container .text .sentence {
  margin: 10px 0 0 0;
}
.footer .recruit2 .container .text .sentence p {
  text-align: center;
  color: #684d3d;
  line-height: 1.8;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.footer .recruit2 .container .text .button {
  margin: 20px 0 0 0;
}
.footer .recruit2 .container .text .button a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer .recruit2 .container .text .button a .cover {
  position: relative;
  background: #684d3d;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 10px 60px 10px 60px;
}
.footer .recruit2 .container .text .button a .cover .catch {
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 0 10px 0 0;
}
.footer .recruit2 .container .text .button a .cover .arrow {
  line-height: 0;
  width: 25px;
}
.footer .recruit2 .container .deco {
  position: absolute;
  z-index: 1;
  line-height: 0;
  bottom: 0;
  left: 0;
  width: 600px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .recruit2 {
    padding: 30px 0 30px 0;
  }
  .footer .recruit2 .title h2 .catch {
    line-height: 1.2;
    font-size: 5vw;
  }
  .footer .recruit2 .title .caption {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .title .caption p {
    line-height: 1.2;
    font-size: 2.2vw;
  }
  .footer .recruit2 .container {
    max-width: 100%;
    width: 94%;
    margin: 60px auto 0;
    padding: 40px 30px 40px 30px;
  }
  .footer .recruit2 .container .thumb-wrapper {
    width: 50%;
    padding: 0 0 0 20px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 {
    width: 77%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 {
    width: 57%;
    margin: -80px 0 0 43%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .text {
    width: 50%;
  }
  .footer .recruit2 .container .text .mark {
    line-height: 0;
    width: 6vw;
    margin: 0 auto 0;
  }
  .footer .recruit2 .container .text h3 {
    margin: 40px 0 0 0;
  }
  .footer .recruit2 .container .text h3 .catch {
    font-size: 2.5vw;
  }
  .footer .recruit2 .container .text h3 .catch br {
    display: block;
  }
  .footer .recruit2 .container .text .sentence {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 1.8vw;
    padding: 10px 0 10px 0;
  }
  .footer .recruit2 .container .text .button {
    margin: 25px 0 0 0;
  }
  .footer .recruit2 .container .text .button a .cover {
    padding: 8px 45px 8px 45px;
  }
  .footer .recruit2 .container .text .button a .cover .catch {
    font-size: 2vw;
  }
  .footer .recruit2 .container .text .button a .cover .arrow {
    line-height: 0;
    width: 2.5vw;
  }
  .footer .recruit2 .container .deco {
    width: 600px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .recruit2 {
    padding: 0px 0 20px 0;
  }
  .footer .recruit2 .title h2 .catch {
    line-height: 1.2;
    font-size: 5vw;
  }
  .footer .recruit2 .title .caption {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .title .caption p {
    line-height: 1.2;
    font-size: 2.2vw;
  }
  .footer .recruit2 .container {
    max-width: 100%;
    width: 94%;
    margin: 60px auto 0;
    padding: 40px 25px 40px 25px;
  }
  .footer .recruit2 .container .thumb-wrapper {
    width: 45%;
    padding: 0 0 0 20px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb {
    width: 50%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 {
    width: 77%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 {
    width: 57%;
    margin: -30px 0 0 43%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .text {
    width: 50%;
  }
  .footer .recruit2 .container .text .mark {
    line-height: 0;
    width: 6vw;
    margin: 0 auto 0;
  }
  .footer .recruit2 .container .text h3 {
    margin: 40px 0 0 0;
  }
  .footer .recruit2 .container .text h3 .catch {
    font-size: 2.5vw;
  }
  .footer .recruit2 .container .text h3 .catch br {
    display: block;
  }
  .footer .recruit2 .container .text .sentence {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 1.8vw;
    padding: 10px 0 10px 0;
  }
  .footer .recruit2 .container .text .sentence p .sp-disblock {
    display: block;
  }
  .footer .recruit2 .container .text .button {
    margin: 25px 0 0 0;
  }
  .footer .recruit2 .container .text .button a .cover {
    padding: 8px 45px 8px 45px;
  }
  .footer .recruit2 .container .text .button a .cover .catch {
    font-size: 2vw;
  }
  .footer .recruit2 .container .text .button a .cover .arrow {
    line-height: 0;
    width: 2.5vw;
  }
  .footer .recruit2 .container .deco {
    width: 600px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 480px～767pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  .footer .recruit2 {
    padding: 0px 0 0px 0;
  }
  .footer .recruit2 .title h2 .catch {
    line-height: 1.2;
    font-size: 7vw;
  }
  .footer .recruit2 .title .caption {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .title .caption p {
    line-height: 1.2;
    font-size: 4vw;
  }
  .footer .recruit2 .container {
    max-width: 100%;
    width: 94%;
    margin: 60px auto 0;
    padding: 30px 25px 40px 25px;
    display: block;
  }
  .footer .recruit2 .container .thumb-wrapper {
    width: 90%;
    margin: 0 auto 0;
    padding: 0 0 0 20px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 {
    width: 77%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 {
    width: 47%;
    margin: -40px 0 0 53%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .text {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer .recruit2 .container .text .mark {
    line-height: 0;
    width: 10vw;
    margin: 0 auto 0;
  }
  .footer .recruit2 .container .text h3 {
    margin: 40px 0 0 0;
  }
  .footer .recruit2 .container .text h3 .catch {
    font-size: 4vw;
  }
  .footer .recruit2 .container .text h3 .catch br {
    display: block;
  }
  .footer .recruit2 .container .text .sentence {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 3.75vw;
    padding: 10px 0 10px 0;
  }
  .footer .recruit2 .container .text .button {
    margin: 25px 0 0 0;
  }
  .footer .recruit2 .container .text .button a .cover {
    padding: 8px 45px 8px 45px;
  }
  .footer .recruit2 .container .text .button a .cover .catch {
    font-size: 3vw;
  }
  .footer .recruit2 .container .deco {
    width: 100%;
  }
} /* 480px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 480px以下の(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .footer .recruit2 {
    padding: 0px 0 0px 0;
  }
  .footer .recruit2 .title h2 .catch {
    line-height: 1.2;
    font-size: 7vw;
  }
  .footer .recruit2 .title .caption {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .title .caption p {
    line-height: 1.2;
    font-size: 4vw;
  }
  .footer .recruit2 .container {
    max-width: 100%;
    width: 96%;
    margin: 60px auto 0;
    padding: 30px 5px 45px 5px;
    display: block;
  }
  .footer .recruit2 .container .thumb-wrapper {
    width: 90%;
    margin: 0 auto 0;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb {
    padding: 0 0 0 0px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 {
    width: 77%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb01 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 {
    width: 47%;
    margin: -30px 0 0 53%;
  }
  .footer .recruit2 .container .thumb-wrapper .thumb.thumb02 img {
    padding: 5px 5px 5px 5px;
  }
  .footer .recruit2 .container .text {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .footer .recruit2 .container .text .mark {
    line-height: 0;
    width: 10vw;
    margin: 0 auto 0;
  }
  .footer .recruit2 .container .text h3 {
    margin: 25px 0 0 0;
  }
  .footer .recruit2 .container .text h3 .catch {
    font-size: 5.75vw;
  }
  .footer .recruit2 .container .text h3 .catch br {
    display: block;
  }
  .footer .recruit2 .container .text .sentence {
    margin: 10px 0 0 0;
  }
  .footer .recruit2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
  .footer .recruit2 .container .text .button {
    margin: 25px 0 0 0;
  }
  .footer .recruit2 .container .text .button a .cover {
    padding: 8px 25px 8px 25px;
  }
  .footer .recruit2 .container .text .button a .cover .catch {
    font-size: 4.75vw;
    padding: 0 5px 0 0;
  }
  .footer .recruit2 .container .text .button a .cover .arrow {
    font-size: 4vw;
  }
  .footer .recruit2 .container .deco {
    width: 100%;
  }
} /* 480px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.kaien2 {
  max-width: 1480px;
  margin: 70px auto 0;
  padding: 0 2% 0 2%;
}
.kaien2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kaien2 .container .thumb {
  position: relative;
  z-index: 1;
  right: 0;
  line-height: 0;
  width: 600px;
}
.kaien2 .container .text {
  position: relative;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 600px);
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  padding: 30px 0 30px 0;
  margin: 0 0 0 -40px;
}
.kaien2 .container .text h2 .catch {
  text-align: center;
  color: #fff;
  font-size: 34px;
}
.kaien2 .container .text ul {
  list-style-type: none;
  display: flex;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.kaien2 .container .text ul li {
  border: solid 3px #fff;
  color: #fff;
  padding: 3px 40px 3px 40px;
  margin: 0 20px 0 0;
  font-size: 18px;
}
.kaien2 .container .text ul li.plane {
  border: none;
  margin: 0 0 0 0;
  padding: 3px 0px 3px 10px;
  font-size: 20px;
}
.kaien2 .container .text .sentence {
  width: 80%;
  margin: 10px auto 0;
}
.kaien2 .container .text .sentence p {
  color: #fff;
  line-height: 2;
  font-size: 18px;
}
.kaien2 .container .text .button {
  margin: 10px 0 0 0;
}
.kaien2 .container .text .button .cover a {
  text-decoration: none;
  display: flex;
  border-radius: 100px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 40px 5px 40px;
}
.kaien2 .container .text .button .cover a .catch {
  display: inline-block;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .kaien2 {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien2 .container .thumb {
    line-height: 0;
    width: 45%;
  }
  .kaien2 .container .text {
    width: 55%;
    padding: 30px 0 30px 0;
  }
  .kaien2 .container .text h2 .catch {
    font-size: 34px;
  }
  .kaien2 .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 0 15px 0 0;
    font-size: 18px;
  }
  .kaien2 .container .text ul li.plane {
    margin: 0 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 20px;
  }
  .kaien2 .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 18px;
  }
  .kaien2 .container .text .button {
    margin: 10px 0 0 0;
  }
  .kaien2 .container .text .button .cover a {
    text-decoration: none;
    display: flex;
    border-radius: 100px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 30px 5px 30px;
  }
  .kaien2 .container .text .button .cover a .catch {
    font-size: 24px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kaien2 {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien2 .container {
    display: block;
  }
  .kaien2 .container .thumb {
    line-height: 0;
    width: 100%;
    display: none;
  }
  .kaien2 .container .text {
    width: 90%;
    padding: 30px 0 30px 0;
    margin: -40px auto 0;
  }
  .kaien2 .container .text h2 .catch {
    font-size: 34px;
  }
  .kaien2 .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 0 15px 0 0;
    font-size: 18px;
  }
  .kaien2 .container .text ul li.plane {
    margin: 0 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 20px;
  }
  .kaien2 .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 18px;
  }
  .kaien2 .container .text .button {
    margin: 10px 0 0 0;
  }
  .kaien2 .container .text .button .cover a {
    padding: 5px 30px 5px 30px;
  }
  .kaien2 .container .text .button .cover a .catch {
    font-size: 24px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kaien2 {
    max-width: 94%;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .kaien2 .container {
    display: block;
  }
  .kaien2 .container .thumb {
    line-height: 0;
    width: 100%;
    display: none;
  }
  .kaien2 .container .text {
    width: 90%;
    padding: 30px 0 30px 0;
    margin: -40px auto 0;
  }
  .kaien2 .container .text h2 .catch {
    font-size: 7vw;
  }
  .kaien2 .container .text ul {
    display: block;
    margin: 10px 0 0 0;
  }
  .kaien2 .container .text ul li {
    padding: 3px 40px 3px 40px;
    margin: 10px 0px 0 0;
    font-size: 4vw;
    text-align: center;
  }
  .kaien2 .container .text ul li.plane {
    margin: 5px 0 0 0;
    padding: 3px 0px 3px 5px;
    font-size: 4vw;
  }
  .kaien2 .container .text .sentence {
    width: 80%;
    margin: 10px auto 0;
  }
  .kaien2 .container .text .sentence p {
    line-height: 1.8;
    font-size: 4vw;
  }
  .kaien2 .container .text .button {
    margin: 15px 0 0 0;
  }
  .kaien2 .container .text .button .cover a {
    padding: 5px 30px 5px 30px;
  }
  .kaien2 .container .text .button .cover a .catch {
    font-size: 4.75vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */