@charset "UTF-8";
/* CSS Document */
/*
Theme Name:オリジナルテーマ
Description: オリジナルテーマです
Theme URI:
Author:
Author URI:
Version:
License: -----
License URI:
*/
/*********************

変数設定

************************/
/*********************

reset

************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
time,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 400;
}

header,
article,
footer,
aside,
nav,
small,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 1rem;
}

p {
  line-height: 2;
  letter-spacing: 1rem;
}
@media (min-width: 751px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  p {
    font-size: 28rem;
  }
}

li,
ol li {
  list-style-type: none;
  letter-spacing: 1rem;
}

a img {
  border-style: none;
}

a {
  text-decoration: none;
  letter-spacing: 1rem;
  color: #000;
  transition: 0.3s;
}
@media (min-width: 751px) {
  a {
    font-size: 16px;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  vertical-align: top;
  letter-spacing: 1rem;
  text-align: left;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

@media (min-width: 751px) {
  html {
    font-size: 0.0655307995vw;
  }
}
@media (min-width: 1524px) {
  html {
    font-size: 0.0625rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.hiragino__w2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.hiragino__w3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hiragino__w4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hiragino__w6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "hiragino-kaku-gothic-pron", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  background: #f7f7f7;
  position: relative;
}
@media (min-width: 751px) {
  body {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 28rem;
  }
}

/*********************

    共通パーツ

************************/
.color__wh {
  color: #fff;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

@media (min-width: 751px) {
  .pc__none {
    display: none;
  }
}

@media (max-width: 750px) {
  .sp__none {
    display: none;
  }
}

.fw__700 {
  font-weight: 700;
}

.adjust__link {
  padding-top: 150rem;
  margin-top: -150rem;
}

/*********************

    ヘッダー、フッター

************************/
.header {
  z-index: 10;
  width: 100%;
}
@media (min-width: 751px) {
  .header {
    position: absolute;
    width: 1350rem;
    left: calc((100% - 1350rem) / 2);
    top: 40rem;
  }
}
@media (min-width: 1524px) {
  .header {
    width: 88.4665792923%;
    left: 7%;
  }
}
@media (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
  }
}
.header.bg__wh {
  position: relative;
}
@media (max-width: 750px) {
  .header.bg__wh {
    background: #fff;
  }
}
.header__separate {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .header__separate {
    align-items: center;
    min-height: 104rem;
  }
}
@media (max-width: 750px) {
  .header__separate_left {
    padding: 20rem 0 0 20rem;
  }
}
.header__separate_left .logo img {
  width: 218rem;
}
.header__separate_right .header__sp {
  font-weight: 700;
  position: relative;
  width: 74rem;
  height: 74rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1001;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp.active {
    position: fixed;
    right: 80rem;
  }
}
.header__separate_right .header__sp span {
  background: #fff;
  position: absolute;
  width: 50rem;
  height: 2px;
  left: 12rem;
  transition: all 0.3s;
}
.header__separate_right .header__sp span.color__bk {
  background: #000;
}
.header__separate_right .header__sp span.color__bk.close {
  background: #fff;
}
.header__separate_right .header__sp span:nth-of-type(1) {
  top: 20rem;
  transition: 0.3s;
}
.header__separate_right .header__sp span:nth-of-type(1).close {
  display: none;
  transition: 0.3s;
}
.header__separate_right .header__sp span:nth-of-type(2) {
  top: 35rem;
  width: 40rem;
  left: 21rem;
}
.header__separate_right .header__sp span:nth-of-type(2).close {
  transform: rotate(-45deg);
  transition: 0.3s;
  top: 35rem;
}
.header__separate_right .header__sp span:nth-of-type(3) {
  top: 50rem;
  width: 30rem;
  left: 32rem;
}
.header__separate_right .header__sp span:nth-of-type(3).close {
  transform: rotate(45deg);
  transition: 0.3s;
  top: 35rem;
  width: 40rem;
  left: 22rem;
}
.header__separate_right .header__sp_content {
  position: fixed;
  height: 100%;
  top: 0;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content {
    right: -105%;
    width: 640rem;
    padding: 230rem 65rem 65rem 95rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right .header__sp_content {
    left: -105%;
    width: 100%;
    padding: 90rem;
  }
}
.header__separate_right .header__sp_content.on {
  transition: 0.3s;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content.on {
    right: 0;
  }
}
@media (max-width: 750px) {
  .header__separate_right .header__sp_content.on {
    left: 0;
  }
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content ul li {
    width: 48%;
  }
}
.header__separate_right .header__sp_content ul li a {
  color: #fff;
  display: block;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content ul li a {
    font-size: 21rem;
    margin-bottom: 60rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right .header__sp_content ul li a {
    margin-bottom: 30rem;
  }
}
.header__separate_right .header__sp_content .insta {
  border: 1px solid #fff;
  margin-top: 150rem;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content .insta {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .header__separate_right .header__sp_content .insta {
    width: 70%;
  }
}
.header__separate_right .header__sp_content .insta a {
  color: #fff;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .header__separate_right .header__sp_content .insta a {
    font-size: 14px;
  }
}
.header__separate_right .header__sp_content .insta a img {
  padding: 10rem;
  border-right: 1px solid #fff;
  margin-right: 20rem;
}

.footer {
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .footer__separate {
    width: 1455rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .footer__separate {
    margin: 0 40rem;
  }
}
.footer__separate_block {
  border-top: 1px solid #666666;
}
@media (min-width: 751px) {
  .footer__separate_block {
    padding: 25rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_block {
    padding: 40rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_block:nth-of-type(1) {
    width: 422rem;
  }
}
.footer__separate_block:nth-of-type(2) {
  position: relative;
}
@media (min-width: 751px) {
  .footer__separate_block:nth-of-type(2) {
    width: 470rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_block:nth-of-type(2):before {
    width: 1px;
    position: absolute;
    content: "";
    height: 100%;
    background: #666666;
    top: 0;
    left: -40rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_block:nth-of-type(2):after {
    width: 1px;
    position: absolute;
    content: "";
    height: 100%;
    background: #666666;
    top: 0;
    right: -40rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_block:nth-of-type(3) {
    width: 420rem;
  }
}
.footer__separate_block .logo {
  width: 100rem;
}
.footer__separate_block .head {
  color: #000000;
}
@media (min-width: 751px) {
  .footer__separate_block .head {
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  .footer__separate_block .head {
    font-size: 26rem;
  }
}
.footer__separate_block .sns {
  display: flex;
  align-items: center;
  margin: 70rem 0 20rem 35rem;
}
.footer__separate_block .sns a:nth-of-type(1) {
  display: inline-block;
  margin-right: 20rem;
}
@media (min-width: 751px) {
  .footer__separate_block .address p {
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  .footer__separate_block .address p {
    font-size: 26rem;
  }
}
.footer__separate_block ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .footer__separate_block ul {
    width: 370rem;
    margin-top: 100rem;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .footer__separate_block ul {
    margin-top: 50rem;
  }
}
.footer__separate_block ul li {
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer__separate_block ul li {
    width: 48%;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_block ul li {
    width: 48%;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_block ul li a {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_block ul li a {
    font-size: 26rem;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.cmn__mv {
  display: flex;
  margin-bottom: 45rem;
  margin-top: 60rem;
}
@media (min-width: 751px) {
  .cmn__mv {
    margin-left: auto;
    width: 1440rem;
  }
}
@media (min-width: 1524px) {
  .cmn__mv {
    width: 94.3643512451%;
  }
}
.cmn__mv img {
  width: 100%;
  display: flex;
}

.cmn__h1 h1 {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 751px) {
  .cmn__h1 h1 {
    font-size: 48rem;
    margin-bottom: 65rem;
  }
}
@media (max-width: 750px) {
  .cmn__h1 h1 {
    font-size: 48rem;
    margin-bottom: 40rem;
  }
}

@media (min-width: 751px) {
  .cmn__1281 {
    width: 1281rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .cmn__1281 {
    margin: 0 40rem;
  }
}

@media (min-width: 751px) {
  .cmn__inner {
    width: 1307rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .cmn__inner {
    margin: 0 40rem;
  }
}

.cmn__head {
  text-align: center;
  margin-bottom: 50rem;
}
.cmn__head p {
  font-weight: 600;
  color: #000;
}
@media (min-width: 751px) {
  .cmn__head p {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .cmn__head p {
    font-size: 36rem;
  }
}
.cmn__head h2 {
  font-weight: 600;
  color: #000;
}
@media (min-width: 751px) {
  .cmn__head h2 {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .cmn__head h2 {
    font-size: 28rem;
  }
}

/*********************

    トップページ

************************/
.top__mv {
  position: relative;
}
@media (min-width: 751px) {
  .top__mv {
    margin-bottom: 220rem;
  }
}
@media (max-width: 750px) {
  .top__mv {
    margin-top: 104rem;
    margin-bottom: 100rem;
  }
}
.top__mv_inner {
  position: relative;
}
@media (min-width: 751px) {
  .top__mv_inner {
    min-height: 60vw;
  }
}
@media (max-width: 750px) {
  .top__mv_inner {
    min-height: 450rem;
  }
}
.top__mv_inner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
.top__mv_inner .main.active {
  z-index: 0;
}
.top__mv_number {
  position: absolute;
  bottom: 50rem;
  display: flex;
}
@media (min-width: 751px) {
  .top__mv_number {
    left: 14.8%;
  }
}
@media (max-width: 750px) {
  .top__mv_number {
    left: 40rem;
  }
}
.top__mv_number:after {
  content: "";
  width: 87%;
  height: 1px;
  background: #fff;
  bottom: -11rem;
  left: 5rem;
  position: absolute;
}
.top__mv_number li {
  color: #fff;
  position: relative;
}
@media (min-width: 751px) {
  .top__mv_number li:not(:last-of-type) {
    margin-right: 30rem;
  }
}
@media (max-width: 750px) {
  .top__mv_number li:not(:last-of-type) {
    margin-right: 30rem;
  }
}
.top__mv_number li:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  left: 3rem;
  bottom: -15rem;
  z-index: 1;
}
.top__mv_number li.active:before {
  width: 15rem;
  height: 15rem;
  bottom: -18rem;
}

@media (min-width: 751px) {
  .top__event {
    width: 1450rem;
    margin-left: auto;
    margin-bottom: 125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1524px) {
  .top__event {
    width: 95.0196592398%;
  }
}
@media (max-width: 750px) {
  .top__event {
    margin-bottom: 120rem;
  }
}
@media (min-width: 751px) {
  .top__event_right {
    width: 1160rem;
    margin: 0;
  }
}
@media (min-width: 1524px) {
  .top__event_right {
    width: 76.0157273919%;
  }
}
@media (max-width: 750px) {
  .top__event_right {
    margin: 40rem;
  }
}
.top__event_right a {
  display: block;
  border: 1px solid #737373;
}
@media (min-width: 751px) {
  .top__event_right a {
    padding: 45rem 20rem 35rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a {
    padding: 25rem;
  }
}
.top__event_right a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 60rem;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 751px) {
  .top__event_right a img {
    height: 188rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a img {
    height: 376rem;
  }
}
.top__event_right a time {
  display: block;
  margin-left: 20rem;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__event_right a time {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a time {
    font-size: 30rem;
  }
}
.top__event_right a h3 {
  color: #000;
  margin-left: 20rem;
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .top__event_right a h3 {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a h3 {
    font-size: 32rem;
  }
}
.top__event_right a span {
  display: flex;
  align-items: center;
  margin-left: 20rem;
}
@media (min-width: 751px) {
  .top__event_right a span {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a span {
    font-size: 25rem;
  }
}
.top__event_right a span:after {
  content: "";
  display: block;
  background-image: url(./images/top/event__after.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5rem;
}
@media (min-width: 751px) {
  .top__event_right a span:after {
    width: 112rem;
    height: 6.4rem;
  }
}
@media (max-width: 750px) {
  .top__event_right a span:after {
    width: 140rem;
    height: 8rem;
  }
}
.top__event_right .swiper-slide {
  transition: 0.3s;
}
.top__event_right .swiper-slide-active a {
  min-height: 550rem;
  transition: 0.3s;
}
.top__event_left {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .top__event_left {
    width: 235rem;
  }
}
@media (min-width: 1524px) {
  .top__event_left {
    width: 15.3997378768%;
  }
}
.top__event_left p {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__event_left p {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .top__event_left p {
    font-size: 32rem;
  }
}
.top__event_left h2 {
  font-weight: 300;
}
@media (min-width: 751px) {
  .top__event_left h2 {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .top__event_left h2 {
    font-size: 26rem;
  }
}
.top__event_left .separate {
  display: flex;
  padding-top: 45rem;
  position: relative;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .top__event_left .separate {
    justify-content: space-around;
  }
}
@media (max-width: 750px) {
  .top__event_left .separate {
    justify-content: space-evenly;
  }
}
.top__event_left .separate:before {
  height: 2px;
  content: "";
  background: #d6d6d6;
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20rem;
}
.top__event_left .separate .swiper-button-prev, .top__event_left .separate .swiper-button-next {
  position: relative;
  background: #666666;
}
@media (min-width: 751px) {
  .top__event_left .separate .swiper-button-prev, .top__event_left .separate .swiper-button-next {
    width: 12rem;
    height: 14rem;
    top: 20rem;
  }
}
@media (max-width: 750px) {
  .top__event_left .separate .swiper-button-prev, .top__event_left .separate .swiper-button-next {
    width: 18rem;
    height: 21rem;
    top: 20rem;
  }
}
.top__event_left .separate .swiper-button-prev {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  left: 0;
}
.top__event_left .separate .swiper-button-next {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 0;
}
.top__event_left a {
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 15rem 30rem;
}
@media (min-width: 751px) {
  .top__event_left a {
    font-size: 19rem;
    width: 80%;
  }
}
@media (max-width: 750px) {
  .top__event_left a {
    font-size: 26rem;
    width: 50%;
  }
}

@media (min-width: 751px) {
  .top__insta {
    width: 1340rem;
    margin: 0 auto 160rem;
  }
}
@media (max-width: 750px) {
  .top__insta {
    margin: 0 40rem 80rem;
  }
}
.top__insta_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50rem;
}
.top__insta_head .left p {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__insta_head .left p {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .top__insta_head .left p {
    font-size: 32rem;
  }
}
.top__insta_head .left h2 {
  font-weight: 300;
}
@media (min-width: 751px) {
  .top__insta_head .left h2 {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .top__insta_head .left h2 {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .top__insta_head .right {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .top__insta_head .right img {
    width: 117rem;
  }
}
@media (max-width: 750px) {
  .top__insta_head .right img {
    width: 180rem;
  }
}
.top__insta_head .right p {
  color: #686868;
}
@media (min-width: 751px) {
  .top__insta_head .right p {
    font-size: 24rem;
    margin-left: 30rem;
  }
}
@media (max-width: 750px) {
  .top__insta_head .right p {
    font-size: 24rem;
  }
}

@media (min-width: 751px) {
  .coordinate {
    padding: 120rem 0 70rem;
  }
}
@media (max-width: 750px) {
  .coordinate {
    padding: 60rem 40rem;
    margin-bottom: 80rem;
  }
}
.coordinate__head {
  text-align: center;
  margin-bottom: 100rem;
}
.coordinate__head h2 {
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .coordinate__head h2 {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .coordinate__head h2 {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .coordinate__head p {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .coordinate__head p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .coordinate__slider {
    width: 1185rem;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
  }
}
.coordinate__slider a {
  background: #fff;
  display: block;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .coordinate__slider a {
    flex: 0 0 335rem;
    padding: 30rem 35rem;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a {
    padding: 30rem;
    margin-bottom: 50rem;
  }
}
.coordinate__slider a .sub {
  display: none;
}
.coordinate__slider a .whole {
  position: relative;
  z-index: 2;
}
.coordinate__slider a:nth-of-type(1) {
  z-index: 6;
}
.coordinate__slider a:nth-of-type(2) {
  z-index: 5;
}
@media (min-width: 751px) {
  .coordinate__slider a:nth-of-type(2) {
    margin-left: -123rem;
  }
}
.coordinate__slider a:nth-of-type(3) {
  z-index: 4;
}
@media (min-width: 751px) {
  .coordinate__slider a:nth-of-type(3) {
    margin-left: -123rem;
  }
}
.coordinate__slider a:nth-of-type(4) {
  z-index: 3;
}
@media (min-width: 751px) {
  .coordinate__slider a:nth-of-type(4) {
    margin-left: -123rem;
  }
}
.coordinate__slider a:nth-of-type(5) {
  z-index: 2;
}
@media (min-width: 751px) {
  .coordinate__slider a:nth-of-type(5) {
    margin-left: -123rem;
  }
}
@media (min-width: 751px) {
  .coordinate__slider a:hover {
    transition: 0.3s;
    opacity: 1;
    z-index: 6;
    margin-left: 0;
  }
  .coordinate__slider a:hover .main {
    display: none;
  }
  .coordinate__slider a:hover .sub {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .coordinate__slider a:hover:after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(255, 255, 255, 0.58));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .coordinate__slider a:hover .whole span {
    color: #fff;
  }
  .coordinate__slider a:hover .whole p {
    color: #fff;
    margin-top: 140rem;
  }
  .coordinate__slider a:hover .whole h3 {
    color: #fff;
  }
  .coordinate__slider a:hover .whole small {
    color: #fff;
    margin-top: 150rem;
  }
  .coordinate__slider a:hover .whole small:after {
    background-image: url(./images/top/more__wh.svg);
  }
}
@media (min-width: 751px) {
  .coordinate__slider a:last-of-type:hover {
    margin-left: -123rem;
  }
}
.coordinate__slider a span {
  color: #9c9b9b;
}
@media (min-width: 751px) {
  .coordinate__slider a span {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a span {
    font-size: 24rem;
  }
}
.coordinate__slider a p {
  color: #010101;
}
@media (min-width: 751px) {
  .coordinate__slider a p {
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a p {
    font-size: 32rem;
  }
}
.coordinate__slider a h3 {
  color: #000000;
}
@media (min-width: 751px) {
  .coordinate__slider a h3 {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a h3 {
    font-size: 22rem;
    margin-bottom: 30rem;
  }
}
.coordinate__slider a .main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 751px) {
  .coordinate__slider a .main {
    height: 241rem;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a .main {
    height: 450rem;
  }
}
.coordinate__slider a small {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
@media (min-width: 751px) {
  .coordinate__slider a small {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a small {
    font-size: 22rem;
  }
}
.coordinate__slider a small:after {
  content: "";
  display: inline-block;
  background-image: url(./images/top/more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5rem;
}
@media (min-width: 751px) {
  .coordinate__slider a small:after {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 750px) {
  .coordinate__slider a small:after {
    width: 16rem;
    height: 16rem;
  }
}
.coordinate__link {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 751px) {
  .coordinate__link {
    width: 1185rem;
    margin: 60rem auto 0;
  }
}
@media (max-width: 750px) {
  .coordinate__link {
    margin-top: 60rem;
  }
}
.coordinate__link a {
  position: relative;
  border: 1px solid #000000;
  text-align: left;
}
@media (min-width: 751px) {
  .coordinate__link a {
    font-size: 15px;
    padding: 15rem 130rem 15rem 25rem;
  }
}
@media (max-width: 750px) {
  .coordinate__link a {
    font-size: 26rem;
    padding: 15rem 130rem 15rem 25rem;
  }
}
.coordinate__link a:after {
  content: "";
  display: inline-block;
  background-image: url(./images/top/more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40rem;
}
@media (min-width: 751px) {
  .coordinate__link a:after {
    width: 8rem;
    height: 8rem;
    top: 23rem;
  }
}
@media (max-width: 750px) {
  .coordinate__link a:after {
    width: 16rem;
    height: 16rem;
    top: 25rem;
  }
}

.youtube__head {
  text-align: center;
  margin-bottom: 100rem;
}
@media (min-width: 751px) {
  .youtube__head h2 {
    font-size: 26rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .youtube__head h2 {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .youtube__head p {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .youtube__head p {
    font-size: 26rem;
  }
}
.youtube__slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .youtube__slider {
    width: 1185rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .youtube__slider {
    margin: 0 40rem;
  }
}
.youtube__slider iframe {
  display: flex;
  position: relative;
}
@media (min-width: 751px) {
  .youtube__slider iframe {
    width: 385rem;
    height: 257rem;
    margin-bottom: 15rem;
  }
}
@media (max-width: 750px) {
  .youtube__slider iframe {
    width: 100%;
    margin-bottom: 30rem;
    height: 380rem;
  }
}
.youtube__btn {
  margin-top: 90rem;
  text-align: center;
  margin-bottom: 170rem;
}
.youtube__btn a {
  position: relative;
  border: 1px solid #000000;
  text-align: left;
}
@media (min-width: 751px) {
  .youtube__btn a {
    font-size: 15px;
    padding: 15rem 100rem 15rem 40rem;
  }
}
@media (max-width: 750px) {
  .youtube__btn a {
    font-size: 26rem;
    padding: 15rem 100rem 15rem 40rem;
  }
}
.youtube__btn a:after {
  content: "";
  display: inline-block;
  background-image: url(./images/top/youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .youtube__btn a:after {
    width: 29rem;
    height: 23rem;
    right: 50rem;
    top: 15rem;
  }
}
@media (max-width: 750px) {
  .youtube__btn a:after {
    width: 29rem;
    height: 23rem;
    right: 40rem;
    top: 21rem;
  }
}

.aboutus {
  margin-bottom: 150rem;
}
.aboutus__inner {
  position: relative;
}
@media (min-width: 751px) {
  .aboutus__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .aboutus__inner .left {
    width: 814rem;
  }
}
.aboutus__inner .left img:nth-of-type(1) {
  display: block;
}
@media (min-width: 751px) {
  .aboutus__inner .left img:nth-of-type(1) {
    width: 814rem;
    margin-bottom: 120rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .left img:nth-of-type(1) {
    width: 100%;
    margin-bottom: 60rem;
  }
}
@media (min-width: 751px) {
  .aboutus__inner .left img:nth-of-type(2) {
    width: 316rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .left img:nth-of-type(2) {
    width: 50%;
  }
}
@media (min-width: 751px) {
  .aboutus__inner .middle {
    width: 650rem;
    text-align: left;
    margin: 400rem 0 0 -570rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .middle {
    margin: 80rem 40rem;
  }
}
.aboutus__inner .middle h2 {
  font-weight: 600;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .aboutus__inner .middle h2 {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .middle h2 {
    font-size: 36rem;
  }
}
.aboutus__inner .middle p {
  line-height: 2.5;
}
@media (min-width: 751px) {
  .aboutus__inner .middle p {
    font-size: 19rem;
  }
}
.aboutus__inner .middle__link {
  text-align: right;
  margin-top: 20rem;
}
.aboutus__inner .middle__link a {
  display: inline-block;
  border-bottom: 1px solid;
}
@media (min-width: 751px) {
  .aboutus__inner .middle__link a {
    font-size: 17rem;
    padding: 0 30rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .middle__link a {
    font-size: 28rem;
    padding: 0 30rem;
  }
}
@media (min-width: 751px) {
  .aboutus__inner .right {
    width: 367rem;
  }
}
@media (max-width: 750px) {
  .aboutus__inner .right {
    position: absolute;
    right: 0;
    width: 35%;
    top: 370rem;
  }
}
.aboutus__inner .right img {
  width: 100%;
}

/*********************

    aboutus

************************/
@media (min-width: 751px) {
  .company {
    margin-bottom: 200rem;
  }
}
@media (max-width: 750px) {
  .company {
    margin-bottom: 100rem;
  }
}
@media (min-width: 751px) {
  .company__b1_head {
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .company__b1_head {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .company__b1_head p {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .company__b1_head p {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .company__b1_head h2 {
    font-size: 14rem;
  }
}
@media (max-width: 750px) {
  .company__b1_head h2 {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .company__b1_separate {
    display: flex;
    align-items: center;
    margin-bottom: 75rem;
  }
}
@media (max-width: 750px) {
  .company__b1_separate {
    margin-bottom: 50rem;
  }
}
.company__b1_separate h3 {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 751px) {
  .company__b1_separate h3 {
    font-size: 48rem;
    margin-right: 150rem;
  }
}
@media (max-width: 750px) {
  .company__b1_separate h3 {
    font-size: 48rem;
    margin-bottom: 30rem;
  }
}
.company__b1_separate h3 .bg {
  background: #8ec7ef;
  display: block;
  font-weight: 600;
  padding: 5rem;
}
@media (max-width: 750px) {
  .company__b1_separate h3 .bg {
    width: 85%;
  }
}
.company__b1_separate p {
  color: #a9a9a9;
}
@media (min-width: 751px) {
  .company__b1_separate p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .company__b1_separate p {
    font-size: 24rem;
  }
}
@media (min-width: 751px) {
  .company__b1_divine {
    display: flex;
    align-items: center;
    margin-bottom: 190rem;
  }
}
@media (max-width: 750px) {
  .company__b1_divine {
    margin-bottom: 95rem;
  }
}
.company__b1_divine img {
  display: block;
}
@media (min-width: 751px) {
  .company__b1_divine img {
    width: 577rem;
    margin-right: 65rem;
  }
}
@media (max-width: 750px) {
  .company__b1_divine img {
    width: 100%;
    margin-bottom: 30rem;
  }
}
.company__b1_divine p {
  font-weight: 300;
  color: #000;
}
@media (min-width: 751px) {
  .company__b1_divine p {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .company__b1_divine p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .company__b1 .detail {
    display: flex;
    margin-bottom: 140rem;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail {
    margin-bottom: 70rem;
  }
}
@media (min-width: 751px) {
  .company__b1 .detail:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .company__b1 .detail:nth-of-type(even) .left {
    margin-left: 110rem;
  }
}
@media (min-width: 751px) {
  .company__b1 .detail .left {
    width: 583rem;
    margin-right: 110rem;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail .left {
    margin-bottom: 45rem;
  }
}
.company__b1 .detail .left h3 {
  font-weight: 600;
  color: #000;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .company__b1 .detail .left h3 {
    font-size: 48rem;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail .left h3 {
    font-size: 48rem;
  }
}
.company__b1 .detail .left img {
  width: 100%;
}
@media (min-width: 751px) {
  .company__b1 .detail .right {
    margin-top: 310rem;
  }
}
.company__b1 .detail .right__head {
  display: flex;
  margin-bottom: 50rem;
}
.company__b1 .detail .right__head p {
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5rem;
  text-align: center;
}
@media (min-width: 751px) {
  .company__b1 .detail .right__head p {
    font-size: 48rem;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail .right__head p {
    font-size: 48rem;
  }
}
.company__b1 .detail .right__head p span {
  display: block;
  font-weight: 300;
  letter-spacing: normal;
}
@media (min-width: 751px) {
  .company__b1 .detail .right__head p span {
    font-size: 11px;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail .right__head p span {
    font-size: 22rem;
  }
}
.company__b1 .detail .right__head p:nth-of-type(2) {
  position: relative;
}
@media (min-width: 751px) {
  .company__b1 .detail .right__head p:nth-of-type(2) {
    margin: 0 70rem;
  }
}
@media (max-width: 750px) {
  .company__b1 .detail .right__head p:nth-of-type(2) {
    margin: 0 70rem;
  }
}
.company__b1 .detail .right__head p:nth-of-type(2):before {
  position: absolute;
  content: "";
  background-image: url(./images/common/mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27rem;
  height: 26rem;
  top: 30rem;
  left: -50rem;
}
.company__b1 .detail .right__head p:nth-of-type(2):after {
  position: absolute;
  content: "";
  background-image: url(./images/common/mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27rem;
  height: 26rem;
  top: 30rem;
  right: -45rem;
}

@media (min-width: 751px) {
  .profile {
    width: 1240rem;
    margin: 0 auto 140rem;
    margin-bottom: 140rem;
  }
}
@media (max-width: 750px) {
  .profile {
    margin: 0 40rem 70rem;
  }
}
.profile__head {
  display: flex;
  align-items: baseline;
  margin-bottom: 120rem;
}
.profile__head p {
  color: #000000;
  font-weight: 600;
}
@media (min-width: 751px) {
  .profile__head p {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .profile__head p {
    font-size: 36rem;
  }
}
.profile__head h2 {
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .profile__head h2 {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .profile__head h2 {
    font-size: 24rem;
  }
}
.profile__head h2:before {
  content: "";
  display: inline-block;
  background-image: url(./images/common/slush.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31rem;
  height: 32rem;
  margin: 0 15rem;
}
@media (min-width: 751px) {
  .profile__content {
    width: 1240rem;
  }
}
.profile__content dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c8c6c6;
}
.profile__content dl dt {
  display: table-cell;
  color: #000000;
  font-weight: 300;
}
@media (min-width: 751px) {
  .profile__content dl dt {
    font-size: 18rem;
    width: 270rem;
    padding: 35rem 0;
  }
}
@media (max-width: 750px) {
  .profile__content dl dt {
    padding: 35rem 0;
    font-size: 26rem;
    width: 30%;
  }
}
.profile__content dl dd {
  display: table-cell;
  font-weight: 300;
  color: #000000;
}
@media (min-width: 751px) {
  .profile__content dl dd {
    width: 970rem;
    font-size: 18rem;
    padding: 35rem 0;
  }
}
@media (max-width: 750px) {
  .profile__content dl dd {
    padding: 35rem 0;
    font-size: 26rem;
    width: 70%;
  }
}

@media (min-width: 751px) {
  .access {
    width: 1240rem;
    margin: 0 auto 140rem;
  }
}
@media (max-width: 750px) {
  .access {
    margin: 0 40rem 70rem;
  }
}
.access h2 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 110rem;
}
@media (min-width: 751px) {
  .access h2 {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .access h2 {
    font-size: 36rem;
  }
}
.access__separate {
  text-align: center;
}
@media (min-width: 751px) {
  .access__separate {
    display: flex;
    justify-content: center;
    width: 1281rem;
    margin: 0 auto 75rem;
  }
}
@media (max-width: 750px) {
  .access__separate {
    margin-bottom: 50rem;
  }
}
@media (min-width: 751px) {
  .access__separate_block {
    width: 50%;
  }
}
.access__separate_block:nth-of-type(2) {
  position: relative;
}
@media (max-width: 750px) {
  .access__separate_block:nth-of-type(2) {
    margin-top: 50rem;
    padding-top: 50rem;
  }
}
.access__separate_block:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
@media (min-width: 751px) {
  .access__separate_block:nth-of-type(2):before {
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .access__separate_block:nth-of-type(2):before {
    width: 100%;
    height: 1px;
  }
}
.access__separate_block h3 {
  font-weight: 600;
  margin-bottom: 30rem;
  color: #000;
}
@media (min-width: 751px) {
  .access__separate_block h3 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .access__separate_block h3 {
    font-size: 36rem;
  }
}
.access__separate_block p {
  font-weight: 600;
}
@media (min-width: 751px) {
  .access__separate_block p {
    font-size: 18rem;
  }
}
@media (min-width: 751px) {
  .access__gmap {
    width: 1281rem;
    margin: 0 auto;
  }
}
.access__gmap iframe {
  width: 100%;
  display: flex;
}
@media (min-width: 751px) {
  .access__gmap iframe {
    height: 473rem;
  }
}
@media (max-width: 750px) {
  .access__gmap iframe {
    height: 600rem;
  }
}

@media (min-width: 751px) {
  .item__b1 {
    margin-left: 125rem;
  }
}
@media (max-width: 750px) {
  .item__b1 {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .item__block {
    margin: 0 auto;
    width: 1350rem;
  }
}
@media (max-width: 750px) {
  .item__block {
    margin: 0 40rem;
  }
}
.item__block_detail h2 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .item__block_detail h2 {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .item__block_detail h2 {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .item__block_detail .separate {
    display: flex;
    flex-wrap: wrap;
  }
}
.item__block_detail .separate__b {
  text-align: center;
}
@media (min-width: 751px) {
  .item__block_detail .separate__b {
    width: 320rem;
  }
}
@media (max-width: 750px) {
  .item__block_detail .separate__b {
    width: 100%;
    margin-bottom: 50rem;
  }
}
@media (min-width: 751px) {
  .item__block_detail .separate__b:nth-of-type(4n+1), .item__block_detail .separate__b:nth-of-type(4n+2), .item__block_detail .separate__b:nth-of-type(4n+3) {
    margin: 0 20rem 40rem 0;
  }
}
@media (min-width: 751px) {
  .item__block_detail .separate__b:nth-of-type(4n+4) {
    margin: 0 0 40rem 0;
  }
}
.item__block_detail .separate__b_bg {
  background: #fff;
  margin-bottom: 10rem;
}
.item__block_detail .separate__b_bg .main {
  display: flex;
}
.item__block_detail .separate__b_bg .logo {
  width: 320rem;
  height: 109rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.item__block_detail .separate__b p {
  font-weight: 300;
  color: #000;
}
@media (min-width: 751px) {
  .item__block_detail .separate__b p {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .item__block_detail .separate__b p {
    font-size: 26rem;
  }
}

.support {
  margin-bottom: 90rem;
}
@media (min-width: 751px) {
  .support__head {
    width: 1360rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 750px) {
  .support__head {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .support__head_left {
    width: 762rem;
    margin-right: 20rem;
  }
}
@media (max-width: 750px) {
  .support__head_left {
    margin-bottom: 50rem;
  }
}
.support__head_left .first {
  font-weight: 600;
}
@media (min-width: 751px) {
  .support__head_left .first {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .support__head_left .first {
    font-size: 34rem;
  }
}
.support__head_left h2 {
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .support__head_left h2 {
    font-size: 14rem;
  }
}
@media (max-width: 750px) {
  .support__head_left h2 {
    font-size: 26rem;
  }
}
.support__head_left h3 {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .support__head_left h3 {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .support__head_left h3 {
    font-size: 42rem;
  }
}
.support__head_left h3 .bg {
  display: inline-block;
  background: #af9f87;
  font-weight: 600;
  padding: 18rem;
  line-height: 1;
}
.support__head_left p {
  font-weight: 300;
}
@media (min-width: 751px) {
  .support__head_left p {
    font-size: 16px;
  }
}
@media (min-width: 751px) {
  .support__head img {
    width: 557rem;
    height: 499rem;
  }
}
@media (max-width: 750px) {
  .support__head img {
    width: 100%;
  }
}

.room {
  background: #dcd5ca;
  position: relative;
}
@media (min-width: 751px) {
  .room {
    padding: 80rem 0 220rem;
  }
}
@media (max-width: 750px) {
  .room {
    padding: 80rem 40rem 120rem;
  }
}
.room .wave {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.room h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .room__inner {
    width: 1430rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .room__inner_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 115rem;
  }
}
@media (min-width: 751px) {
  .room__inner_head .block {
    width: 346rem;
  }
}
@media (max-width: 750px) {
  .room__inner_head .block {
    margin-bottom: 90rem;
  }
}
.room__inner_head .block .point {
  display: block;
}
@media (min-width: 751px) {
  .room__inner_head .block .point {
    width: 96rem;
    margin: 0 0 15rem 10rem;
  }
}
@media (max-width: 750px) {
  .room__inner_head .block .point {
    width: 176rem;
    margin: 0 0 25rem 10rem;
  }
}
.room__inner_head .block .main {
  width: 100%;
  display: block;
  margin-bottom: 25rem;
}
.room__inner_head .block h3 {
  font-weight: 600;
  text-align: center;
}
@media (min-width: 751px) {
  .room__inner_head .block h3 {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .room__inner_head .block h3 {
    font-size: 32rem;
  }
}
.room__inner_content {
  position: relative;
}
@media (min-width: 751px) {
  .room__inner_content {
    width: 703rem;
    margin: 0 auto;
  }
}
.room__inner_content .finish {
  position: absolute;
  width: 179rem;
  top: -110rem;
}
@media (min-width: 751px) {
  .room__inner_content .finish {
    left: -180rem;
  }
}
@media (max-width: 750px) {
  .room__inner_content .finish {
    left: -30rem;
  }
}
.room__inner_content .main {
  width: 100%;
}

.plan {
  background: #fff;
  position: relative;
}
@media (min-width: 751px) {
  .plan {
    padding: 120rem 0 100rem 0;
  }
}
@media (max-width: 750px) {
  .plan {
    padding: 80rem 40rem;
  }
}
.plan__head {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media (min-width: 751px) {
  .plan__head {
    top: -15%;
  }
}
@media (max-width: 750px) {
  .plan__head {
    top: -75rem;
  }
}
.plan__head img:nth-of-type(1) {
  width: 120rem;
}
.plan__head img:nth-of-type(2) {
  display: block;
  width: 283rem;
  margin-left: 20rem;
}
.plan__inner {
  position: relative;
}
@media (min-width: 751px) {
  .plan__inner {
    width: 1410rem;
    margin: 0 auto;
    padding: 0 105rem;
  }
}
.plan__inner .swiper-button-prev {
  background-image: url(./images/support/slider__before.png);
  background-size: contain;
}
@media (min-width: 751px) {
  .plan__inner .swiper-button-prev {
    width: 47rem;
    height: 47rem;
    top: 37%;
  }
}
@media (max-width: 750px) {
  .plan__inner .swiper-button-prev {
    width: 67rem;
    height: 67rem;
    top: 31%;
    left: -20rem;
  }
}
.plan__inner .swiper-button-next {
  background-image: url(./images/support/slider__after.png);
  background-size: contain;
}
@media (min-width: 751px) {
  .plan__inner .swiper-button-next {
    width: 47rem;
    height: 47rem;
    top: 37%;
  }
}
@media (max-width: 750px) {
  .plan__inner .swiper-button-next {
    width: 67rem;
    height: 67rem;
    top: 31%;
    right: -20rem;
  }
}
.plan__inner .separate {
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .plan__inner .separate {
    display: flex;
    align-items: center;
  }
}
.plan__inner .separate img {
  display: block;
}
@media (min-width: 751px) {
  .plan__inner .separate img:nth-of-type(1) {
    width: 537rem;
    height: 340rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 15rem;
  }
}
@media (max-width: 750px) {
  .plan__inner .separate img:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .plan__inner .separate img:nth-of-type(2) {
    width: 634rem;
    height: 401rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .plan__inner .separate img:nth-of-type(2) {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .plan__inner p {
    font-size: 16px;
  }
}

@media (min-width: 751px) {
  .teiki {
    padding: 145rem 0 130rem;
  }
}
@media (max-width: 750px) {
  .teiki {
    padding: 70rem 0;
  }
}
@media (min-width: 751px) {
  .teiki__separate {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 751px) {
  .teiki__separate_left {
    width: 762rem;
    margin-right: 20rem;
  }
}
@media (max-width: 750px) {
  .teiki__separate_left {
    margin-bottom: 50rem;
  }
}
.teiki__separate_left .first {
  font-weight: 600;
}
@media (min-width: 751px) {
  .teiki__separate_left .first {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .teiki__separate_left .first {
    font-size: 34rem;
  }
}
.teiki__separate_left h2 {
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .teiki__separate_left h2 {
    font-size: 14rem;
  }
}
@media (max-width: 750px) {
  .teiki__separate_left h2 {
    font-size: 26rem;
  }
}
.teiki__separate_left h3 {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .teiki__separate_left h3 {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .teiki__separate_left h3 {
    font-size: 42rem;
  }
}
.teiki__separate_left h3 .bg {
  display: inline-block;
  background: #af9f87;
  font-weight: 600;
  padding: 18rem;
  line-height: 1;
}
.teiki__separate_left p {
  font-weight: 300;
}
@media (min-width: 751px) {
  .teiki__separate_left p {
    font-size: 16px;
  }
}
@media (min-width: 751px) {
  .teiki__separate img {
    width: 557rem;
    height: 499rem;
  }
}
@media (max-width: 750px) {
  .teiki__separate img {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .self {
    margin-bottom: 220rem;
  }
}
@media (max-width: 750px) {
  .self {
    margin-bottom: 110rem;
  }
}
.self__tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25rem;
}
@media (max-width: 750px) {
  .self__tab {
    flex-wrap: wrap;
  }
}
.self__tab li {
  border: 2rem solid #786241;
  text-align: center;
  cursor: pointer;
  padding: 25rem;
}
@media (min-width: 751px) {
  .self__tab li {
    width: 316rem;
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .self__tab li {
    font-size: 26rem;
    width: 49%;
    margin-bottom: 10rem;
  }
}
.self__tab li.active {
  background: #786241;
  color: #fff;
}
.self__content_block {
  display: none;
}
.self__content_block.active {
  display: block;
}
.self__content_block .head {
  margin-bottom: 50rem;
}
.self__content_block .head img {
  width: 100%;
  margin-bottom: 45rem;
}
.self__content_block .head h3 {
  color: #000000;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .self__content_block .head h3 {
    margin-left: 10rem;
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .self__content_block .head h3 {
    font-size: 34rem;
  }
}
.self__content_block .head p {
  color: #000000;
}
@media (min-width: 751px) {
  .self__content_block .head p {
    margin-left: 10rem;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .self__content_block .head p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .self__content_block .repeat__separate {
    display: flex;
  }
}
.self__content_block .repeat__separate:not(:last-of-type) {
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  .self__content_block .repeat__separate img {
    width: 510rem;
    height: 355rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .self__content_block .repeat__separate img {
    width: 100%;
    display: block;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .self__content_block .repeat__separate_right {
    width: 670rem;
    margin-left: 50rem;
  }
}
.self__content_block .repeat__separate_right h4 {
  color: #000000;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .self__content_block .repeat__separate_right h4 {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .self__content_block .repeat__separate_right h4 {
    font-size: 32rem;
  }
}

.repair__text {
  text-align: center;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .repair__separate_block:not(:last-of-type) {
    margin-bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .repair__separate_block:not(:last-of-type) {
    margin-bottom: 70rem;
  }
}
.repair__separate_block h3 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .repair__separate_block h3 {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .repair__separate_block h3 {
    font-size: 36rem;
  }
}
@media (min-width: 751px) {
  .repair__separate_block .divine {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .repair__separate_block .divine__block {
    width: 610rem;
  }
}
@media (max-width: 750px) {
  .repair__separate_block .divine__block {
    margin-bottom: 30rem;
  }
}
.repair__separate_block .divine__block img {
  width: 100%;
  display: block;
  margin-bottom: 25rem;
}
.repair__separate_block .divine__block span {
  display: block;
  margin-left: 15rem;
}
.repair__separate_block .hosoku {
  border-bottom: 1px solid #7a7a7a;
  margin: 40rem 0 0 0;
  padding: 0 0 45rem 15rem;
}

.coodinate__repeat_block {
  margin-bottom: 100rem;
}
.coodinate__repeat_block .title {
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .title {
    display: flex;
    align-items: center;
  }
}
.coodinate__repeat_block .title span {
  font-weight: 600;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .title span {
    font-size: 48rem;
    margin-right: 35rem;
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .title span {
    font-size: 48rem;
    margin-bottom: 20rem;
    display: block;
  }
}
.coodinate__repeat_block .title h2 {
  color: #000000;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .title h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .title h2 {
    font-size: 32rem;
  }
}
.coodinate__repeat_block .main {
  width: 100%;
  display: block;
  margin-bottom: 60rem;
}
.coodinate__repeat_block .separate {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .separate {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60rem;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .separate {
    padding-bottom: 45rem;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .separate__left {
    width: 630rem;
    margin-top: 30rem;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .separate__left {
    margin-bottom: 50rem;
  }
}
.coodinate__repeat_block .separate__left h3 {
  font-weight: 600;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .separate__left h3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .separate__left h3 {
    font-size: 36rem;
  }
}
.coodinate__repeat_block .separate__left p {
  font-weight: 300;
}
@media (max-width: 750px) {
  .coodinate__repeat_block .separate__left p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .separate img {
    width: 602rem;
    height: 402rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.coodinate__repeat_block .point h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point h3 {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .point h3 {
    font-size: 34rem;
  }
}
.coodinate__repeat_block .point h3:before {
  content: "";
  background: #bebebe;
  width: 16rem;
  height: 16rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: inline-block;
  margin: 0 15rem;
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point__block .content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point__block .content:not(:last-of-type) {
    margin-bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .point__block .content:not(:last-of-type) {
    margin-bottom: 70rem;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point__block .left {
    width: 602rem;
    height: 402rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .point__block .left {
    width: 100%;
    display: block;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point__block .right {
    margin-left: 65rem;
    width: 602rem;
    margin-top: 30rem;
  }
}
@media (min-width: 751px) {
  .coodinate__repeat_block .point__block .right img {
    width: 96rem;
  }
}
@media (max-width: 750px) {
  .coodinate__repeat_block .point__block .right img {
    width: 192rem;
  }
}
.coodinate__repeat_block .point__block .right p {
  margin-top: 40rem;
}

.contact__head {
  margin-bottom: 110rem;
}
@media (min-width: 751px) {
  .contact__head {
    font-size: 20rem;
  }
}
.contact__tel {
  text-align: center;
}
@media (min-width: 751px) {
  .contact__tel {
    margin-bottom: 115rem;
  }
}
@media (max-width: 750px) {
  .contact__tel {
    margin-bottom: 50rem;
  }
}
@media (min-width: 751px) {
  .contact__tel a img {
    width: 349rem;
  }
}
@media (max-width: 750px) {
  .contact__tel a img {
    width: 500rem;
  }
}
.contact__tel p {
  margin-top: 40rem;
}
@media (max-width: 750px) {
  .contact__tel p {
    font-size: 26rem;
  }
}
.contact__form {
  background: #f5f5f5;
}
@media (min-width: 751px) {
  .contact__form {
    padding: 85rem 0 0;
  }
}
@media (max-width: 750px) {
  .contact__form {
    padding: 40rem 40rem 0;
  }
}
.contact__form .head22 {
  text-align: center;
}
@media (min-width: 751px) {
  .contact__form .head22 {
    font-size: 20rem;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .contact__form .head22 {
    font-size: 26rem;
    margin-bottom: 60rem;
  }
}
@media (min-width: 751px) {
  .contact__form.min__height {
    min-height: 70vh;
    padding-top: 300rem;
  }
}
@media (max-width: 750px) {
  .contact__form.min__height {
    min-height: 70vh;
    padding-top: 300rem;
  }
}
.contact__form.min__height .head23 {
  text-align: center;
}
@media (min-width: 751px) {
  .contact__form.min__height .head23 {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .contact__form.min__height .head23 {
    font-size: 26rem;
  }
}
.contact__form.min__height .step p:nth-of-type(3) {
  color: #000;
}
.contact__form.min__height .step p:nth-of-type(3):before {
  background: #000;
}
@media (min-width: 751px) {
  .contact__form form {
    width: 1040rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .contact__form form dl {
    display: flex;
    margin-bottom: 45rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl {
    margin-bottom: 45rem;
  }
}
.contact__form form dl.name dd {
  display: flex;
  justify-content: space-between;
}
.contact__form form dl.name dd .one, .contact__form form dl.name dd .two {
  width: 48%;
}
@media (min-width: 751px) {
  .contact__form form dl.pic dd p {
    font-size: 20rem;
  }
}
.contact__form form dl dt {
  position: relative;
  font-weight: 600;
}
@media (min-width: 751px) {
  .contact__form form dl dt {
    width: 405rem;
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
  }
}
.contact__form form dl dt span {
  font-weight: 600;
}
@media (min-width: 751px) {
  .contact__form form dl dt span {
    border-radius: 17rem;
    font-size: 20rem;
    padding: 4rem 21rem;
    position: absolute;
    right: 30rem;
    top: 0;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dt span {
    border-radius: 17rem;
    font-size: 26rem;
    padding: 4rem 21rem;
  }
}
.contact__form form dl dt span.required {
  background: #86bdf1;
  color: #fff;
}
.contact__form form dl dt span.nonrequired {
  background: #fff;
  border: 1px solid #000000;
  color: #000;
}
@media (min-width: 751px) {
  .contact__form form dl dd {
    width: calc(100% - 405rem);
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd {
    font-size: 26rem;
  }
}
.contact__form form dl dd input[type=file] {
  width: 100%;
}
@media (min-width: 751px) {
  .contact__form form dl dd input[type=file] {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd input[type=file] {
    font-size: 26rem;
  }
}
.contact__form form dl dd input[type=text], .contact__form form dl dd input[type=email] {
  padding: 16rem;
  border: none;
  background: #fff;
  width: 100%;
}
@media (min-width: 751px) {
  .contact__form form dl dd input[type=text], .contact__form form dl dd input[type=email] {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd input[type=text], .contact__form form dl dd input[type=email] {
    font-size: 26rem;
  }
}
.contact__form form dl dd textarea {
  padding: 16rem;
  border: none;
  background: #fff;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .contact__form form dl dd textarea {
    font-size: 16px;
    min-height: 183rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd textarea {
    font-size: 26rem;
    min-height: 300rem;
  }
}
.contact__form form dl dd.zip {
  position: relative;
}
.contact__form form dl dd.zip:after {
  content: "";
  position: absolute;
  background-image: url(./images/common/kensaku.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .contact__form form dl dd.zip:after {
    left: 215rem;
    width: 125rem;
    height: 40rem;
    top: 10rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd.zip:after {
    left: 275rem;
    width: 156.25rem;
    height: 50rem;
    top: 5rem;
  }
}
@media (min-width: 751px) {
  .contact__form form dl dd.zip .p-postal-code {
    width: 200rem;
  }
}
@media (max-width: 750px) {
  .contact__form form dl dd.zip .p-postal-code {
    width: 250rem;
  }
}
.contact__form form dl dd.zip .separate {
  display: flex;
}
.contact__form form dl dd.zip .separate3 {
  margin-top: 25rem;
}
.contact__form form dl dd.zip .separate3 input:nth-of-type(1) {
  margin-bottom: 25rem;
}
.contact__form .h-adr .p-country-name {
  display: none;
}
.contact__form .step {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .contact__form .step {
    width: 360rem;
    margin: 0 auto 50rem;
  }
}
@media (max-width: 750px) {
  .contact__form .step {
    width: 100%;
    margin-bottom: 50rem;
  }
}
@media (min-width: 751px) {
  .contact__form .step p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form .step p {
    font-size: 26rem;
  }
}
.contact__form .head {
  text-align: center;
}
@media (min-width: 751px) {
  .contact__form .head {
    margin-bottom: 30rem;
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form .head {
    margin-bottom: 30rem;
    font-size: 26rem;
  }
}
.contact__form .head1 {
  text-align: center;
}
@media (min-width: 751px) {
  .contact__form .head1 {
    margin-bottom: 150rem;
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form .head1 {
    margin-bottom: 75rem;
    font-size: 26rem;
  }
}
.contact__form .step {
  position: relative;
}
.contact__form .step:before {
  content: "";
  height: 1px;
  background: #b4b4b4;
  border-radius: 50%;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .contact__form .step:before {
    top: -15rem;
    width: 260rem;
  }
}
@media (max-width: 750px) {
  .contact__form .step:before {
    width: 570rem;
    top: -15rem;
  }
}
.contact__form .step p {
  position: relative;
  color: #a0a0a0;
}
.contact__form .step p:before {
  content: "";
  background: #b4b4b4;
  border-radius: 50%;
  position: absolute;
  top: -15rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .contact__form .step p:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 750px) {
  .contact__form .step p:before {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 751px) {
  .contact__form .step p:nth-of-type(2) {
    margin: 0 50rem;
  }
}
.contact__form .mw_wp_form_input p:nth-of-type(1) {
  color: #000;
}
.contact__form .mw_wp_form_input p:nth-of-type(1):before {
  background: #000;
}
.contact__form .mw_wp_form_confirm p:nth-of-type(2) {
  color: #000;
}
.contact__form .mw_wp_form_confirm p:nth-of-type(2):before {
  background: #000;
}
.contact__form .mw_wp_form_confirm .check__m {
  display: none;
}
.contact__form .mw_wp_form_confirm .zip:after {
  background-image: none;
}
.contact__form .mw_wp_form_confirm .head, .contact__form .mw_wp_form_confirm .head1, .contact__form .mw_wp_form_confirm .check__text {
  display: none;
}
.contact__form .privacy {
  display: none;
}
.contact__form .privacy__inner {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background: #fff;
  border: 1px solid #767676;
  z-index: 7;
}
@media (min-width: 751px) {
  .contact__form .privacy__inner {
    border-radius: 29rem;
    padding: 80rem;
    width: 980rem;
  }
}
@media (max-width: 750px) {
  .contact__form .privacy__inner {
    width: 100%;
    padding: 40rem;
    border-radius: 14.5rem;
  }
}
.contact__form .privacy__inner .close {
  position: absolute;
}
@media (min-width: 751px) {
  .contact__form .privacy__inner .close {
    top: 50rem;
    right: 50rem;
    width: 55rem;
  }
}
@media (max-width: 750px) {
  .contact__form .privacy__inner .close {
    top: 35rem;
    right: 35rem;
    width: 55rem;
  }
}
.contact__form .privacy__inner_head {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .contact__form .privacy__inner_head {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .contact__form .privacy__inner_head {
    font-size: 25rem;
  }
}
.contact__form .privacy__inner_head1 {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .contact__form .privacy__inner_head1 {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .contact__form .privacy__inner_head1 {
    font-size: 26rem;
  }
}
.contact__form .privacy__inner_content {
  text-align: left;
}
.contact__form .privacy__inner_content p {
  color: #000000;
  margin-bottom: 25rem;
}
@media (min-width: 751px) {
  .contact__form .privacy__inner_content p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .contact__form .privacy__inner_content p {
    font-size: 26rem;
  }
}
.contact__form .check__text {
  position: relative;
  text-align: center;
}
@media (min-width: 751px) {
  .contact__form .check__text p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form .check__text p {
    font-size: 24rem;
  }
}
.contact__form .check__text .color {
  text-decoration: underline;
  color: #1c1cff;
}
.contact__form .check__text .text {
  margin-bottom: 50rem;
}
.contact__form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 751px) {
  .contact__form .submit {
    margin-top: 50rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit {
    margin-top: 50rem;
  }
}
.contact__form .submit .back {
  border: none;
  text-decoration: underline;
  background: none;
  margin-right: 10rem;
}
@media (max-width: 750px) {
  .contact__form .submit .back {
    font-size: 24rem;
  }
}
.contact__form .submit__btn {
  position: relative;
}
@media (min-width: 751px) {
  .contact__form .submit__btn {
    width: 453rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit__btn {
    width: 453rem;
  }
}
.contact__form .submit__btn input {
  border: none;
  background: #86bdf1;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 751px) {
  .contact__form .submit__btn input {
    font-size: 24rem;
    border-radius: 80rem;
    padding: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit__btn input {
    font-size: 28rem;
    border-radius: 56rem;
    padding: 25rem;
  }
}
@media (min-width: 751px) {
  .contact__form input[type=checkbox] {
    width: 20rem;
    height: 20rem;
  }
}

#PRODUCTS {
  background-color: #6E6E6E;
  overflow: hidden;
}
@media (min-width: 751px) {
  #PRODUCTS {
    height: 891rem;
    display: flex;
  }
}
@media (max-width: 750px) {
  #PRODUCTS {
    height: 891rem;
    padding: 40rem;
  }
}
#PRODUCTS img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#PRODUCTS .PRODUCTS-A {
  position: relative;
}
@media (min-width: 751px) {
  #PRODUCTS .PRODUCTS-A {
    width: 540rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#PRODUCTS .PRODUCTS-A h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 5rem;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  #PRODUCTS .PRODUCTS-A h2 {
    font-size: 36rem;
  }
}
@media (max-width: 750px) {
  #PRODUCTS .PRODUCTS-A h2 {
    font-size: 36rem;
  }
}
#PRODUCTS .PRODUCTS-A p {
  color: #fff;
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  #PRODUCTS .PRODUCTS-A p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  #PRODUCTS .PRODUCTS-A p {
    font-size: 26rem;
  }
}
#PRODUCTS .PRODUCTS-A a {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 751px) {
  #PRODUCTS .PRODUCTS-A a {
    font-size: 20rem;
    width: 147rem;
    height: 147rem;
  }
}
@media (max-width: 750px) {
  #PRODUCTS .PRODUCTS-A a {
    font-size: 22rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 150rem;
    height: 150rem;
  }
}
#PRODUCTS .products-swiper-wrap {
  display: flex;
  overflow: hidden;
}
@media (min-width: 751px) {
  #PRODUCTS .products-swiper-wrap {
    width: calc(100% - 540rem);
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products-swiper-wrap {
    height: 600rem;
  }
}
#PRODUCTS .products-swiper-wrap .swiper-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
#PRODUCTS .products-swiper-wrap .swiper-slide {
  margin: 1.5rem 0;
  position: relative;
}
#PRODUCTS .products-swiper-wrap .swiper-slide:hover img {
  filter: brightness(0.5);
  transition: all 0.5s ease-in-out;
}
#PRODUCTS .products-swiper-wrap .swiper-slide:hover span {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#PRODUCTS .products-swiper-wrap .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  color: #fff;
  opacity: 0;
  transition: all 0.4s 0s ease;
}
@media (min-width: 751px) {
  #PRODUCTS .products-swiper-wrap .swiper-slide span {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products-swiper-wrap .swiper-slide span {
    font-size: 26rem;
  }
}
#PRODUCTS .products1-swiper .swiper-slide,
#PRODUCTS .products3-swiper .swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 40rem;
  width: 407rem;
}
#PRODUCTS .swiper-wrapper.first .swiper-slide,
#PRODUCTS .swiper-wrapper.second .swiper-slide:nth-child(odd) {
  height: auto;
  margin-right: 45rem;
  width: 319rem;
}
#PRODUCTS .swiper-wrapper.first .swiper-slide:nth-child(odd),
#PRODUCTS .swiper-wrapper.second .swiper-slide {
  height: auto;
  margin-right: 2vw;
  width: 319rem;
}
@media (min-width: 751px) {
  #PRODUCTS .products1-swiper > div:first-child {
    transform: translateY(-15%);
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products1-swiper > div:first-child {
    transform: translateY(0);
    animation: slide1 60s -30s linear infinite;
  }
}
@media (min-width: 751px) {
  #PRODUCTS .products1-swiper > div:last-child {
    transform: translateY(-15%);
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products1-swiper > div:last-child {
    transform: translateY(0);
    animation: slide1 60s -30s linear infinite;
  }
}
@media (min-width: 751px) {
  #PRODUCTS .products2-swiper > div:first-child {
    transform: translateY(-100%);
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products2-swiper > div:first-child {
    transform: translateY(0);
    animation: slide1 60s -10s linear infinite reverse;
  }
}
@media (min-width: 751px) {
  #PRODUCTS .products2-swiper > div:last-child {
    transform: translateY(-100%);
  }
}
@media (max-width: 750px) {
  #PRODUCTS .products2-swiper > div:last-child {
    transform: translateY(0);
    animation: slide1 60s -10s linear infinite reverse;
  }
}

@keyframes slide1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
.no__page {
  margin: 150rem 0;
  text-align: center;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: unset;
  }
}
.animate {
  --start: 1.0s; /* アニメーションの開始時刻 */
  --delay: 0.6s; /* アニメーションの時間差 */
  animation-name: appear;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  font-weight: 600;
}

.animate:nth-of-type(1) {
  animation-delay: calc(var(--start) + 0 * var(--delay));
}

.animate:nth-of-type(2) {
  animation-delay: calc(var(--start) + 0.3 * var(--delay));
}

.animate:nth-of-type(3) {
  animation-delay: calc(var(--start) + 0.6 * var(--delay));
}

.animate:nth-of-type(4) {
  animation-delay: calc(var(--start) + 0.9 * var(--delay));
}

.animate:nth-of-type(5) {
  animation-delay: calc(var(--start) + 1.2 * var(--delay));
}

.animate:nth-of-type(6) {
  animation-delay: calc(var(--start) + 1.5 * var(--delay));
}

.animate:nth-of-type(7) {
  animation-delay: calc(var(--start) + 1.8 * var(--delay));
}

.animate:nth-of-type(8) {
  animation-delay: calc(var(--start) + 2.1 * var(--delay));
}

.animate:nth-of-type(9) {
  animation-delay: calc(var(--start) + 2.4 * var(--delay));
}

.animate:nth-of-type(10) {
  animation-delay: calc(var(--start) + 2.7 * var(--delay));
}

.animate:nth-of-type(11) {
  animation-delay: calc(var(--start) + 3 * var(--delay));
}

.animate:nth-of-type(12) {
  animation-delay: calc(var(--start) + 3.3 * var(--delay));
}

.animate:nth-of-type(13) {
  animation-delay: calc(var(--start) + 3.6 * var(--delay));
}

.animate:nth-of-type(14) {
  animation-delay: calc(var(--start) + 3.9 * var(--delay));
}/*# sourceMappingURL=style.css.map */