@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "游明朝体", "YuMincho", "Yu Mincho M", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "HGS明朝E", serif;
  src: local("游明朝");
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 500px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .pc-pb0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 500px) {
  .sp-pb0 {
    padding-bottom: 0 !important;
  }
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #444 !important;
}

.text-red {
  color: #f25151 !important;
}

.text-orange {
  color: #ff8d12 !important;
}

.text-blue {
  color: #649ee0 !important;
}

.text-green {
  color: #85c272 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-black {
  font-weight: 900 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 1200px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (max-width: 500px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .sp,
  .pda,
  .pda-sp {
    display: none !important;
  }
}

@media (min-width: 501px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .pc-only {
    display: none !important;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

html {
  font-size: 62.5%;
}

body {
  background: #000000;
  font-family: "游明朝", "游明朝体", "YuMincho", "Yu Mincho M", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "HGS明朝E", serif;
  font-size: 1.8em;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

header, footer, main, article, section, div,
h1, h2, h3, h4, h5, h6, h7,
p, span, a, b, i, em, strong, small,
table, th, td,
dl, dt, dd, ul, ol, li,
input, button, textarea, select {
  color: #fff;
  font-size: 100%;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}

a,
button,
input[type=submit] {
  font-family: "游明朝", "游明朝体", "YuMincho", "Yu Mincho M", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "HGS明朝E", serif;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

a.text-link,
button.text-link,
input[type=submit].text-link {
  text-decoration: underline;
}

a.text-link:hover,
button.text-link:hover,
input[type=submit].text-link:hover {
  text-decoration: none;
}

ul, ol, dl {
  list-style: none;
}

ul li::before {
  display: inline-block;
  content: "";
  margin-top: 6px;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #353535;
}

ul li br {
  display: block;
  content: "";
  margin-top: 1.4rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.crumbs_area {
  margin: 50px 0;
}

.crumbs_area ul li {
  display: inline-block;
}

.crumbs_area ul li:not(:last-child):after {
  content: '>';
  margin: 0 0.5em;
}

h2 {
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  position: relative;
}

h2::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 3.0rem;
    margin-bottom: 8.2rem;
  }
  h2::before {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  h2 {
    font-size: 2.72727vw;
    margin-bottom: 2.72727vw;
  }
  h2::before {
    content: "";
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 3.846153846vw;
    margin-bottom: 8vw;
  }
  h2::before {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #fff;
}

@media (min-width: 501px) {
  p {
    font-size: 1.8rem;
    line-height: 2.0;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 500px) {
  p {
    font-size: 3.846153846vw;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
}

dl dt {
  font-weight: bold;
}

@media (min-width: 501px) {
  dl dt {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 500px) {
  dl dt {
    margin-bottom: 2.564102564vw;
    font-size: 3.846153846vw;
  }
}

dl dd {
  font-weight: normal;
  border-bottom: 1px solid #707070;
}

@media (min-width: 501px) {
  dl dd {
    font-size: 1.8rem;
    padding-bottom: 2.0rem;
    margin-bottom: 2.0rem;
  }
}

@media (max-width: 500px) {
  dl dd {
    font-size: 3.846153846vw;
    padding-bottom: 5.128205128vw;
    margin-bottom: 5.128205128vw;
  }
}

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

@media (min-width: 501px) {
  table {
    border-spacing: 0 20px;
  }
}

@media (max-width: 500px) {
  table {
    border-spacing: 0 2.66667vw;
  }
}

table tbody tr {
  width: 100%;
  color: #000;
}

table tbody th {
  color: #000;
  background: #CDCDCD;
  line-height: 2;
}

@media (min-width: 501px) {
  table tbody th {
    width: 40%;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  table tbody th {
    width: 38.57%;
    font-size: 3.846153846vw;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}

table tbody td {
  color: #000;
  background: #fff;
  line-height: 2;
  text-align: left;
}

@media (min-width: 501px) {
  table tbody td {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  table tbody td {
    font-size: 3.846153846vw;
    padding: 5.33333vw 4vw;
  }
}

a.btn01,
button.btn01,
input[type=submit].btn01,
span.btn01 {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.btn01 span,
button.btn01 span,
input[type=submit].btn01 span,
span.btn01 span {
  position: relative;
  color: #fff;
}

@media (min-width: 501px) {
  a.btn01,
  button.btn01,
  input[type=submit].btn01,
  span.btn01 {
    padding: 1.5rem 6rem;
  }
}

@media (max-width: 500px) {
  a.btn01,
  button.btn01,
  input[type=submit].btn01,
  span.btn01 {
    font-size: 3.846153846vw;
    padding: 0.7rem 4rem;
  }
}

a.btn01:hover,
button.btn01:hover,
input[type=submit].btn01:hover,
span.btn01:hover {
  opacity: 0.6;
}

a.btn01:hover span,
button.btn01:hover span,
input[type=submit].btn01:hover span,
span.btn01:hover span {
  color: #fff;
}

@media (min-width: 1024px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox.count2 .col {
    width: 46.66667%;
    margin-top: 40px;
  }
  .flexbox.count2.full .col {
    width: 50%;
    margin-top: 0 !important;
  }
  .flexbox.count2.wide .col {
    width: 100%;
    margin-top: 0 !important;
  }
  .flexbox.count3::after {
    display: block;
    content: "";
    width: 31.05023%;
  }
  .flexbox.count3 .col {
    width: 31.05023%;
  }
  .flexbox.count3 .col:not(:nth-child(-n+3)) {
    margin-top: 0px;
  }
  .flexbox.count3.full .col {
    width: 33.33333%;
    margin-top: 0 !important;
  }
  .flexbox.count4 .col:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }
  .flexbox.count4.full .col {
    width: 25%;
    margin-top: 0 !important;
  }
  .flexbox.count5 .col:not(:nth-child(-n+5)) {
    margin-top: 30px;
  }
  .flexbox.count5.full .col {
    width: 20%;
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox.count2.wide .col {
    width: 42.30769%;
    margin-top: 0 !important;
  }
}

@media (max-width: 1023px) {
  .flexbox:not(.sp-count2) .col:not(:first-child) {
    margin-top: 16vw;
  }
  .flexbox.sp-count2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox.sp-count2.full .col {
    width: 50%;
    margin-top: 0 !important;
  }
  .flexbox.sp-count3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox.sp-count3.full .col {
    width: 33.33333%;
    margin-top: 0 !important;
  }
}

@media (max-width: 500px) {
  #global-head {
    background: #000;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 13.33333vw;
    top: 0;
  }
  #global-head .head-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000000;
    width: 100%;
    height: 13.33333vw;
  }
  #global-head .head-container .logo {
    position: absolute;
    left: 8vw;
    width: 37.46667vw;
  }
  #global-head .head-container .hamburger {
    z-index: 1001;
    width: 6.66667vw;
    height: 5.33333vw;
    position: absolute;
    position: fixed;
    top: 3.6vw;
    right: 8vw;
  }
  #global-head .head-container .hamburger span {
    position: absolute;
    width: 100%;
    height: 0.53333vw;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #global-head .head-container .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }
  #global-head .head-container .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }
  #global-head .head-container .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }
  #global-head .head-container .hamburger.active span:first-of-type {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global-head .head-container .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #global-head .head-container .hamburger.active span:last-of-type {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #global-head .head-container #global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #global-head .head-container #global-nav .menu {
    z-index: 1000;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    min-height: 100vh;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: auto;
  }
  #global-head .head-container #global-nav .menu .logo {
    position: absolute;
    z-index: 1010;
    background: url(../img/common/logo.png) center/cover no-repeat;
    width: 281px;
    height: 70px;
    -webkit-transition: .5s;
    transition: .5s;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #global-head .head-container #global-nav .menu .logo.active {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  #global-head .head-container #global-nav .menu ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 200px;
  }
  #global-head .head-container #global-nav .menu ul li {
    line-height: 200%;
    text-align: center;
  }
  #global-head .head-container #global-nav .menu ul li a {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-head .head-container #global-nav .menu ul li::before {
    content: none;
  }
  #global-head .head-container #global-nav .menu.active {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #global-head .head-container #global-nav .menu .tel {
    position: absolute;
    top: 570px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #global-head .head-container #global-nav .menu .tel a {
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu .address {
    position: absolute;
    top: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 100px;
  }
  #global-head .head-container #global-nav .menu .address p {
    color: #fff;
    font-size: 1.5rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  #global-head {
    top: 0;
    background: #000;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 13.33333vw;
  }
  #global-head .head-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000000;
    width: 100%;
    height: 13.33333vw;
  }
  #global-head .head-container .logo {
    position: absolute;
    left: 8vw;
    width: 37.46667vw;
  }
  #global-head .head-container .hamburger {
    z-index: 1001;
    width: 6.66667vw;
    height: 5.33333vw;
    position: absolute;
    position: fixed;
    top: 3.6vw;
    right: 8vw;
  }
  #global-head .head-container .hamburger span {
    position: absolute;
    width: 100%;
    height: 0.53333vw;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #global-head .head-container .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }
  #global-head .head-container .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }
  #global-head .head-container .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }
  #global-head .head-container .hamburger.active span:first-of-type {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global-head .head-container .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #global-head .head-container .hamburger.active span:last-of-type {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #global-head .head-container #global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #global-head .head-container #global-nav .menu {
    z-index: 1000;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    min-height: 100vh;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: auto;
  }
  #global-head .head-container #global-nav .menu .logo {
    position: absolute;
    z-index: 1010;
    background: url(../img/common/logo.png) center/cover no-repeat;
    width: 281px;
    height: 70px;
    -webkit-transition: .5s;
    transition: .5s;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #global-head .head-container #global-nav .menu .logo.active {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  #global-head .head-container #global-nav .menu ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 200px;
  }
  #global-head .head-container #global-nav .menu ul li {
    line-height: 200%;
    text-align: center;
  }
  #global-head .head-container #global-nav .menu ul li a {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-head .head-container #global-nav .menu ul li::before {
    content: none;
  }
  #global-head .head-container #global-nav .menu.active {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #global-head .head-container #global-nav .menu .tel {
    position: absolute;
    top: 570px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #global-head .head-container #global-nav .menu .tel a {
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu .address {
    position: absolute;
    top: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 100px;
  }
  #global-head .head-container #global-nav .menu .address p {
    color: #fff;
    font-size: 1.5rem;
  }
}

@media (min-width: 501px) {
  #global-head {
    top: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  #global-head .head-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000000;
    margin: 0 auto;
    height: 100%;
    padding: 0 50px;
  }
  #global-head .head-container .logo {
    position: absolute;
    left: 4.54545vw;
  }
  #global-head .head-container .hamburger {
    z-index: 1001;
    width: 50px;
    height: 40px;
    position: absolute;
    position: fixed;
    right: 4.54545vw;
  }
  #global-head .head-container .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #global-head .head-container .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }
  #global-head .head-container .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }
  #global-head .head-container .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }
  #global-head .head-container .hamburger.active span:first-of-type {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global-head .head-container .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #global-head .head-container .hamburger.active span:last-of-type {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #global-head .head-container #global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #global-head .head-container #global-nav .menu {
    z-index: 1000;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    height: 100vh;
    padding: 50px 18.75%;
  }
  #global-head .head-container #global-nav .menu .logo {
    position: absolute;
    margin: auto;
    z-index: 1010;
    width: 281px;
    height: 70px;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/common/logo.png) center/cover no-repeat;
  }
  #global-head .head-container #global-nav .menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #global-head .head-container #global-nav .menu ul li {
    line-height: 300%;
    display: block;
    text-align: center;
  }
  #global-head .head-container #global-nav .menu ul li a {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu li::before {
    content: none;
  }
  #global-head .head-container #global-nav .menu.active {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #global-head .head-container #global-nav .menu .btn {
    top: 310px;
  }
  #global-head .head-container #global-nav .menu .tel {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #global-head .head-container #global-nav .menu .tel a {
    color: #fff;
    font-size: 3.0rem;
    text-decoration: none;
  }
  #global-head .head-container #global-nav .menu .address {
    position: absolute;
    top: 80px;
    left: 60%;
  }
  #global-head .head-container #global-nav .menu .address p {
    color: #fff;
    font-size: 1.6rem;
  }
}

#page-top {
  display: none;
  z-index: 98;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#page-top a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  text-decoration: none;
}

#page-top a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
}

#page-top span {
  display: none;
}

#global-foot * {
  color: #fff;
}

#global-foot #copylight {
  display: block;
  color: #fff;
  text-align: center;
}

@media (min-width: 501px) {
  #global-foot .container {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
  }
  #global-foot .container .logo {
    margin: 0 auto;
    width: 200px;
    margin-bottom: 20px;
  }
  #global-foot .container .sns_icon {
    margin: 20px 0;
    line-height: 1.8;
  }
  #global-foot .container .sns_icon a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 30px;
  }
  #global-foot .container #sitemap {
    padding: 25px 0;
  }
  #global-foot .container #sitemap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  #global-foot .container #sitemap .menu li {
    margin: 10px 20px;
  }
  #global-foot .container #sitemap .menu li a {
    display: inline-block;
  }
  #global-foot .container .img_bg_01 {
    background-image: url(../img/home/footer_img001.jpg);
    width: 100%;
    height: 500px;
    margin: 100px 0;
  }
  #global-foot #copylight {
    padding: 10px 0;
  }
  #global-foot #copylight p {
    display: inline;
    text-align: center;
  }
  #global-foot #copylight p:not(:first-child) {
    margin-left: 1em;
  }
}

@media (max-width: 500px) {
  #global-foot .container {
    width: 315px;
    text-align: center;
    margin: 0 auto;
  }
  #global-foot .container .logo {
    width: 51.28205128vw;
    margin: 0 auto;
    margin-bottom: 5.12820513vw;
  }
  #global-foot .container .sns_icon {
    margin: 5.12820513vw 0;
    line-height: 1.8;
  }
  #global-foot .container .sns_icon a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 7.692307692vw;
  }
  #global-foot .container nav ul li {
    font-size: 3.58974359vw;
    line-height: 3;
  }
  #global-foot .container nav ul li + li {
    border-top: 0.2564102564vw #fff solid;
  }
  #global-foot .container .img {
    background: url(../img/home/footer_img001_sp.jpg) center/cover no-repeat;
    width: 100%;
    height: 64.1025641vw;
    margin: 12.82051282vw 0;
  }
  #global-foot #copylight {
    padding: 2.564102564vw 0;
    font-size: 3.58974359vw;
  }
  #global-foot #copylight p {
    text-align: center;
  }
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.mv ul li::before {
  background: none;
}

.mv #slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 501px) and (max-width: 1199px) {
  .mv #slider {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .mv #slider {
    margin-top: 100px;
  }
}

.mv #slider div {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (min-width: 768px) {
  .sec {
    margin-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .sec {
    margin-bottom: 100px;
  }
}

.sec p:not(:last-child), .sec ul:not(:last-child), .sec dl:not(:last-child), .sec ol:not(:last-child), .sec table:not(:last-child), .sec li:not(:last-child),
.sec .text-wrap01:not(:last-child),
.sec .text-wrap02:not(:last-child),
.sec .table-wrap:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .sec .row {
    margin-bottom: 30px;
  }
  .sec .row:high {
    margin-bottom: 60px;
  }
  .sec .row:low {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sec .row {
    margin-bottom: 30px;
  }
  .sec .row:high {
    margin-bottom: 60px;
  }
  .sec .row:low {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #main-contents .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #main-contents .container-middle {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #main-contents .container-min {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  #main-contents {
    z-index: 1;
  }
  #main-contents .container {
    padding: 0 8%;
    z-index: 1;
  }
  #main-contents .container-min {
    padding: 0 8%;
    z-index: 1;
  }
}

.home-page .copy-box {
  background: #000;
  position: relative;
}

@media (max-width: 500px) {
  .home-page .copy-box {
    width: 100%;
    height: 63.33333vw;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box {
    width: 100%;
    height: 15.625vw;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box {
    width: 100%;
    height: 15.625vw;
  }
}

.home-page .copy-box .container {
  position: relative;
}

.home-page .copy-box .container .main-copy1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  font-family: "MSゴシック" ,  "游ゴシック" , YuGothic ,  "ヒラギノ角ゴ Pro" ,  "Hiragino Kami Gothic Pro" ,  "メイリオ" , Meiryo ,  "MS Pゴシック" ,  "MS PGothic" , sans-セリフ;
  src: local("MSゴシック");
  -webkit-animation: 0.6s copy1 1.0s forwards;
          animation: 0.6s copy1 1.0s forwards;
  opacity: 0;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .main-copy1 p {
    font-size: 9.33333vw;
    text-align: center;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .main-copy1 p {
    font-size: 3.125vw;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .main-copy1 p {
    font-size: 3.125vw;
    text-align: center;
  }
}

@-webkit-keyframes copy1 {
  0% {
    top: 20px;
  }
  100% {
    top: 20px;
    opacity: 1;
  }
}

@keyframes copy1 {
  0% {
    top: 20px;
  }
  100% {
    top: 20px;
    opacity: 1;
  }
}

.home-page .copy-box .container .fee {
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  -webkit-animation: 0.6s copy2 1.0s forwards;
          animation: 0.6s copy2 1.0s forwards;
  opacity: 0;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .fee {
    margin-top: 3.33333vw;
  }
}

.home-page .copy-box .container .fee h2::before {
  content: none;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .fee h2 {
    font-size: 4vw;
    margin-bottom: 2.66667vw;
    line-height: 1.0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .fee h2 {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .fee h2 {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

.home-page .copy-box .container .fee .copy {
  text-align: center;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .fee .copy {
    font-size: 4vw;
    margin-bottom: 2.66667vw;
    line-height: 1.0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .fee .copy {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .fee .copy {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

.home-page .copy-box .container .fee .fee-text {
  text-align: center;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .fee .fee-text {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
    line-height: 1.0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .fee .fee-text {
    font-size: 1.35417vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .fee .fee-text {
    font-size: 1.35417vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

.home-page .copy-box .container .fee .text {
  text-align: center;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .fee .text {
    line-height: 1.0;
    margin-bottom: 2.66667vw;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .fee .text {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .fee .text {
    font-size: 1.04167vw;
    margin-bottom: 0.78125vw;
    line-height: 1.0;
  }
}

@-webkit-keyframes copy2 {
  100% {
    opacity: 1;
  }
}

@keyframes copy2 {
  100% {
    opacity: 1;
  }
}

.home-page .copy-box .container .open-close {
  text-align: right;
  -webkit-animation: 0.6s copy2 1.0s forwards;
          animation: 0.6s copy2 1.0s forwards;
  opacity: 0;
}

@media (max-width: 500px) {
  .home-page .copy-box .container .open-close {
    text-align: right;
    margin-top: 3.33333vw;
    line-height: 1.0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .copy-box .container .open-close {
    position: absolute;
    right: 13.54167vw;
    bottom: 0;
    line-height: 1.0;
  }
  .home-page .copy-box .container .open-close p {
    font-size: 1.04167vw;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .home-page .copy-box .container .open-close {
    position: absolute;
    right: 13.54167vw;
    bottom: 0;
    line-height: 1.0;
  }
  .home-page .copy-box .container .open-close p {
    font-size: 1.04167vw;
    text-align: right;
  }
}

@keyframes copy2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home-page .event-guide {
  background: #353535;
}

@media (min-width: 768px) {
  .home-page .event-guide p {
    text-align: center;
    vertical-align: middle;
    padding-top: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
  }
  .home-page .event-guide .sns_icon {
    padding-bottom: 1.5rem;
  }
  .home-page .event-guide .sns_icon a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 40px;
  }
}

@media (max-width: 767px) {
  .home-page .event-guide p {
    text-align: center;
    vertical-align: middle;
    padding-top: 5.6vw;
    font-size: 1.8rem;
    color: #fff;
  }
  .home-page .event-guide .sns_icon {
    padding-bottom: 5.6vw;
  }
  .home-page .event-guide .sns_icon a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 7.692307692vw;
  }
}

.home-page .home-info {
  margin-top: 100px;
}

.home-page .home-info .fb {
  text-align: center;
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home01 h2 {
    margin-top: 10.90909vw;
  }
  .home-page .home01 h2::before {
    background: url(../img/home/home01_title.png) center/cover no-repeat;
    width: 33.63636vw;
    height: 12.90909vw;
  }
}

@media (min-width: 1200px) {
  .home-page .home01 h2 {
    margin-top: 120px;
  }
  .home-page .home01 h2::before {
    background: url(../img/home/home01_title.png) center/cover no-repeat;
    width: 370px;
    height: 142px;
  }
}

@media (max-width: 500px) {
  .home-page .home01 h2 {
    margin-top: 16vw;
  }
  .home-page .home01 h2::before {
    background: url(../img/home/home01_title.png) center/cover no-repeat;
    width: 49.33333vw;
    height: 18.93333vw;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home01 figure {
    max-width: 630px;
    max-height: 405px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .home-page .home01 figure {
    width: 630px;
    height: 405px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .home-page .home01 figure {
    margin-bottom: 8vw;
  }
}

.home-page .home02 .insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.home-page .home02 .insta_list li {
  position: relative;
  width: calc((100% - 40px)/3);
}

@media screen and (max-width: 750px) {
  .home-page .home02 .insta_list li {
    width: calc((100% - 20px)/2);
  }
}

.home-page .home02 .insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-page .home02 .insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-page .home02 .insta_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .home02 .insta_btn {
  background-color: #000;
  padding: .5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.home-page .home02 .insta_btn a {
  color: #fff;
  text-decoration: none;
}

.home-page .home02 .insta_btn:hover {
  background-color: #999;
}

@media (min-width: 768px) {
  .home-page .home03 {
    margin-top: 300px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .home-page .home03 {
    margin-top: 150px;
  }
}

.home-page .home03 .col {
  position: relative;
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .flexbox:not(.sp-count2) .col:not(:first-child) {
    margin-top: 0;
  }
}

.home-page .home03 .col .home03_box {
  position: relative;
}

@media (min-width: 501px) {
  .home-page .home03 .col .home03_box {
    width: 500px;
    height: 500px;
    margin-bottom: 40%;
  }
  .home-page .home03 .col .home03_box::before {
    content: "";
    display: block;
    position: absolute;
    background: #353535;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 10;
    left: 0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box {
    width: 57.27273vw;
    height: 57.27273vw;
    margin: 0 auto;
    margin-bottom: 19.72727vw;
  }
  .home-page .home03 .col .home03_box::before {
    content: "";
    display: block;
    position: absolute;
    background: #353535;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    left: 0;
  }
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box {
    height: 84vw;
    margin-bottom: 28.93333vw;
  }
  .home-page .home03 .col .home03_box::before {
    content: "";
    display: block;
    position: absolute;
    background: #353535;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    left: 0;
  }
}

.home-page .home03 .col .home03_box h3 {
  position: absolute;
  z-index: 20;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}

@media (min-width: 1200px) {
  .home-page .home03 .col .home03_box h3 {
    left: 130px;
    top: -40px;
    font-size: 3.0rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box h3 {
    font-size: 2.72727vw;
    left: 13.63636vw;
    top: -4.54545vw;
  }
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box h3 {
    left: 20vw;
    top: -6.66667vw;
  }
}

.home-page .home03 .col .home03_box h3 span {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ABABAB;
  display: block;
}

@media (min-width: 1200px) {
  .home-page .home03 .col .home03_box h3 span {
    font-size: 110px;
    top: -60px;
    left: -130px;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box h3 span {
    font-size: 10.90909vw;
    top: -6.36364vw;
    left: -13.63636vw;
  }
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box h3 span {
    font-size: 16vw;
    top: -9.33333vw;
    left: -20vw;
  }
}

.home-page .home03 .col .home03_box .image {
  position: absolute;
  z-index: 20;
}

@media (min-width: 1200px) {
  .home-page .home03 .col .home03_box .image {
    aspect-ratio: 1 / 1;
    width: 84.13%;
    height: 84.13%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box .image {
    aspect-ratio: 1 / 1;
    width: 84.13%;
    height: 84.13%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
  }
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box .image {
    width: 70.66667vw;
    height: 70.66667vw;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
  }
}

@media (min-width: 1200px) {
  .home-page .home03 .col .home03_box.reverse {
    top: 20%;
  }
  .home-page .home03 .col .home03_box.reverse::before {
    left: auto;
    right: -7.273%;
  }
  .home-page .home03 .col .home03_box.reverse::after {
    left: 0;
    right: auto;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box.reverse::before {
    left: auto;
    right: 0;
  }
  .home-page .home03 .col .home03_box.reverse::after {
    left: auto;
    right: 3.63636vw;
  }
  .home-page .home03 .col .home03_box.reverse .image {
    left: auto;
    right: 3.63636vw;
  }
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box.reverse::before {
    left: auto;
    right: 0;
  }
  .home-page .home03 .col .home03_box.reverse::after {
    left: 0;
    right: auto;
  }
}

.home-page .home03 .col .home03_box.reverse h3 {
  left: auto;
}

@media (max-width: 500px) {
  .home-page .home03 .col .home03_box.reverse h3 {
    right: 5.33333vw;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home03 .col .home03_box.reverse h3 {
    right: 3.63636vw;
  }
}

@media (min-width: 1200px) {
  .home-page .home03 .col .home03_box.reverse h3 {
    right: -3.63%;
  }
}

.home-page .home03 .col .home03_box.reverse h3 span {
  left: auto;
  right: 0;
}

.home-page .home04 {
  background-color: #353535;
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home04 {
    padding-top: 9.09091vw;
    padding-bottom: 9.09091vw;
  }
}

@media (min-width: 1200px) {
  .home-page .home04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 500px) {
  .home-page .home04 {
    padding-top: 13.33333vw;
    padding-bottom: 26.66667vw;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home04 h2::before {
    background: url(../img/home/home04_title.png) center/cover no-repeat;
    width: 33.63636vw;
    height: 12.90909vw;
  }
}

@media (min-width: 1200px) {
  .home-page .home04 h2::before {
    background: url(../img/home/home04_title.png) center/cover no-repeat;
    width: 370px;
    height: 142px;
  }
}

@media (max-width: 500px) {
  .home-page .home04 h2::before {
    background: url(../img/home/home04_title.png) center/cover no-repeat;
    width: 49.33333vw;
    height: 18.93333vw;
  }
}

.home-page .home04 h3 {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-page .home04 h3 {
    font-size: 2.5rem;
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home04 h3 {
    font-size: 2.5rem;
    margin-top: 1.81818vw;
    margin-bottom: 7.27273vw;
  }
}

@media (max-width: 500px) {
  .home-page .home04 h3 {
    margin-top: 2.66667vw;
  }
}

@media (min-width: 768px) {
  .home-page .home05 {
    margin-bottom: 100px;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 h2::before {
    background: url(../img/home/home05_title.png) center/cover no-repeat;
    width: 14.09091vw;
    height: 12.90909vw;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .home-page .home05 h2::before {
    background: url(../img/home/home05_title.png) center/cover no-repeat;
    width: 155px;
    height: 142px;
    top: 0;
  }
}

@media (max-width: 500px) {
  .home-page .home05 h2::before {
    background: url(../img/home/home05_title.png) center/cover no-repeat;
    width: 20.66667vw;
    height: 18.93333vw;
    top: 0;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 .row {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .home-page .home05 .row {
    margin-bottom: 60px;
  }
}

.home-page .home05 h3 {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-page .home05 h3 {
    font-size: 3.0rem;
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 h3 {
    font-size: 3.0rem;
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 500px) {
  .home-page .home05 h3 {
    margin-bottom: 1vw;
  }
}

@media (min-width: 501px) {
  .home-page .home05 .highlight {
    padding: 100px 0;
    background: url(../img/home/home05_bg_pc.jpg) center/cover no-repeat;
  }
}

@media (max-width: 500px) {
  .home-page .home05 .highlight {
    padding: 13.33333vw 0;
    background: url(../img/home/home05_bg_sp.jpg) center/cover no-repeat;
  }
}

.home-page .home05 .highlight p {
  color: #fff;
}

@media (min-width: 501px) {
  .home-page .home05 .highlight p {
    font-size: 2.0rem;
    line-height: 2.0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 .highlight p {
    font-size: 2.0rem;
    line-height: 2.0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 500px) {
  .home-page .home05 .highlight p {
    font-size: 3.846153846vw;
    line-height: 1.7;
    margin-bottom: 1vw;
  }
}

.home-page .home05 .highlight .fee {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-page .home05 .highlight .fee {
    font-size: 3.6rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 .highlight .fee {
    font-size: 3.6rem;
  }
}

@media (max-width: 500px) {
  .home-page .home05 .highlight .fee {
    font-size: 5.866666666666666vw;
  }
}

.home-page .home05 .highlight .text-large {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-page .home05 .highlight .text-large {
    font-size: 4.0rem;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home05 .highlight .text-large {
    font-size: 3.6rem;
  }
}

@media (max-width: 500px) {
  .home-page .home05 .highlight .text-large {
    font-size: 5.333333333333334vw;
  }
}

.home-page .home05 .btn {
  text-align: center;
  margin-top: 20px;
}

.home-page .home05 .btn a.btn01 {
  color: #353535;
}

.home-page .home05 .btn a.btn01:hover {
  color: #fff;
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home06 h2::before {
    background: url(../img/home/home06_title.png) center/cover no-repeat;
    width: 31.45455vw;
    height: 12.90909vw;
  }
}

@media (min-width: 1200px) {
  .home-page .home06 h2::before {
    background: url(../img/home/home06_title.png) center/cover no-repeat;
    width: 346px;
    height: 142px;
  }
}

@media (max-width: 500px) {
  .home-page .home06 h2::before {
    background: url(../img/home/home06_title.png) center/cover no-repeat;
    width: 46.13333vw;
    height: 18.93333vw;
  }
}

@media (min-width: 768px) {
  .home-page .home07 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .home-page .home07 {
    margin-top: 0px;
  }
}

@media (min-width: 501px) and (max-width: 1199px) {
  .home-page .home07 h2 {
    margin-bottom: 8.2rem;
  }
  .home-page .home07 h2::before {
    background: url(../img/home/home07_title.png) center/cover no-repeat;
    width: 24vw;
    height: 12.90909vw;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .home-page .home07 h2 {
    margin-bottom: 8.2rem;
  }
  .home-page .home07 h2::before {
    background: url(../img/home/home07_title.png) center/cover no-repeat;
    width: 264px;
    height: 142px;
    top: 0;
  }
}

@media (max-width: 500px) {
  .home-page .home07 h2 {
    margin-bottom: 9.6vw;
  }
  .home-page .home07 h2::before {
    background: url(../img/home/home07_title.png) center/cover no-repeat;
    width: 35.2vw;
    height: 18.93333vw;
    top: 0;
  }
}

/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  -webkit-animation: 0s fadeInAnime 0.01s forwards;
          animation: 0s fadeInAnime 0.01s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
  }
  100% {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  -webkit-animation: 0.6s fadeInAnime 1.0s forwards;
          animation: 0.6s fadeInAnime 1.0s forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  0% {
  }
  100% {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */