@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 18px;
}

@media screen and (max-width: 1299px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 799px) {
  html {
    font-size: 10px;
  }
}

html body {
  min-width: 370px;
}

html body.body-fixed {
  overflow: hidden;
}

#slide {
  margin-top: 4.3rem;
}

#slide .swiper-container {
  width: 100%;
  height: 500px;
}

#slide .swiper-container ul li {
  list-style: none;
}

#slide .swiper-container ul li.swiper-slide-next {
  transition: 1.4s;
  transform: scale(1.4) !important;
  margin-top: 5%;
}

#slide .swiper-container ul li img {
  width: 100%;
}

#slide .swiper-container .swiper-pagination-white {
  color: #fff;
}

#slide .swiper-container .swiper-button-prev {
  position: absolute;
  bottom: 155px;
  right: 408px;
  left: auto;
  top: auto;
  width: 50px;
}

#slide .swiper-container .swiper-button-prev::after {
  content: none;
}

#slide .swiper-container .swiper-button-prev img {
  width: 100%;
}

#slide .swiper-container .swiper-button-prev:hover img {
  opacity: 0.7;
}

#slide .swiper-container .swiper-button-next {
  position: absolute;
  bottom: 155px;
  right: 349px;
  left: auto;
  top: auto;
  width: 50px;
}

#slide .swiper-container .swiper-button-next::after {
  content: none;
}

#slide .swiper-container .swiper-button-next img {
  width: 100%;
}

#slide .swiper-container .swiper-button-next:hover img {
  opacity: 0.7;
}

#slide .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 156px;
  right: 489px;
  left: auto;
  top: auto;
  width: 120px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1799px) {
  #slide .swiper-container ul li.swiper-slide-next {
    margin-top: 100px;
  }
}

@media screen and (max-width: 999px) {
  #slide .swiper-container {
    height: 600px;
  }
  #slide .swiper-container ul li.swiper-slide-next {
    margin-top: 115px;
  }
}

@media screen and (max-width: 799px) {
  #slide .swiper-container ul li.swiper-slide-next {
    margin-top: 0 !important;
    transform: none !important;
  }
  #slide .swiper-container ul li.swiper-slide-active {
    transition: 1.4s;
    transform: scale(1.4) !important;
    margin-top: 115px;
  }
}

@media screen and (max-width: 599px) {
  #slide .swiper-container {
    height: 560px;
  }
  #slide .swiper-container ul li.swiper-slide-active {
    margin-top: 95px !important;
  }
  #slide .swiper-container .swiper-pagination {
    position: absolute;
    top: 280px !important;
    left: 30% !important;
  }
  #slide .swiper-container .swiper-button-prev {
    position: absolute;
    top: 295px !important;
    right: 25% !important;
    left: auto !important;
  }
  #slide .swiper-container .swiper-button-next {
    position: absolute;
    top: 295px !important;
    right: 4% !important;
    left: auto !important;
  }
  #slide .swiper-container .s-cta .s-cta-wrap p {
    bottom: 150px;
    font-size: 14px;
  }
  #slide .swiper-container .s-cta .cta-btn {
    bottom: 70px;
  }
  #slide .swiper-container .s-cta .cta-btn a {
    width: 300px;
  }
}

@media screen and (max-width: 399px) {
  #slide .swiper-container {
    height: 470px;
  }
  #slide .swiper-container .swiper-pagination {
    top: 203px !important;
  }
  #slide .swiper-container .swiper-button-prev, #slide .swiper-container .swiper-button-next {
    top: 220px !important;
  }
}

body.top .kv {
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  height: 47.5vw;
  max-height: 902px;
}

body.top .kv .kv-container {
  position: absolute;
  overflow: hidden;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  height: 47.5vw;
  max-height: 902px;
  background: url(../images/kv-bg-gray.jpg) no-repeat;
  background-size: cover;
}

body.top .kv .kv-container header {
  position: relative;
  z-index: 2;
}

body.top .kv .kv-container header .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

body.top .kv .kv-container header .pc-header .pc-logo {
  width: 24.2%;
}

body.top .kv .kv-container header .pc-header .pc-logo img {
  width: 100%;
}

body.top .kv .kv-container header .pc-header .pc-nav {
  margin-right: 0.55%;
  margin-bottom: 16px;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li {
  font-family: "Arial", "メイリオ";
  text-align: center;
  margin-right: 0.3rem;
  display: inline-block;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li a {
  font-size: 16px;
  background-color: black;
  color: white;
  line-height: 35px;
  display: inline-block;
  min-width: 132px;
  height: 35px;
  width: 100%;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li:last-child {
  margin-right: 0;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li:last-child a {
  background: url(../images/ec-icon.png) no-repeat 39px #4a6451;
  background-size: 18px;
  padding-left: 25px;
}

body.top .kv .kv-container header .pc-header .pc-nav ul li:last-child a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

@media screen and (max-width: 1799px) {
  body.top .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    min-width: 120px;
  }
}

@media screen and (max-width: 1599px) {
  body.top .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.top .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    min-width: 110px;
  }
}

@media screen and (max-width: 1199px) {
  body.top .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.top .kv .kv-container header .pc-header .pc-nav {
    display: none;
  }
  body.top .kv .kv-container header .pc-header .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 999;
  }
  body.top .kv .kv-container header .pc-header .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  body.top .kv .kv-container header .pc-header .overlay #close {
    position: absolute;
    top: 2.2vw;
    right: 2vw;
    cursor: pointer;
    width: 40px;
  }
  body.top .kv .kv-container header .pc-header .overlay #close img {
    width: 100%;
  }
  body.top .kv .kv-container header .pc-header .overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.top .kv .kv-container header .pc-header .overlay ul li {
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s, transform 0.3s;
    font-size: 16px;
  }
  body.top .kv .kv-container header .pc-header .overlay ul li a {
    color: #333;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li {
    opacity: 1;
    transform: none;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.top .kv .kv-container header .pc-header .overlay.show li:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.top .kv .kv-container header .pc-header .sp-h-nav {
    width: 40px;
  }
  body.top .kv .kv-container header .pc-header .sp-h-nav img {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  body.top .kv .kv-container header .pc-header .sp-h-nav {
    width: 23px;
  }
  body.top .kv .kv-container header .pc-header .overlay #close {
    width: 23px;
    position: absolute;
    top: 2.7vw;
    right: 2.3vw;
  }
}

@media screen and (max-width: 799px) {
  body.top .kv .kv-container header .pc-header .pc-logo {
    width: 34%;
    min-width: 200px;
  }
  body.top .kv .kv-container header .pc-header .overlay #close {
    top: 29px;
    right: 4%;
  }
}

@media screen and (min-width: 1200px) {
  body.top .kv .kv-container header .sp-h-nav,
  body.top .kv .kv-container header .overlay {
    display: none;
  }
}

body.top .kv .kv-container .kv-logo-desc {
  position: absolute;
  top: 13.5%;
  left: 2%;
  width: 17%;
  min-width: 200px;
}

body.top .kv .kv-container .kv-logo-desc img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  body.top .kv .kv-container .kv-logo-desc {
    min-width: auto;
    position: absolute;
    top: 15.5%;
    left: 3%;
  }
}

@media screen and (max-width: 999px) {
  body.top .kv .kv-container .kv-logo-desc {
    width: 200px;
  }
}

@media screen and (max-width: 799px) {
  body.top .kv .kv-container .kv-logo-desc {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

@media screen and (max-width: 499px) {
  body.top .kv .kv-container .kv-logo-desc {
    width: 180px;
    position: absolute;
    top: 60px;
    left: 25px;
  }
}

body.top .kv .kv-container .kv-mein-catch {
  width: 29.3%;
  position: absolute;
  top: 32%;
  left: 18%;
}

body.top .kv .kv-container .kv-mein-catch img {
  width: 100%;
}

body.top .kv .kv-container .kv-movie {
  overflow: hidden;
  width: 67vw;
  height: 66vw;
  border-radius: 50% 0 0 50%;
  position: absolute;
  top: -20%;
  right: -17%;
}

body.top .kv .kv-container .kv-movie video {
  height: 100%;
}

body.top .kv .kv-container .kv-movie img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

body.top .kv .kv-container .kv-sns {
  position: absolute;
  right: 19px;
  bottom: 32px;
}

body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico {
  width: 65px;
  margin-bottom: 12px;
}

body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico a {
  transition: 0.4s;
  display: inline-block;
}

body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico a:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.4s;
}

body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico a img {
  width: 100%;
}

body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico {
    width: 50px;
  }
}

@media screen and (max-width: 1399px) {
  body.top .kv .kv-container .kv-sns .sns-wrap .sns-ico {
    width: 30px;
  }
}

body.top .kv .kv-car {
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
}

body.top .kv .kv-car img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  body.top .kv {
    height: 600px;
  }
  body.top .kv .kv-container {
    overflow: auto;
    height: 555px;
    position: relative;
  }
  body.top .kv .kv-container .kv-mein-catch {
    position: static;
    width: 40%;
    margin: 30px 5% 0 auto;
    min-width: 200px;
  }
  body.top .kv .kv-container .kv-movie {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    height: 320px;
    width: 100%;
  }
  body.top .kv .kv-container .kv-movie video {
    width: 100%;
    height: auto;
  }
  body.top .kv .kv-container .kv-sns {
    right: 8px;
    bottom: 3px;
  }
  body.top .kv .kv-car {
    width: 50%;
    min-width: 230px;
  }
}

body.top .about .about-container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

body.top .about .about-container .about-wrap {
  display: flex;
  justify-content: space-between;
  padding: 8.8rem 0;
  margin: 0 auto;
  width: 65%;
  max-width: 1235px;
}

body.top .about .about-container .about-wrap .about-text {
  width: 44%;
}

body.top .about .about-container .about-wrap .about-text .about-ttl h2 {
  padding-left: 1rem;
  width: 180px;
}

body.top .about .about-container .about-wrap .about-text .about-ttl h2 img {
  width: 100%;
}

body.top .about .about-container .about-wrap .about-text .about-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  padding-left: 0.95rem;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

body.top .about .about-container .about-wrap .about-text .about-subTtl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  padding-left: 1rem;
  margin-top: 3rem;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: 0.08rem;
  color: #222222;
}

body.top .about .about-container .about-wrap .about-text .about-desc p {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 0.95rem;
  margin-top: 1.1rem;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  text-align: justify;
}

body.top .about .about-container .about-wrap .about-img {
  width: 46%;
  padding-right: 1rem;
  padding: 0;
}

body.top .about .about-container .about-wrap .about-img img {
  width: 100%;
}

body.top .about .about-container .about-greenCar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19%;
  min-width: 140px;
}

body.top .about .about-container .about-greenCar img {
  width: 100%;
}

@media screen and (max-width: 1799px) {
  body.top .about .about-container .about-wrap {
    width: 90%;
  }
  body.top .about .about-container .about-wrap .about-text {
    margin-top: 0.3rem;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.top .about .about-container .about-wrap .about-text .about-subTtl p {
    margin-top: 2rem;
  }
  body.top .about .about-container .about-wrap .about-text .about-desc p {
    margin-top: 0.5rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  body.top .about .about-container .about-wrap .about-img {
    width: 52%;
  }
}

@media screen and (max-width: 999px) {
  body.top .about .about-container .about-wrap {
    flex-direction: column;
  }
  body.top .about .about-container .about-wrap .about-text {
    width: 80%;
    margin: 0 auto;
  }
  body.top .about .about-container .about-wrap .about-img {
    width: 60%;
    margin: 2rem auto;
  }
}

@media screen and (max-width: 799px) {
  body.top .about .about-container .about-wrap {
    width: 90%;
  }
  body.top .about .about-container .about-wrap .about-text {
    width: 100%;
  }
  body.top .about .about-container .about-wrap .about-text .about-ttl {
    text-align: center;
  }
  body.top .about .about-container .about-wrap .about-text .about-ttl h2 {
    width: 120px;
    padding: 0;
    margin: 0 auto;
  }
  body.top .about .about-container .about-wrap .about-text .about-subTtl p {
    font-size: 18px;
  }
  body.top .about .about-container .about-wrap .about-text .about-desc p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-top: 24px;
  }
}

body.top .service .service-container {
  background: url(../images/top-service-bg.jpg);
  background-size: cover;
  padding: 5.4rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
  height: 1271px;
}

body.top .service .service-container .service-ttl {
  text-align: center;
}

body.top .service .service-container .service-ttl h2 {
  width: 13%;
  margin: 0 auto;
}

body.top .service .service-container .service-ttl h2 img {
  width: 100%;
}

body.top .service .service-container .service-ttl p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 18px;
  letter-spacing: 0.08rem;
}

body.top .service .service-container .service-wrap {
  display: flex;
  justify-content: space-between;
  width: 66%;
  margin: 4rem auto 0;
  padding-left: 1%;
}

body.top .service .service-container .service-wrap .service-block {
  width: 23.4%;
}

body.top .service .service-container .service-wrap .service-block img {
  width: 100%;
}

body.top .service .service-container .service-wrap .service-block p {
  color: white;
}

body.top .service .service-container .service-wrap .service-block p:nth-child(2) {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-weight: bold;
  margin-top: 1.1rem;
  font-size: 1.2rem;
  padding-right: 6%;
}

body.top .service .service-container .service-wrap .service-block p:nth-child(3) {
  text-align: justify;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0 0;
  width: 89%;
  padding-left: 3%;
  letter-spacing: 1px;
  line-height: 21px;
}

body.top .service .service-container .s-cta {
  position: relative;
  z-index: 10;
}

body.top .service .service-container .s-cta .s-cta-wrap {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  font-weight: bold;
}

body.top .service .service-container .s-cta .s-cta-wrap p {
  position: absolute;
  bottom: 103px;
  right: 345px;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
}

body.top .service .service-container .s-cta .s-cta-wrap .cta-btn {
  position: absolute;
  bottom: 35px;
  right: 349px;
}

body.top .service .service-container .s-cta .s-cta-wrap .cta-btn a {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  width: 385px;
  padding: 14px 0 14px 102px;
  transition: 0.4s;
}

body.top .service .service-container .s-cta .s-cta-wrap .cta-btn a span {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 28px;
  background: url(../images/s-cta-icon-mail.png) no-repeat left;
  background-size: 18px;
}

body.top .service .service-container .s-cta .s-cta-wrap .cta-btn a:hover {
  background: #fff;
  transition: 0.4s;
}

body.top .service .service-container .s-cta .s-cta-wrap .cta-btn a:hover span {
  color: #333;
  background: url(../images/s-cta-icon-mail2.png) no-repeat left;
  background-size: 18px;
}

@media screen and (max-width: 1199px) {
  body.top .service .service-container .swiper-pagination {
    position: absolute;
    left: 38% !important;
    top: 58% !important;
    bottom: auto !important;
    transform: translateX(-50%);
  }
  body.top .service .service-container .swiper-button-prev {
    position: absolute;
    left: 53% !important;
    top: 63% !important;
    transform: translateX(-50%);
  }
  body.top .service .service-container .swiper-button-next {
    position: absolute;
    left: 60% !important;
    top: 63% !important;
    transform: translateX(-50%);
  }
  body.top .service .service-container .s-cta .s-cta-wrap p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  body.top .service .service-container .s-cta .s-cta-wrap .cta-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  body.top .service .service-container .s-cta .s-cta-wrap .cta-btn a {
    padding: 14px 0;
  }
}

@media screen and (max-width: 999px) {
  body.top .service .service-container .service-ttl h2 {
    width: 24%;
    min-width: 140px;
  }
  body.top .service .service-container .service-wrap {
    width: 90%;
    padding: 0;
  }
  body.top .service .service-container .swiper-pagination {
    top: 60% !important;
  }
}

@media screen and (max-width: 799px) {
  body.top .service .service-container {
    height: auto;
    max-height: 2700px;
  }
  body.top .service .service-container .service-wrap {
    width: 98%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  body.top .service .service-container .service-wrap .service-block {
    width: 47%;
    margin-bottom: 18px;
  }
  body.top .service .service-container .service-wrap .service-block p {
    font-size: 12px !important;
  }
  body.top .service .service-container .swiper-pagination span {
    font-size: 12px;
  }
  body.top .service .service-container .swiper-button-next {
    left: 65% !important;
  }
}

@media screen and (max-width: 599px) {
  body.top .service .service-container {
    height: auto;
  }
}

body.top .event .event-container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

body.top .event .event-container .event-wrap {
  display: flex;
  justify-content: space-between;
  padding: 8.8rem 0;
  margin: 0 auto;
  width: 65%;
  max-width: 1235px;
}

body.top .event .event-container .event-wrap .event-img {
  width: 46%;
  padding-left: 1rem;
}

body.top .event .event-container .event-wrap .event-img img {
  width: 100%;
}

body.top .event .event-container .event-wrap .event-text {
  width: 46%;
  padding-top: 2px;
  padding-left: 1px;
}

body.top .event .event-container .event-wrap .event-text .event-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

body.top .event .event-container .event-wrap .event-text .event-desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2.7rem;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  text-align: justify;
  letter-spacing: 0.05rem;
}

body.top .event .event-container .event-wrap .event-text .desc-btn {
  margin-top: 1.6rem;
}

body.top .event .event-container .event-wrap .event-text .desc-btn a {
  display: inline-block;
  padding: 13px 10px 16px 110px;
  background: #4a6451;
  width: 384px;
  border-radius: 8px;
  border-bottom: 4px solid #062d10;
  transition: 0.4s;
}

body.top .event .event-container .event-wrap .event-text .desc-btn a span {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 14px;
  background: url(../images/top-event-arrow.png) no-repeat right;
  background-size: 18px;
  letter-spacing: 0.09rem;
  padding-right: 102px;
  font-weight: bold;
}

body.top .event .event-container .event-wrap .event-text .desc-btn a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

body.top .event .event-container .event-wrap .event-text .event-img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
  width: 97%;
}

body.top .event .event-container .event-wrap .event-text .event-img-wrap .e-wrap-block {
  width: 32.3%;
}

body.top .event .event-container .event-wrap .event-text .event-img-wrap .e-wrap-block img {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  body.top .event .event-container .event-wrap {
    width: 73%;
  }
}

@media screen and (max-width: 999px) {
  body.top .event .event-container .event-wrap {
    flex-direction: column-reverse;
  }
  body.top .event .event-container .event-wrap .event-text {
    width: 80%;
    margin: 0 auto;
  }
  body.top .event .event-container .event-wrap .event-text .desc-btn {
    text-align: center;
  }
  body.top .event .event-container .event-wrap .event-text .event-img-wrap {
    margin: 3.2rem auto 0;
    width: 100%;
  }
  body.top .event .event-container .event-wrap .event-img {
    width: 60%;
    margin: 2rem auto;
    padding: 0;
  }
}

@media screen and (max-width: 799px) {
  body.top .event .event-container .event-wrap {
    width: 90%;
  }
  body.top .event .event-container .event-wrap .event-text {
    width: 100%;
  }
  body.top .event .event-container .event-wrap .event-text .event-ttl {
    text-align: center;
  }
  body.top .event .event-container .event-wrap .event-text .event-ttl h2 {
    width: 120px;
    padding: 0;
    margin: 0 auto;
  }
  body.top .event .event-container .event-wrap .event-text .event-ttl h2 img {
    width: 100%;
  }
  body.top .event .event-container .event-wrap .event-text .event-desc p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-top: 24px;
  }
  body.top .event .event-container .event-wrap .event-text .desc-btn a {
    width: 70%;
    padding: 13px 0;
  }
  body.top .event .event-container .event-wrap .event-text .desc-btn a span {
    padding-right: 38px;
  }
}

body.top .announcement {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

body.top .announcement .announcement-container {
  position: relative;
  height: 34.2rem;
  background: url(../images/top-announcement-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

body.top .announcement .announcement-container .announcement-ttl .a-main-catch {
  margin: 0 auto;
  width: 31rem;
  padding-top: 8.4rem;
}

body.top .announcement .announcement-container .announcement-ttl .a-main-catch img {
  width: 100%;
}

body.top .announcement .announcement-container .announcement-ttl p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  font-weight: bold;
  margin-top: 14px;
  letter-spacing: 0.08rem;
}

body.top .announcement .announcement-container .announcement-desc {
  margin-top: 3.5rem;
}

body.top .announcement .announcement-container .announcement-desc p {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  font-weight: bold;
  color: #fff;
  line-height: 3.1rem;
  font-size: 1.5rem;
  letter-spacing: 0.38rem;
  margin-left: 0.5rem;
}

body.top .announcement .announcement-container .commingsoon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 65rem;
}

body.top .announcement .announcement-container .commingsoon img {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  body.top .announcement .announcement-container .commingsoon {
    width: 62%;
  }
}

body.top .cta {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

body.top .cta .cta-container {
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
}

body.top .cta .cta-container .cta-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 63.5%;
  padding: 5.5rem 0.3% 5.1rem;
}

body.top .cta .cta-container .cta-wrap a {
  display: block;
  width: 30%;
  background: #fff;
  border: 3px solid #4a6451;
  border-radius: 10px;
  border-bottom: 8px solid #4a6451;
  transition: 0.4s;
}

body.top .cta .cta-container .cta-wrap a .c-wrap-block {
  background: url(../images/icon-triangle.png) no-repeat right 7px bottom 7px;
  background-size: 21px;
}

body.top .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon {
  width: 36%;
  margin: 0 auto;
  padding-top: 2.1rem;
  transition: 0.4s;
}

body.top .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon img {
  width: 100%;
}

body.top .cta .cta-container .cta-wrap a .c-wrap-block p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  color: #4a6451;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  padding-bottom: 1.85rem;
}

body.top .cta .cta-container .cta-wrap a:hover {
  background: #dddddd;
  transition: 0.4s;
}

body.top .cta .cta-container .cta-wrap a:hover .c-wrap-block .cta-icon {
  transform: scale(1.1);
  transition: 0.4s;
}

@media screen and (max-width: 999px) {
  body.top .cta .cta-container .cta-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 799px) {
  body.top .cta .cta-container .cta-wrap {
    display: block;
  }
  body.top .cta .cta-container .cta-wrap a {
    width: 90%;
    max-width: 330px;
    margin: 2rem auto;
  }
}

body.top .access .access-container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

body.top .access .access-container .access-wrap {
  display: flex;
  justify-content: space-between;
  margin: 8rem auto 0;
  width: 65%;
  max-width: 1235px;
}

body.top .access .access-container .access-wrap .access-text {
  width: 47%;
}

body.top .access .access-container .access-wrap .access-text .access-ttl h2 {
  padding-left: 1rem;
  width: 42%;
}

body.top .access .access-container .access-wrap .access-text .access-ttl h2 img {
  width: 100%;
}

body.top .access .access-container .access-wrap .access-text .access-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  padding-left: 0.95rem;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

body.top .access .access-container .access-wrap .access-text .access-subTtl {
  width: 94%;
}

body.top .access .access-container .access-wrap .access-text .access-subTtl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  padding-left: 1rem;
  margin-top: 3rem;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: 0.08rem;
  color: #222222;
}

body.top .access .access-container .access-wrap .access-text .access-desc {
  margin-top: 1.8rem;
}

body.top .access .access-container .access-wrap .access-text .access-desc table {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222222;
  border-collapse: collapse;
  width: 95%;
  /* padding-left: 11%; */
  margin-left: 3%;
}

body.top .access .access-container .access-wrap .access-text .access-desc table tr th,
body.top .access .access-container .access-wrap .access-text .access-desc table tr td {
  font-weight: normal;
  border-top: 1px solid #dadada;
  letter-spacing: 1px;
  /* padding: 15px 0 22px; */
  line-height: 54px;
}

body.top .access .access-container .access-wrap .access-text .access-desc table tr th {
  width: 16%;
  position: relative;
}

body.top .access .access-container .access-wrap .access-text .access-desc table tr th::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #dadada;
  position: absolute;
  right: 0;
  top: 16px;
}

body.top .access .access-container .access-wrap .access-text .access-desc table tr td {
  padding-left: 17px;
}

body.top .access .access-container .access-wrap .access-text .access-desc table tr:last-child th,
body.top .access .access-container .access-wrap .access-text .access-desc table tr:last-child td {
  border-bottom: 1px solid #dadada;
}

body.top .access .access-container .access-wrap .access-img {
  width: 46%;
  padding-right: 1.5%;
}

body.top .access .access-container .access-wrap .access-img iframe {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 1799px) {
  body.top .access .access-container .access-wrap {
    width: 80%;
  }
  body.top .access .access-container .access-wrap .access-text {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 1499px) {
  body.top .access .access-container .access-wrap {
    width: 90%;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  body.top .access .access-container .access-wrap .access-text {
    width: 51%;
  }
  body.top .access .access-container .access-wrap .access-text .access-subTtl p {
    margin-top: 2rem;
  }
  body.top .access .access-container .access-wrap .access-text .access-desc {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  body.top .access .access-container .access-wrap {
    flex-direction: column;
  }
  body.top .access .access-container .access-wrap .access-text {
    width: 80%;
    margin: 0 auto;
  }
  body.top .access .access-container .access-wrap .access-text .access-ttl h2 {
    max-width: 200px;
  }
  body.top .access .access-container .access-wrap .access-text .access-subTtl {
    width: 100%;
  }
  body.top .access .access-container .access-wrap .access-text .access-subTtl p br {
    display: none;
  }
  body.top .access .access-container .access-wrap .access-img {
    width: 60%;
    margin: 2rem auto;
    padding: 0;
  }
}

@media screen and (max-width: 799px) {
  body.top .access .access-container .access-wrap {
    width: 90%;
  }
  body.top .access .access-container .access-wrap .access-text {
    width: 100%;
  }
  body.top .access .access-container .access-wrap .access-text .access-ttl {
    text-align: center;
  }
  body.top .access .access-container .access-wrap .access-text .access-ttl h2 {
    width: 150px;
    padding: 0;
    margin: 0 auto;
  }
  body.top .access .access-container .access-wrap .access-text .access-ttl h2 img {
    width: 100%;
  }
  body.top .access .access-container .access-wrap .access-text .access-desc table {
    font-size: 14px;
  }
  body.top .access .access-container .access-wrap .access-text .access-desc table tr th {
    width: 30%;
  }
  body.top .access .access-container .access-wrap .access-img {
    width: 100%;
  }
}

body.top .top-btn {
  width: 100%;
  max-width: 1900px;
  margin: 5rem auto 0;
  text-align: right;
}

body.top .top-btn button {
  width: 26px;
  margin-right: 1%;
  display: inline-block;
  transition: 0.4s;
}

body.top .top-btn button img {
  width: 100%;
}

body.top .top-btn button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  opacity: 0.6;
}

body.top footer {
  width: 100%;
  max-width: 1900px;
  margin: 1.1rem auto 0;
  border-top: 1px solid #cfcfcf;
  padding-bottom: 10rem;
}

body.top footer .footer-logo {
  margin: 1.6rem auto 1.7rem;
  width: 13%;
  min-width: 200px;
}

body.top footer .footer-logo img {
  width: 100%;
}

body.top footer .footer-nav {
  padding-top: 1.5rem;
  border-top: 1px solid #cfcfcf;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
  width: 63%;
}

body.top footer .footer-nav ul {
  width: 608px;
  padding-right: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

body.top footer .footer-nav ul li {
  list-style: none;
  position: relative;
  padding-right: 24px;
  margin-right: 23px;
}

body.top footer .footer-nav ul li::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #111111;
}

body.top footer .footer-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body.top footer .footer-nav ul li:last-child::after {
  content: none;
}

body.top footer .footer-nav ul li a {
  color: #111111;
}

body.top footer .footer-nav ul li a span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body.top footer .footer-nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

body.top footer .copyright {
  text-align: center;
  margin-top: 0.7rem;
}

body.top footer .copyright span {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}

@media screen and (max-width: 999px) {
  body.top footer .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  body.top footer .footer-logo {
    width: 250px;
  }
  body.top footer .footer-nav {
    display: none;
  }
}

body.event .kv {
  background: url(../images/event-kv.jpg) no-repeat;
  background-size: contain;
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  height: 35vw;
  max-height: 637px;
}

body.event .kv .kv-container header {
  position: relative;
  z-index: 2;
}

body.event .kv .kv-container header .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

body.event .kv .kv-container header .pc-header .pc-logo {
  width: 24.2%;
}

body.event .kv .kv-container header .pc-header .pc-logo img {
  width: 100%;
}

body.event .kv .kv-container header .pc-header .pc-nav {
  margin-right: 0.55%;
  margin-bottom: 16px;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li {
  font-family: "Arial", "メイリオ";
  text-align: center;
  margin-right: 0.3rem;
  display: inline-block;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li a {
  font-size: 16px;
  background-color: black;
  color: white;
  line-height: 35px;
  display: inline-block;
  min-width: 132px;
  height: 35px;
  width: 100%;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li:last-child {
  margin-right: 0;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li:last-child a {
  background: url(../images/ec-icon.png) no-repeat 39px #4a6451;
  background-size: 18px;
  padding-left: 25px;
}

body.event .kv .kv-container header .pc-header .pc-nav ul li:last-child a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

@media screen and (max-width: 1799px) {
  body.event .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    min-width: 120px;
  }
}

@media screen and (max-width: 1599px) {
  body.event .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.event .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    min-width: 110px;
  }
}

@media screen and (max-width: 1199px) {
  body.event .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.event .kv .kv-container header .pc-header .pc-nav {
    display: none;
  }
  body.event .kv .kv-container header .pc-header .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 999;
  }
  body.event .kv .kv-container header .pc-header .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  body.event .kv .kv-container header .pc-header .overlay #close {
    position: absolute;
    top: 2.2vw;
    right: 2vw;
    cursor: pointer;
    width: 40px;
  }
  body.event .kv .kv-container header .pc-header .overlay #close img {
    width: 100%;
  }
  body.event .kv .kv-container header .pc-header .overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.event .kv .kv-container header .pc-header .overlay ul li {
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s, transform 0.3s;
    font-size: 16px;
  }
  body.event .kv .kv-container header .pc-header .overlay ul li a {
    color: #333;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li {
    opacity: 1;
    transform: none;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.event .kv .kv-container header .pc-header .overlay.show li:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.event .kv .kv-container header .pc-header .sp-h-nav {
    width: 40px;
  }
  body.event .kv .kv-container header .pc-header .sp-h-nav img {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  body.event .kv .kv-container header .pc-header .sp-h-nav {
    width: 23px;
  }
  body.event .kv .kv-container header .pc-header .overlay #close {
    width: 23px;
    position: absolute;
    top: 2.7vw;
    right: 2.3vw;
  }
}

@media screen and (max-width: 799px) {
  body.event .kv .kv-container header .pc-header .pc-logo {
    width: 34%;
    min-width: 200px;
  }
  body.event .kv .kv-container header .pc-header .overlay #close {
    top: 29px;
    right: 4%;
  }
}

@media screen and (min-width: 1200px) {
  body.event .kv .kv-container header .sp-h-nav,
  body.event .kv .kv-container header .overlay {
    display: none;
  }
}

body.event .kv .kv-container .kv-logo-desc {
  position: absolute;
  top: 13.5%;
  left: 2%;
  width: 17%;
  min-width: 200px;
  position: absolute;
  top: 19%;
}

body.event .kv .kv-container .kv-logo-desc img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  body.event .kv .kv-container .kv-logo-desc {
    min-width: auto;
    position: absolute;
    top: 15.5%;
    left: 3%;
  }
}

@media screen and (max-width: 999px) {
  body.event .kv .kv-container .kv-logo-desc {
    width: 200px;
  }
}

@media screen and (max-width: 799px) {
  body.event .kv .kv-container .kv-logo-desc {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

@media screen and (max-width: 499px) {
  body.event .kv .kv-container .kv-logo-desc {
    width: 180px;
    position: absolute;
    top: 60px;
    left: 25px;
  }
}

body.event .kv .event-ttl {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

body.event .kv .event-ttl h2 {
  width: 9.9rem;
}

body.event .kv .event-ttl h2 img {
  width: 100%;
}

body.event .kv .event-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

@media screen and (max-width: 999px) {
  body.event .kv .event-ttl h2 {
    width: 120px;
    margin: 0;
  }
}

@media screen and (max-width: 799px) {
  body.event .kv {
    height: 230px;
    background-position: center;
    background-size: cover;
  }
  body.event .kv .event-ttl {
    bottom: -50px;
  }
}

body.event .contents .ttl-desc {
  position: relative;
  margin: 1.6rem auto 0;
  width: 100%;
  max-width: 1900px;
}

body.event .contents .ttl-desc p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.09rem;
}

body.event .contents .ttl-desc .kv-sns {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  right: 19px;
  bottom: 32px;
}

body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico {
  width: 65px;
  margin-bottom: 12px;
}

body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico a {
  transition: 0.4s;
  display: inline-block;
}

body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico a:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.4s;
}

body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico a img {
  width: 100%;
}

body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico {
    width: 50px;
  }
}

@media screen and (max-width: 1399px) {
  body.event .contents .ttl-desc .kv-sns .sns-wrap .sns-ico {
    width: 30px;
  }
}

body.event .contents .e-departure-container {
  padding: 0 20px;
}

body.event .contents .e-departure-container .e-departure-wrap1 {
  width: 100%;
  margin: 3.7rem auto 0;
  max-width: 1200px;
}

body.event .contents .e-departure-container .e-departure-wrap1 img {
  width: 100%;
}

body.event .contents .e-departure-container .e-departure-wrap2 {
  width: 100%;
  margin: 3.7rem auto 0;
  max-width: 1214px;
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
}

body.event .contents .e-departure-container .e-departure-wrap2 .departure-wrap2-block {
  width: 32.5%;
}

body.event .contents .e-departure-container .e-departure-wrap2 .departure-wrap2-block img {
  width: 100%;
}

body.event .contents .e-breakpoint {
  margin: 5rem auto 0;
  width: 100%;
  max-width: 1900px;
  height: 34rem;
  overflow: hidden;
  position: relative;
}

body.event .contents .e-breakpoint video {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

body.event .contents .e-breakpoint img {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  body.event .contents .e-breakpoint {
    height: 20rem;
  }
}

@media screen and (max-width: 799px) {
  body.event .contents {
    margin-top: 80px;
  }
  body.event .contents .ttl-desc {
    width: 90%;
  }
  body.event .contents .ttl-desc .kv-sns {
    top: -130px;
    right: 0px;
    bottom: auto;
  }
  body.event .contents .ttl-desc p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-top: 24px;
  }
}

body.event .modal-contents {
  margin: 4rem auto 0;
}

body.event .modal-contents .modal-wrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1214px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.event .modal-contents .modal-wrap .modal-block {
  position: relative;
  width: 18.4%;
  margin-top: 23px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #4a6451;
}

body.event .modal-contents .modal-wrap .modal-block img {
  width: 100%;
  height: auto;
}

body.event .modal-contents .modal-wrap .modal-block .js-modal-open {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 18%;
  height: 18%;
}

body.event .modal-contents .modal-wrap .modal-block .js-modal-open img {
  border-radius: 0 0 16px 0;
}

body.event .modal-contents .modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

body.event .modal-contents .modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

body.event .modal-contents .modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  /* これが無いと「overflow:scroll」が利かない */
  width: 45%;
  /* これが無いと「overflow:scroll」が利かない */
}

body.event .modal-contents .modal .modal-content img {
  width: 100%;
  height: auto;
}

body.event .modal-contents .modal .modal-content .js-modal-close {
  width: 20px;
  position: absolute;
  top: -5%;
  right: -5%;
}

body.event .modal-contents .modal .modal-content .js-modal-close:hover {
  cursor: pointer;
}

body.event .modal-contents .desc-btn {
  margin: 4.3rem auto 0;
  text-align: center;
}

body.event .modal-contents .desc-btn a {
  display: inline-block;
  background: #4cc764;
  border-radius: 8px;
  padding: 0 0 0 3rem;
  border-bottom: 0.3rem solid #229438;
  transition: 0.4s;
}

body.event .modal-contents .desc-btn a span {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: url(../images/e-ico-line.png) no-repeat left;
  background-size: 5rem;
  font-weight: bold;
  padding-left: 5.3rem;
  font-size: 1.1rem;
  padding: 2.3rem 2rem 2.1rem 5rem;
  display: inline-block;
}

body.event .modal-contents .desc-btn a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

@media screen and (max-width: 999px) {
  body.event .modal-contents .modal-wrap .modal-block {
    width: 30%;
  }
  body.event .modal-contents .modal .modal-content {
    width: 80%;
    min-width: 310px;
  }
  body.event .modal-contents .modal .modal-content .js-modal-close {
    position: absolute;
    top: -8%;
    right: -8%;
  }
}

@media screen and (max-width: 599px) {
  body.event .modal-contents .desc-btn a {
    padding: 0;
  }
}

body.event.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body.event .cta {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  margin: 5.7rem auto 0;
  z-index: -1;
}

body.event .cta .cta-container {
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
}

body.event .cta .cta-container .cta-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 63.5%;
  padding: 5.5rem 0.3% 5.1rem;
}

body.event .cta .cta-container .cta-wrap a {
  display: block;
  width: 30%;
  background: #fff;
  border: 3px solid #4a6451;
  border-radius: 10px;
  border-bottom: 8px solid #4a6451;
  transition: 0.4s;
}

body.event .cta .cta-container .cta-wrap a .c-wrap-block {
  background: url(../images/icon-triangle.png) no-repeat right 7px bottom 7px;
  background-size: 21px;
}

body.event .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon {
  width: 36%;
  margin: 0 auto;
  padding-top: 2.1rem;
  transition: 0.4s;
}

body.event .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon img {
  width: 100%;
}

body.event .cta .cta-container .cta-wrap a .c-wrap-block p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  color: #4a6451;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  padding-bottom: 1.85rem;
}

body.event .cta .cta-container .cta-wrap a:hover {
  background: #dddddd;
  transition: 0.4s;
}

body.event .cta .cta-container .cta-wrap a:hover .c-wrap-block .cta-icon {
  transform: scale(1.1);
  transition: 0.4s;
}

@media screen and (max-width: 999px) {
  body.event .cta .cta-container .cta-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 799px) {
  body.event .cta .cta-container .cta-wrap {
    display: block;
  }
  body.event .cta .cta-container .cta-wrap a {
    width: 90%;
    max-width: 330px;
    margin: 2rem auto;
  }
}

body.event .top-btn {
  width: 100%;
  max-width: 1900px;
  margin: 5rem auto 0;
  text-align: right;
  position: relative;
  margin: -5rem auto 0;
}

body.event .top-btn button {
  width: 26px;
  margin-right: 1%;
  display: inline-block;
  transition: 0.4s;
}

body.event .top-btn button img {
  width: 100%;
}

body.event .top-btn button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  opacity: 0.6;
}

body.event footer {
  width: 100%;
  max-width: 1900px;
  margin: 1.1rem auto 0;
  border-top: 1px solid #cfcfcf;
  padding-bottom: 10rem;
  margin-top: 0;
  border-top: 0;
  padding-top: 0.5rem;
}

body.event footer .footer-logo {
  margin: 1.6rem auto 1.7rem;
  width: 13%;
  min-width: 200px;
}

body.event footer .footer-logo img {
  width: 100%;
}

body.event footer .footer-nav {
  padding-top: 1.5rem;
  border-top: 1px solid #cfcfcf;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
  width: 63%;
}

body.event footer .footer-nav ul {
  width: 608px;
  padding-right: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

body.event footer .footer-nav ul li {
  list-style: none;
  position: relative;
  padding-right: 24px;
  margin-right: 23px;
}

body.event footer .footer-nav ul li::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #111111;
}

body.event footer .footer-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body.event footer .footer-nav ul li:last-child::after {
  content: none;
}

body.event footer .footer-nav ul li a {
  color: #111111;
}

body.event footer .footer-nav ul li a span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body.event footer .footer-nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

body.event footer .copyright {
  text-align: center;
  margin-top: 0.7rem;
}

body.event footer .copyright span {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}

@media screen and (max-width: 999px) {
  body.event footer .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  body.event footer .footer-logo {
    width: 250px;
  }
  body.event footer .footer-nav {
    display: none;
  }
}

body.contact .kv {
  background: url(../images/event-kv.jpg) no-repeat;
  background-size: contain;
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  height: 35vw;
  max-height: 637px;
}

body.contact .kv .kv-container header {
  position: relative;
  z-index: 2;
}

body.contact .kv .kv-container header .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

body.contact .kv .kv-container header .pc-header .pc-logo {
  width: 24.2%;
}

body.contact .kv .kv-container header .pc-header .pc-logo img {
  width: 100%;
}

body.contact .kv .kv-container header .pc-header .pc-nav {
  margin-right: 0.55%;
  margin-bottom: 16px;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li {
  font-family: "Arial", "メイリオ";
  text-align: center;
  margin-right: 0.3rem;
  display: inline-block;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li a {
  font-size: 16px;
  background-color: black;
  color: white;
  line-height: 35px;
  display: inline-block;
  min-width: 132px;
  height: 35px;
  width: 100%;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li:last-child {
  margin-right: 0;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li:last-child a {
  background: url(../images/ec-icon.png) no-repeat 39px #4a6451;
  background-size: 18px;
  padding-left: 25px;
}

body.contact .kv .kv-container header .pc-header .pc-nav ul li:last-child a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

@media screen and (max-width: 1799px) {
  body.contact .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    min-width: 120px;
  }
}

@media screen and (max-width: 1599px) {
  body.contact .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.contact .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    min-width: 110px;
  }
}

@media screen and (max-width: 1199px) {
  body.contact .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.contact .kv .kv-container header .pc-header .pc-nav {
    display: none;
  }
  body.contact .kv .kv-container header .pc-header .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 999;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  body.contact .kv .kv-container header .pc-header .overlay #close {
    position: absolute;
    top: 2.2vw;
    right: 2vw;
    cursor: pointer;
    width: 40px;
  }
  body.contact .kv .kv-container header .pc-header .overlay #close img {
    width: 100%;
  }
  body.contact .kv .kv-container header .pc-header .overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.contact .kv .kv-container header .pc-header .overlay ul li {
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s, transform 0.3s;
    font-size: 16px;
  }
  body.contact .kv .kv-container header .pc-header .overlay ul li a {
    color: #333;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li {
    opacity: 1;
    transform: none;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.contact .kv .kv-container header .pc-header .overlay.show li:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.contact .kv .kv-container header .pc-header .sp-h-nav {
    width: 40px;
  }
  body.contact .kv .kv-container header .pc-header .sp-h-nav img {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  body.contact .kv .kv-container header .pc-header .sp-h-nav {
    width: 23px;
  }
  body.contact .kv .kv-container header .pc-header .overlay #close {
    width: 23px;
    position: absolute;
    top: 2.7vw;
    right: 2.3vw;
  }
}

@media screen and (max-width: 799px) {
  body.contact .kv .kv-container header .pc-header .pc-logo {
    width: 34%;
    min-width: 200px;
  }
  body.contact .kv .kv-container header .pc-header .overlay #close {
    top: 29px;
    right: 4%;
  }
}

@media screen and (min-width: 1200px) {
  body.contact .kv .kv-container header .sp-h-nav,
  body.contact .kv .kv-container header .overlay {
    display: none;
  }
}

body.contact .kv .kv-container .kv-logo-desc {
  position: absolute;
  top: 13.5%;
  left: 2%;
  width: 17%;
  min-width: 200px;
  position: absolute;
  top: 19%;
}

body.contact .kv .kv-container .kv-logo-desc img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  body.contact .kv .kv-container .kv-logo-desc {
    min-width: auto;
    position: absolute;
    top: 15.5%;
    left: 3%;
  }
}

@media screen and (max-width: 999px) {
  body.contact .kv .kv-container .kv-logo-desc {
    width: 200px;
  }
}

@media screen and (max-width: 799px) {
  body.contact .kv .kv-container .kv-logo-desc {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

@media screen and (max-width: 499px) {
  body.contact .kv .kv-container .kv-logo-desc {
    width: 180px;
    position: absolute;
    top: 60px;
    left: 25px;
  }
}

body.contact .kv .contact-ttl {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

body.contact .kv .contact-ttl h2 {
  width: 14.3rem;
}

body.contact .kv .contact-ttl h2 img {
  width: 100%;
}

body.contact .kv .contact-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

@media screen and (max-width: 999px) {
  body.contact .kv .contact-ttl h2 {
    width: 24%;
    min-width: 140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 799px) {
  body.contact .kv {
    height: 230px;
    background-position: center;
    background-size: cover;
  }
  body.contact .kv .contact-ttl {
    bottom: -50px;
  }
}

body.contact .contents .ttl-desc {
  position: relative;
  margin: 1.6rem auto 0;
  width: 100%;
  max-width: 1900px;
}

body.contact .contents .ttl-desc p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.09rem;
}

body.contact .contents .form_page #formWrap {
  margin: 2.7rem auto;
  color: #555;
  width: 85%;
  max-width: 1000px;
}

body.contact .contents .form_page #formWrap .form_container {
  margin: 0 3rem;
  border-radius: 3px;
  margin: 0 auto;
}

body.contact .contents .form_page #formWrap .form_container form {
  background-color: #4a6451;
  padding: 3.3rem;
  border-radius: 5px;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap {
  background: #fff;
  padding: 3rem 0 2rem;
  border-radius: 5px;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable {
  width: 92%;
  margin: 0 auto;
  border-collapse: collapse;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable .form_contact td {
  color: #008188 !important;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable th,
body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable td {
  padding: 0rem 1rem 1.3rem 1.6rem;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable th {
  width: 31%;
  text-align: left;
  color: #333333;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1.95rem;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable span {
  color: red;
  padding-left: 0.5rem;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable textarea,
body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable .input_height input {
  width: 100%;
  background-color: #e7e5e5;
  border: none;
  height: 51px;
  border-radius: 5px;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable .height_high textarea {
  height: 140px;
}

body.contact .contents .form_page #formWrap .form_container form .table_wrap table.formTable .form_q {
  display: flex;
  width: 100%;
  padding-top: 6.5%;
}

body.contact .contents .form_page #formWrap .form_container form .submit {
  margin-top: 3.2%;
  text-align: center;
}

body.contact .contents .form_page #formWrap .form_container form .submit input {
  width: 32.5%;
  padding: 19px;
  border: none;
  background-color: #fff;
  color: #4a6451;
  margin-top: 10px;
  border-radius: 5px;
  transition: all 0.4s;
}

body.contact .contents .form_page #formWrap .form_container form .submit input:hover {
  transition: all 0.4s;
  opacity: 0.6;
}

@media screen and (max-width: 799px) {
  body.contact .contents {
    margin-top: 80px;
  }
  body.contact .contents .ttl-desc {
    width: 90%;
  }
  body.contact .contents .ttl-desc p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-top: 24px;
  }
  body.contact .contents .form_page #formWrap .form_container {
    margin: 2rem auto 0;
  }
  body.contact .contents .form_page #formWrap .form_container form {
    padding: 2rem;
  }
  body.contact .contents .form_page #formWrap .form_container form .submit input {
    margin: 30px auto 0;
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  body.contact .contents .form_page #formWrap {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  body.contact .contents .form_page #formWrap .formTable th,
  body.contact .contents .form_page #formWrap .formTable td {
    width: auto;
    display: block;
  }
  body.contact .contents .form_page #formWrap .ttl_desc {
    line-height: 24px;
  }
  body.contact .contents .form_page #formWrap .formTable th {
    margin-top: 5px;
    border-bottom: 0;
    width: 100% !important;
  }
  body.contact .contents .form_page textarea,
  body.contact .contents .form_page input[type="text"] {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  body.contact .contents .form_page input[type="button"],
  body.contact .contents .form_page input[type="reset"],
  body.contact .contents .form_page input[type="submit"] {
    display: block;
    width: 60%;
    height: 40px;
    line-height: 6px;
  }
}

body.contact .contents .cta {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  margin: 5.7rem auto 0;
}

body.contact .contents .cta .cta-container {
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
}

body.contact .contents .cta .cta-container .cta-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 63.5%;
  padding: 5.5rem 0.3% 5.1rem;
}

body.contact .contents .cta .cta-container .cta-wrap a {
  display: block;
  width: 30%;
  background: #fff;
  border: 3px solid #4a6451;
  border-radius: 10px;
  border-bottom: 8px solid #4a6451;
  transition: 0.4s;
}

body.contact .contents .cta .cta-container .cta-wrap a .c-wrap-block {
  background: url(../images/icon-triangle.png) no-repeat right 7px bottom 7px;
  background-size: 21px;
}

body.contact .contents .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon {
  width: 36%;
  margin: 0 auto;
  padding-top: 2.1rem;
  transition: 0.4s;
}

body.contact .contents .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon img {
  width: 100%;
}

body.contact .contents .cta .cta-container .cta-wrap a .c-wrap-block p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  color: #4a6451;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  padding-bottom: 1.85rem;
}

body.contact .contents .cta .cta-container .cta-wrap a:hover {
  background: #dddddd;
  transition: 0.4s;
}

body.contact .contents .cta .cta-container .cta-wrap a:hover .c-wrap-block .cta-icon {
  transform: scale(1.1);
  transition: 0.4s;
}

@media screen and (max-width: 999px) {
  body.contact .contents .cta .cta-container .cta-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 799px) {
  body.contact .contents .cta .cta-container .cta-wrap {
    display: block;
  }
  body.contact .contents .cta .cta-container .cta-wrap a {
    width: 90%;
    max-width: 330px;
    margin: 2rem auto;
  }
}

body.contact .contents .cta .top-btn {
  width: 100%;
  max-width: 1900px;
  margin: 5rem auto 0;
  text-align: right;
  position: absolute;
  right: 1%;
  bottom: 3%;
}

body.contact .contents .cta .top-btn button {
  width: 26px;
  margin-right: 1%;
  display: inline-block;
  transition: 0.4s;
}

body.contact .contents .cta .top-btn button img {
  width: 100%;
}

body.contact .contents .cta .top-btn button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  opacity: 0.6;
}

body.contact footer {
  width: 100%;
  max-width: 1900px;
  margin: 1.1rem auto 0;
  border-top: 1px solid #cfcfcf;
  padding-bottom: 10rem;
  margin-top: 0;
  border-top: 0;
  padding-top: 0.5rem;
}

body.contact footer .footer-logo {
  margin: 1.6rem auto 1.7rem;
  width: 13%;
  min-width: 200px;
}

body.contact footer .footer-logo img {
  width: 100%;
}

body.contact footer .footer-nav {
  padding-top: 1.5rem;
  border-top: 1px solid #cfcfcf;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
  width: 63%;
}

body.contact footer .footer-nav ul {
  width: 608px;
  padding-right: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

body.contact footer .footer-nav ul li {
  list-style: none;
  position: relative;
  padding-right: 24px;
  margin-right: 23px;
}

body.contact footer .footer-nav ul li::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #111111;
}

body.contact footer .footer-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body.contact footer .footer-nav ul li:last-child::after {
  content: none;
}

body.contact footer .footer-nav ul li a {
  color: #111111;
}

body.contact footer .footer-nav ul li a span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body.contact footer .footer-nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

body.contact footer .copyright {
  text-align: center;
  margin-top: 0.7rem;
}

body.contact footer .copyright span {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}

@media screen and (max-width: 999px) {
  body.contact footer .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  body.contact footer .footer-logo {
    width: 250px;
  }
  body.contact footer .footer-nav {
    display: none;
  }
}

body.online .kv {
  background: url(../images/event-kv.jpg) no-repeat;
  background-size: contain;
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  height: 35vw;
  max-height: 637px;
}

body.online .kv .kv-container header {
  position: relative;
  z-index: 2;
}

body.online .kv .kv-container header .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

body.online .kv .kv-container header .pc-header .pc-logo {
  width: 24.2%;
}

body.online .kv .kv-container header .pc-header .pc-logo img {
  width: 100%;
}

body.online .kv .kv-container header .pc-header .pc-nav {
  margin-right: 0.55%;
  margin-bottom: 16px;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li {
  font-family: "Arial", "メイリオ";
  text-align: center;
  margin-right: 0.3rem;
  display: inline-block;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li a {
  font-size: 16px;
  background-color: black;
  color: white;
  line-height: 35px;
  display: inline-block;
  min-width: 132px;
  height: 35px;
  width: 100%;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li:last-child {
  margin-right: 0;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li:last-child a {
  background: url(../images/ec-icon.png) no-repeat 39px #4a6451;
  background-size: 18px;
  padding-left: 25px;
}

body.online .kv .kv-container header .pc-header .pc-nav ul li:last-child a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

@media screen and (max-width: 1799px) {
  body.online .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    min-width: 120px;
  }
}

@media screen and (max-width: 1599px) {
  body.online .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.online .kv .kv-container header .pc-header .pc-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    min-width: 110px;
  }
}

@media screen and (max-width: 1199px) {
  body.online .kv .kv-container header .pc-header {
    padding: 20px;
  }
  body.online .kv .kv-container header .pc-header .pc-nav {
    display: none;
  }
  body.online .kv .kv-container header .pc-header .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 999;
  }
  body.online .kv .kv-container header .pc-header .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  body.online .kv .kv-container header .pc-header .overlay #close {
    position: absolute;
    top: 2.2vw;
    right: 2vw;
    cursor: pointer;
    width: 40px;
  }
  body.online .kv .kv-container header .pc-header .overlay #close img {
    width: 100%;
  }
  body.online .kv .kv-container header .pc-header .overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.online .kv .kv-container header .pc-header .overlay ul li {
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s, transform 0.3s;
    font-size: 16px;
  }
  body.online .kv .kv-container header .pc-header .overlay ul li a {
    color: #333;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li {
    opacity: 1;
    transform: none;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.online .kv .kv-container header .pc-header .overlay.show li:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.online .kv .kv-container header .pc-header .sp-h-nav {
    width: 40px;
  }
  body.online .kv .kv-container header .pc-header .sp-h-nav img {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  body.online .kv .kv-container header .pc-header .sp-h-nav {
    width: 23px;
  }
  body.online .kv .kv-container header .pc-header .overlay #close {
    width: 23px;
    position: absolute;
    top: 2.7vw;
    right: 2.3vw;
  }
}

@media screen and (max-width: 799px) {
  body.online .kv .kv-container header .pc-header .pc-logo {
    width: 34%;
    min-width: 200px;
  }
  body.online .kv .kv-container header .pc-header .overlay #close {
    top: 29px;
    right: 4%;
  }
}

@media screen and (min-width: 1200px) {
  body.online .kv .kv-container header .sp-h-nav,
  body.online .kv .kv-container header .overlay {
    display: none;
  }
}

body.online .kv .kv-container .kv-logo-desc {
  position: absolute;
  top: 13.5%;
  left: 2%;
  width: 17%;
  min-width: 200px;
  position: absolute;
  top: 19%;
}

body.online .kv .kv-container .kv-logo-desc img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  body.online .kv .kv-container .kv-logo-desc {
    min-width: auto;
    position: absolute;
    top: 15.5%;
    left: 3%;
  }
}

@media screen and (max-width: 999px) {
  body.online .kv .kv-container .kv-logo-desc {
    width: 200px;
  }
}

@media screen and (max-width: 799px) {
  body.online .kv .kv-container .kv-logo-desc {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

@media screen and (max-width: 499px) {
  body.online .kv .kv-container .kv-logo-desc {
    width: 180px;
    position: absolute;
    top: 60px;
    left: 25px;
  }
}

body.online .kv .online-ttl {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

body.online .kv .online-ttl h2 {
  width: 34.3rem;
}

body.online .kv .online-ttl h2 img {
  width: 100%;
}

body.online .kv .online-ttl p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.09rem;
  color: #4a6451;
}

@media screen and (max-width: 999px) {
  body.online .kv .kv-container .online-ttl h2 {
    width: 80%;
    margin: 0 auto;
    min-width: 320px;
  }
}

@media screen and (max-width: 799px) {
  body.online .kv {
    height: 230px;
    background-position: center;
    background-size: cover;
  }
  body.online .kv .online-ttl {
    bottom: -50px;
  }
}

body.online .contents .ttl-desc {
  position: relative;
  margin: 1.6rem auto 0;
  width: 100%;
  max-width: 1900px;
}

body.online .contents .ttl-desc p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.09rem;
}

body.online .contents .form_page #formWrap {
  margin: 2.7rem auto;
  color: #555;
  width: 85%;
  max-width: 1000px;
}

body.online .contents .form_page #formWrap .form_container {
  margin: 0 3rem;
  border-radius: 3px;
  margin: 0 auto;
}

body.online .contents .form_page #formWrap .form_container form {
  background-color: #4a6451;
  padding: 3.3rem;
  border-radius: 5px;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap {
  background: #fff;
  padding: 3rem 0 2rem;
  border-radius: 5px;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable {
  width: 92%;
  margin: 0 auto;
  border-collapse: collapse;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable .form_contact td {
  color: #008188 !important;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable th,
body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable td {
  padding: 0rem 1rem 1.3rem 1.6rem;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable th {
  width: 31%;
  text-align: left;
  color: #333333;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1.95rem;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable span {
  color: red;
  padding-left: 0.5rem;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable textarea,
body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable .input_height input {
  width: 100%;
  background-color: #e7e5e5;
  border: none;
  height: 51px;
  border-radius: 5px;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable .height_high textarea {
  height: 140px;
}

body.online .contents .form_page #formWrap .form_container form .table_wrap table.formTable .form_q {
  display: flex;
  width: 100%;
  padding-top: 6.5%;
}

body.online .contents .form_page #formWrap .form_container form .submit {
  margin-top: 3.2%;
  text-align: center;
}

body.online .contents .form_page #formWrap .form_container form .submit input {
  width: 32.5%;
  padding: 19px;
  border: none;
  background-color: #fff;
  color: #4a6451;
  margin-top: 10px;
  border-radius: 5px;
  transition: all 0.4s;
}

body.online .contents .form_page #formWrap .form_container form .submit input:hover {
  transition: all 0.4s;
  opacity: 0.6;
}

@media screen and (max-width: 799px) {
  body.online .contents {
    margin-top: 80px;
  }
  body.online .contents .ttl-desc {
    width: 90%;
  }
  body.online .contents .ttl-desc p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-top: 24px;
  }
  body.online .contents .form_page #formWrap .form_container {
    margin: 2rem auto 0;
  }
  body.online .contents .form_page #formWrap .form_container form {
    padding: 2rem;
  }
  body.online .contents .form_page #formWrap .form_container form .submit input {
    margin: 30px auto 0;
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  body.online .contents .form_page #formWrap {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  body.online .contents .form_page #formWrap .formTable th,
  body.online .contents .form_page #formWrap .formTable td {
    width: auto;
    display: block;
  }
  body.online .contents .form_page #formWrap .ttl_desc {
    line-height: 24px;
  }
  body.online .contents .form_page #formWrap .formTable th {
    margin-top: 5px;
    border-bottom: 0;
    width: 100% !important;
  }
  body.online .contents .form_page textarea,
  body.online .contents .form_page input[type="text"] {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  body.online .contents .form_page input[type="button"],
  body.online .contents .form_page input[type="reset"],
  body.online .contents .form_page input[type="submit"] {
    display: block;
    width: 60%;
    height: 40px;
    line-height: 6px;
  }
}

body.online .contents .cta {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  margin: 5.7rem auto 0;
}

body.online .contents .cta .cta-container {
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
}

body.online .contents .cta .cta-container .cta-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 63.5%;
  padding: 5.5rem 0.3% 5.1rem;
}

body.online .contents .cta .cta-container .cta-wrap a {
  display: block;
  width: 30%;
  background: #fff;
  border: 3px solid #4a6451;
  border-radius: 10px;
  border-bottom: 8px solid #4a6451;
  transition: 0.4s;
}

body.online .contents .cta .cta-container .cta-wrap a .c-wrap-block {
  background: url(../images/icon-triangle.png) no-repeat right 7px bottom 7px;
  background-size: 21px;
}

body.online .contents .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon {
  width: 36%;
  margin: 0 auto;
  padding-top: 2.1rem;
  transition: 0.4s;
}

body.online .contents .cta .cta-container .cta-wrap a .c-wrap-block .cta-icon img {
  width: 100%;
}

body.online .contents .cta .cta-container .cta-wrap a .c-wrap-block p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  color: #4a6451;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  padding-bottom: 1.85rem;
}

body.online .contents .cta .cta-container .cta-wrap a:hover {
  background: #dddddd;
  transition: 0.4s;
}

body.online .contents .cta .cta-container .cta-wrap a:hover .c-wrap-block .cta-icon {
  transform: scale(1.1);
  transition: 0.4s;
}

@media screen and (max-width: 999px) {
  body.online .contents .cta .cta-container .cta-wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 799px) {
  body.online .contents .cta .cta-container .cta-wrap {
    display: block;
  }
  body.online .contents .cta .cta-container .cta-wrap a {
    width: 90%;
    max-width: 330px;
    margin: 2rem auto;
  }
}

body.online .contents .cta .top-btn {
  width: 100%;
  max-width: 1900px;
  margin: 5rem auto 0;
  text-align: right;
  position: absolute;
  right: 1%;
  bottom: 3%;
}

body.online .contents .cta .top-btn button {
  width: 26px;
  margin-right: 1%;
  display: inline-block;
  transition: 0.4s;
}

body.online .contents .cta .top-btn button img {
  width: 100%;
}

body.online .contents .cta .top-btn button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  opacity: 0.6;
}

body.online footer {
  width: 100%;
  max-width: 1900px;
  margin: 1.1rem auto 0;
  border-top: 1px solid #cfcfcf;
  padding-bottom: 10rem;
  margin-top: 0;
  border-top: 0;
  padding-top: 0.5rem;
}

body.online footer .footer-logo {
  margin: 1.6rem auto 1.7rem;
  width: 13%;
  min-width: 200px;
}

body.online footer .footer-logo img {
  width: 100%;
}

body.online footer .footer-nav {
  padding-top: 1.5rem;
  border-top: 1px solid #cfcfcf;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
  width: 63%;
}

body.online footer .footer-nav ul {
  width: 608px;
  padding-right: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

body.online footer .footer-nav ul li {
  list-style: none;
  position: relative;
  padding-right: 24px;
  margin-right: 23px;
}

body.online footer .footer-nav ul li::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #111111;
}

body.online footer .footer-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body.online footer .footer-nav ul li:last-child::after {
  content: none;
}

body.online footer .footer-nav ul li a {
  color: #111111;
}

body.online footer .footer-nav ul li a span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body.online footer .footer-nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

body.online footer .copyright {
  text-align: center;
  margin-top: 0.7rem;
}

body.online footer .copyright span {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}

@media screen and (max-width: 999px) {
  body.online footer .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  body.online footer .footer-logo {
    width: 250px;
  }
  body.online footer .footer-nav {
    display: none;
  }
}

body.thanks .contents {
  width: 90%;
  margin: 5rem auto 0;
  text-align: center;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
}

body.thanks .contents h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

body.thanks .contents .ttl_desc p {
  margin: 1rem;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

body.thanks .contents .top-back {
  margin-top: 3rem;
  font-weight: bold;
}

body.thanks .contents .top-back a {
  transition: 0.4s;
}

body.thanks .contents .top-back a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
