@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

html {
  color: #222;
  background: #fff
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:after,
q:before {
  content: ""
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

input,
select,
textarea {
  *font-size: 100%
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.menu-trigger.active span:first-of-type {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg)
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards
}

@-webkit-keyframes active-menu-bar02 {
  to {
    height: 0
  }
}

@keyframes active-menu-bar02 {
  to {
    height: 0
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg)
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes anim_nav {
  0% {
    opacity: 0
  }

  10% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes anim_nav {
  0% {
    opacity: 0
  }

  10% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes anim_height {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }

  61% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  65% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}

@keyframes anim_height {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }

  61% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  65% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}

@-webkit-keyframes anim_height2 {
  0% {
    height: 0px
  }

  50% {
    height: 96px
  }

  to {
    height: 96px
  }
}

@keyframes anim_height2 {
  0% {
    height: 0px
  }

  50% {
    height: 96px
  }

  to {
    height: 96px
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
  }

  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
  }

  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
  }

  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
  }

  86% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
  }
}

@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
  }

  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
  }

  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
  }

  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
  }

  86% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
  }
}

.hamburger_span span:first-of-type {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}

.hamburger_span span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1
}

.hamburger_span span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}

.hamburger_span.active span:first-of-type {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
  }
}

.hamburger_span.active span:nth-of-type(2) {
  opacity: 0
}

.hamburger_span.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0)
  }

  to {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
  }
}

.siteHeader {
  position: relative
}

.nav {
  width: 100vw;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  left: 0;
  z-index: 50
}

.nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0
}

.nav__sp {
  display: none
}

.nav__sp__data {
  display: none
}

.nav__wrapper {
  width: 73.85%;
  background: #981963;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-width: 969px
}

.nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}

.nav__logo__kv {
  width: 140px;
  margin-right: 14px
}

.nav__logo__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 700;
  white-space: nowrap
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.nav__item {
  height: 100%;
  width: 100%
}

.nav__link {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #981963;
  white-space: nowrap
}

.nav__link:hover {
  background-color: #963f72;
  opacity: 0.7
}

.nav__arr {
  width: calc(100% - 73.85%)
}

.nav__arr__link {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6da6c), to(#f1c924));
  background: linear-gradient(#f6da6c, #f1c924);
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 9.58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #595757;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative
}

.nav__arr__link:after {
  content: "";
  display: inline-block;
  margin-left: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #595757;
  border-bottom: 2px solid #595757;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 32px
}

.nav__arr__link:hover {
  opacity: 0.8
}

@media screen and (max-width:768px) {
  header {
    position: relative
  }

  .nav {
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50
  }

  .nav__wrapper {
    display: none
  }

  .nav__arr {
    display: none
  }

  .nav__sp {
    width: 100vw;
    height: 60px;
    background: #981963;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .nav__sp__logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .nav__sp__logo__link__kv {
    width: 114px
  }

  .nav__sp__logo__link__text {
    font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 700;
    margin-left: 2vw
  }

  .nav__sp__data {
    position: absolute;
    display: block;
    top: 60px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #981963;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .nav__sp__data.is-open {
    height: 73.3vw
  }

  .nav__sp__data__list {
    padding: 4vw 5.3vw 7.3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .nav__sp__data__item {
    margin-bottom: 2.13vw
  }

  .nav__sp__data__link {
    font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.93vw;
    color: #fff;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: underline
  }

  .menu-trigger,
  .menu-trigger span {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #fff
  }

  .menu-trigger span:first-of-type {
    top: 0px
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0px
  }
}

.sitefooter {
  background: #fff;
  padding: 17px;
  text-align: center
}

.sitefooter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sitefooter__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700
}

.sitefooter__text__link {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700
}

.sitefooter__text__link__kv {
  width: 23px;
  margin-right: 3px
}

.sitefooter__text__link__no {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 19px;
  color: #595757;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700
}

.sitefooter__text__sm {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: 0.03em;
  line-height: 1.5
}

@media screen and (max-width:768px) {
  .sitefooter__wrapper {
    display: block
  }

  .sitefooter__text {
    font-size: 2.66vw;
    padding: 0;
    text-align: center
  }

  .sitefooter__text__link {
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
  }

  .sitefooter__text__link__kv {
    width: 4vw;
    margin: 0 0.4vw
  }

  .sitefooter__text__link__no {
    font-size: 3.3vw;
    font-weight: 700
  }

  .sitefooter__text__sm {
    font-size: 2.4vw
  }
}

.slider {
  height: 40vw;
  width: 100%;
  position: relative
}

.slider__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.slider__content__wrapper {
  width: 100%;
  max-width: 1465px;
  margin: 0 auto;
  position: relative
}

.slider__content__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: inline-block;
  position: absolute;
  bottom: 8.594vw;
  left: 19.531vw
}

.slider__content__title__titleJp {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 25px;
  color: #981963;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 700
}

.slider__content__title__logo {
  display: block;
  width: 28.906vw
}

.slider__content__box {
  background: #29ABE2;
  width: 42.53%;
  min-width: 480px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 30px
}

.slider__content__box__text {
  text-align: center;
  font-weight: 700
}

.slider__content__box__text.u-textMd {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 37px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.6
}

.slider__content__box__text.u-textSm {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.8
}

.productInner__flex__data__slider {
  position: relative
}

.productInner__flex__data__slider .swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productInner__flex__data__slider .swiper-arrow__item {
  width: 15px;
  cursor: pointer
}

.productInner__flex__data__slider .swiper-arrow__item.arrow_left {
  margin-left: -30px
}

.productInner__flex__data__slider .swiper-arrow__item.arrow_right {
  margin-right: -30px
}

.swiper-container {
  height: 100%;
  width: 100%;
  position: relative
}

.productInner__flex__wrapper .swiper-container.u-productSlider {
  width: 100%;
  height: 122px
}

.swiper-slide {
  width: 100%;
  height: 40vw
}

.u-productSlider .swiper-slide {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productInner__flex__wrapper .swiper-slide {
  height: 100%
}

.swiper-slide__kv {
  width: 100%;
  height: 100%
}

.swiper-slide__kv.u-slide01 {
  background: url("../img/slide/slide_img01.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-slide02 {
  background: url("../img/top/topPageKv_slider-02.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-slide03 {
  background: url("../img/top/topPageKv_slider-03.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod01 {
  background: url("../img/top/topPageKvSec_kvSM-01.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod02 {
  background: url("../img/top/topPageKvSec_kvSM-02.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod03 {
  background: url("../img/top/topPageKvSec_kvSM-03.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod04 {
  background: url("../img/top/topPageKvSec_kvSM-04.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod05 {
  background: url("../img/top/topPageKvSec_kvSM-05.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod06 {
  background: url("../img/top/topPageKvSec_kvSM-06.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod07 {
  background: url("../img/top/topPageKvSec_kvSM-07.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod08 {
  background: url("../img/top/topPageKvSec_kvSM-08.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod09 {
  background: url("../img/top/topPageKvSec_kvSM-09.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod10 {
  background: url("../img/top/topPageKvSec_kvSM-10.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod11 {
  background: url("../img/top/topPageKvSec_kvSM-11.jpg") no-repeat center;
  background-size: cover
}

.swiper-slide__kv.u-prod12 {
  background: url("../img/top/topPageKvSec_kvSM-12.jpg") no-repeat center;
  background-size: cover
}

@media screen and (max-width:768px) {
  .slider {
    height: 73.3vw;
    width: 100%;
    position: relative;
  }

  .slider__content {
    height: 100%
  }

  .slider__content__wrapper {
    width: 100%;
    max-width: none
  }

  .slider__content__title {
    bottom: auto;
    left: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .slider__content__title__logo {
    width: 80vw
  }

  .slider__content__title.u-titleEn {
    font-size: 9.2vw
  }

  .slider__content__title.u-titleJp {
    font-size: 4.13vw
  }

  .slider__content__box {
    display: none
  }

  .slider__content__box__sp {
/*    position: absolute;*/
    position: fixed;
    right: 0;
    top: 60px;
    
    
    width: 30.6vw;
    height: 13.3vw;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6da6c), to(#f1c924));
    background: linear-gradient(#f6da6c, #f1c924);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.2vw;
    color: #595757;
    letter-spacing: normal;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 6.6vw;
    font-weight: 700
  }

  .slider__content__box__sp.is-fixed {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: auto
  }

  .slider__content__box__sp:hover {
    opacity: 0.8
  }

  .slider__content__box__sp.arr:after {
    content: "";
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    margin-left: 1.6vw;
    border-right: 2px solid #595757;
    border-bottom: 2px solid #595757;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 32px
  }

  .slider .swiper-container {
    height: 73.3vw;
    width: 100%;
    position: relative
  }

  .productInner__flex__wrapper .slider .swiper-container.u-productSlider {
    width: 100%;
    height: 122px
  }

  .slider .swiper-slide {
    width: 100%;
    height: 73.3vw
  }

  .productInner__flex__wrapper .slider .swiper-slide {
    height: 100%
  }

  .slider .swiper-slide__kv {
    width: 100%;
    height: 100%
  }

  .slider .swiper-slide__kv.u-slide01 {
    background: url("../img/top/topPageKv_slider-01sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-slide02 {
    background: url("../img/top/topPageKv_slider-02sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-slide03 {
    background: url("../img/top/topPageKv_slider-03sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod01 {
    background: url("../img/top/topPageKvSec_kvSM-01sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod02 {
    background: url("../img/top/topPageKvSec_kvSM-02sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod03 {
    background: url("../img/top/topPageKvSec_kvSM-03sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod04 {
    background: url("../img/top/topPageKvSec_kvSM-04sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod05 {
    background: url("../img/top/topPageKvSec_kvSM-05sp.jpg") no-repeat center;
    background-size: cover
  }

  .slider .swiper-slide__kv.u-prod06 {
    background: url("../img/top/topPageKvSec_kvSM-06sp.jpg") no-repeat center;
    background-size: cover
  }

  .productInner__flex__data__slider {
    position: relative;
    width: calc(100% - 8.52vw);
    margin: 0 auto;
    height: 16.26vw
  }

  .productInner__flex__data__slider .swiper-container.u-productSlider {
    height: 16.26vw
  }

  .productInner__flex__data__slider .swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .productInner__flex__data__slider .swiper-arrow__item {
    width: 2vw
  }

  .productInner__flex__data__slider .swiper-arrow__item.arrow_left {
    margin-left: -4vw
  }

  .productInner__flex__data__slider .swiper-arrow__item.arrow_right {
    margin-right: -4vw
  }
}

body {
  min-width: 1200px
}

@media screen and (max-width:768px) {
  body {
    min-width: inherit
  }
}

.u-pcDb {
  display: block
}

.u-pcDib {
  display: inline-block
}

.u-pcDin {
  display: inline
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.u-pcDt {
  display: table
}

.u-pcDtc {
  display: table-cell
}

.u-spDb,
.u-spDf,
.u-spDib,
.u-spDin,
.u-spDt,
.u-spDtc {
  display: none
}

@media screen and (max-width:768px) {

  .u-pcDb,
  .u-pcDf,
  .u-pcDib,
  .u-pcDin,
  .u-pcDt,
  .u-pcDtc {
    display: none
  }

  .u-spDb {
    display: block
  }

  .u-spDib {
    display: inline-block
  }

  .u-spDin {
    display: inline
  }

  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .u-spDt {
    display: table
  }

  .u-spDtc {
    display: table-cell
  }
}

.content {
  width: 100%;
  background: #EAD1E0;
  padding: 100px 20px
}

.content.u-addpt60 {
  padding-top: 160px
}

.content__title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content__title__text {
  text-align: center
}

.content__title__text.u-textJp {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 45px;
  color: #981963;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 600
}

.content__title__text.u-textEn {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 25px;
  color: #981963;
  letter-spacing: normal;
  line-height: normal
}

.content__data__text {
  text-align: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #981963;
  letter-spacing: normal;
  line-height: 2
}

.full {
  width: 100%
}

.full__kv {
  width: 100%;
  height: 550px
}

.full__kv.u-concept {
  background: url("../img/top/topPageKvSec_bg-01.jpg") no-repeat center;
  background-size: cover
}

.full__kv.u-meal {
  background: url("../img/top/topPageKvSec_bg-02.jpg") no-repeat center;
  background-size: cover;
  height: 500px
}

.full__kv.u-facilities {
  background: url("../img/top/topPageKvSec_bg-03.jpg") no-repeat center;
  background-size: cover;
  height: 500px
}

.full__kv.u-exchange {
  background: url("../img/top/topPageKvSec_bg-06.jpg") no-repeat center;
  background-size: cover;
  height: 500px
}

.full__kvGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.full__kvGroup__bg.u-safe {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 500px
}

.full__kvGroup__bg.u-safe:first-child {
  background: url("../img/top/topPageKvSec_bg-04.jpg") no-repeat center;
  background-size: cover
}

.full__kvGroup__bg.u-safe:last-child {
  background: url("../img/top/topPageKvSec_bg-05.jpg") no-repeat center;
  background-size: cover
}

.common {
  padding-top: 100px
}

.common.u-meal {
  padding-bottom: 150px
}

.common__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 680px;
  height: 80px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 120px;
  background-color: #981963
}

.common__title__text.u-textJp {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 35px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: 600;
  margin-right: 25px
}

.common__title__text.u-textEn {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.9
}

.common__list {
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__item {
  height: 130px;
  max-width: 275px;
  width: 100%;
  margin: 0 11px;
  background: #EAD1E0;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.common__item:hover {
  opacity: 0.7
}

.common__item__wrapper {
  padding-top: 40px
}

.common__item__name {
  text-align: center
}

.common__item__name.u-nameJp {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 30px;
  color: #981963;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 600
}

.common__item__name.u-nameEn {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 20px;
  color: #CB8CB1;
  letter-spacing: normal;
  line-height: 1.2
}

.common__content {
  width: calc(100% - 40px);
  max-width: 1163px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.common__content__title {
  width: 40.84%
}

.common__content__title__name {
  text-align: left
}

.common__content__title__name.u-nameJp {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 30px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 2
}

.common__content__title__name.u-nameEn {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 100px;
  color: #981963;
  letter-spacing: normal;
  line-height: 0.9;
  display: inline-block;
  font-weight: 300;
  position: relative
}

.common__content__title__name .u-topLayer {
  font-family: YuMincho Medium, YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 100px;
  color: #981963;
  letter-spacing: normal;
  line-height: 0.9;
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
  border-bottom: 4px solid #981963
}

.common__content__title__name .u-roundBg {
  display: block;
  width: 280px;
  height: 280px;
  background-color: #FAF3F7;
  border-radius: 500px;
  position: absolute;
  top: -70px;
  left: 85px;
  z-index: -1
}

.common__content__data {
  width: 59.16%
}

.common__content__data__name {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 30px;
  color: #981963;
  letter-spacing: normal;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 27px
}

.common__content__data__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #595757;
  letter-spacing: -0.06rem;
  line-height: 2.4;
  letter-spacing: -0.1rem
}

.common__category {
  width: calc(100% - 40px);
  max-width: 1163px;
  margin: 88px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.common__category__item {
  padding: 40px 50px 50px;
  background-color: #F5E8EF;
  max-width: 553px;
  overflow: hidden
}

.common__category__item.u-icons {
  padding: 0
}

.common__category__item:nth-child(2) {
  margin-left: 60px
}

.common__category__item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.common__category__item__content {
  margin-top: 25px
}

.common__category__item__content.u-icons {
  padding: 0 48px 46px
}

.common__category__item__content.u-icons0 {
  margin-top: 40px;
  padding: 0 48px
}

.common__category__item__content__title {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 22px;
  color: #981963;
  letter-spacing: normal;
  line-height: 1.2;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 7px 0
}

.common__category__item__content__data__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: -0.05rem;
  line-height: 2;
  text-align: left
}

.common__category__item__content__link {
  width: 300px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 35px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.common__category__item__content__link__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__category__item__content__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.common__category__item__content__link__icon {
  width: 44px;
  height: 44px;
  margin-right: 17px;
  background: url("../img/common/instagram_icon.png");
  background-size: 100% 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s
}

.common__category__item__content__link__data__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap
}

.common__category__item__content__link__data__text.u-dorm {
  font-size: 17px;
  letter-spacing: normal
}

.common__category__item__content__link:hover {
  background: #B5B5B6
}

.common__category__item__content__link:hover .common__category__item__content__link__icon {
  background: url("../img/common/instagram_icon-hover.png");
  background-size: 100% 100%
}

.common__category__item__content__link:hover:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.common__category__item__content__link:hover .common__category__item__content__link__data__text {
  color: #fff !important
}

.common__category__item__icons {
  padding: 10px 50px 5px;
  background: #EAD1E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__category__item__icons__item {
  margin-right: 7.37%;
  width: 14.104%;
  margin-bottom: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.common__category__item__icons__item__kv {
  width: 100%
}

.common__category__item__icons__item:nth-of-type(5),
.common__category__item__icons__item:nth-of-type(10) {
  margin-right: 0
}

.common__category__item__icons__item__caption {
  padding-top: 6px;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center
}

.common__category__item__icons__item__caption.u-last {
  white-space: nowrap
}

@media screen and (max-width:768px) {
  .content {
    padding: 12vw 0
  }

  .content.u-addpt60 {
    padding-top: 12vw
  }

  .content__title {
    margin-bottom: 7.2vw;
    display: block
  }

  .content__title__text.u-textJp {
    font-size: 18px
  }

  .content__title__text.u-textEn {
    font-size: 3.33vw;
    margin-bottom: 1.7vw
  }

  .content__data__text {
    text-align: center;
    font-size: 3.2vw
  }

  .common {
    padding-top: 13.3vw
  }

  .common.u-meal {
    padding-bottom: 13.3vw
  }

  .common.u-dormy {
    padding-top: 20vw
  }

  .common__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63.3vw;
    height: 10.6vw;
    padding: 0;
    margin-bottom: 16vw
  }

  .common__title__text.u-textJp {
    font-size: 5vw;
    margin-right: 0
  }

  .common__title__text.u-textEn {
    font-size: 3.3vw
  }

  .common__list {
    width: 100%;
    padding: 0 0 13.3vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .common__item {
    height: 17.3vw;
    max-width: none;
    width: calc(50% - 0.8vw);
    margin: 0 0 1.3vw 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .common__item:nth-child(n+3) {
    margin-bottom: 0
  }

  .common__item:hover {
    opacity: 0.7
  }

  .common__item__wrapper {
    padding-top: 5.3vw
  }

  .common__item__name {
    text-align: center
  }

  .common__item__name.u-nameJp {
    font-size: 18px
  }

  .common__item__name.u-nameEn {
    font-size: 3.3vw
  }

  .common__content {
    width: calc(100% - 10.6vw);
    max-width: none;
    margin: 0 auto;
    display: block
  }

  .common__content__title {
    width: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .common__content__title__name {
    text-align: left
  }

  .common__content__title__name.u-nameJp {
    font-size: 18px
  }

  .common__content__title__name.u-nameEn {
    font-size: 13.3vw;
    display: inline-block;
    font-weight: 300
  }

  .common__content__title__name .u-topLayer {
    font-size: 13.3vw;
    padding-bottom: 3vw;
    border-bottom: 2px solid #981963
  }

  .common__content__title__name .u-roundBg {
    width: 130px;
    height: 130px;
    top: -55px;
    left: 15px
  }

  .common__content__title__name .u-roundBg02 {
    top: auto;
    left: auto;
    right: 0;
    bottom: -15px
  }

  .common__content__data {
    width: 100%;
    margin: 11.5vw auto 0
  }

  .common__content__data__name {
    font-size: 16px;
    margin-bottom: 3.59vw;
    letter-spacing: -0.06rem;
    text-align: center
  }

  .common__content__data__text {
    font-size: 11px
  }

  .common__category {
    width: calc(100% - 10.6vw);
    max-width: none;
    margin: 11.73vw auto 0;
    display: block
  }

  .common__category__item {
    padding: 6.6vw;
    border: 0;
    max-width: none
  }

  .common__category__item.u-icons {
    padding: 0
  }

  .common__category__item:nth-child(2) {
    margin-left: 0;
    margin-top: 5.3vw
  }

  .common__category__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .common__category__item__content {
    margin-top: 4vw
  }

  .common__category__item__content.u-icons {
    padding: 0 6.67vw 5.33vw
  }

  .common__category__item__content.u-icons0 {
    padding: 0 6.67vw 0;
    margin-top: 5.33vw
  }

  .common__category__item__content__title {
    font-size: 3.46vw;
    margin-bottom: 4vw
  }

  .common__category__item__content__data__text {
    font-size: 11px;
    text-align: left
  }

  .common__category__item__content__link {
    width: 50vw;
    min-width: 200px;
    margin-top: 15px;
    padding: 6px 10px
  }

  .common__category__item__content__link__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .common__category__item__content__link:after {
    content: "";
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1px solid #595757;
    border-bottom: 1px solid #595757;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .common__category__item__content__link__icon {
    width: 10vw;
    height: 10vw;
    margin-right: 2.26vw;
    background: url("../img/common/instagram_icon.png");
    background-size: 100% 100%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
  }

  .common__category__item__content__link__data__text {
    font-size: 1.46vw
  }

  .common__category__item__content__link__data__text.u-dorm {
    font-size: 2.26vw
  }

  .common__category__item__content__link:hover {
    background: #B5B5B6
  }

  .common__category__item__content__link:hover .common__category__item__content__link__icon {
    background: url("../img/common/instagram_icon-hover.png");
    background-size: 100% 100%
  }

  .common__category__item__content__link:hover:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .common__category__item__content__link:hover .common__category__item__content__link__data__text {
    color: #fff !important
  }

  .common__category__item__icons {
    padding: 2vw 13.6vw 1.33vw
  }

  .common__category__item__icons__item {
    margin-right: 2.9vw;
    width: 8vw
  }

  .common__category__item__icons__item__kv {
    width: 8vw
  }

  .common__category__item__icons__item:nth-child(5),
  .common__category__item__icons__item:nth-child(10) {
    margin-right: 0
  }

  .common__category__item__icons__item:nth-child(n+6) {
    margin-top: 0.9vw
  }

  .common__category__item__icons__item__caption {
    padding-top: 0.8vw;
    font-size: 2vw;
    text-align: center;
    white-space: nowrap
  }

  .full {
    width: 100%
  }

  .full__kv {
    width: 100%;
    height: 73.3vw
  }

  .full__kv.u-concept {
    background: url("../img/top/topPageKvSec_bg-01sp.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 6.6vw
  }

  .full__kv.u-meal {
    background: url("../img/top/topPageKvSec_bg-02sp.jpg") no-repeat center;
    background-size: cover;
    height: 66.6vw
  }

  .full__kv.u-facilities {
    background: url("../img/top/topPageKvSec_bg-03sp.jpg") no-repeat center;
    background-size: cover;
    height: 66.6vw
  }

  .full__kv.u-exchange {
    background: url("../img/top/topPageKvSec_bg-06sp.jpg") no-repeat center;
    background-size: cover;
    height: 66.6vw
  }

  .full__kvGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .full__kvGroup__bg.u-safe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 66.6vw
  }

  .full__kvGroup__bg.u-safe:first-child {
    background: url("../img/top/topPageKvSec_bg-04sp.jpg") no-repeat center;
    background-size: cover
  }
}

.sec02 {
  background-color: #EFEFEF
}

.sec07 {
  background: #FAF3F7
}

.sec09 {
  background: #FAF3F7;
  padding-bottom: 20px
}

.site-content {
  position: relative
}

.common__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__name__text {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 35px;
  color: #595757;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  border-bottom: 1px solid #595757;
  padding-bottom: 10px;
  font-weight: 600
}

.common__name__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__name__sub__text {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 30px;
  color: #595757;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 38px;
  font-weight: 600
}

.common__name__left {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto 22px
}

.common__name__left.u-mt30 {
  margin: 30px auto 0
}

.common__name__left__text {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 25px;
  color: #595757;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 44px;
  font-weight: 600
}

.common__product {
  width: 100%;
  margin: 0 auto;
  background: #EAD1E0
}

.common__product__wrapper {
  max-width: 1165px;
  margin: 0 auto;
  padding: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
*/
}

.common__product__wh .common__product__wrapper {
  padding-bottom: 50px
}

.common__product__item {
  width: 45.92%
}

.common__product__item__kv {
  width: 100%
}

.common__product__data {
  width: 47.9%
}

.common__product__data__flex.u-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__product__data__flex__name {
  padding-bottom: 13px;
  border-bottom: 1px solid #595757;
  margin-right: 20px;
  max-width: 400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.common__product__data__flex__name__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 27px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.4
}

.common__product__data__flex__name__text.u-textSmall {
  font-size: 20px
}

.common__product__data__flex__name:hover {
  opacity: 0.7
}

.common__product__data__flex__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.common__product__data__flex__btn__bl,
.common__product__data__flex__btn__pi,
.common__product__data__flex__btn__ye {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  padding: 12px 15px;
  position: relative;
  font-weight: 700
}

.common__product__data__flex__btn__bl {
  background: url("../img/common/btn_bg_blue.png");
  background-size: 100% 100%
}

.common__product__data__flex__btn__pi {
  background: url("../img/common/btn_bg_pink.png");
  background-size: 100% 100%
}

.common__product__data__flex__btn__ye {
  background: url("../img/common/btn_bg_gold.png");
  background-size: 100% 100%;
  width: 130px
}

.common__product__data__row.u-mt45 {
  margin-top: 35px
}

.common__product__data__nameWh {
  margin: 45px 0 30px;
  padding: 5px 10px;
  background: #fff;
  max-width: 400px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.common__product__data__nameWh__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  color: #0962A8;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center
}

.common__product__data__content__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 2
}

.common__product__data__link {
  margin-top: 28px;
  display: block;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #A5A5A5;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CDCDCD));
  background: linear-gradient(#EEEEEE, #CDCDCD);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  color: #595757;
  letter-spacing: normal;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.common__product__data__link:after {
  content: "";
  height: 30px;
  margin-left: 22px;
  width: 30px;
  display: inline-block;
  background: url("../img/common/btn_icon_play.png");
  background-size: 100% 100%
}

.common__product__data__link:hover {
  opacity: 0.7
}
@media(min-width:769px) {
  .common__product__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .common__product__data__row u-row02 u-mt45 {
    height: 100%;
  }
  .common__product__data__row.u-mt45 {
    height: 100%;
  }
  .common__product__data__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
}
.product {
  background: #EAD1E0;
  padding: 0 20px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.product.is-show {
  visibility: visible;
  opacity: 1;
  height: auto
}

.productInner {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto
}

.productInner:nth-child(n+2) {
  margin-top: 60px
}

.productInner__wrapper {
  background: #fff;
  padding: 37px 50px 50px;
  border-radius: 5px
}

.productInner__title {
  margin-bottom: 25px
}

.productInner__title__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #29ABE2;
  letter-spacing: normal;
  line-height: 1.2;
  position: relative;
  padding-left: 15px;
  font-weight: 700
}

.productInner__title__text:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 2px;
  background: #29ABE2;
  left: 0;
  top: -38px
}

.productInner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__flex__kv {
  width: 45.03%;
  height: 360px;
  overflow: hidden
}

.productInner__flex__wrapper {
  width: 53%;
  padding: 0 38px
}

.productInner__details__name {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 28px;
  font-weight: 700
}

.productInner__group {
  margin-top: 7px
}

.productInner__group__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__group__col__list__item {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2
}

.productInner__group__col__list__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: lightBlue
}

.productInner.u-student {
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px
}

.productInner__student {
  border: 1px solid #EAD1E0;
  position: relative;
  padding: 27px 40px 40px
}

.productInner__student__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productInner__student__title__text {
  padding-bottom: 7px;
  border-bottom: 1px solid #29ABE2;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #29ABE2;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: bold
}

.productInner__student__tag {
  position: absolute;
  top: 29px;
  left: -34px
}

.productInner__student__tag__kv {
  width: 179px
}

.productInner__student__flex {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__student__flex__item {
  width: 48.64%;
  padding: 30px;
  background: #EAD1E0
}

.productInner__student__flex__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__student__flex__item__kv {
  width: 32.75%
}

.productInner__student__flex__item__content {
  width: 61.14%
}

.productInner__student__flex__item__content__name__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #c9caca;
  padding-bottom: 12px
}

.productInner__student__flex__item__content__data {
  margin-top: 20px
}

.productInner__student__flex__item__content__data__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: -0.06rem;
  line-height: 1.7
}

.productInner__map__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__map__iframe {
  width: 45.03%
}

.productInner__map__iframe .mapouter {
  position: relative;
  text-align: right;
  height: 360px;
  width: 100%
}

.productInner__map__iframe .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 360px;
  width: 100%
}

.productInner__map__content {
  width: 50%
}

.productInner__map__content__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #c9caca
}

.productInner__map__content__route__destination,
.productInner__map__content__route__location {
  padding: 5px 20px;
  border-radius: 5px;
  background: #EAD1E0;
  border: 1px solid #c9caca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productInner__map__content__route__destination__text,
.productInner__map__content__route__location__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 700
}

.productInner__map__content__route__line {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.productInner__map__content__route__line__text {
  text-align: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 700
}

.productInner__map__content__route__line__ui {
  border-top: 3px dashed #595757;
  margin: 5px
}

.productInner__map__data {
  padding-top: 10px
}

.productInner__map__data__group {
  margin-top: 7px
}

.productInner__map__data__name {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 20px;
  font-weight: 700
}

.productInner__map__data__text {
  display: block;
  position: relative;
  padding-left: 15px;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2
}

.productInner__map__data__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: lightBlue
}

.productInner__table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.productInner__table__content {
  width: 52.16%
}

.productInner__table__content.u-contentFull {
  width: 100%
}

.productInner__table__content.u-contentFull table,
.productInner__table__content.u-contentFull td,
.productInner__table__content.u-contentFull tr {
  border-collapse: collapse;
  border: 1px solid #c9caca;
  text-align: center;
  vertical-align: middle
}

.productInner__table__content table,
.productInner__table__content tr {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #c9caca
}

.productInner__table__content table.u-table01 td:first-child {
  background: #EFEFEF;
  width: 96px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700
}

.productInner__table__content table.u-table02 {
  width: 100%
}

.productInner__table__content table.u-table03 {
  margin-top: 30px
}

.productInner__table__content table.u-table04 {
  margin-top: 15px
}

.productInner__table__content td {
  padding: 12px 12px;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.6
}

.productInner__table__content td.u-center {
  text-align: center
}

.productInner__table__content td.u-bg-lgr {
  background: #EFEFEF;
  font-weight: 700
}

.productInner__table__content td.u-bg-lbl {
  background: #EAD1E0;
  font-weight: 700
}

.productInner__table__content td.u-bg-lbl2 {
  background: #e6eff6;
  font-weight: 700
}

.productInner__table__content td.u-w106 {
  width: 106px
}

.productInner__table__content td span.u-caption {
  display: block;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.3
}

.productInner__table__kv {
  width: 43.15%
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn__wrapper.u-bg-lbl {
  background: #EAD1E0
}

.btn__ye {
  margin: 70px auto 85px;
  width: 600px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6DA6C), to(#F1C924));
  background: linear-gradient(#F6DA6C, #F1C924);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700
}

.btn__ye:hover {
  opacity: 0.7
}

.btn__ye.arr {
  position: relative
}

.btn__ye.arr:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #595757;
  border-bottom: 2px solid #595757;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 32px
}

.btn__bl {
  width: calc(100% - 40px);
  max-width: 1166px;
  height: 80px;
  margin: 0 auto 80px;
  background: #6BA1CB;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer
}

.btn__bl.arr {
  position: relative
}

.btn__bl.arr:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.btn__bl.arr:hover {
  background: #fff;
  color: #6BA1CB
}

.btn__bl.arr:hover:after {
  border-color: #6BA1CB
}

.btn__bl.is-open:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 40%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 50px
}

.social__flex {
  width: 100%;
  max-width: 1166px;
  padding: 70px 0 75px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.social__flex.u-pb150 {
  padding-bottom: 150px
}

.social__flex__item {
  width: 47.47%
}

.social__flex__item__content {
  height: 100%
}

.social__flex__item__content.u-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.social__flex__item__content__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 2;
  text-align: justify
}

.social__flex__item__content__link {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px
}

.social__flex__item__kv {
  width: 100%;
  position: relative
}

.social__flex__item__kv.u-withMessage:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 100px;
  width: 160px;
  height: 160px;
  background: url("../img/top/message.png");
  background-size: 100% 100%
}

.social__flex__item__kvText__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.social__flex__item__kvText__data__inner {
  width: 31.13%;
  padding: 30px 0;
  background: #EDEEF4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.social__flex__item__kvText__data__bg {
  width: 100px;
  margin: 0 auto 10px
}

.social__flex__item__kvText__data__caption {
  margin-top: 8px;
  display: block;
  text-align: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 600
}

.social__flex__item__kvText__data__caption__sm {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center
}

.social__flex__item__kvText__link {
  width: 100%;
  margin-top: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#818181));
  background: linear-gradient(#A9A9A9, #818181);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.social__flex__item__kvText__link:hover {
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#A9A9A9), to(#818181));
  background: linear-gradient(to right, #A9A9A9, #818181)
}

.social__flex__item__kvText__link.arr {
  position: relative
}

.social__flex__item__kvText__link.arr:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.social__flex__item__kvText__link__inner {
  max-width: 425px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social__flex__item__kvText__link__caption {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.social__flex__item__kvText__link__tel {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 28px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.social__flex__item__kvText__link__tel__span {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.procedure {
  margin-bottom: 25px
}

.procedure__content {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  padding: 20px;
  background: #EAD1E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.procedure__content__item.u-itemLeft {
  width: 35%
}

.procedure__content__item.u-itemCenter {
  width: 47%;
  border-left: 1px solid #595757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px
}

.procedure__content__item.u-itemCenter.u-2clm {
  width: 65%
}

.procedure__content__item.u-itemRight {
  width: 15%;
  margin-left: 3%
}

.procedure__content__item__title {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", serif;
  font-size: 25px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: center
}

.procedure__content__item__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.7
}

.procedure__content__item__kv {
  max-width: 180px;
  margin: 0 0 0 auto
}

.procedure__content__item__group__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.procedure__content__item__group__text__no {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.7
}

.procedure__content__item__group__caption {
  margin-top: 25px
}

.procedure__content__item__group__caption__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.procedure__content__item__group__caption__text__no {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.7
}

.procedure__content__item__group__box {
  background: #981963;
  height: 141px;
  padding: 10px
}

.procedure__content__item__group__box:last-child {
  margin-top: 20px
}

.procedure__content__item__group__box__text {
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.procedure__arr {
  width: 60px;
  margin: 0 auto 25px
}

@media screen and (max-width:768px) {
  .sec02 {
    background: transparent
  }

  .sec07 {
    background: #FAF3F7;
    padding-bottom: 6vw
  }

  .sec09 {
    background: #FAF3F7;
    padding: 6.6vw 0
  }

  .common__name__text {
    font-size: 18px;
    padding-bottom: 1.3vw
  }

  .common__name__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .common__name__sub__text {
    font-size: 18px;
    margin-top: 5vw
  }

  .common__name__left {
    width: 100%;
    max-width: none;
    margin: 0 auto 2.93vw
  }

  .common__name__left.u-mt30 {
    margin: 30px auto 0
  }

  .common__name__left__text {
    font-size: 15px;
    margin-top: 5.86vw;
    margin-left: 5.3vw
  }

  .common__name__left__text.u-tLeft {
    text-align: left
  }

  .common__product {
    width: 100%
  }

  .common__product__wrapper {
    max-width: none;
    margin: 0 auto;
    padding: 6.46vw 5.3vw;
    display: block
  }

  .common__product__wh .common__product__wrapper {
    padding-bottom: 6.6vw
  }

  .common__product__item {
    width: 100%
  }

  .common__product__item__kv {
    width: 100%
  }

  .common__product__data {
    width: 100%;
    padding-top: 6.46vw
  }

  .common__product__data__flex.u-row01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .common__product__data__flex__name {
    width: 100%;
    margin: 0 0 2.5vw;
    padding-bottom: 1.73vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .common__product__data__flex__name__text {
    font-size: 18px
  }

  .common__product__data__flex__name:hover {
    opacity: 0.7
  }

  .common__product__data__flex__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .common__product__data__flex__btn__bl,
  .common__product__data__flex__btn__pi,
  .common__product__data__flex__btn__ye {
    font-size: 2.4vw;
    height: 30px
  }

  .common__product__data__flex__btn__bl,
  .common__product__data__flex__btn__pi {
    margin-right: 1.3vw
  }

  .common__product__data__flex__btn__bl {
    background: url("../img/common/btn_bg_blue.png");
    background-size: 100% 100%
  }

  .common__product__data__flex__btn__pi {
    background: url("../img/common/btn_bg_pink.png");
    background-size: 100% 100%
  }

  .common__product__data__flex__btn__ye {
    background: url("../img/common/btn_bg_gold.png");
    background-size: 100% 100%;
    width: 23vw
  }

  .common__product__data__row.u-row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .common__product__data__row.u-mt45 {
    margin-top: 18px
  }

  .common__product__data__nameWh {
    margin: 5.73vw 0 2.93vw;
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .common__product__data__nameWh__text {
    font-size: 2.6vw;
    text-align: center
  }

  .common__product__data__content__text {
    font-size: 2.26vw
  }

  .common__product__data__link {
    width: 63.3vw;
    margin: 28px auto 0;
    height: 9.33vw;
    border-radius: 5px;
    font-size: 15px
  }

  .common__product__data__link:after {
    content: "";
    height: 4vw;
    margin-left: 2.93;
    width: 4vw;
    display: inline-block;
    background: url("../img/common/btn_icon_play.png");
    background-size: 100% 100%
  }

  .product {
    padding: 0 5.3vw;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }

  .product.is-show {
    visibility: visible;
    opacity: 1;
    height: auto
  }

  .productInner {
    width: 100%;
    max-width: none;
    margin: 0 auto
  }

  .productInner:nth-child(n+2) {
    margin-top: 6.6vw
  }

  .productInner__wrapper {
    background: #fff;
    padding: 4.6vw 6.6vw 6.6vw;
    border-radius: 5px
  }

  .productInner__title {
    margin-bottom: 3.3vw
  }

  .productInner__title__text {
    font-size: 15px;
    position: relative;
    padding-left: 15px
  }

  .productInner__title__text:after {
    content: "";
    position: absolute;
    height: 8vw;
    width: 2px;
    background: #29ABE2;
    left: 0;
    top: 0;
    margin-top: -4.53vw
  }

  .productInner__flex {
    display: block
  }

  .productInner__flex__kv {
    width: 100%;
    height: 60vw;
    overflow: hidden
  }

  .productInner__flex__wrapper {
    width: 100%;
    padding: 6.6vw 0 0
  }

  .productInner__details__name {
    font-size: 2.4vw;
    margin-top: 3.73vw
  }

  .productInner__group {
    margin-top: 0.93vw
  }

  .productInner__group__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .productInner__group__col__list__item {
    display: block;
    position: relative;
    padding-left: 2vw;
    font-size: 2.4vw
  }

  .productInner__group__col__list__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.26vw;
    height: 1.73vw;
    width: 1.73vw
  }

  .productInner.u-student {
    background: #fff;
    padding: 1.3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
  }

  .productInner__student {
    padding: 3.59vw 5.3vw 5.3vw
  }

  .productInner__student__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .productInner__student__title__text {
    padding-bottom: 0.93vw;
    font-size: 15px
  }

  .productInner__student__tag {
    position: absolute;
    top: 3.86vw;
    left: -4.53vw
  }

  .productInner__student__tag__kv {
    width: 28.7vw
  }

  .productInner__student__flex {
    margin-top: 3.86vw;
    display: block
  }

  .productInner__student__flex__item {
    width: 100%;
    padding: 5.3vw 4vw 3.73vw;
    background: #EAD1E0
  }

  .productInner__student__flex__item:nth-child(2) {
    margin-top: 5.3vw
  }

  .productInner__student__flex__item__wrapper {
    display: block
  }

  .productInner__student__flex__item__kv {
    width: 33.33vw;
    margin: 0 auto
  }

  .productInner__student__flex__item__content {
    width: 100%;
    padding-top: 0.93vw
  }

  .productInner__student__flex__item__content__name__text {
    font-size: 2.4vw;
    border-bottom: 1px solid #c9caca;
    padding-bottom: 0.93vw;
    text-align: center
  }

  .productInner__student__flex__item__content__data {
    margin-top: 1.33vw
  }

  .productInner__student__flex__item__content__data__text {
    font-size: 15px
  }

  .productInner__map__flex {
    display: block
  }

  .productInner__map__iframe {
    width: 100%;
    margin-top: 4.6vw
  }

  .productInner__map__iframe .mapouter {
    position: relative;
    text-align: right;
    height: 48vw;
    width: 100%
  }

  .productInner__map__iframe .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 48vw;
    width: 100%
  }

  .productInner__map__content {
    width: 100%
  }

  .productInner__map__content__route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7.3vw;
    border-bottom: 1px solid #c9caca
  }

  .productInner__map__content__route__destination__text,
  .productInner__map__content__route__location__text {
    font-size: 10px
  }

  .productInner__map__content__route__line {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .productInner__map__content__route__line__text {
    font-size: 10px
  }

  .productInner__map__content__route__line__ui {
    border-top: 0.4vw dashed #595757;
    margin: 5px
  }

  .productInner__map__data {
    padding-top: 1.3vw
  }

  .productInner__map__data__name {
    font-size: 10px;
    margin-top: 2.6vw
  }

  .productInner__map__data__text {
    display: block;
    padding-left: 2vw;
    font-size: 2.4vw
  }

  .productInner__map__data__text:after {
    content: "";
    left: 0;
    top: 0.26;
    height: 1.73vw;
    width: 1.73vw
  }

  .productInner__table__flex {
    display: block
  }

  .productInner__table__content {
    width: 100%
  }

  .productInner__table__content.u-contentFull {
    width: 100%
  }

  .productInner__table__content.u-contentFull table,
  .productInner__table__content.u-contentFull td,
  .productInner__table__content.u-contentFull tr {
    border-collapse: collapse;
    border: 1px solid #c9caca;
    text-align: center;
    vertical-align: middle
  }

  .productInner__table__content table,
  .productInner__table__content tr {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #c9caca
  }

  .productInner__table__content table.u-table01 {
    margin-top: 6.6vw
  }

  .productInner__table__content table.u-table01 td:first-child {
    background: #EFEFEF;
    width: 25.6vw;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
  }

  .productInner__table__content table.u-table04 tbody td:first-child {
    background: #EFEFEF;
    width: 64vw;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
  }

  .productInner__table__content table.u-table04 tbody td:last-child {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
  }

  .productInner__table__content table.u-table02 {
    width: 100%
  }

  .productInner__table__content table.u-table03 {
    margin-top: 4vw
  }

  .productInner__table__content table.u-table04 {
    margin-top: 4vw;
    width: 100%
  }

  .productInner__table__content td {
    padding: 1.2vw 1vw;
    font-size: 2.9vw
  }

  .productInner__table__content td.u-center {
    text-align: center
  }

  .productInner__table__content td.u-bg-lgr {
    background: #EFEFEF;
    white-space: nowrap
  }

  .productInner__table__content td.u-bg-lbl {
    background: #EAD1E0;
    white-space: nowrap
  }

  .productInner__table__content td.u-bg-lbl2 {
    background: #e6eff6;
    white-space: nowrap
  }

  .productInner__table__content td.u-w106 {
    width: 13.3vw
  }

  .productInner__table__content td.u-splitText {
    width: 12vw
  }

  .productInner__table__content td.u-splitText span {
    display: block
  }

  .productInner__table__content td span.u-caption {
    display: block;
    font-size: 2.4vw
  }

  .productInner__table__kv {
    width: 100%
  }

  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .btn__wrapper.u-bg-lbl {
    background: #EAD1E0
  }

  .btn__wrapper.u-ye {
    display: none
  }

  .btn__ye {
    margin: 8.5vw auto 13.3vw;
    width: 80vw;
    height: 13.3vw;
    font-size: 15px
  }

  .btn__ye.arr {
    position: relative
  }

  .btn__ye.arr:after {
    content: "";
    position: absolute;
    width: 1.3vw;
    height: 1.3vw;
    border-right: 1px solid #595757;
    border-bottom: 1px solid #595757;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 32px
  }

  .btn__bl {
    width: 89.3vw;
    max-width: none;
    height: 10.6vw;
    margin: 0 auto 80px;
    background: #6BA1CB;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .btn__bl.arr {
    position: relative
  }

  .btn__bl.arr:after {
    content: "";
    position: absolute;
    width: 2.6vw;
    height: 2.6vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 30%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 50px
  }

  .btn__bl.is-open {
    margin-top: 13.3vw
  }

  .btn__bl.is-open:after {
    content: "";
    position: absolute;
    width: 2.6vw;
    height: 2.6vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 40%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .social__flex {
    width: 100%;
    max-width: none;
    padding: 8vw 5.3vw 0;
    margin: 0 auto;
    display: block
  }

  .social__flex.u-pb150 {
    padding-bottom: 20vw
  }

  .social__flex__item {
    width: 100%
  }

  .social__flex__item__content {
    height: 100%
  }

  .social__flex__item__content.u-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .social__flex__item__content__text {
    font-size: 2.9vw;
    line-height: 2.3
  }

  .social__flex__item__content__link {
    margin-top: 4vw;
    font-size: 2.6vw;
    padding: 1.7vw;
    border-radius: 1.3vw
  }

  .social__flex__item__kv {
    width: 100%;
    position: relative;
    margin-top: 6vw
  }

  .social__flex__item__kv.u-withMessage:after {
    content: "";
    position: absolute;
    top: 6.13vw;
    left: 12vw;
    width: 32vw;
    height: 32vw;
    background: url("../img/top/messagesp.png");
    background-size: 100% 100%
  }

  .social__flex__item__kvText {
    padding-top: 5.3vw
  }

  .social__flex__item__kvText__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .social__flex__item__kvText__data__inner {
    padding: 2.6vw 0;
    background: #EDEEF4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .social__flex__item__kvText__data__bg {
    width: 9.3vw;
    margin: 0 auto 2vw
  }

  .social__flex__item__kvText__data__caption {
    font-size: 15px
  }

  .social__flex__item__kvText__data__caption__sm {
    font-size: 2.4vw
  }

  .social__flex__item__kvText__link {
    width: 100%;
    margin-top: 2.6vw;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
  }

  .social__flex__item__kvText__link.arr {
    position: relative
  }

  .social__flex__item__kvText__link.arr:after {
    content: "";
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .social__flex__item__kvText__link__inner {
    max-width: 77vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .social__flex__item__kvText__link__caption {
    font-size: 2.13vw
  }

  .social__flex__item__kvText__link__tel {
    font-size: 4.5vw
  }

  .social__flex__item__kvText__link__tel__span {
    font-size: 2.8vw
  }

  .procedure {
    margin-bottom: 3.3vw
  }

  .procedure__content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 4.6vw 5.3vw 6.6vw 5.3vw;
    background: #EAD1E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .procedure__content__item.u-itemLeft {
    width: 100%
  }

  .procedure__content__item.u-itemCenter {
    width: 100%;
    border-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0
  }

  .procedure__content__item.u-itemCenter.u-spItemFull {
    width: 100%
  }

  .procedure__content__item.u-itemCenter.u-spTaC {
    text-align: center
  }

  .procedure__content__item.u-itemRight {
    width: 100%;
    margin-left: 0
  }

  .procedure__content__item__title {
    font-size: 17px;
    text-align: center;
    padding-bottom: 2.4vw;
    border-bottom: 1px solid #595757;
    margin-bottom: 5.3vw
  }

  .procedure__content__item__text {
    font-size: 2.9vw;
    line-height: 1.6;
    letter-spacing: -0.06rem
  }

  .procedure__content__item__kv {
    max-width: 50vw;
    width: 100%;
    margin: 15px auto
  }

  .procedure__content__item__group__text {
    font-size: 2.9vw;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .procedure__content__item__group__text__no {
    font-size: 2.9vw
  }

  .procedure__content__item__group__caption {
    margin-top: 3.3vw
  }

  .procedure__content__item__group__caption__text {
    font-size: 2.4vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .procedure__content__item__group__caption__text__no {
    font-size: 2.4vw;
    line-height: 1.5
  }

  .procedure__content__item__group__box {
    background: #981963;
    min-height: inherit;
    height: auto;
    width: 100%;
    padding: 1.3vw
  }

  .procedure__content__item__group__box:last-child {
    margin-top: 2.6vw
  }

  .procedure__content__item__group__box__text {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .procedure__arr {
    width: 8vw;
    margin: 0 auto 3.3vw
  }
}

/*20210216*/
.video-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.video-link:hover {
  opacity: 0.7;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -25px;
  padding: 0 20px;
}

.footer-link .split {
  margin-left: 25px;
}
.footer-link .split a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-link .split a:hover {
  opacity: 0.7;
}

.footer-link img {
  max-width: 322px
}
@media(max-width:768px) {
  .common__product__data__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-link {
/*    max-width: 110px;*/
    width: 95px;
    margin-left: 20px;
  }
  .common__product__data__content__text {
    width: calc(100% - 115px);
  }
  .common__product__data__flex.u-row01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .common__product__data__flex__name {
    width: 55%;
  }
  .common__product__data__flex__btn {
    margin-left: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .common__product__data__flex__btn > * {
    margin: 0 0 0 5px;
    width: 45%;
    padding: 4px;
  }
  .common__product__data__flex__btn__bl,
  .common__product__data__flex__btn__pi {
    width: 42px;
  }
  .common__product__data__flex__btn__ye {
    width: 95px;
  }
  .procedure__content__item.u-itemRight {
    width: 32%;
  }
  .procedure__content__item.u-itemCenter {
    width: 64%;
    float: left;
  }
  .procedure__content__item__group__box {
    height: 120px;
  }
}

/*--------------------------------------------------*/
/*スライダー画像*/


.slider .slide_01,
.slider .slide_02,
.slider .slide_03 {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider .slide_01 {
  background-image: url(../img/slide/slide_img01_pc.jpg);
}

.slider .slide_02 {
  background-image: url(../img/slide/slide_img02_pc.jpg);
}

.slider .slide_03 {
  background-image: url(../img/slide/slide_img03_pc.jpg);
}

@media (max-width: 768px) {
  .slider {
    margin-top: 58px;
  }

  .slider .slide_01 {
    background-image: url(../img/slide/slide_img01_sp.jpg);
  }

  .slider .slide_02 {
    background-image: url(../img/slide/slide_img02_sp.jpg);
  }

  .slider .slide_03 {
    background-image: url(../img/slide/slide_img03_sp.jpg);
  }
}


/*====================================================================
就学支援プログラム
====================================================================*/

.social__flex {
}

.social__flex.u-pb150 {
  padding-bottom: 150px
}

.social__flex__item {
  width: 47.47%
}
.social__flex__item__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.social__flex__item__kvText__box {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 164px;
  color: #595757;
  padding: 15px 20px;
  background: #f8eef4;
  margin-bottom: 15px;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}
.social__flex__item__kvText__box__fukudashi {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background: #981963;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.social__flex__item__kvText__box__fukudashi:after {
  content: "";
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #981963 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.social__flex__item__kvText__box__text1 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.social__flex__item__kvText__box__text2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
}
.social__flex__item__kvText__box__text2.text-left {
  text-align: left;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: -.1em;
}

.social__flex__item__content {
  height: 100%
}

.social__flex__item__content.u-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.social__flex__item__content__text {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  color: #595757;
  letter-spacing: normal;
  line-height: 2;
  text-align: justify
}

.social__flex__item__content__link {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px
}

.social__flex__item__kv {
  width: 100%;
  position: relative
}

.social__flex__item__kv.u-withMessage:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 100px;
  width: 160px;
  height: 160px;
  background: url("../img/top/message.png");
  background-size: 100% 100%
}

.social__flex__item__kvText__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.social__flex__item__kvText__data__inner {
  width: 31.13%;
  padding: 30px 0;
  background: #CEE0EE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.social__flex__item__kvText__data__bg {
  width: 100px;
  margin: 0 auto 10px
}

.social__flex__item__kvText__data__caption {
  margin-top: 8px;
  display: block;
  text-align: center;
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 600
}

.social__flex__item__kvText__data__caption__sm {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  color: #595757;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center
}

.social__flex__item__kvText__link {
  width: 100%;
  margin-top: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#818181));
  background: linear-gradient(#A9A9A9, #818181);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.social__flex__item__kvText__link.w100 {
  max-width: 100%;
}


.social__flex__item__kvText__link:hover {
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#A9A9A9), to(#818181));
  background: linear-gradient(to right, #A9A9A9, #818181)
}

.social__flex__item__kvText__link.arr {
  position: relative
}

.social__flex__item__kvText__link.arr:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.social__flex__item__kvText__link__inner {
  max-width: 425px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social__flex__item__kvText__link__caption {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.social__flex__item__kvText__link__tel {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 28px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.social__flex__item__kvText__link__tel__span {
  font-family: "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.2
}

.social__flex__item__kvText__entry.btn-link {
  background: linear-gradient(#A9A9A9, #818181);
  padding: 23px;
  margin-top: 25px;
  box-sizing: border-box;
  height: 72px;
}
.social__flex__item__kvText__entry.arr {
  position: relative;
}

.common__name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.blue {
  color: #981963;
}

@media screen and (max-width: 768px) {

.social__flex__item__content__text {
  font-size: 2.9vw;
}
.social__flex__item {
  width: 100%;
}
.social__flex__item__kv.u-withMessage:after {
  content: '';
  position: absolute;
  top: 6.13vw;
  left: 12vw;
  width: 32vw;
  height: 32vw;
  background: url(../img/top/message.png);
  background-size: 100% 100%;
}
.social__flex__item {
  width: 100%;
}
.social__flex__item__kvText__box {
  width: 32%;
  padding: 5.6vw 10px;
  box-sizing: border-box;
}
.social__flex__item__kvText__box__fukudashi {
  font-size: 18px;
  width: 100%;
  height: 40px;
}
.social__flex__item__kvText__box__fukudashi:after {
  border-width: 8px 7px 0 7px;
  bottom: -6px;
}
.social__flex__item__kvText__box__text1 {
  font-size: 11px;
}
.social__flex__item__kvText__box__text2 {
  font-size: 16px;
  line-height: 22px;
}
.social__flex__item__kvText__box__text2.text-left {
  text-align: left;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: -.1em;
  padding-left: 1em;
  text-indent: -1em;
}
.social__flex__item__kvText__link__inner {
  max-width: 77vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.social__flex__item__kvText__link__tel {
  font-size: 13px;
}
.social__flex__item__kvText__link__tel__span {
  font-size: 10px;
}
.social__flex__item__kvText__link {
  width: 100%;
  margin-top: 2.6vw;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.social__flex__item__kvText__link.arr:after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 40%;
}
.social__flex.u-pb150 {
  padding-bottom: 20vw;
}
}