@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: normal;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Regular.woff2") format("woff2"), url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Medium.woff2") format("woff2"), url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Bold.woff2") format("woff2"), url("../font/NotoSerifJP-Bold.woff") format("woff");
  font-weight: 700;
}
.c-btn {
  position: relative;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 350px;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn.disabled:hover {
  opacity: 1;
}
.c-btn.disabled .btn {
  font-size: 1.6rem;
  cursor: default;
}

#pageTop {
  position: fixed;
  right: 5.333vw;
  bottom: 30px;
  width: 60px;
  height: 60px;
  z-index: 500;
}
@media screen and (min-width: 1024px) {
  #pageTop {
    right: 30px;
    width: 90px;
    height: 90px;
  }
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.c-inner {
  width: 89.3333333333vw;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .c-inner {
    width: 84.6266471449vw;
    max-width: 1156px;
  }
}

.c-rt {
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (min-width: 1024px) {
  .c-rt {
    line-height: 2.5;
  }
}
.c-rt:not(:last-child) {
  margin-bottom: 30px;
}

.c-note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.c-clm {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.js_animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js_animation.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 1024px) {
  .alpha {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .alpha:hover {
    opacity: 0.6;
  }
}

input[type=text], input[type=email] {
  background-color: #f2f2f2;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 10px 20px;
}
input[type=checkbox] {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type=checkbox]::before {
  border: 1px solid #000000;
  width: 2em;
  height: 2em;
  border-radius: 30px;
  top: 0em;
  left: 0em;
}
input[type=checkbox]::after {
  opacity: 0;
  height: 1.4em;
  width: 1.4em;
  border-radius: 30px;
  background-color: #000000;
  top: 0.3em;
  left: 0.3em;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}
input[type=checkbox]:focus {
  outline: none;
}

textarea {
  background-color: #f2f2f2;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  padding: 10px 20px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 150px;
  }
}

.mainTitle {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .mainTitle {
    margin-bottom: 40px;
  }
}
.mainTitle_head {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 1024px) {
  .mainTitle_head {
    font-size: 2.8rem;
  }
}
.mainTitle_rt {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .mainTitle_rt {
    font-size: 2rem;
    margin-top: 25px;
  }
}

.visible_lg,
.visible_lg_inline,
.visible_lg_inline-block {
  display: none;
}

.visible_xs {
  display: block;
}

.visible_xs_inline {
  display: inline;
}

.visible_xs_inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .visible_lg {
    display: block;
  }
  .visible_lg_inline {
    display: inline;
  }
  .visible_lg_inline-block {
    display: inline-block;
  }
  .visible_xs {
    display: none;
  }
  .visible_xs_inline {
    display: none;
  }
  .visible_xs_inline-block {
    display: none;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.875;
  letter-spacing: 0.15em;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.18em;
  }
}
body.open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (min-width: 768px) {
  body.open {
    overflow: scroll;
    -ms-touch-action: auto;
        touch-action: auto;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 2000;
}
header #kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  header #kv {
    width: 100%;
    height: auto;
  }
  header #kv img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
  }
}
header .gNav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .gNav .siteId {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  header .gNav .siteId {
    display: block;
    font-size: 3rem;
    line-height: 1;
  }
}
header .gNav .menuBtn {
  position: absolute;
  z-index: 11;
  width: 30px;
  height: 30px;
  top: 18px;
  right: 5.3333vw;
}
@media screen and (min-width: 768px) {
  header .gNav .menuBtn {
    display: none;
  }
}
header .gNav .menuBtn span {
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
header .gNav .menuBtn span:nth-child(1) {
  translate: 0 7px;
}
header .gNav .menuBtn span:nth-child(2) {
  translate: 0 14px;
}
header .gNav .menuBtn span:nth-child(3) {
  translate: 0 21px;
}
header .gNav .menuBtn.active span:nth-child(1) {
  translate: 0 15px;
  rotate: 45deg;
}
header .gNav .menuBtn.active span:nth-child(2) {
  opacity: 0;
}
header .gNav .menuBtn.active span:nth-child(3) {
  translate: 0 13px;
  rotate: -45deg;
}
header .gNav_inner {
  position: absolute;
  top: 0;
  right: -100%;
  translate: 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  width: 100vw;
  padding: 118px 5.3333vw 60px;
  opacity: 0;
}
header .gNav_inner ul {
  padding-left: 30px;
  border-left: solid 1px #ffffff;
}
header .gNav_inner ul li:not(:last-child) {
  margin-bottom: 30px;
}
header .gNav_inner ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  header .gNav_inner ul li a {
    font-size: 1.6rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
header .gNav_inner.active {
  translate: -100% 0;
  opacity: 1;
}
header .gNav_top {
  position: absolute;
  top: 0;
  left: 0;
}
header .gNav_top .siteId {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  header .gNav_top .siteId {
    top: 50px;
    left: min(5.4173vw, 75px);
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) {
  header .gNav_top .gNav_inner {
    position: absolute;
    top: auto;
    right: auto;
    left: min(5.4173vw, 75px);
    bottom: 50px;
    width: auto;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
}
header .gNav_bottom {
  background-color: #000000;
  position: fixed;
  top: -70px;
  height: 70px;
  opacity: 0;
}
header .gNav_bottom.fixed {
  z-index: 100;
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  header .gNav_bottom {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
header .gNav_bottom .siteId {
  position: absolute;
  z-index: 200;
  top: 10px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  header .gNav_bottom .siteId {
    top: 50%;
    left: min(5.4173vw, 75px);
    translate: 0 -50%;
  }
}
header .gNav_bottom .siteId a {
  text-decoration: none;
}
header .gNav_bottom .gNav_inner {
  top: 65px;
  z-index: 10;
  padding-top: 53px;
}
@media screen and (min-width: 768px) {
  header .gNav_bottom .gNav_inner {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: min(3.6603vw, 50px);
    translate: 0 -50%;
    width: auto;
    padding: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  header .gNav_bottom .gNav_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  header .gNav_bottom .gNav_inner ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  header .gNav_bottom .gNav_inner ul li:not(:first-child) {
    margin-left: min(2.9283vw, 40px);
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main #container .section.sec01 {
  background-color: #fafafa;
  padding: 80px 0 140px;
  background-image: url("../images/shadow_bird_sp.png"), url("../images/shadow_pine_sp.png");
  background-position: top 30px right 10px, bottom left;
  background-size: 100px, 200px;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 768px) {
  main #container .section.sec01 {
    padding: 130px 0;
    background-image: url("../images/shadow_bird_pc.png"), url("../images/shadow_pine_pc.png");
    background-position: top 40px right 10px, bottom left;
    background-size: min(22.694vw, 310px), min(28.2577vw, 386px);
  }
}
main #container .section.sec02 {
  padding-top: 78px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 {
    padding-top: 130px;
  }
}
main #container .section.sec02 .mainTitle {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .mainTitle {
    margin-bottom: 80px;
  }
}
main #container .section.sec02 .mainTitle_head {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .mainTitle_head {
    font-size: 2.8rem;
  }
}
main #container .section.sec02 .mainTitle_rt {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .mainTitle_rt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 div > img {
    height: 450px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main #container .section.sec02 .about_item .bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
main #container .section.sec02 .about_item.active .about_item_img_rt {
  opacity: 1;
}
main #container .section.sec02 .about_item.active .bg_cover {
  opacity: 0.6;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item:hover .about_item_txt p {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item:hover .about_item_img_rt {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item:hover .bg_cover {
    width: 100vw;
    right: -35.5783vw;
    z-index: 9;
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item.reverse .bg_cover {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item.reverse:hover .bg_cover {
    left: -35.5783vw;
  }
}
main #container .section.sec02 .about_item_txt {
  display: none;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_txt {
    position: relative;
    width: 35.5783vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_txt p {
    font-size: 2.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_txt p em {
    font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
  }
}
main #container .section.sec02 .about_item_img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_img {
    width: 64.4217vw;
  }
}
main #container .section.sec02 .about_item_img_rt {
  position: absolute;
  top: 50%;
  right: 7.6867vw;
  left: 7.6867vw;
  z-index: 10;
  translate: 0 -50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
main #container .section.sec02 .about_item_img_rt h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.18em;
  margin-bottom: min(2.1962vw, 30px);
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_img_rt h3 {
    text-align: left;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  main #container .section.sec02 .about_item_img_rt h3 {
    margin-bottom: min(2.9283vw, 40px);
  }
}
main #container .section.sec02 .about_item_img_rt p {
  color: #ffffff;
  font-size: 1.6rem;
}
main #container .section.sec02 .about_item_img_rt p:not(:last-child) {
  margin-bottom: min(2.9283vw, 40px);
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_img_rt p:not(:last-child) {
    margin-bottom: min(1.4641vw, 20px);
  }
}
@media screen and (min-width: 1024px) {
  main #container .section.sec02 .about_item_img_rt p:not(:last-child) {
    margin-bottom: min(2.1962vw, 30px);
  }
}
main #container .section.sec02 .about_item_img_rt p a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}
main #container .section.sec02 .about_item_img_rt p a:hover {
  text-decoration: none;
}
main #container .section.sec02 .about_item_img_rt .linkTxt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_img_rt .linkTxt {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_img img {
    width: 100%;
    height: auto;
    min-height: 380px;
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main #container .section.sec02 .about_item_modal {
  position: fixed;
  z-index: 10000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
main #container .section.sec02 .about_item_modal_window {
  width: calc(100vw - 40px);
  position: relative;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window {
    width: 1156px;
    max-width: calc(100vw - 100px);
  }
}
main #container .section.sec02 .about_item_modal_window .close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .close_btn {
    top: -50px;
    right: -50px;
  }
}
main #container .section.sec02 .about_item_modal_window .close_btn:hover {
  opacity: 0.8;
}
main #container .section.sec02 .about_item_modal_window .close_btn > span {
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
main #container .section.sec02 .about_item_modal_window .close_btn > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
main #container .section.sec02 .about_item_modal_window .inner {
  width: calc(100vw - 40px);
  height: calc(100svh - 100px);
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner {
    width: 100%;
    padding: 90px 90px 70px 90px;
    height: calc(100svh - 150px);
  }
}
main #container .section.sec02 .about_item_modal_window .inner .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner .title {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul {
    padding-bottom: 70px;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul:last-of-type {
  border-top: 1px solid #707070;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul:last-of-type {
    padding-top: 70px;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul > li {
    margin-bottom: 50px;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li:last-child {
  margin-bottom: 0;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl {
    text-align: left;
    margin-bottom: 25px;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl > span {
  display: none;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl > span {
    display: inline-block;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl > small {
  padding-top: 5px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner > ul > li .hl > small {
    padding-top: 0;
  }
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .lg_contents > table {
  width: 100%;
  table-layout: fixed;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .lg_contents > table tr th {
  background-color: #000;
  color: #fff;
  text-align: center;
  border: solid 1px #707070;
  font-size: 1.4rem;
  padding: 15px 5px;
  font-weight: 400;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .lg_contents > table tr th:nth-child(1) {
  background-color: #F2F2F2;
  color: #000;
  width: 197px;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .lg_contents > table tr td {
  font-size: 1.4rem;
  padding: 15px 0;
  text-align: center;
  border: solid 1px #707070;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .lg_contents > p {
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion {
  margin-bottom: 20px;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion:last-child {
  margin-bottom: 0;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_btn {
  display: block;
  background-color: #F2F2F2;
  text-align: center;
  width: 100%;
  border: 1px solid #9F9F9F;
  font-size: 1.4rem;
  padding: 11px 10px;
  position: relative;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_btn.is-active::after {
  display: none;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_btn.is-active + .open_contents {
  display: block;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #707070;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  background-color: #707070;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > table {
  width: 100%;
  table-layout: fixed;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > table tr:first-child th {
  border-top: 0;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > table tr:first-child td {
  border-top: 0;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > table tr th {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  border: solid 1px #9F9F9F;
  padding: 12px 5px;
  vertical-align: middle;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > table tr td {
  text-align: center;
  font-size: 1.4rem;
  border: solid 1px #9F9F9F;
  padding: 12px 5px;
  vertical-align: middle;
}
main #container .section.sec02 .about_item_modal_window .inner > ul > li .xs_contents .accordion .open_contents > p {
  padding-top: 10px;
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
main #container .section.sec02 .about_item_modal_window .inner .annual {
  background-color: #000;
  color: #fff;
  margin: 0 -20px;
  padding: 20px 25px;
  line-height: 1.5625;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .about_item_modal_window .inner .annual {
    text-align: center;
    padding: 10px;
    margin: 0;
  }
}
main #container .section.sec02 .swiper {
  width: 100%;
  height: auto;
}
main #container .section.sec02 .swiper-slide img {
  width: 100%;
  height: auto;
}
main #container .section.sec02 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .swiper-pagination {
    gap: 0px;
    bottom: 15px;
  }
}
main #container .section.sec02 .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec02 .swiper-pagination-bullet {
    width: 15px;
    margin: 0 3px;
  }
}
main #container .section.sec02 .swiper-pagination-bullet-active {
  background-color: #000000;
}
main #container .section.sec03 {
  background-color: #fafafa;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 {
    padding: 130px 0;
  }
}
main #container .section.sec03 .mainTitle_rt {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .mainTitle_rt {
    margin-top: 40px;
  }
}
main #container .section.sec03 .access {
  border-top: solid 1px #9f9f9f;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access {
    margin-bottom: 40px;
  }
}
main #container .section.sec03 .access_item {
  background-image: url("../images/arrow_open.png");
  background-repeat: no-repeat;
  background-position: right 0 top 35px;
  background-size: 18px;
  border-bottom: solid 1px #9f9f9f;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_item {
    background-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
  }
}
main #container .section.sec03 .access_item.active {
  background-image: url("../images/arrow_close.png");
}
main #container .section.sec03 .access_item h3 {
  font-size: 2rem;
  text-align: center;
}
main #container .section.sec03 .access_item_aco {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; /* 滑らかな開閉 */
}
main #container .section.sec03 .access_item .c-clm {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_item .c-clm {
    margin-top: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_item .c-clm_item:nth-child(1) {
    width: 63.6678%;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_item .c-clm_item:nth-child(2) {
    width: 32.872%;
  }
}
main #container .section.sec03 .access_item .c-clm_item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main #container .section.sec03 .access_item .c-clm_item table {
  width: 100%;
}
main #container .section.sec03 .access_item .c-clm_item table tr th {
  width: 8.1522%;
}
main #container .section.sec03 .access_item .c-clm_item table tr th p {
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #000000;
  border-radius: 2px;
  padding: 3px 15px;
  white-space: nowrap;
}
main #container .section.sec03 .access_item .c-clm_item table tr td {
  padding-left: 20px;
  padding-bottom: 20px;
}
main #container .section.sec03 .access_item .c-clm_item table tr td p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_item .c-clm_item table tr:last-child td {
    padding-bottom: 0;
  }
}
main #container .section.sec03 .access_notes {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_notes {
    margin-bottom: 80px;
  }
}
main #container .section.sec03 .access_notes > p {
  font-size: 1.6rem;
  line-height: 1.625;
}
main #container .section.sec03 .access_notes > p > em {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_notes > p > em {
    text-align: left;
  }
}
main #container .section.sec03 .access_notes > p > span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_notes > p > span {
    display: none;
  }
}
main #container .section.sec03 .access_information {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_information {
    padding: 40px;
  }
}
main #container .section.sec03 .access_information p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_information p {
    text-align: center;
  }
}
main #container .section.sec03 .access_information img {
  position: absolute;
  right: 5px;
  bottom: -20px;
  width: 90px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec03 .access_information img {
    right: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  main #container .section.sec03 .access_information img {
    right: 45px;
  }
}
main #container .section.sec04 {
  color: #ffffff;
  padding: 80px 0;
  background-image: url("../images/profile_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 {
    padding: 130px 0;
    background-image: url("../images/profile_bg_pc.jpg");
  }
}
main #container .section.sec04 .mainTitle {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .mainTitle {
    margin-bottom: 40px;
  }
}
main #container .section.sec04 .c-clm_item:nth-child(1) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .c-clm_item:nth-child(1) {
    width: 32.872%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .c-clm_item:nth-child(2) {
    width: 60.5536%;
  }
}
main #container .section.sec04 .c-clm_item_name {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fafafa;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .c-clm_item_name {
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
main #container .section.sec04 .c-clm_item_nameJp {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .c-clm_item_nameJp {
    margin-bottom: 25px;
  }
}
main #container .section.sec04 .c-clm_item_nameEn {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  main #container .section.sec04 .c-clm_item_nameEn {
    font-size: 4rem;
    line-height: 1.2;
  }
}
main #container .section.sec04 .c-clm_item_rt {
  font-size: 1.6rem;
  line-height: 1.875;
}
main #container .section.sec05 {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 {
    padding: 130px 0;
  }
}
main #container .section.sec05 .mainTitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .mainTitle {
    margin-bottom: 80px;
  }
}
main #container .section.sec05 .mainTitle_rt {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .mainTitle_rt {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
main #container .section.sec05 .caution {
  color: #ff0e0e;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .caution {
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
main #container .section.sec05 .inquiry_table table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table table {
    margin-bottom: 80px;
  }
}
main #container .section.sec05 .inquiry_table table tr th {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table table tr th {
    width: 30%;
    padding-bottom: 35px;
    margin: 0;
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  main #container .section.sec05 .inquiry_table table tr th {
    width: 23%;
  }
}
main #container .section.sec05 .inquiry_table table tr th label {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
main #container .section.sec05 .inquiry_table table tr th label::before {
  content: "必須";
  color: #ffffff;
  font-size: 1.4rem;
  background-color: #000000;
  border-radius: 2px;
  padding: 4px 15px;
  margin-right: 15px;
}
main #container .section.sec05 .inquiry_table table tr td {
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table table tr td {
    width: 70%;
    padding-bottom: 35px;
    margin: 0;
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  main #container .section.sec05 .inquiry_table table tr td {
    width: 77%;
  }
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown .dropdown-toggle img {
  width: 14px;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown .dropdown-menu li {
  padding: 10px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-top: solid 1px #9f9f9f;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown .dropdown-menu li:hover {
  background: #9f9f9f;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown.open .dropdown-menu {
  max-height: 500px;
  opacity: 1;
}
main #container .section.sec05 .inquiry_table table tr td .custom-dropdown.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main #container .section.sec05 .inquiry_table table tr:last-child td {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table table tr:last-child th,
  main #container .section.sec05 .inquiry_table table tr:last-child td {
    padding-bottom: 0;
  }
}
main #container .section.sec05 .inquiry_table .privacy {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .privacy {
    margin-bottom: 40px;
  }
}
main #container .section.sec05 .inquiry_table .privacy h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .privacy h3 {
    margin-bottom: 40px;
  }
}
main #container .section.sec05 .inquiry_table .privacy_inner {
  position: relative;
  border: solid 1px #9f9f9f;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .privacy_inner {
    padding: 50px 50px 30px;
  }
}
main #container .section.sec05 .inquiry_table .privacy_inner .custom_scrollbar {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 4px;
  height: calc(100% - 20px);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .privacy_inner .custom_scrollbar {
    top: 8px;
    right: 8px;
    height: calc(100% - 16px);
  }
}
main #container .section.sec05 .inquiry_table .privacy_inner .custom_scrollbar .scroll_thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: #9f9f9f;
  border-radius: 4px;
}
main #container .section.sec05 .inquiry_table .privacy_body {
  height: 400px;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .privacy_body {
    height: 300px;
  }
}
main #container .section.sec05 .inquiry_table .privacy_body::-webkit-scrollbar {
  display: none;
}
main #container .section.sec05 .inquiry_table .privacy_body h4 {
  font-size: 1.4rem;
  line-height: 1.7143;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 1.5em;
}
main #container .section.sec05 .inquiry_table .privacy_body p {
  font-size: 1.4rem;
  line-height: 1.7143;
  letter-spacing: 0;
}
main #container .section.sec05 .inquiry_table .privacy_body p.head {
  margin-bottom: 1.5em;
}
main #container .section.sec05 .inquiry_table .privacy_body ul:not(:last-child) {
  margin-bottom: 5em;
}
main #container .section.sec05 .inquiry_table .privacy_body ul li {
  font-size: 1.4rem;
  line-height: 1.7143;
  letter-spacing: 0;
  margin-bottom: 1.5em;
}
main #container .section.sec05 .inquiry_table .privacy_body ul li:last-child {
  margin-bottom: 0;
}
main #container .section.sec05 .inquiry_table .submitArea {
  text-align: center;
}
main #container .section.sec05 .inquiry_table .submitArea:after {
  content: "";
  display: block;
  clear: both;
}
main #container .section.sec05 .inquiry_table .submitArea .check {
  width: 92%;
  max-width: 310px;
  margin: auto;
  margin-bottom: 30px;
  gap: 3em;
  font-size: 1.6rem;
}
main #container .section.sec05 .inquiry_table .submitArea .check:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  main #container .section.sec05 .inquiry_table .submitArea .check {
    max-width: 320px;
    margin-bottom: 60px;
  }
}
main #container .section.sec05 .inquiry_table .submitArea .check input[type=checkbox] {
  float: left;
}
main #container .section.sec05 .inquiry_table .submitArea .check label {
  float: right;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
}
main #container .section.thanks {
  padding: 150px 0 80px;
}
@media screen and (min-width: 768px) {
  main #container .section.thanks {
    padding: 200px 0 130px;
  }
}
main #container .section.thanks .mainTitle {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  main #container .section.thanks .mainTitle {
    margin-bottom: 80px;
  }
}
main #container .section.thanks .mainTitle_head {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  main #container .section.thanks .mainTitle_head {
    font-size: 2.8rem;
  }
}
main #container .section.thanks .c-rt {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  main #container .section.thanks .c-rt {
    font-size: 1.8rem;
  }
}
main #container .section.thanks .c-rt:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  main #container .section.thanks .c-rt:not(:last-child) {
    margin-bottom: 80px;
  }
}
main #container .section.thanks .c-btn {
  font-size: 1.6rem;
}

footer {
  color: #ffffff;
  position: relative;
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 80px 0 30px;
  background-image: url("../images/footer_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 80px 0 40px;
    background-image: url("../images/footer_bg_pc.jpg");
  }
}
footer .footer_head {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  footer .footer_head {
    font-size: 2.4rem;
  }
}
footer .footer_rt {
  font-size: 1.4rem;
  line-height: 1.7857;
  margin-bottom: 80px;
}
footer .copyright {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    font-size: 1.4rem;
  }
}