@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.0423728814vw;
  }
}
@media (min-width: 2361px) {
  html {
    font-size: 0.0625rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}

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

.tsukura {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.aller {
  font-family: "aller", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "acherus-light";
  src: url("./fonts/acherus_militant_1_-_light.otf.otf") format("truetype");
}
@font-face {
  font-family: "acherus-bold";
  src: url("./fonts/acherus_militant_1_-_bold.otf.otf") format("truetype");
}
.acherus-light {
  font-family: "acherus-light";
  font-weight: 300;
}

.acherus-bold {
  font-family: "acherus-bold";
  font-weight: 700;
}

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

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

.arial {
  font-weight: 400;
  font-family: "Arial";
}

.kozuka {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

.kozuka-medium {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 500;
}

.kozuka-bold {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 700;
}

body {
  font-family: "fot-tsukuardgothic-std", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
}
@media (min-width: 751px) {
  body {
    font-size: 16rem;
  }
}
@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;
  }
}

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

.cmn__btn {
  text-align: center;
}
.cmn__btn a {
  color: #fff;
  font-weight: 700;
  background: #bf0000;
  border: 6rem solid #fff;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 751px) {
  .cmn__btn a {
    font-size: 28rem;
    border-radius: 58rem;
    padding: 22rem 136rem;
  }
}
@media (max-width: 750px) {
  .cmn__btn a {
    font-size: 28rem;
    border-radius: 58rem;
    padding: 22rem 136rem;
  }
}
.cmn__btn a:hover {
  bottom: -10rem;
  opacity: 1;
  transition: 0.3s;
}

@keyframes slideIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animation-slidein {
  animation: slideIn 1s ease-out forwards;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y1 {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
/*********************

    ヘッダー、フッター

************************/
.header__separate {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .header__separate {
    height: 87rem;
  }
}
.header__separate_left {
  display: flex;
  align-items: center;
}
.header__separate_left .meiji {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 751px) {
  .header__separate_left .meiji img {
    width: 203rem;
  }
}
@media (max-width: 750px) {
  .header__separate_left .meiji img {
    width: 133rem;
  }
}
@media (min-width: 751px) {
  .header__separate_left .tomato {
    margin: 0 0 0 220rem;
  }
}
@media (max-width: 750px) {
  .header__separate_left .tomato {
    margin-left: 150rem;
  }
}
@media (min-width: 751px) {
  .header__separate_left .tomato img {
    width: 298rem;
  }
}
@media (max-width: 750px) {
  .header__separate_left .tomato img {
    width: 298rem;
  }
}
@media (min-width: 751px) {
  .header__separate_right {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .header__separate_right .header__sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .header__separate_right .header__sp {
    font-weight: 700;
    position: relative;
    width: 74rem;
    height: 74rem;
    position: fixed;
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1001;
    background: #064dcb;
  }
}
.header__separate_right .header__sp span {
  background: #fff;
  position: absolute;
  height: 2px;
  left: 12rem;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .header__separate_right .header__sp span {
    width: 54rem;
  }
}
.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;
}
.header__separate_right .header__sp span:nth-of-type(2).close {
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header__separate_right .header__sp span:nth-of-type(2).close {
    top: 35rem;
  }
}
.header__separate_right .header__sp span:nth-of-type(3) {
  top: 50rem;
}
.header__separate_right .header__sp span:nth-of-type(3).close {
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header__separate_right .header__sp span:nth-of-type(3).close {
    top: 37rem;
  }
}
@media (min-width: 751px) {
  .header__separate_right ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
    background: #fff;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 90rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul.on {
    left: 0;
    transition: 0.3s;
  }
}
.header__separate_right ul li a {
  display: flex;
  color: #333333;
}
@media (min-width: 751px) {
  .header__separate_right ul li a {
    font-size: 20rem;
    margin-right: 15rem;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul li a {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
    border-bottom: 1px dashed #333;
  }
}
@media (min-width: 751px) {
  .header__separate_right ul li a:after {
    content: "/";
    display: inline-block;
    margin-left: 15rem;
  }
}
@media (min-width: 751px) {
  .header__separate_right ul li:nth-of-type(5) a {
    margin-right: 60rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul li:nth-of-type(5) a {
    margin-bottom: 50rem;
  }
}
.header__separate_right ul li:nth-of-type(5) a:after {
  content: none;
}
.header__separate_right ul li:nth-last-child(2) a {
  background: #e80000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .header__separate_right ul li:nth-last-child(2) a {
    height: 87rem;
    margin-right: 0;
    width: 165rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul li:nth-last-child(2) a {
    height: 80rem;
    border-bottom: none;
  }
}
.header__separate_right ul li:nth-last-child(2) a:after {
  content: none;
}
@media (max-width: 750px) {
  .header__separate_right ul li:nth-last-child(2) a br {
    display: none;
  }
}
.header__separate_right ul li:last-of-type a {
  background: #000000;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .header__separate_right ul li:last-of-type a {
    height: 87rem;
    margin-right: 0;
    width: 165rem;
  }
}
@media (max-width: 750px) {
  .header__separate_right ul li:last-of-type a {
    height: 80rem;
    border-bottom: none;
  }
}
.header__separate_right ul li:last-of-type a:after {
  content: none;
}

.footer {
  background: #cb000b;
  position: relative;
}
@media (min-width: 751px) {
  .footer {
    padding: 140rem 0 60rem 0;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 70rem 40rem 60rem;
  }
}
.footer svg {
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 751px) {
  .footer svg {
    top: -143rem;
  }
}
@media (max-width: 750px) {
  .footer svg {
    top: -40rem;
  }
}
.footer:before {
  content: "";
  background-image: url(./images/top/footer__img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 50;
}
@media (min-width: 751px) {
  .footer:before {
    width: 430rem;
    height: 242rem;
    top: -50rem;
  }
}
@media (max-width: 750px) {
  .footer:before {
    width: 215rem;
    height: 121rem;
    top: -10rem;
  }
}
@media (min-width: 751px) {
  .footer__separate {
    width: 2010rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .footer__separate_left {
    display: flex;
    justify-content: space-between;
  }
}
.footer__separate_left .logo {
  display: inline-block;
}
@media (min-width: 751px) {
  .footer__separate_left .logo {
    margin-bottom: 80rem;
  }
}
.footer__separate_left .logo img {
  width: 253rem;
}
.footer__separate_left ul li a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 751px) {
  .footer__separate_left ul li a {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_left ul li a {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_right {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1530rem;
    flex-wrap: wrap;
  }
}
.footer__separate_right .separate .title {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .footer__separate_right .separate .title {
    font-size: 27rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .separate .title {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_right .separate:nth-of-type(1) {
    width: 810rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_right .separate:nth-of-type(2) {
    width: 590rem;
  }
}
@media (min-width: 751px) {
  .footer__separate_right .separate:nth-of-type(3) {
    position: absolute;
    width: 590rem;
    right: 0;
    bottom: 100rem;
  }
}
.footer__separate_right .separate__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .footer__separate_right .separate__block_detail {
    width: 260rem;
    margin-bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .separate__block_detail {
    width: 48%;
    margin-bottom: 50rem;
  }
}
.footer__separate_right .separate__block_detail .name {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .footer__separate_right .separate__block_detail .name {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .separate__block_detail .name {
    font-size: 30rem;
  }
}
.footer__separate_right .separate__block_detail ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (min-width: 751px) {
  .footer__separate_right .separate__block_detail ul li a {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .footer__separate_right .separate__block_detail ul li a {
    font-size: 26rem;
  }
}
.footer__separate_right .separate__block_detail ul li a:before {
  content: "・";
  display: inline-block;
  margin-right: 3rem;
}
@media (min-width: 751px) {
  .footer__sns {
    width: 2010rem;
    margin: 0 auto 80rem;
    padding-right: 270rem;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  .footer__sns {
    text-align: center;
    margin-bottom: 50rem;
  }
}
.footer__sns img {
  width: 386rem;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright p {
  color: #fff;
}
@media (min-width: 751px) {
  .footer__copyright p {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .footer__copyright p {
    font-size: 24rem;
  }
}
.footer__top {
  position: absolute;
  z-index: 5;
}
@media (min-width: 751px) {
  .footer__top {
    right: 160rem;
    bottom: 250rem;
  }
}
@media (max-width: 750px) {
  .footer__top {
    right: 50rem;
    bottom: 250rem;
  }
}
.footer__top_img {
  position: relative;
  display: block;
}
.footer__top_img img {
  width: 166rem;
  animation: rotation 18s linear infinite;
}
.footer__top_img:before {
  content: "";
  width: 15rem;
  height: 33rem;
  background-image: url(./images/top/page__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

    トップページ

************************/
.top__mv {
  position: relative;
  background: #064dcb;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.top__mv_inner {
  margin: 0;
}
@media (min-width: 751px) {
  .top__mv_inner {
    width: 2204rem;
    border-radius: 0 0 80rem 0;
  }
}
@media (max-width: 750px) {
  .top__mv_inner {
    width: 90%;
    border-radius: 0 0 40rem 0;
  }
}
.top__mv_inner a img {
  display: flex;
}
@media (min-width: 751px) {
  .top__mv_inner a img {
    border-radius: 0 0 80rem 0;
  }
}
@media (max-width: 750px) {
  .top__mv_inner a img {
    border-radius: 0 0 40rem 0;
    height: 550rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 751px) {
  .top__mv_right {
    width: calc(100% - 2204rem);
  }
}
@media (max-width: 750px) {
  .top__mv_right {
    width: 10%;
  }
}
.top__mv_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (min-width: 751px) {
  .top__mv_right a {
    height: 46%;
  }
}
@media (max-width: 750px) {
  .top__mv_right a {
    height: 275rem;
  }
}
@media (min-width: 751px) {
  .top__mv_right a img {
    width: 55rem;
  }
}
@media (max-width: 750px) {
  .top__mv_right a img {
    width: 55rem;
  }
}
.top__mv_right p {
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
}
@media (min-width: 751px) {
  .top__mv_right p {
    font-size: 18rem;
    height: 46%;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .top__mv_right p {
    font-size: 24rem;
    height: 275rem;
    padding-top: 20rem;
  }
}
.top__mv_right p:before {
  content: "";
  background-image: url(./images/top/top__wave1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .top__mv_right p:before {
    top: -23rem;
    left: 0;
    width: 206rem;
    height: 26rem;
  }
}
@media (max-width: 750px) {
  .top__mv_right p:before {
    bottom: 14rem;
    left: 0;
    width: 202rem;
    height: 25rem;
  }
}
.top__mv_right p:after {
  content: "";
  background-image: url(./images/top/scroll.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .top__mv_right p:after {
    bottom: 55rem;
    left: 71rem;
    width: 15rem;
    height: 78rem;
  }
}
@media (max-width: 750px) {
  .top__mv_right p:after {
    bottom: 14rem;
    left: 32rem;
    width: 7.5rem;
    height: 39rem;
  }
}
.top__mv_img {
  position: absolute;
  z-index: 2;
}
@media (min-width: 751px) {
  .top__mv_img {
    right: 120rem;
    bottom: 110rem;
  }
}
@media (max-width: 750px) {
  .top__mv_img {
    right: 60rem;
    bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .top__mv_img img {
    width: 1996rem;
  }
}
@media (max-width: 750px) {
  .top__mv_img img {
    width: 600rem;
  }
}

.top__topics {
  background: #064dcb;
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}
@media (min-width: 751px) {
  .top__topics {
    padding: 160rem 30rem 0 0;
  }
}
@media (max-width: 750px) {
  .top__topics {
    padding: 80rem 40rem 20rem;
  }
}
.top__topics_separate {
  position: relative;
}
@media (min-width: 751px) {
  .top__topics_separate {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 110rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate {
    margin-bottom: 50rem;
  }
}
.top__topics_separate .left {
  background: #064dcb;
  color: #fff;
  z-index: 5;
}
@media (min-width: 751px) {
  .top__topics_separate .left {
    position: absolute;
    top: -2rem;
    left: 0;
    min-height: 895rem;
    width: 440rem;
    padding-right: 170rem;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .left {
    text-align: center;
    margin-bottom: 150rem;
  }
}
.top__topics_separate .left:after {
  content: "";
  width: 202rem;
  height: 228rem;
  background-image: url(./images/top/topics__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .top__topics_separate .left:after {
    top: -95rem;
    right: -75rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .left:after {
    top: -35rem;
    right: 15re0m;
  }
}
.top__topics_separate .left h2 {
  color: #fff;
  line-height: 1;
}
@media (min-width: 751px) {
  .top__topics_separate .left h2 {
    font-size: 37rem;
    margin-left: 15rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .left h2 {
    font-size: 37rem;
  }
}
@media (min-width: 751px) {
  .top__topics_separate .left img {
    width: 102rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .left img {
    position: absolute;
    transform: rotate(-90deg);
    top: -70rem;
    left: 300rem;
    width: 62rem;
  }
}
.top__topics_separate .left p {
  color: #fff;
  line-height: 1;
}
@media (min-width: 751px) {
  .top__topics_separate .left p {
    font-size: 136rem;
    margin-top: 40rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .left p {
    font-size: 68rem;
    margin-top: 20rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right {
    padding: 0 20rem;
  }
}
.top__topics_separate .right__detail {
  background: #fff;
  display: inline-block;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail {
    border-radius: 0 130rem 60rem 60rem;
    width: 497rem;
    margin-right: 20rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail {
    border-radius: 0 60rem 60rem 60rem;
  }
}
.top__topics_separate .right__detail img {
  width: 100%;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail img {
    border-radius: 0 130rem 0 0;
    height: 381rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail img {
    border-radius: 0 60rem 0 0;
    height: 381rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__topics_separate .right__detail_content {
  position: relative;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail_content {
    padding: 50rem 30rem 87rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail_content {
    padding: 50rem 20rem 87rem;
  }
}
.top__topics_separate .right__detail_content span {
  color: #fff;
  background: #000000;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -15rem;
  top: -35rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail_content span {
    font-size: 20rem;
    width: 225rem;
    padding: 5rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail_content span {
    font-size: 26rem;
    width: 175rem;
    padding: 5rem;
  }
}
.top__topics_separate .right__detail_content time {
  color: #696969;
  display: inline-block;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail_content time {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail_content time {
    font-size: 26rem;
  }
}
.top__topics_separate .right__detail_content h3 {
  color: #000000;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail_content h3 {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail_content h3 {
    font-size: 30rem;
  }
}
.top__topics_separate .right__detail_content p {
  color: #000;
}
@media (min-width: 751px) {
  .top__topics_separate .right__detail_content p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .top__topics_separate .right__detail_content p {
    font-size: 26rem;
  }
}
.top__topics .swiper-button-prev {
  background-image: url(./images/top/topics__arrow.png);
  background-size: contain;
}
@media (min-width: 751px) {
  .top__topics .swiper-button-prev {
    width: 131rem;
    height: 131rem;
    left: 90rem;
    right: auto;
    top: 86%;
  }
}
@media (max-width: 750px) {
  .top__topics .swiper-button-prev {
    width: 65.5rem;
    height: 65.5rem;
    left: auto;
    right: 80rem;
    top: 9%;
  }
}
.top__topics .swiper-button-next {
  background-image: url(./images/top/topics__arrow.png);
  transform: rotate(180deg);
  background-size: contain;
}
@media (min-width: 751px) {
  .top__topics .swiper-button-next {
    width: 131rem;
    height: 131rem;
    left: 260rem;
    right: auto;
    top: 86%;
  }
}
@media (max-width: 750px) {
  .top__topics .swiper-button-next {
    width: 65.5rem;
    height: 65.5rem;
    left: auto;
    right: 0;
    top: 9%;
  }
}

.top__recruit {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .top__recruit {
    min-height: 1780rem;
    background-attachment: fixed;
  }
}
@media (max-width: 750px) {
  .top__recruit {
    min-height: 600rem;
  }
}
.top__recruit:before {
  content: "";
  width: 100%;
  top: -3px;
  background-image: url(./images/top/top__wave.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .top__recruit:before {
    height: 420rem;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .top__recruit:before {
    height: 180rem;
    background-size: contain;
  }
}
.top__recruit_content {
  text-align: center;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .top__recruit_content {
    bottom: -960rem;
  }
}
@media (max-width: 750px) {
  .top__recruit_content {
    bottom: -430rem;
  }
}
@media (min-width: 751px) {
  .top__recruit_content img {
    width: 1970rem;
  }
}
@media (max-width: 750px) {
  .top__recruit_content img {
    width: 600rem;
  }
}

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

    support

************************/
.support {
  background: #064dcb;
  position: relative;
}
@media (min-width: 751px) {
  .support {
    padding: 540rem 0 135rem;
    margin-bottom: 360rem;
  }
}
@media (max-width: 750px) {
  .support {
    padding: 270rem 0 35rem;
    margin-bottom: 180rem;
  }
}
@media (min-width: 751px) {
  .support.adjust__support {
    padding: 80rem 0 135rem;
  }
}
@media (max-width: 750px) {
  .support.adjust__support {
    padding: 0 0 35rem;
  }
}
.support:before {
  content: "";
  width: 100%;
  background-image: url(./images/top/support__before.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .support:before {
    height: 500rem;
    background-size: cover;
    top: -445rem;
  }
}
@media (max-width: 750px) {
  .support:before {
    height: 170rem;
    background-size: contain;
    top: -150rem;
  }
}
.support:after {
  content: "";
  width: 100%;
  background-image: url(./images/top/support__after.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .support:after {
    height: 540rem;
    background-size: cover;
    bottom: -425rem;
  }
}
@media (max-width: 750px) {
  .support:after {
    height: 160rem;
    background-size: contain;
    bottom: -150rem;
  }
}
.support__bg:before {
  content: "";
  background-size: contain;
  background-image: url(./images/top/shape__left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .support__bg:before {
    width: 746rem;
    height: 884rem;
    top: 0rem;
  }
}
@media (max-width: 750px) {
  .support__bg:before {
    top: -120rem;
  }
}
.support__bg:after {
  content: "";
  background-size: contain;
  background-image: url(./images/top/shape__right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
@media (min-width: 751px) {
  .support__bg:after {
    width: 771rem;
    height: 868rem;
    top: 250rem;
  }
}
@media (max-width: 750px) {
  .support__bg:after {
    top: -120rem;
  }
}
.support__head {
  text-align: center;
}
@media (max-width: 750px) {
  .support__head {
    margin-bottom: 30rem;
  }
}
.support__head h2 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .support__head h2 {
    font-size: 118rem;
    margin-bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .support__head h2 {
    font-size: 59rem;
    margin-bottom: 25rem;
  }
}
.support__head p {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .support__head p {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .support__head p {
    font-size: 30rem;
  }
}
.support__slide {
  position: relative;
}
@media (min-width: 751px) {
  .support__slide {
    padding: 140rem 0;
  }
}
@media (max-width: 750px) {
  .support__slide {
    padding: 70rem 0;
  }
}
.support__slide:before {
  content: "";
  background-size: cover;
  width: 100%;
  top: 0;
  background-image: url(./images/top/top__line.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
@media (min-width: 751px) {
  .support__slide:before {
    height: 38.7vw;
    max-height: 987rem;
  }
}
@media (max-width: 750px) {
  .support__slide:before {
    height: 323.5rem;
  }
}
.support__slide img {
  transition: transform 0.5s ease;
}
.support__slide .swiper-slide .support__slide_content {
  opacity: 0;
}
.support__slide .swiper-slide-active .support__slide_content {
  opacity: 1;
  margin-top: 30rem;
}
@media (min-width: 751px) {
  .support__slide .swiper-slide-active .support__slide_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.support__slide .swiper-slide-active .support__slide_content p {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .support__slide .swiper-slide-active .support__slide_content p:nth-of-type(1) {
    font-size: 28rem;
    margin-right: 30rem;
  }
}
@media (max-width: 750px) {
  .support__slide .swiper-slide-active .support__slide_content p:nth-of-type(1) {
    margin-bottom: 10rem;
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .support__slide .swiper-slide-active .support__slide_content p:nth-of-type(2) {
    font-size: 38rem;
    margin-right: 30rem;
  }
}
@media (max-width: 750px) {
  .support__slide .swiper-slide-active .support__slide_content p:nth-of-type(2) {
    margin-bottom: 20rem;
    font-size: 32rem;
  }
}
.support__slide .swiper-slide-active .support__slide_content span {
  color: #fff;
  display: inline-block;
  background: #e80000;
}
@media (min-width: 751px) {
  .support__slide .swiper-slide-active .support__slide_content span {
    font-size: 18rem;
    border-radius: 24rem;
    padding: 10rem;
  }
}
@media (max-width: 750px) {
  .support__slide .swiper-slide-active .support__slide_content span {
    font-size: 21rem;
    border-radius: 24rem;
    padding: 10rem;
  }
}
.support__text {
  text-align: center;
}
@media (max-width: 750px) {
  .support__text {
    margin: 0 40rem;
  }
}
.support__text p {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .support__text p {
    font-size: 40rem;
    margin-bottom: 60rem;
  }
}
@media (max-width: 750px) {
  .support__text p {
    font-size: 29rem;
    margin-bottom: 30rem;
  }
}

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

    media

************************/
.media {
  position: relative;
  text-align: center;
}
@media (min-width: 751px) {
  .media {
    padding: 0 0 600rem;
  }
}
@media (max-width: 750px) {
  .media {
    padding: 0 40rem 200rem;
  }
}
.media h2 {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .media h2 {
    font-size: 52rem;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .media h2 {
    font-size: 52rem;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .media__separate {
    width: 2210rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.media__separate a {
  display: inline-block;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .media__separate a {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .media__separate a:nth-of-type(1) {
    width: 736rem;
  }
}
@media (min-width: 751px) {
  .media__separate a:nth-of-type(2) {
    width: 696rem;
  }
}
@media (min-width: 751px) {
  .media__separate a:nth-of-type(3) {
    width: 700rem;
  }
}
.media__separate a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.media__separate a img {
  width: 100%;
  transition: 0.3s;
}

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

    無料サンプル

************************/
.sample {
  position: relative;
  background: #064dcb;
  text-align: center;
}
@media (min-width: 751px) {
  .sample {
    padding: 170rem 0 740rem 0;
  }
}
@media (max-width: 750px) {
  .sample {
    padding: 60rem 40rem 120rem;
  }
}
.sample:before {
  content: "";
  width: 100%;
  background-image: url(./images/top/sample__before.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .sample:before {
    height: 400rem;
    background-size: cover;
    top: -395rem;
  }
}
@media (max-width: 750px) {
  .sample:before {
    height: 130rem;
    background-size: contain;
    top: -120rem;
  }
}
.sample img {
  position: absolute;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 751px) {
  .sample img:nth-of-type(1) {
    width: 497rem;
    left: 220rem;
    top: -450rem;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(1) {
    width: 165.6666666667rem;
    top: -160rem;
    left: 80rem;
  }
}
@media (min-width: 751px) {
  .sample img:nth-of-type(2) {
    width: 334rem;
    top: -260rem;
    right: 8%;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(2) {
    width: 111.3333333333rem;
    right: 50rem;
    top: -150rem;
  }
}
.sample img:nth-of-type(3) {
  left: 0;
}
@media (min-width: 751px) {
  .sample img:nth-of-type(3) {
    top: 200rem;
    width: 297rem;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(3) {
    width: 66rem;
    top: 260rem;
  }
}
@media (min-width: 751px) {
  .sample img:nth-of-type(4) {
    width: 378rem;
    bottom: -220rem;
    left: 24%;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(4) {
    width: 108rem;
    left: 110rem;
    bottom: -140rem;
  }
}
@media (min-width: 751px) {
  .sample img:nth-of-type(5) {
    width: 405rem;
    bottom: 145rem;
    right: 19%;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(5) {
    width: 115.7142857143rem;
    right: 130rem;
    bottom: -10rem;
  }
}
.sample img:nth-of-type(6) {
  right: 0;
  bottom: 0;
}
@media (min-width: 751px) {
  .sample img:nth-of-type(6) {
    width: 266rem;
  }
}
@media (max-width: 750px) {
  .sample img:nth-of-type(6) {
    width: 76rem;
  }
}
.sample__text p {
  color: #fff600;
  font-weight: 700;
}
@media (min-width: 751px) {
  .sample__text p {
    font-size: 52rem;
    margin-bottom: 70rem;
  }
}
@media (max-width: 750px) {
  .sample__text p {
    font-size: 36rem;
    margin-bottom: 35rem;
  }
}
.sample__text a {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cb000b;
  border: 6rem solid #fff;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .sample__text a {
    font-size: 48rem;
    width: 1004rem;
    border-radius: 92rem;
    padding: 42rem;
  }
}
@media (max-width: 750px) {
  .sample__text a {
    font-size: 36rem;
    border-radius: 60rem;
    padding: 20rem;
    width: 600rem;
  }
}
.sample__text a:hover {
  bottom: -10rem;
  opacity: 1;
  transition: 0.3s;
}
.sample__text a:before {
  content: "";
  width: 48rem;
  height: 90rem;
  background-image: url(./images/top/milk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 30rem;
}

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

    下層タイトル

************************/
@media (min-width: 751px) {
  .cmn__mv {
    margin-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv {
    margin-bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv.entry__adjust h1 {
    font-size: 32rem;
  }
}
.cmn__mv_title {
  background: #064dcb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 751px) {
  .cmn__mv_title {
    padding: 0 1.7% 0 14.05%;
    height: 190rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_title {
    padding: 20rem 40rem 20rem 150rem;
  }
}
.cmn__mv_title h1 {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 751px) {
  .cmn__mv_title h1 {
    font-size: 50rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_title h1 {
    font-size: 40rem;
  }
}
@media (min-width: 751px) {
  .cmn__mv_title h1:before {
    content: "";
    width: 12rem;
    height: 84rem;
    left: -40rem;
    top: -10rem;
    background-image: url(./images/common/cmn__mv_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
}
.cmn__mv_title a {
  display: flex;
  align-items: center;
}
.cmn__mv_title a img {
  width: 244rem;
}
.cmn__mv_img {
  position: relative;
}
.cmn__mv_img:after {
  content: "";
  width: 100%;
  background-image: url(./images/common/cmn__mv_wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0rem;
  bottom: -1px;
}
@media (min-width: 751px) {
  .cmn__mv_img:after {
    height: 231rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_img:after {
    height: 101rem;
  }
}
.cmn__mv_img .main img {
  display: flex;
  width: 100%;
}
.cmn__mv_img .text {
  position: absolute;
}
@media (min-width: 751px) {
  .cmn__mv_img .text {
    right: 80rem;
    bottom: 50rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_img .text {
    right: 20rem;
    bottom: 15rem;
  }
}
@media (min-width: 751px) {
  .cmn__mv_img .text img {
    width: 1914rem;
  }
}
@media (max-width: 750px) {
  .cmn__mv_img .text img {
    width: 640rem;
  }
}

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

    店舗一覧

************************/
.store__detail {
  overflow: hidden;
}
@media (min-width: 751px) {
  .store__detail {
    min-height: 2100rem;
    margin-bottom: 40rem;
    padding-top: 40rem;
  }
}
@media (max-width: 750px) {
  .store__detail {
    padding: 40rem;
  }
}
.store__detail_head {
  text-align: center;
  margin-bottom: 100rem;
}
.store__detail_head h2 {
  color: #010101;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .store__detail_head h2 {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .store__detail_head h2 {
    font-size: 34rem;
  }
}
.store__detail_head span {
  display: inline-block;
  position: relative;
  color: #010101;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 751px) {
  .store__detail_head span {
    font-size: 36rem;
  }
}
@media (max-width: 750px) {
  .store__detail_head span {
    font-size: 28rem;
  }
}
.store__detail_head span:before {
  content: "";
  width: 36rem;
  height: 36rem;
  background-image: url(./images/common/store__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .store__detail_head span:before {
    right: -35rem;
    top: -110rem;
  }
}
@media (max-width: 750px) {
  .store__detail_head span:before {
    right: -40rem;
    top: -110rem;
  }
}
.store__detail_head span:after {
  content: "";
  background-image: url(./images/common/store__nami.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .store__detail_head span:after {
    width: 875rem;
    height: 22rem;
    left: -60rem;
    bottom: -40rem;
  }
}
@media (max-width: 750px) {
  .store__detail_head span:after {
    width: 583.3333333333rem;
    height: 14.6666666667rem;
    left: 0;
    bottom: -30rem;
  }
}
.store__detail_map {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .store__detail_map {
    width: 1392rem;
    margin: 0 auto;
  }
}
.store__detail_map .main img {
  animation: floating-y1 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 751px) {
  .store__detail_map .main img {
    width: 100%;
  }
}
.store__detail_map .sub {
  position: relative;
}
.store__detail_map .sub:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .store__detail_map .sub.kyusyu {
    position: absolute;
    left: 0;
    top: 300rem;
  }
}
.store__detail_map .sub.kyusyu:before {
  background-image: url(./images/common/kyusyu__mark.png);
}
@media (min-width: 751px) {
  .store__detail_map .sub.kyusyu:before {
    width: 206rem;
    height: 792rem;
    left: -110rem;
    top: 40rem;
  }
}
@media (min-width: 751px) {
  .store__detail_map .sub.kyusyu .sub__content_detail {
    width: 290rem;
  }
}
@media (min-width: 751px) {
  .store__detail_map .sub.chubu {
    position: absolute;
    right: -500rem;
    bottom: -150rem;
  }
}
.store__detail_map .sub.chubu:before {
  background-image: url(./images/common/chubu__mark.png);
}
@media (min-width: 751px) {
  .store__detail_map .sub.chubu:before {
    width: 328rem;
    height: 107rem;
    left: -350rem;
    top: 40rem;
  }
}
@media (min-width: 751px) {
  .store__detail_map .sub.hokkaido {
    position: absolute;
    right: -670rem;
    top: 370rem;
  }
}
.store__detail_map .sub.hokkaido:before {
  background-image: url(./images/common/hokkaido__mark.png);
}
@media (min-width: 751px) {
  .store__detail_map .sub.hokkaido:before {
    width: 126rem;
    height: 75rem;
    left: -150rem;
    top: -30rem;
  }
}
.store__detail_map .sub__head {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.store__detail_map .sub__head p {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .store__detail_map .sub__head p {
    font-size: 38rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__head p {
    font-size: 32rem;
  }
}
.store__detail_map .sub__head p:before {
  content: "";
  background-image: url(./images/common/store__milk.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15rem;
}
@media (min-width: 751px) {
  .store__detail_map .sub__head p:before {
    width: 25rem;
    height: 47rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__head p:before {
    width: 12.5rem;
    height: 23.5rem;
  }
}
.store__detail_map .sub__head h3 {
  color: #010101;
  font-weight: 700;
  margin-left: 20rem;
}
@media (min-width: 751px) {
  .store__detail_map .sub__head h3 {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__head h3 {
    font-size: 26rem;
  }
}
.store__detail_map .sub__content {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 751px) {
  .store__detail_map .sub__content {
    width: 845rem;
  }
}
@media (min-width: 751px) {
  .store__detail_map .sub__content_detail {
    width: 280rem;
    margin-bottom: 35rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__content_detail {
    width: 48%;
    margin-bottom: 40rem;
  }
}
.store__detail_map .sub__content_detail .name {
  font-weight: 700;
}
@media (min-width: 751px) {
  .store__detail_map .sub__content_detail .name {
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__content_detail .name {
    font-size: 28rem;
  }
}
.store__detail_map .sub__content_detail ul li a {
  color: #000000;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .store__detail_map .sub__content_detail ul li a {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .store__detail_map .sub__content_detail ul li a {
    font-size: 26rem;
  }
}
.store__detail_map .sub__content_detail ul li a:before {
  content: "";
  width: 10rem;
  height: 12rem;
  background-image: url(./images/common/store__before.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8rem;
}

.store__ichiran {
  background: #c7e6ee;
  position: relative;
}
@media (min-width: 751px) {
  .store__ichiran {
    padding: 20rem 0 600rem 0;
  }
}
@media (max-width: 750px) {
  .store__ichiran {
    padding: 60rem 40rem 200rem;
  }
}
.store__ichiran:before {
  content: "";
  width: 100%;
  background-image: url(./images/common/store__wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .store__ichiran:before {
    height: 258rem;
    top: -250rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran:before {
    height: 129rem;
    top: -127rem;
  }
}
.store__ichiran_head {
  text-align: center;
  margin-bottom: 90rem;
}
.store__ichiran_head h2 {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .store__ichiran_head h2 {
    font-size: 40rem;
    margin-bottom: 90rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran_head h2 {
    font-size: 40rem;
    margin-bottom: 45rem;
  }
}
.store__ichiran_head h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 25rem;
}
@media (min-width: 751px) {
  .store__ichiran_head h3 {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran_head h3 {
    font-size: 32rem;
  }
}
.store__ichiran_head p {
  color: #000000;
}
@media (min-width: 751px) {
  .store__ichiran_head p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran_head p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .store__ichiran_detail {
    width: 1750rem;
    margin: 0 auto;
  }
}
.store__ichiran_detail .content {
  margin-bottom: 50rem;
}
.store__ichiran_detail .content:nth-of-type(1) h4 {
  background: #00a9d6;
}
.store__ichiran_detail .content:nth-of-type(2) h4 {
  background: #e2a30b;
}
.store__ichiran_detail .content:nth-of-type(3) h4 {
  background: #02840e;
}
.store__ichiran_detail .content h4 {
  color: #fff;
  border: 3rem solid #000000;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
@media (min-width: 751px) {
  .store__ichiran_detail .content h4 {
    font-size: 30rem;
    border-radius: 32.73rem;
    width: 260rem;
    padding: 7rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran_detail .content h4 {
    border-radius: 32.73rem;
    font-size: 32rem;
    padding: 7rem;
    width: 260rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 751px) {
  .store__ichiran_detail .content dl {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .store__ichiran_detail .content dl {
    margin-bottom: 15rem;
  }
}
.store__ichiran_detail .content dl dt {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .store__ichiran_detail .content dl dt {
    width: 245rem;
    font-size: 30rem;
  }
}
.store__ichiran_detail .content dl dd {
  padding: 10rem 0;
}
@media (min-width: 751px) {
  .store__ichiran_detail .content dl dd {
    width: calc(100% - 245rem);
  }
}
.store__ichiran_detail .content dl dd ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #333;
}
.store__ichiran_detail .content dl dd ul li a {
  display: inline-block;
  color: #010101;
}
@media (min-width: 751px) {
  .store__ichiran_detail .content dl dd ul li a {
    font-size: 25rem;
    margin-right: 20rem;
  }
}
@media (max-width: 750px) {
  .store__ichiran_detail .content dl dd ul li a {
    font-size: 26rem;
    margin-right: 20rem;
  }
}

.single__share_separate {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 751px) {
  .single__share_separate {
    width: 2040rem;
    margin: 0 auto 30rem;
  }
}
@media (max-width: 750px) {
  .single__share_separate {
    margin: 0 40rem 45rem;
  }
}
.single__share_separate p {
  color: #bbbbbb;
  margin-right: 30rem;
}
@media (min-width: 751px) {
  .single__share_separate p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .single__share_separate p {
    font-size: 24rem;
  }
}
.single__share_separate ul {
  display: flex;
  align-items: center;
}
.single__share_separate ul li:nth-of-type(1) img {
  width: 47rem;
}
.single__share_separate ul li:nth-of-type(2) {
  display: inline-block;
  margin: 0 20rem;
}
.single__share_separate ul li:nth-of-type(2) img {
  width: 40rem;
}
.single__share_separate ul li:nth-of-type(3) img {
  width: 45rem;
}

.single__intro {
  min-height: 900rem;
}
.single__intro_head {
  text-align: center;
}
.single__intro_head h2 {
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__intro_head h2 {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .single__intro_head h2 {
    font-size: 40rem;
  }
}
.single__intro_head h2 span {
  font-weight: 700;
  position: relative;
}
.single__intro_head h2 span:nth-of-type(1) {
  display: inline-block;
  margin-left: 45rem;
}
.single__intro_head h2 span:nth-of-type(1):before {
  content: "";
  width: 36rem;
  height: 36rem;
  background-image: url(./images/common/store__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .single__intro_head h2 span:nth-of-type(1):before {
    right: -45rem;
    top: -30rem;
  }
}
@media (max-width: 750px) {
  .single__intro_head h2 span:nth-of-type(1):before {
    right: -40rem;
    top: -30rem;
  }
}
.single__intro_head h2 span:nth-of-type(1):after {
  content: "";
  background-image: url(./images/common/store__nami1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .single__intro_head h2 span:nth-of-type(1):after {
    width: 328rem;
    height: 21rem;
    left: -170rem;
    bottom: -105rem;
  }
}
@media (max-width: 750px) {
  .single__intro_head h2 span:nth-of-type(1):after {
    width: 218.6666666667rem;
    height: 14rem;
    left: -110rem;
    bottom: -100rem;
  }
}
.single__intro_head h2 span:nth-of-type(2) {
  display: block;
  margin-top: 15rem;
}
@media (min-width: 751px) {
  .single__intro_head h2 span:nth-of-type(2) {
    font-size: 41rem;
  }
}
@media (max-width: 750px) {
  .single__intro_head h2 span:nth-of-type(2) {
    font-size: 41rem;
  }
}
.single__intro_slide {
  position: relative;
}
@media (min-width: 751px) {
  .single__intro_slide {
    padding: 140rem 0 230rem;
  }
}
@media (max-width: 750px) {
  .single__intro_slide {
    padding: 70rem 0;
  }
}
.single__intro_slide:before {
  content: "";
  background-size: cover;
  width: 100%;
  top: 0;
  background-image: url(./images/common/single__line1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
@media (min-width: 751px) {
  .single__intro_slide:before {
    height: 23.7vw;
    max-height: 594rem;
  }
}
@media (max-width: 750px) {
  .single__intro_slide:before {
    height: 323.5rem;
  }
}
.single__intro_slide img {
  transition: transform 0.5s ease;
}

.school__instructor {
  margin-bottom: 70rem;
}
.school__instructor_detail .block1 {
  position: relative;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1 {
    padding: 80rem 0 140rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1 {
    padding: 80rem 40rem 140rem;
  }
}
.school__instructor_detail .block1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #00b2db;
  top: 0;
  left: 0;
  border-radius: 60rem 60rem 0 0;
}
.school__instructor_detail .block1.bg__2:before {
  background: #fb576b;
  border-radius: 0;
}
.school__instructor_detail .block1.bg__2 .block1__inner_separate .lcl-main__item2 .detail__content small {
  color: #fb576b;
}
.school__instructor_detail .block1.bg__2 .lcl-modal2 .slider__content_head {
  background: #fb576b;
}
.school__instructor_detail .block1.bg__2 .lcl-modal2 .slider__content_separate .left p {
  background: #fb576b;
}
.school__instructor_detail .block1.bg__2 .lcl-modal2 .slider__content_separate .right dl dt {
  color: #fb576b;
}
.school__instructor_detail .block1.bg__2 .lcl-modal2 .slider__content_separate .right dl {
  border-bottom: 1px solid #fb576b;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner {
    width: 1985rem;
    margin: 0 auto;
  }
}
.school__instructor_detail .block1__inner_head {
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_head {
    display: flex;
    align-items: center;
  }
}
.school__instructor_detail .block1__inner_head span {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_head span {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_head span {
    font-size: 60rem;
    display: block;
  }
}
.school__instructor_detail .block1__inner_head h2 {
  color: #000000;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_head h2 {
    font-size: 24rem;
    margin-left: 20rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_head h2 {
    display: block;
    font-size: 28rem;
    margin-top: 20rem;
  }
}
.school__instructor_detail .block1__inner_separate {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_separate {
    justify-content: space-between;
  }
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1, .school__instructor_detail .block1__inner_separate .lcl-main__item2 {
  cursor: pointer;
  background: #fff;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1, .school__instructor_detail .block1__inner_separate .lcl-main__item2 {
    width: 465rem;
    padding: 30rem;
    border-radius: 45rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1, .school__instructor_detail .block1__inner_separate .lcl-main__item2 {
    width: 48%;
    padding: 10rem;
    margin-bottom: 30rem;
    border-radius: 25rem;
  }
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1:nth-of-type(4n+1), .school__instructor_detail .block1__inner_separate .lcl-main__item1:nth-of-type(4n+2), .school__instructor_detail .block1__inner_separate .lcl-main__item1:nth-of-type(4n+3), .school__instructor_detail .block1__inner_separate .lcl-main__item2:nth-of-type(4n+1), .school__instructor_detail .block1__inner_separate .lcl-main__item2:nth-of-type(4n+2), .school__instructor_detail .block1__inner_separate .lcl-main__item2:nth-of-type(4n+3) {
    margin: 0 40rem 45rem 0;
  }
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1:nth-of-type(4n+4), .school__instructor_detail .block1__inner_separate .lcl-main__item2:nth-of-type(4n+4) {
    margin: 0 0 45rem 0;
  }
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1 img, .school__instructor_detail .block1__inner_separate .lcl-main__item2 img {
  width: 100%;
  display: flex;
  margin-bottom: 10rem;
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content {
  position: relative;
  text-align: center;
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content:after, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content:after {
  content: "";
  position: absolute;
  background-image: url(./images/common/detail__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content:after, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content:after {
    width: 55rem;
    height: 55rem;
    right: 7rem;
    bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content:after, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content:after {
    width: 55rem;
    height: 55rem;
    right: 10rem;
    bottom: 10rem;
  }
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content p, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content p {
  font-weight: 700;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content p, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content p {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content p, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content p {
    font-size: 29rem;
  }
}
.school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content small, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content small {
  color: #2352d7;
  font-weight: 600;
  display: block;
}
@media (min-width: 751px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content small, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content small {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .school__instructor_detail .block1__inner_separate .lcl-main__item1 .detail__content small, .school__instructor_detail .block1__inner_separate .lcl-main__item2 .detail__content small {
    font-size: 24rem;
  }
}

.lcl-modal1, .lcl-modal2, .lcl-modal3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.lcl-modal1.lcl-modal--open, .lcl-modal2.lcl-modal--open, .lcl-modal3.lcl-modal--open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.lcl-modal1 .lcl-modal__overlay1, .lcl-modal1 .lcl-modal__overlay2, .lcl-modal1 .lcl-modal__overlay3, .lcl-modal2 .lcl-modal__overlay1, .lcl-modal2 .lcl-modal__overlay2, .lcl-modal2 .lcl-modal__overlay3, .lcl-modal3 .lcl-modal__overlay1, .lcl-modal3 .lcl-modal__overlay2, .lcl-modal3 .lcl-modal__overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease;
}
.lcl-modal1 .lcl-modal__in1, .lcl-modal1 .lcl-modal__in2, .lcl-modal1 .lcl-modal__in3, .lcl-modal2 .lcl-modal__in1, .lcl-modal2 .lcl-modal__in2, .lcl-modal2 .lcl-modal__in3, .lcl-modal3 .lcl-modal__in1, .lcl-modal3 .lcl-modal__in2, .lcl-modal3 .lcl-modal__in3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: scale(0.95);
  transition: transform 0.25s ease;
}
.lcl-modal1 .slider__content_head, .lcl-modal2 .slider__content_head, .lcl-modal3 .slider__content_head {
  background: #00b2db;
  position: relative;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_head, .lcl-modal2 .slider__content_head, .lcl-modal3 .slider__content_head {
    border-radius: 101rem 101rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50rem 175rem 50rem 110rem;
    min-height: 106rem;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head, .lcl-modal2 .slider__content_head, .lcl-modal3 .slider__content_head {
    border-radius: 50rem 50rem 0 0;
    padding: 30rem 40rem;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head .left, .lcl-modal2 .slider__content_head .left, .lcl-modal3 .slider__content_head .left {
    margin-bottom: 30rem;
  }
}
.lcl-modal1 .slider__content_head .left p:nth-of-type(1), .lcl-modal2 .slider__content_head .left p:nth-of-type(1), .lcl-modal3 .slider__content_head .left p:nth-of-type(1) {
  font-weight: 500;
  color: #000000;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(1), .lcl-modal2 .slider__content_head .left p:nth-of-type(1), .lcl-modal3 .slider__content_head .left p:nth-of-type(1) {
    font-size: 36rem;
    margin-bottom: 15rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(1), .lcl-modal2 .slider__content_head .left p:nth-of-type(1), .lcl-modal3 .slider__content_head .left p:nth-of-type(1) {
    font-size: 32rem;
    margin-bottom: 20rem;
    width: 80%;
  }
}
.lcl-modal1 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal2 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal3 .slider__content_head .left p:nth-of-type(1) span {
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal2 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal3 .slider__content_head .left p:nth-of-type(1) span {
    font-size: 28rem;
    margin-left: 20rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal2 .slider__content_head .left p:nth-of-type(1) span, .lcl-modal3 .slider__content_head .left p:nth-of-type(1) span {
    font-size: 25rem;
    margin-left: 15rem;
  }
}
.lcl-modal1 .slider__content_head .left p:nth-of-type(2), .lcl-modal2 .slider__content_head .left p:nth-of-type(2), .lcl-modal3 .slider__content_head .left p:nth-of-type(2) {
  background: #fff;
  border-radius: 21rem;
  border: 3rem solid #000000;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(2), .lcl-modal2 .slider__content_head .left p:nth-of-type(2), .lcl-modal3 .slider__content_head .left p:nth-of-type(2) {
    font-size: 20rem;
    width: 220rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head .left p:nth-of-type(2), .lcl-modal2 .slider__content_head .left p:nth-of-type(2), .lcl-modal3 .slider__content_head .left p:nth-of-type(2) {
    font-size: 26rem;
    width: 240rem;
  }
}
.lcl-modal1 .slider__content_head .right, .lcl-modal2 .slider__content_head .right, .lcl-modal3 .slider__content_head .right {
  color: #000000;
  font-weight: 500;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_head .right, .lcl-modal2 .slider__content_head .right, .lcl-modal3 .slider__content_head .right {
    width: 720rem;
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_head .right, .lcl-modal2 .slider__content_head .right, .lcl-modal3 .slider__content_head .right {
    font-size: 26rem;
  }
}
.lcl-modal1 .slider__content_separate, .lcl-modal2 .slider__content_separate, .lcl-modal3 .slider__content_separate {
  width: 100%;
  background: #fff;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate, .lcl-modal2 .slider__content_separate, .lcl-modal3 .slider__content_separate {
    display: flex;
    padding: 25rem 55rem 35rem 40rem;
    border-radius: 0 0 45rem 45rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate, .lcl-modal2 .slider__content_separate, .lcl-modal3 .slider__content_separate {
    border-radius: 0 0 45rem 45rem;
    padding: 25rem 25rem 50rem;
  }
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .left, .lcl-modal2 .slider__content_separate .left, .lcl-modal3 .slider__content_separate .left {
    width: 331rem;
    margin-right: 30rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate .left, .lcl-modal2 .slider__content_separate .left, .lcl-modal3 .slider__content_separate .left {
    margin-bottom: 30rem;
    text-align: center;
  }
}
.lcl-modal1 .slider__content_separate .left img, .lcl-modal2 .slider__content_separate .left img, .lcl-modal3 .slider__content_separate .left img {
  border-radius: 29rem;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .left img, .lcl-modal2 .slider__content_separate .left img, .lcl-modal3 .slider__content_separate .left img {
    display: flex;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate .left img, .lcl-modal2 .slider__content_separate .left img, .lcl-modal3 .slider__content_separate .left img {
    width: 376rem;
    display: inline-block;
  }
}
.lcl-modal1 .slider__content_separate .left p, .lcl-modal2 .slider__content_separate .left p, .lcl-modal3 .slider__content_separate .left p {
  background: #04c4e5;
  border: 1px solid #333;
  color: #000;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .left p, .lcl-modal2 .slider__content_separate .left p, .lcl-modal3 .slider__content_separate .left p {
    font-size: 16rem;
    border-radius: 15rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate .left p, .lcl-modal2 .slider__content_separate .left p, .lcl-modal3 .slider__content_separate .left p {
    font-size: 28rem;
    width: 276rem;
    margin: 0 auto;
    border-radius: 30rem;
  }
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .right, .lcl-modal2 .slider__content_separate .right, .lcl-modal3 .slider__content_separate .right {
    width: 778rem;
  }
}
.lcl-modal1 .slider__content_separate .right dl, .lcl-modal2 .slider__content_separate .right dl, .lcl-modal3 .slider__content_separate .right dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00a9d6;
}
.lcl-modal1 .slider__content_separate .right dl dt, .lcl-modal2 .slider__content_separate .right dl dt, .lcl-modal3 .slider__content_separate .right dl dt {
  color: #00a9d6;
  font-weight: 500;
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .right dl dt, .lcl-modal2 .slider__content_separate .right dl dt, .lcl-modal3 .slider__content_separate .right dl dt {
    width: 310rem;
    padding: 15rem;
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate .right dl dt, .lcl-modal2 .slider__content_separate .right dl dt, .lcl-modal3 .slider__content_separate .right dl dt {
    padding: 15rem;
    width: 30%;
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .lcl-modal1 .slider__content_separate .right dl dd, .lcl-modal2 .slider__content_separate .right dl dd, .lcl-modal3 .slider__content_separate .right dl dd {
    width: calc(100% - 310rem);
    padding: 15rem;
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .slider__content_separate .right dl dd, .lcl-modal2 .slider__content_separate .right dl dd, .lcl-modal3 .slider__content_separate .right dl dd {
    width: 70%;
    padding: 15rem;
    font-size: 26rem;
  }
}

.lcl-modal1 .lcl-modal-cnt1.slick-active, .lcl-modal1 .lcl-modal-cnt1.is-active-next,
.lcl-modal2 .lcl-modal-cnt2.slick-active, .lcl-modal2 .lcl-modal-cnt2.is-active-next,
.lcl-modal3 .lcl-modal-cnt3.slick-active, .lcl-modal3 .lcl-modal-cnt3.is-active-next {
  opacity: 1;
}

.lcl-modal1 .lcl-modal-cnt1,
.lcl-modal2 .lcl-modal-cnt2,
.lcl-modal3 .lcl-modal-cnt3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease;
}
@media (min-width: 751px) {
  .lcl-modal1 .lcl-modal-cnt1,
  .lcl-modal2 .lcl-modal-cnt2,
  .lcl-modal3 .lcl-modal-cnt3 {
    width: 1362rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .lcl-modal-cnt1,
  .lcl-modal2 .lcl-modal-cnt2,
  .lcl-modal3 .lcl-modal-cnt3 {
    width: 650rem;
  }
}

.lcl-modal1 .lcl-modal__slider1,
.lcl-modal2 .lcl-modal__slider2,
.lcl-modal3 .lcl-modal__slider3 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 751px) {
  .lcl-modal1 .lcl-modal__slider1,
  .lcl-modal2 .lcl-modal__slider2,
  .lcl-modal3 .lcl-modal__slider3 {
    border-radius: 101rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .lcl-modal__slider1,
  .lcl-modal2 .lcl-modal__slider2,
  .lcl-modal3 .lcl-modal__slider3 {
    border-radius: 50rem;
  }
}

.lcl-modal1 .lcl-modal__main1,
.lcl-modal2 .lcl-modal__main2,
.lcl-modal3 .lcl-modal__main3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
@media (min-width: 751px) {
  .lcl-modal1 .lcl-modal__main1,
  .lcl-modal2 .lcl-modal__main2,
  .lcl-modal3 .lcl-modal__main3 {
    width: 1362rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal1 .lcl-modal__main1,
  .lcl-modal2 .lcl-modal__main2,
  .lcl-modal3 .lcl-modal__main3 {
    width: 650rem;
  }
}

.lcl-modal1 .lcl-modal__arrow,
.lcl-modal2 .lcl-modal__arrow {
  position: absolute;
  top: 60rem;
  bottom: 0;
  width: 80rem;
  height: 80rem;
  margin: auto 0;
  cursor: pointer;
  border-radius: 50%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid #fff;
}

.lcl-modal1 .lcl-modal__arrow.lcl-modal__arrow--prev,
.lcl-modal2 .lcl-modal__arrow.lcl-modal__arrow--prev {
  left: -23px;
}

.lcl-modal1 .lcl-modal__arrow.lcl-modal__arrow--next,
.lcl-modal2 .lcl-modal__arrow.lcl-modal__arrow--next {
  right: -23px;
}

.lcl-modal1 .lcl-modal__arrow .ico_svg .svg-circle,
.lcl-modal2 .lcl-modal__arrow .ico_svg .svg-circle {
  fill: #04c4e5;
  stroke: #04c4e5;
}

.lcl-modal1 .lcl-modal__arrow .ico_svg .svg-path,
.lcl-modal2 .lcl-modal__arrow .ico_svg .svg-path {
  fill: #fff;
}

.lcl-modal__close {
  position: absolute;
  background: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 751px) {
  .lcl-modal__close {
    top: 65rem;
    right: 75rem;
    width: 96rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal__close {
    top: -85rem;
    right: -35rem;
    width: 66rem;
  }
}

.school__facility {
  padding-bottom: 80rem;
  position: relative;
  background: #c7e6ee;
}
@media (min-width: 751px) {
  .school__facility {
    border-radius: 432rem 432rem 0 0;
    padding: 200rem 0 170rem 0;
    margin-top: 430rem;
  }
}
@media (max-width: 750px) {
  .school__facility {
    border-radius: 50rem 50rem 0 0;
    padding: 60rem 40rem;
    margin-top: 200rem;
  }
}
.school__facility:after {
  background: #c7e6ee;
  content: "";
  z-index: -3;
  width: 100%;
  left: 0;
  position: absolute;
}
@media (min-width: 751px) {
  .school__facility:after {
    height: 400rem;
    bottom: -350rem;
  }
}
@media (max-width: 750px) {
  .school__facility:after {
    height: 400rem;
    bottom: -350rem;
  }
}
.school__facility_head img {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .school__facility_head img {
    width: 666rem;
  }
}
@media (max-width: 750px) {
  .school__facility_head img {
    width: 396rem;
  }
}
@media (min-width: 751px) {
  .school__facility_content {
    width: 1985rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .school__facility_content {
    margin: 0 40rem;
  }
}
.school__facility_content .expand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .school__facility_content .expand {
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .school__facility_content .expand {
    font-size: 25rem;
  }
}
.school__facility_content .expand:before {
  content: "";
  width: 36rem;
  height: 36rem;
  background-image: url(./images/common/school__plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15rem;
}
.school__facility_content .js__repeat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.school__facility_content .js__repeat .lcl-main__item3 {
  position: relative;
  margin-bottom: 15rem;
}
.school__facility_content .js__repeat .lcl-main__item3:after {
  content: "";
  background-image: url(./images/common/school__plus1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .school__facility_content .js__repeat .lcl-main__item3:after {
    width: 66rem;
    height: 66rem;
    bottom: 35rem;
    right: 40rem;
  }
}
@media (max-width: 750px) {
  .school__facility_content .js__repeat .lcl-main__item3:after {
    width: 30rem;
    height: 30rem;
    bottom: 43rem;
    right: 25rem;
  }
}
.school__facility_content .js__repeat .lcl-main__item3 span {
  position: absolute;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 751px) {
  .school__facility_content .js__repeat .lcl-main__item3 span {
    font-size: 35rem;
    width: 322rem;
    padding: 15rem;
    border-radius: 54rem;
    bottom: 20rem;
    right: 25rem;
  }
}
@media (max-width: 750px) {
  .school__facility_content .js__repeat .lcl-main__item3 span {
    font-size: 24rem;
    padding: 5rem 20rem;
    border-radius: 27rem;
    width: 212rem;
    bottom: 30rem;
    right: 15rem;
  }
}
.school__facility_content .js__repeat .lcl-main__item3:nth-of-type(1) {
  width: 100%;
}
.school__facility_content .js__repeat .lcl-main__item3:nth-of-type(1) img {
  width: 100%;
}
@media (min-width: 751px) {
  .school__facility_content .js__repeat .lcl-main__item3:nth-of-type(1) img {
    height: 922rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.school__facility_content .js__repeat .lcl-main__item3:nth-of-type(1) span {
  text-align: center;
}
@media (min-width: 751px) {
  .school__facility_content .js__repeat .lcl-main__item3:nth-of-type(n+2) {
    width: 986rem;
  }
}
@media (max-width: 750px) {
  .school__facility_content .js__repeat .lcl-main__item3:nth-of-type(n+2) {
    width: 48%;
  }
}
.school__facility_content .js__repeat .lcl-main__item3:nth-of-type(n+2) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .school__facility_content .js__repeat .lcl-main__item3:nth-of-type(n+2) img {
    height: 646rem;
  }
}
@media (max-width: 750px) {
  .school__facility_content .js__repeat .lcl-main__item3:nth-of-type(n+2) img {
    height: 245rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lcl-modal3 .lcl-modal-cnt3 img {
  width: 100%;
}
.lcl-modal3 .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .lcl-modal3 .detail {
    padding: 45rem 50rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal3 .detail {
    padding: 20rem;
    align-items: center;
  }
}
.lcl-modal3 .detail p {
  color: #000000;
}
@media (min-width: 751px) {
  .lcl-modal3 .detail p {
    width: 950rem;
    font-size: 22rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal3 .detail p {
    width: 400rem;
    font-size: 26rem;
  }
}
.lcl-modal3 .prev__btn {
  border: none;
  background: none;
  color: #9d9d9d;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .lcl-modal3 .prev__btn {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal3 .prev__btn {
    font-size: 24rem;
  }
}
.lcl-modal3 .prev__btn:before {
  content: "<";
  display: inline-block;
}
.lcl-modal3 .next__btn {
  border: none;
  background: none;
  color: #9d9d9d;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .lcl-modal3 .next__btn {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .lcl-modal3 .next__btn {
    font-size: 24rem;
  }
}
.lcl-modal3 .next__btn:after {
  content: ">";
  display: inline-block;
}

.store__recruit {
  position: relative;
}
.store__recruit:before {
  content: "";
  background-image: url(./images/common/saiyo__wave.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .store__recruit:before {
    top: 97rem;
    left: 0;
    height: 258rem;
  }
}
@media (max-width: 750px) {
  .store__recruit:before {
    top: 274rem;
    left: 0;
    height: 258rem;
  }
}
.store__recruit_head {
  position: relative;
  z-index: 2;
}
@media (min-width: 751px) {
  .store__recruit_head {
    width: 1695rem;
    margin: 0 auto 70rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .store__recruit_head {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .store__recruit_head img {
    width: 221rem;
    height: 600rem;
  }
}
@media (max-width: 750px) {
  .store__recruit_head img {
    width: 110rem;
    margin: 0 auto 50rem;
    display: block;
  }
}
@media (min-width: 751px) {
  .store__recruit_head .right {
    width: 1250rem;
  }
}
@media (max-width: 750px) {
  .store__recruit_head .right {
    margin-bottom: 30rem;
  }
}
.store__recruit_head .right h2 {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .store__recruit_head .right h2 {
    font-size: 60rem;
    margin-bottom: 85rem;
    padding-left: 180rem;
  }
}
@media (max-width: 750px) {
  .store__recruit_head .right h2 {
    font-size: 40rem;
    margin-bottom: 25rem;
  }
}
.store__recruit_head .right p {
  color: #000000;
}
@media (min-width: 751px) {
  .store__recruit_head .right p {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .store__recruit_head .right p {
    font-size: 26rem;
  }
}

@media (min-width: 751px) {
  .single__detail1 {
    padding: 0 0 580rem;
  }
}
@media (max-width: 750px) {
  .single__detail1 {
    padding: 0 40rem 200rem;
  }
}
.single__detail1 h3 {
  text-align: center;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 751px) {
  .single__detail1 h3 {
    font-size: 48rem;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .single__detail1 h3 {
    font-size: 48rem;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .single__detail1_block {
    width: 1987rem;
    margin: 0 auto;
  }
}
.single__detail1_block .content {
  border: 1px solid #000000;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .single__detail1_block .content {
    padding: 40rem 70rem;
    border-radius: 29rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content {
    padding: 20rem 20rem;
    border-radius: 14.5rem;
  }
}
.single__detail1_block .content h4 {
  color: #010101;
  font-weight: 700;
  position: relative;
}
@media (min-width: 751px) {
  .single__detail1_block .content h4 {
    font-size: 36rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content h4 {
    font-size: 36rem;
  }
}
.single__detail1_block .content h4.active:after {
  background-image: url(./images/common/minus__mark.png);
}
.single__detail1_block .content h4:after {
  content: "";
  background-image: url(./images/common/plus__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -5rem;
  right: 15rem;
  position: absolute;
}
@media (min-width: 751px) {
  .single__detail1_block .content h4:after {
    width: 65rem;
    height: 65rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content h4:after {
    width: 60rem;
    height: 60rem;
  }
}
.single__detail1_block .content__nakami {
  border-top: 1px solid #000000;
  display: none;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami {
    padding: 20rem 40rem 0;
    margin-top: 30rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami {
    padding: 20rem 40rem 0;
    margin-top: 30rem;
  }
}
.single__detail1_block .content__nakami dl {
  width: 100%;
  border-bottom: 1px dashed #333;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami dl {
    display: flex;
  }
}
.single__detail1_block .content__nakami dl dt {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami dl dt {
    width: 295rem;
    font-size: 32rem;
    padding: 20rem 0 20rem 50rem;
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami dl dt {
    border-bottom: 1px dashed #333;
    font-size: 26rem;
    padding: 20rem;
  }
}
.single__detail1_block .content__nakami dl dd {
  color: #000000;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami dl dd {
    width: calc(100% - 295rem);
    font-size: 30rem;
    padding: 20rem 0 20rem 70rem;
    border-left: 1px dashed #333;
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami dl dd {
    font-size: 26rem;
    padding: 20rem;
  }
}
.single__detail1_block .content__nakami_text {
  word-wrap: break-word;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami_text {
    margin-bottom: 30rem;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami_text {
    font-size: 28rem;
  }
}
.single__detail1_block .content__nakami_hosoku {
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami_hosoku {
    margin-top: 60rem;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami_hosoku {
    font-size: 26rem;
    margin-top: 30rem;
  }
}
.single__detail1_block .content__nakami_btn {
  text-align: center;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami_btn {
    margin-top: 160rem;
    margin-bottom: 150rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami_btn {
    margin: 50rem 0;
  }
}
.single__detail1_block .content__nakami_btn a {
  background: #064dcb;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .single__detail1_block .content__nakami_btn a {
    font-size: 30rem;
    width: 440rem;
    margin: 0 auto;
    border-radius: 70rem;
    padding: 40rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_block .content__nakami_btn a {
    font-size: 30rem;
    width: 440rem;
    margin: 0 auto;
    border-radius: 20rem;
    padding: 10rem;
  }
}
.single__detail1_block .content__nakami_btn a:after {
  content: ">";
  display: inline-block;
  margin-left: 10rem;
}
.single__detail1_block .content__nakami_btn a:hover {
  bottom: -10rem;
  opacity: 1;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .single__detail1_map {
    width: 1987rem;
    margin: 180rem auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .single__detail1_map iframe {
    width: 998rem;
    height: 623rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map iframe {
    width: 100%;
    height: 460rem;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .single__detail1_map .right {
    width: 780rem;
  }
}
.single__detail1_map .right p {
  color: #000;
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__detail1_map .right p {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right p {
    font-size: 25rem;
  }
}
@media (min-width: 751px) {
  .single__detail1_map .right .tel {
    display: flex;
  }
}
.single__detail1_map .right .tel a {
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 751px) {
  .single__detail1_map .right .tel a {
    font-size: 30rem;
    margin-right: 25rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .tel a {
    font-size: 26rem;
  }
}
.single__detail1_map .right__p3 {
  padding-bottom: 20rem;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 30rem;
}
.single__detail1_map .right__p4 {
  margin-bottom: 30rem;
}
.single__detail1_map .right .cv {
  display: flex;
  align-items: center;
  border: 2px solid #434343;
  padding: 18rem;
  margin-bottom: 25rem;
}
@media (min-width: 751px) {
  .single__detail1_map .right .cv {
    border-radius: 7rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .cv {
    border-radius: 14rem;
  }
}
.single__detail1_map .right .cv p {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  border-right: 1px solid #434343;
}
@media (min-width: 751px) {
  .single__detail1_map .right .cv p {
    width: 240rem;
    font-size: 22rem;
    margin-right: 35rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .cv p {
    width: 240rem;
    font-size: 24rem;
    margin-right: 15rem;
  }
}
.single__detail1_map .right .cv p span {
  font-weight: 500;
  display: block;
  line-height: 1;
}
@media (min-width: 751px) {
  .single__detail1_map .right .cv p span {
    font-size: 27rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .cv p span {
    font-size: 27rem;
  }
}
.single__detail1_map .right .cv a {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 751px) {
  .single__detail1_map .right .cv a {
    width: 460rem;
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .cv a {
    font-size: 42rem;
  }
}
.single__detail1_map .right .cv a:before {
  content: "";
  width: 37rem;
  height: 40rem;
  background-image: url(./images/common/store__tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10rem;
}
@media (min-width: 751px) {
  .single__detail1_map .right .form {
    display: flex;
    justify-content: space-between;
  }
}
.single__detail1_map .right .form a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 751px) {
  .single__detail1_map .right .form a {
    border-radius: 6rem;
    font-size: 23rem;
    width: 363rem;
    padding: 8rem;
  }
}
@media (max-width: 750px) {
  .single__detail1_map .right .form a {
    border-radius: 12rem;
    padding: 15rem;
    margin-bottom: 30rem;
  }
}
.single__detail1_map .right .form a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10rem;
}
.single__detail1_map .right .form a:nth-of-type(1) {
  background: #d4d4d4;
  color: #000000;
  box-shadow: 0 4rem 0 rgba(7, 0, 2, 0.24);
}
.single__detail1_map .right .form a:nth-of-type(1):before {
  width: 29rem;
  height: 21rem;
  background-image: url(./images/common/store__mail.png);
}
.single__detail1_map .right .form a:nth-of-type(2) {
  color: #fff;
  background: #064dcb;
  box-shadow: 0 4rem 0 rgba(7, 0, 2, 0.24);
}
.single__detail1_map .right .form a:nth-of-type(2):before {
  width: 22rem;
  height: 32rem;
  background-image: url(./images/common/store__icon.png);
}

.service {
  text-align: center;
}
@media (min-width: 751px) {
  .service {
    margin-top: 100rem;
    margin-bottom: 360rem;
  }
}
@media (max-width: 750px) {
  .service {
    padding: 0 40rem;
    margin-bottom: 180rem;
    margin-top: 100rem;
  }
}
.service__head {
  margin-bottom: 80rem;
}
.service__head h2 {
  display: inline-block;
  position: relative;
  color: #010101;
  font-weight: 700;
}
@media (min-width: 751px) {
  .service__head h2 {
    font-size: 41rem;
  }
}
@media (max-width: 750px) {
  .service__head h2 {
    font-size: 42rem;
    margin-bottom: 30rem;
  }
}
.service__head h2:after {
  content: "";
  width: 152rem;
  height: 127rem;
  background-image: url(./images/common/sample__mark3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .service__head h2:after {
    right: -110rem;
    top: -120rem;
  }
}
@media (max-width: 750px) {
  .service__head h2:after {
    right: 0rem;
    top: -130rem;
  }
}
.service__head p {
  color: #010101;
}
@media (min-width: 751px) {
  .service__head p {
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .service__head p {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .service__head p br {
    display: none;
  }
}
.service__btn {
  text-align: center;
}
.service__btn a {
  background: #40a7db;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  outline: 3rem solid #fff;
  transition: 0.3s;
  top: 0;
  position: relative;
}
@media (min-width: 751px) {
  .service__btn a {
    width: 894rem;
    margin: 0 auto;
    font-size: 33rem;
    padding: 54rem;
    border-radius: 86rem;
    outline-offset: -15rem;
  }
}
@media (max-width: 750px) {
  .service__btn a {
    font-size: 28rem;
    padding: 27rem;
    border-radius: 30rem;
    outline-offset: -10rem;
  }
}
.service__btn a:hover {
  bottom: -10rem;
  opacity: 1;
  transition: 0.3s;
}

.takuhai {
  position: relative;
}
@media (min-width: 751px) {
  .takuhai {
    padding: 270rem 0 235rem 0;
  }
}
@media (max-width: 750px) {
  .takuhai {
    padding: 230rem 40rem 75rem;
  }
}
.takuhai:before {
  content: "";
  background-image: url(./images/common/takuhai__wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai:before {
    top: -253rem;
    left: 0;
    height: 261rem;
  }
}
@media (max-width: 750px) {
  .takuhai:before {
    top: -75rem;
    left: 0;
    height: 81rem;
  }
}
.takuhai:after {
  background: #5ba7dc;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}
.takuhai__bg:before {
  content: "";
  background-image: url(./images/common/takuhai__1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg:before {
    width: 615rem;
    height: 791rem;
    top: -60rem;
    left: 0;
  }
}
@media (max-width: 750px) {
  .takuhai__bg:before {
    top: 85rem;
    left: 0;
    width: 246rem;
    height: 316.4rem;
  }
}
.takuhai__bg:after {
  content: "";
  background-image: url(./images/common/takuhai__2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg:after {
    width: 410rem;
    height: 810rem;
    top: 0;
    right: 0;
  }
}
@media (max-width: 750px) {
  .takuhai__bg:after {
    top: 85rem;
    right: 0;
    width: 164rem;
    height: 324rem;
  }
}
.takuhai__bg1:before {
  content: "";
  background-image: url(./images/common/takuhai__3.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg1:before {
    width: 591rem;
    height: 799rem;
    top: 970rem;
    left: 0;
  }
}
@media (max-width: 750px) {
  .takuhai__bg1:before {
    top: 995rem;
    left: 0;
    width: 236.4rem;
    height: 319.6rem;
  }
}
.takuhai__bg1:after {
  content: "";
  background-image: url(./images/common/takuhai__4.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg1:after {
    width: 404rem;
    height: 549rem;
    top: 1380rem;
    right: 60rem;
  }
}
@media (max-width: 750px) {
  .takuhai__bg1:after {
    top: 1015rem;
    right: 0;
    width: 161.6rem;
    height: 219.6rem;
  }
}
.takuhai__bg2:before {
  content: "";
  background-image: url(./images/common/takuhai__5.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg2:before {
    width: 458rem;
    height: 795rem;
    bottom: 970rem;
    left: 0;
  }
}
@media (max-width: 750px) {
  .takuhai__bg2:before {
    bottom: 920rem;
    left: 0;
    width: 183.2rem;
    height: 318rem;
  }
}
.takuhai__bg2:after {
  content: "";
  background-image: url(./images/common/takuhai__6.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  position: absolute;
}
@media (min-width: 751px) {
  .takuhai__bg2:after {
    width: 364rem;
    height: 810rem;
    bottom: 600rem;
    right: 0;
  }
}
@media (max-width: 750px) {
  .takuhai__bg2:after {
    bottom: 940rem;
    right: 0;
    width: 145.6rem;
    height: 324rem;
  }
}
.takuhai__head img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .takuhai__head img {
    width: 666rem;
    top: -1%;
  }
}
@media (max-width: 750px) {
  .takuhai__head img {
    width: 446rem;
    top: -30rem;
  }
}
@media (min-width: 751px) {
  .takuhai__repeat {
    width: 1577rem;
    margin: 0 auto;
  }
}
.takuhai__repeat_block {
  position: relative;
}
.takuhai__repeat_block .float {
  position: absolute;
  z-index: -1;
}
@media (min-width: 751px) {
  .takuhai__repeat_block .float {
    width: 327rem;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block .float {
    width: 227rem;
  }
}
.takuhai__repeat_block .detail {
  background: #fff;
  border: 3rem solid #434343;
  width: 100%;
}
@media (min-width: 751px) {
  .takuhai__repeat_block .detail {
    border-radius: 68rem;
    padding: 70rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 185rem;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block .detail {
    border-radius: 34rem;
    padding: 40rem;
    margin-bottom: 150rem;
  }
}
@media (min-width: 751px) {
  .takuhai__repeat_block .img {
    width: 694rem;
    height: 470rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block .img {
    width: 100%;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .takuhai__repeat_block .right {
    width: 680rem;
  }
}
.takuhai__repeat_block .right h2 {
  text-align: center;
  color: #fff;
  border-radius: 33rem;
  padding: 17rem;
}
@media (min-width: 751px) {
  .takuhai__repeat_block .right h2 {
    font-size: 25rem;
    margin: 50rem 0;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block .right h2 {
    font-size: 31rem;
    margin-bottom: 30rem;
  }
}
.takuhai__repeat_block .right p {
  color: #000000;
}
@media (min-width: 751px) {
  .takuhai__repeat_block .right p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block .right p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .takuhai__repeat_block:nth-of-type(odd) .float {
    top: -170rem;
    left: 60rem;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block:nth-of-type(odd) .float {
    top: -120rem;
    left: 30rem;
  }
}
@media (min-width: 751px) {
  .takuhai__repeat_block:nth-of-type(even) .float {
    top: -170rem;
    right: 60rem;
  }
}
@media (max-width: 750px) {
  .takuhai__repeat_block:nth-of-type(even) .float {
    top: -120rem;
    right: 30rem;
  }
}
.takuhai__repeat_block:nth-of-type(1) .right h2 {
  background: #064dcb;
}
.takuhai__repeat_block:nth-of-type(2) .right h2 {
  background: #cdd277;
}
.takuhai__repeat_block:nth-of-type(3) .right h2 {
  background: #f393f2;
}
.takuhai__repeat_block:nth-of-type(4) .right h2 {
  background: #7bc79a;
}

.system {
  position: relative;
  background: #c7e1f3;
}
@media (min-width: 751px) {
  .system {
    padding: 300rem 0 165rem 0;
  }
}
@media (max-width: 750px) {
  .system {
    padding: 190rem 40rem 45rem;
  }
}
.system:before {
  content: "";
  width: 100%;
  background-image: url(./images/common/system__wave1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .system:before {
    height: 345rem;
    background-size: cover;
    top: -333rem;
  }
}
@media (max-width: 750px) {
  .system:before {
    height: 110rem;
    background-size: contain;
    top: -106rem;
  }
}
.system:after {
  content: "";
  width: 100%;
  background-image: url(./images/common/system__wave2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .system:after {
    height: 371rem;
    background-size: cover;
    bottom: -363rem;
  }
}
@media (max-width: 750px) {
  .system:after {
    height: 110rem;
    background-size: cover;
    bottom: -107rem;
  }
}
.system__head {
  position: absolute;
  top: 70rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .system__head img {
    width: 671rem;
  }
}
@media (min-width: 751px) {
  .system__content {
    width: 1520rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 751px) {
  .system__content img {
    width: 728rem;
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .system__content img {
    margin-bottom: 40rem;
    width: 100%;
  }
}

.sample1 {
  position: relative;
}
@media (min-width: 751px) {
  .sample1 {
    display: table;
    width: 100%;
    padding: 320rem 0 420rem;
  }
}
@media (max-width: 750px) {
  .sample1 {
    padding: 170rem 0 250rem;
  }
}
.sample1.check {
  display: block;
}
@media (min-width: 751px) {
  .sample1.check {
    padding: 0 0 600rem;
  }
}
@media (max-width: 750px) {
  .sample1.check {
    padding: 30rem 0 250rem;
  }
}
.sample1.check .caution {
  display: none;
}
.sample1.check .check__p {
  text-align: center;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .sample1.check .separate {
    display: block;
  }
}
@media (min-width: 751px) {
  .sample1.check .separate__block {
    width: 100%;
  }
}
.sample1.check .separate__block p {
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .sample1.check .separate__block p {
    font-size: 18rem;
  }
}
@media (min-width: 751px) {
  .sample1.check .separate__block:nth-of-type(2) {
    margin: 40rem 0;
  }
}
@media (min-width: 751px) {
  .sample1.check .sample1__right {
    width: 800rem;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
}
.sample1.check .zip small {
  display: none;
}
.sample1.check .kakunin p {
  display: none;
}
.sample1.check .checkbox {
  display: none;
}
.sample1.entry__check .submit__btn input {
  background: #064dcb;
}
.sample1.contact__check .submit__btn input {
  background: #bd0000;
}
.sample1__left {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .sample1__left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 750px) {
  .sample1__left {
    padding: 0 60rem 120rem;
  }
}
.sample1__left:before {
  background: #e4f1f6;
  content: "";
  width: 100%;
  z-index: -3;
  position: absolute;
  top: -220rem;
  left: 0;
}
@media (min-width: 751px) {
  .sample1__left:before {
    height: 3200rem;
  }
}
@media (max-width: 750px) {
  .sample1__left:before {
    height: 1060rem;
  }
}
@media (min-width: 751px) {
  .sample1__left img {
    width: 750rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .sample1__left img {
    width: 100%;
    margin-bottom: 30rem;
  }
}
.sample1__left_btn a {
  background: #00a9d6;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 751px) {
  .sample1__left_btn a {
    font-size: 20rem;
    border-radius: 45.65rem;
    width: 620rem;
    margin: 0 auto;
    padding: 20rem;
  }
}
@media (max-width: 750px) {
  .sample1__left_btn a {
    font-size: 26rem;
    border-radius: 22rem;
    padding: 15rem;
  }
}
.sample1__left_btn a:after {
  content: "";
  width: 24rem;
  height: 23rem;
  background-image: url(./images/common/sample1__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10rem;
}
@media (min-width: 751px) {
  .sample1__right {
    width: 50%;
    display: table-cell;
    padding: 0 90rem;
  }
}
@media (max-width: 750px) {
  .sample1__right {
    padding: 0 40rem;
  }
}
.sample1__right .img {
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .sample1__right .img {
    width: 985rem;
  }
}
@media (max-width: 750px) {
  .sample1__right .img {
    width: 100%;
  }
}
.sample1__right_form .p-country-name {
  display: none;
}
.sample1__right_form .error {
  margin-top: 10rem;
}
.sample1__right_form .kakunin p {
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .sample1__right_form .kakunin p {
    font-size: 17rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .kakunin p {
    font-size: 24rem;
  }
}
.sample1__right_form .caution p {
  text-align: center;
  color: #4c4c4c;
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  .sample1__right_form .caution p {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .caution p {
    font-size: 28rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form .separate {
    display: flex;
    justify-content: center;
    margin-bottom: 130rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .separate {
    margin-bottom: 65rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form .separate__block {
    width: 296rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form .separate__block:nth-of-type(2) {
    margin: 0 40rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .separate__block:nth-of-type(2) {
    margin: 40rem 0;
  }
}
.sample1__right_form .separate__block p {
  color: #010101;
  line-height: 1;
}
@media (min-width: 751px) {
  .sample1__right_form .separate__block p {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .separate__block p {
    font-size: 26rem;
  }
}
.sample1__right_form .separate__block select {
  border: 1px solid #969696;
  background: #f7f7f7;
  border-radius: 3rem;
  width: 100%;
  margin-top: 20rem;
}
@media (min-width: 751px) {
  .sample1__right_form .separate__block select {
    font-size: 20rem;
    padding: 14rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .separate__block select {
    font-size: 28rem;
    padding: 14rem;
  }
}
.sample1__right_form .hissu {
  color: #000000;
}
@media (min-width: 751px) {
  .sample1__right_form .hissu {
    font-size: 17rem;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .hissu {
    font-size: 25rem;
    margin-bottom: 40rem;
  }
}
.sample1__right_form .hissu:first-letter {
  color: #ff0000;
}
@media (min-width: 751px) {
  .sample1__right_form dl {
    display: flex;
    width: 100%;
    margin-bottom: 45rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl {
    margin-bottom: 25rem;
  }
}
.sample1__right_form dl dt {
  color: #000000;
}
@media (min-width: 751px) {
  .sample1__right_form dl dt {
    width: 360rem;
    font-size: 24rem;
  }
}
.sample1__right_form dl dt .required {
  color: #ff0000;
}
.sample1__right_form dl dd {
  vertical-align: middle;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd {
    display: table-cell;
    width: calc(100% - 360rem);
    font-size: 24rem;
    padding: 10rem 0;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd {
    padding-bottom: 20rem;
  }
}
.sample1__right_form dl dd input[type=text], .sample1__right_form dl dd input[type=email] {
  background: #f7f7f7;
  border: 1px solid #969696;
  border-radius: 3px;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd input[type=text], .sample1__right_form dl dd input[type=email] {
    padding: 15rem;
    font-size: 24rem;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd input[type=text], .sample1__right_form dl dd input[type=email] {
    width: 100%;
    padding: 15rem;
    font-size: 26rem;
  }
}
.sample1__right_form dl dd textarea {
  background: #f7f7f7;
  border: 1px solid #969696;
  border-radius: 3px;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd textarea {
    padding: 15rem;
    font-size: 18rem;
    width: 100%;
    min-height: 310rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd textarea {
    padding: 20rem;
    font-size: 26rem;
    width: 100%;
  }
}
.sample1__right_form dl dd.zip {
  display: flex;
  align-items: center;
  position: relative;
}
.sample1__right_form dl dd.zip .error {
  position: absolute;
  bottom: -30rem;
}
.sample1__right_form dl dd.zip input {
  margin-right: 20rem;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd.zip input {
    width: 165rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd.zip input {
    width: 205rem;
  }
}
.sample1__right_form dl dd.zip small {
  color: #fff;
  background: #0b075b;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 165rem;
  padding: 5rem;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd.zip small {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd.zip small {
    font-size: 25rem;
  }
}
.sample1__right_form dl dd.zip small:after {
  content: "ハイフン不要";
  position: absolute;
  color: #000000;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd.zip small:after {
    font-size: 15rem;
    top: 4rem;
    right: -110rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd.zip small:after {
    font-size: 24rem;
    top: 2rem;
    right: -170rem;
  }
}
.sample1__right_form dl dd .pref {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
  position: relative;
}
.sample1__right_form dl dd .pref .error {
  position: absolute;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .pref .error {
    right: 100rem;
    top: -1rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .pref .error {
    top: -3rem;
    right: 0;
    font-size: 23rem;
  }
}
.sample1__right_form dl dd .pref small {
  color: #000;
  margin-right: 25rem;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .pref small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .pref small {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .pref input {
    width: 193rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .pref input {
    width: 230rem;
  }
}
.sample1__right_form dl dd .city {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .city {
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .city {
    margin-bottom: 40rem;
  }
}
.sample1__right_form dl dd .city .error {
  position: absolute;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .city .error {
    bottom: -30rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .city .error {
    bottom: -47rem;
  }
}
.sample1__right_form dl dd .city small {
  color: #000000;
  margin-right: 25rem;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .city small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .city small {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .city input {
    width: 495rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .city input {
    width: 470rem;
  }
}
.sample1__right_form dl dd .town small {
  display: block;
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .sample1__right_form dl dd .town small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form dl dd .town small {
    font-size: 25rem;
  }
}
.sample1__right_form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample1__right_form .submit .back {
  border: none;
  text-decoration: underline;
  background: none;
  margin-right: 10rem;
}
@media (max-width: 750px) {
  .sample1__right_form .submit .back {
    font-size: 24rem;
  }
}
.sample1__right_form .submit__btn {
  position: relative;
}
@media (min-width: 751px) {
  .sample1__right_form .submit__btn {
    width: 500rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .submit__btn {
    width: 425rem;
  }
}
.sample1__right_form .submit__btn:after {
  content: "";
  width: 45rem;
  height: 45rem;
  background-image: url(./images/common/submit__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .sample1__right_form .submit__btn:after {
    top: 35rem;
    right: 55rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .submit__btn:after {
    top: 31rem;
    right: 53rem;
  }
}
.sample1__right_form .submit__btn input {
  border: none;
  background: #40a7db;
  color: #fff;
  padding: 32rem;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 751px) {
  .sample1__right_form .submit__btn input {
    font-size: 32rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .submit__btn input {
    font-size: 28rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox {
    margin-bottom: 180rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .checkbox {
    margin-bottom: 90rem;
  }
}
.sample1__right_form .checkbox dd {
  position: relative;
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox dd {
    padding-left: 20rem;
    display: flex;
    white-space: nowrap;
  }
}
.sample1__right_form .checkbox dd .error {
  position: absolute;
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox dd .error {
    bottom: -30rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .checkbox dd .error {
    top: -8rem;
    left: 170rem;
  }
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox dd .popup {
    margin-left: 30rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .checkbox dd .popup {
    margin-top: 20rem;
  }
}
.sample1__right_form .checkbox dd .popup p:nth-of-type(1) {
  color: #000000;
  line-height: 1;
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox dd .popup p:nth-of-type(1) {
    font-size: 19rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .checkbox dd .popup p:nth-of-type(1) {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.sample1__right_form .checkbox dd .popup p:nth-of-type(2) {
  color: #d00000;
  text-decoration: underline;
  line-height: 1;
}
@media (min-width: 751px) {
  .sample1__right_form .checkbox dd .popup p:nth-of-type(2) {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .sample1__right_form .checkbox dd .popup p:nth-of-type(2) {
    font-size: 26rem;
  }
}

.privacy {
  display: none;
}
.privacy__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #767676;
  z-index: 3;
}
@media (min-width: 751px) {
  .privacy__inner {
    border-radius: 29rem;
    padding: 80rem;
    width: 1600rem;
  }
}
@media (max-width: 750px) {
  .privacy__inner {
    width: 90%;
    padding: 40rem;
    border-radius: 14.5rem;
  }
}
.privacy__inner .close {
  position: absolute;
}
@media (min-width: 751px) {
  .privacy__inner .close {
    top: 50rem;
    right: 50rem;
    width: 55rem;
  }
}
@media (max-width: 750px) {
  .privacy__inner .close {
    top: 35rem;
    right: 35rem;
    width: 55rem;
  }
}
.privacy__inner_head {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .privacy__inner_head {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .privacy__inner_head {
    font-size: 28rem;
  }
}
.privacy__inner_content p {
  color: #000000;
}
@media (min-width: 751px) {
  .privacy__inner_content p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .privacy__inner_content p {
    font-size: 26rem;
  }
}

@media (min-width: 751px) {
  .recruit__form {
    margin: 500rem 0 630rem;
  }
}
@media (max-width: 750px) {
  .recruit__form {
    margin: 150rem 0 250rem;
  }
}
.recruit__form p {
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .recruit__form p {
    font-size: 30rem;
  }
}

.company__adjust {
  margin-bottom: 15rem;
}

.company {
  position: relative;
}
@media (min-width: 751px) {
  .company {
    min-height: 1113rem;
  }
}
@media (max-width: 750px) {
  .company {
    min-height: 400rem;
  }
}
.company:after {
  content: "";
  width: 100%;
  background-image: url(./images/common/company__wave.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (min-width: 751px) {
  .company:after {
    height: 225rem;
    background-size: cover;
    bottom: -100rem;
  }
}
@media (max-width: 750px) {
  .company:after {
    height: 80rem;
    background-size: contain;
    top: 330rem;
  }
}
.company img {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .company img {
    height: 400rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -80rem;
       object-position: -80rem;
  }
}
@media (min-width: 751px) {
  .company__float {
    position: absolute;
    width: 1230rem;
    top: 270rem;
    right: 4.8%;
  }
}
.company__float h2 {
  color: #4c4c4c;
  margin-bottom: 30rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .company__float h2 {
    font-size: 72rem;
  }
}
@media (max-width: 750px) {
  .company__float h2 {
    font-size: 34rem;
    position: absolute;
    right: 10rem;
    top: 170rem;
  }
}
.company__float_text {
  color: #000000;
}
@media (min-width: 751px) {
  .company__float_text {
    font-size: 20rem;
    margin-bottom: 70rem;
  }
}
@media (max-width: 750px) {
  .company__float_text {
    font-size: 28rem;
    padding: 440rem 40rem 0;
  }
}
.company__float_right {
  text-align: right;
}
@media (max-width: 750px) {
  .company__float_right {
    margin: 0 40rem;
  }
}
.company__float_right p {
  color: #000000;
}
@media (min-width: 751px) {
  .company__float_right p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .company__float_right p {
    font-size: 26rem;
  }
}

.company__repeat {
  margin-bottom: 160rem;
}
@media (min-width: 751px) {
  .company__repeat {
    padding: 270rem 0 0 0;
  }
}
@media (max-width: 750px) {
  .company__repeat {
    padding: 130rem 40rem 0;
  }
}
@media (min-width: 751px) {
  .company__repeat_block {
    width: 1640rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .company__repeat_block .detail:not(:last-of-type) {
    margin-bottom: 130rem;
  }
}
@media (max-width: 750px) {
  .company__repeat_block .detail:not(:last-of-type) {
    margin-bottom: 120rem;
  }
}
.company__repeat_block .detail__head {
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}
.company__repeat_block .detail__head h2 {
  color: #010101;
  font-weight: 700;
  margin-right: 20rem;
  position: relative;
}
@media (min-width: 751px) {
  .company__repeat_block .detail__head h2 {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .company__repeat_block .detail__head h2 {
    font-size: 40rem;
  }
}
.company__repeat_block .detail__head h2:before {
  background: #3a5cae;
  width: 66rem;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: -30rem;
}
.company__repeat_block .detail__head span {
  color: #0f2e6d;
}
@media (min-width: 751px) {
  .company__repeat_block .detail__head span {
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  .company__repeat_block .detail__head span {
    font-size: 24rem;
  }
}
.company__repeat_block .detail p {
  color: #444444;
}
@media (min-width: 751px) {
  .company__repeat_block .detail p {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .company__repeat_block .detail p {
    font-size: 26rem;
  }
}

.company__gaiyo_block:nth-of-type(2) {
  background: #faf9f1;
}
@media (min-width: 751px) {
  .company__gaiyo_block:nth-of-type(2) {
    padding: 90rem 0 700rem 0;
    margin-top: 170rem;
  }
}
@media (max-width: 750px) {
  .company__gaiyo_block:nth-of-type(2) {
    padding: 90rem 0 260rem 0;
    margin-top: 85rem;
  }
}
@media (min-width: 751px) {
  .company__gaiyo_block .detail {
    width: 1640rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .company__gaiyo_block .detail {
    margin: 0 40rem;
  }
}
.company__gaiyo_block .detail h2 {
  color: #010101;
  padding-left: 15rem;
}
@media (min-width: 751px) {
  .company__gaiyo_block .detail h2 {
    font-size: 40rem;
    margin-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .company__gaiyo_block .detail h2 {
    font-size: 40rem;
    margin-bottom: 20rem;
  }
}
.company__gaiyo_block .detail__nakami dl {
  width: 100%;
  border-bottom: 1px solid #969696;
  display: flex;
}
.company__gaiyo_block .detail__nakami dl:first-of-type {
  border-top: 1px solid #969696;
}
.company__gaiyo_block .detail__nakami dl dt {
  color: #010101;
}
@media (min-width: 751px) {
  .company__gaiyo_block .detail__nakami dl dt {
    width: 555rem;
    padding: 40rem 20rem;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .company__gaiyo_block .detail__nakami dl dt {
    width: 30%;
    font-size: 26rem;
    padding: 20rem;
  }
}
.company__gaiyo_block .detail__nakami dl dd {
  color: #010101;
}
@media (min-width: 751px) {
  .company__gaiyo_block .detail__nakami dl dd {
    width: calc(100% - 555rem);
    padding: 40rem 0;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .company__gaiyo_block .detail__nakami dl dd {
    width: 70%;
    font-size: 26rem;
    padding: 20rem;
  }
}

.contact {
  margin-top: 110rem;
}
@media (min-width: 751px) {
  .contact {
    margin-bottom: 650rem;
  }
}
@media (max-width: 750px) {
  .contact {
    margin-bottom: 300rem;
  }
}
@media (min-width: 751px) {
  .contact__inner {
    width: 1500rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .contact__inner {
    margin: 0 40rem;
  }
}
.contact__inner .head {
  color: #010101;
  text-align: center;
}
@media (min-width: 751px) {
  .contact__inner .head {
    font-size: 25rem;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .head {
    margin-bottom: 40rem;
    font-size: 28rem;
  }
}
.contact__inner .flow {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 70rem;
}
.contact__inner .flow.entry1:before {
  background: rgba(6, 77, 203, 0.6);
}
.contact__inner .flow.entry1:after {
  background: rgba(6, 77, 203, 0.4);
}
.contact__inner .flow.contact1:before {
  background: rgba(232, 0, 0, 0.6);
}
.contact__inner .flow.contact1:after {
  background: rgba(232, 0, 0, 0.4);
}
.contact__inner .flow__block {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 751px) {
  .contact__inner .flow__block {
    height: 129rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block {
    height: 55rem;
  }
}
.contact__inner .flow__block.blue {
  position: relative;
}
.contact__inner .flow__block.blue:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/blue1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.blue:before {
    width: 525rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.blue:before {
    width: 233.3333333333rem;
  }
}
.contact__inner .flow__block.red {
  position: relative;
}
.contact__inner .flow__block.red:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/red1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.red:before {
    width: 525rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.red:before {
    width: 233.3333333333rem;
  }
}
.contact__inner .flow__block.blue1 {
  position: relative;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.blue1 {
    padding-right: 40rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.blue1 {
    padding-right: 20rem;
  }
}
.contact__inner .flow__block.blue1:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/blue2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.blue1:before {
    width: 577rem;
    left: -50rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.blue1:before {
    width: 256.4444444444rem;
    left: -23rem;
  }
}
.contact__inner .flow__block.red1 {
  position: relative;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.red1 {
    padding-right: 40rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.red1 {
    padding-right: 20rem;
  }
}
.contact__inner .flow__block.red1:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/red2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.red1:before {
    width: 577rem;
    left: -50rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.red1:before {
    width: 256.4444444444rem;
    left: -23rem;
  }
}
.contact__inner .flow__block.blue2 {
  position: relative;
}
@media (max-width: 750px) {
  .contact__inner .flow__block.blue2 {
    padding-right: 20rem;
  }
}
.contact__inner .flow__block.blue2:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/blue3.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.blue2:before {
    width: 525rem;
    left: -25rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.blue2:before {
    width: 233.3333333333rem;
    left: -23rem;
  }
}
.contact__inner .flow__block.red2 {
  position: relative;
}
@media (max-width: 750px) {
  .contact__inner .flow__block.red2 {
    padding-right: 20rem;
  }
}
.contact__inner .flow__block.red2:before {
  content: "";
  height: 100%;
  background-image: url(./images/common/red3.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__inner .flow__block.red2:before {
    width: 525rem;
    left: -25rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block.red2:before {
    width: 233.3333333333rem;
    left: -23rem;
  }
}
@media (min-width: 751px) {
  .contact__inner .flow__block img {
    width: 108rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .flow__block img {
    width: 70rem;
  }
}
@media (min-width: 751px) {
  .contact__inner .caution {
    margin-bottom: 120rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .caution {
    margin-bottom: 60rem;
  }
}
.contact__inner .caution__head {
  text-align: center;
  color: #ba0000;
  font-weight: 700;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .contact__inner .caution__head {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .caution__head {
    font-size: 36rem;
  }
}
@media (min-width: 751px) {
  .contact__inner .caution ul {
    padding: 0 120rem;
  }
}
.contact__inner .caution ul li {
  color: #000000;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .contact__inner .caution ul li {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .caution ul li {
    font-size: 26rem;
  }
}
.contact__inner .caution ul li:first-letter {
  color: #ba0000;
}
.contact__inner .caution small {
  color: #000000;
  display: block;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .contact__inner .caution small {
    font-size: 20rem;
    padding: 0 120rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .caution small {
    font-size: 26rem;
  }
}
.contact__inner .caution .mark {
  color: #000000;
  display: block;
}
@media (min-width: 751px) {
  .contact__inner .caution .mark {
    font-size: 20rem;
    padding: 0 120rem;
  }
}
@media (max-width: 750px) {
  .contact__inner .caution .mark {
    font-size: 26rem;
  }
}
.contact__inner .caution .mark span {
  color: #ba0000;
}
.contact__form {
  position: relative;
}
.contact__form.red .submit__btn input {
  background: #bd0000;
}
.contact__form .p-country-name {
  display: none;
}
.contact__form .error {
  margin-top: 10rem;
}
.contact__form .kakunin p {
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .contact__form .kakunin p {
    font-size: 17rem;
  }
}
@media (max-width: 750px) {
  .contact__form .kakunin p {
    font-size: 24rem;
  }
}
.contact__form .caution p {
  text-align: center;
  color: #4c4c4c;
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  .contact__form .caution p {
    font-size: 26rem;
  }
}
@media (max-width: 750px) {
  .contact__form .caution p {
    font-size: 28rem;
  }
}
.contact__form dl:first-of-type {
  border-top: 1px solid #969696;
}
.contact__form dl:not(:last-of-type) {
  border-bottom: 1px solid #969696;
}
@media (max-width: 750px) {
  .contact__form dl:first-of-type dd {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .contact__form dl {
    display: flex;
    width: 100%;
  }
}
.contact__form dl dt {
  color: #000000;
}
@media (min-width: 751px) {
  .contact__form dl dt {
    width: 565rem;
    font-size: 24rem;
    padding: 30rem 0;
  }
}
.contact__form dl dt .required {
  color: #ff0000;
}
.contact__form dl dd {
  vertical-align: middle;
}
@media (min-width: 751px) {
  .contact__form dl dd {
    display: table-cell;
    width: calc(100% - 565rem);
    font-size: 18rem;
    padding: 30rem 0;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd {
    padding-bottom: 20rem;
  }
}
.contact__form dl dd .popup__expand {
  color: #d00000;
  text-decoration: underline;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 751px) {
  .contact__form dl dd .popup__expand {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .popup__expand {
    font-size: 26rem;
  }
}
.contact__form dl dd input[type=text], .contact__form dl dd input[type=email] {
  background: #f7f7f7;
  border: 1px solid #969696;
  border-radius: 3px;
}
@media (min-width: 751px) {
  .contact__form dl dd input[type=text], .contact__form dl dd input[type=email] {
    padding: 27rem;
    font-size: 24rem;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd input[type=text], .contact__form dl dd input[type=email] {
    width: 100%;
    padding: 15rem;
    font-size: 26rem;
  }
}
.contact__form dl dd select {
  border: 1px solid #969696;
  background: #f7f7f7;
  border-radius: 3rem;
}
@media (min-width: 751px) {
  .contact__form dl dd select {
    font-size: 20rem;
    padding: 14rem;
    width: 257rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd select {
    font-size: 28rem;
    padding: 14rem;
    width: 100%;
  }
}
.contact__form dl dd textarea {
  background: #f7f7f7;
  border: 1px solid #969696;
  border-radius: 3px;
}
@media (min-width: 751px) {
  .contact__form dl dd textarea {
    padding: 27rem;
    font-size: 18rem;
    width: 100%;
    min-height: 310rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd textarea {
    padding: 20rem;
    font-size: 26rem;
    width: 100%;
  }
}
.contact__form dl dd.zip {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .contact__form dl dd.zip .error {
    position: absolute;
    bottom: -30rem;
  }
}
.contact__form dl dd.zip input {
  margin-right: 20rem;
}
@media (min-width: 751px) {
  .contact__form dl dd.zip input {
    width: 165rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd.zip input {
    width: 205rem;
  }
}
.contact__form dl dd.zip small {
  color: #fff;
  background: #0b075b;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 165rem;
  padding: 5rem;
}
@media (min-width: 751px) {
  .contact__form dl dd.zip small {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd.zip small {
    font-size: 25rem;
  }
}
.contact__form dl dd.zip small:after {
  content: "ハイフン不要";
  position: absolute;
  color: #000000;
}
@media (min-width: 751px) {
  .contact__form dl dd.zip small:after {
    font-size: 15rem;
    top: 4rem;
    right: -110rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd.zip small:after {
    font-size: 24rem;
    top: 2rem;
    right: -170rem;
  }
}
.contact__form dl dd .pref {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
  position: relative;
}
.contact__form dl dd .pref .error {
  position: absolute;
}
@media (min-width: 751px) {
  .contact__form dl dd .pref .error {
    left: 320rem;
    top: -1rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .pref .error {
    top: -3rem;
    right: 0;
    font-size: 23rem;
  }
}
.contact__form dl dd .pref small {
  color: #000;
  margin-right: 25rem;
}
@media (min-width: 751px) {
  .contact__form dl dd .pref small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .pref small {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .contact__form dl dd .pref input {
    width: 193rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .pref input {
    width: 230rem;
  }
}
.contact__form dl dd .city {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 751px) {
  .contact__form dl dd .city {
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .city {
    margin-bottom: 40rem;
  }
}
.contact__form dl dd .city .error {
  position: absolute;
}
@media (min-width: 751px) {
  .contact__form dl dd .city .error {
    bottom: -30rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .city .error {
    bottom: -47rem;
  }
}
.contact__form dl dd .city small {
  color: #000000;
  margin-right: 25rem;
}
@media (min-width: 751px) {
  .contact__form dl dd .city small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .city small {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .contact__form dl dd .city input {
    width: 495rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .city input {
    width: 470rem;
  }
}
.contact__form dl dd .town small {
  display: block;
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .contact__form dl dd .town small {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd .town small {
    font-size: 25rem;
  }
}
.contact__form dl dd.pic input {
  display: block;
}
@media (min-width: 751px) {
  .contact__form dl dd.pic input {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd.pic input {
    font-size: 25rem;
  }
}
.contact__form dl dd.pic small {
  color: #4a4a4a;
}
@media (min-width: 751px) {
  .contact__form dl dd.pic small {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .contact__form dl dd.pic small {
    font-size: 26rem;
  }
}
.contact__form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 751px) {
  .contact__form .submit {
    margin-top: 140rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit {
    margin-top: 70rem;
  }
}
.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: 500rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit__btn {
    width: 425rem;
  }
}
.contact__form .submit__btn:after {
  content: "";
  width: 45rem;
  height: 45rem;
  background-image: url(./images/common/submit__mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 751px) {
  .contact__form .submit__btn:after {
    top: 35rem;
    right: 55rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit__btn:after {
    top: 31rem;
    right: 53rem;
  }
}
.contact__form .submit__btn input {
  border: none;
  background: #064dcb;
  color: #fff;
  padding: 32rem;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 751px) {
  .contact__form .submit__btn input {
    font-size: 32rem;
  }
}
@media (max-width: 750px) {
  .contact__form .submit__btn input {
    font-size: 28rem;
  }
}
@media (min-width: 751px) {
  .contact__form .checkbox {
    margin-bottom: 180rem;
  }
}
@media (max-width: 750px) {
  .contact__form .checkbox {
    margin-bottom: 90rem;
  }
}
.contact__form .checkbox dd {
  position: relative;
}
@media (min-width: 751px) {
  .contact__form .checkbox dd {
    padding-left: 20rem;
    display: flex;
    white-space: nowrap;
  }
}
.contact__form .checkbox dd .error {
  position: absolute;
}
@media (min-width: 751px) {
  .contact__form .checkbox dd .error {
    bottom: -30rem;
  }
}
@media (max-width: 750px) {
  .contact__form .checkbox dd .error {
    top: -8rem;
    left: 170rem;
  }
}
@media (min-width: 751px) {
  .contact__form .checkbox dd .popup {
    margin-left: 30rem;
  }
}
@media (max-width: 750px) {
  .contact__form .checkbox dd .popup {
    margin-top: 20rem;
  }
}
.contact__form .checkbox dd .popup p:nth-of-type(1) {
  color: #000000;
  line-height: 1;
}
@media (min-width: 751px) {
  .contact__form .checkbox dd .popup p:nth-of-type(1) {
    font-size: 19rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .contact__form .checkbox dd .popup p:nth-of-type(1) {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.contact__form .checkbox dd .popup p:nth-of-type(2) {
  color: #d00000;
  text-decoration: underline;
  line-height: 1;
}
@media (min-width: 751px) {
  .contact__form .checkbox dd .popup p:nth-of-type(2) {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .contact__form .checkbox dd .popup p:nth-of-type(2) {
    font-size: 26rem;
  }
}/*# sourceMappingURL=style.css.map */