@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.scrollmagic,
.childScrollMagic {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.scrollmagic[data-scrollmagic=L],
.childScrollMagic[data-scrollmagic=L] {
  transform: translateX(-60px);
}
.scrollmagic[data-scrollmagic=R],
.childScrollMagic[data-scrollmagic=R] {
  transform: translateX(60px);
}
.scrollmagic[data-scrollmagic=B],
.childScrollMagic[data-scrollmagic=B] {
  transform: translateY(60px);
}
.scrollmagic[data-scrollmagic=b],
.childScrollMagic[data-scrollmagic=b] {
  transform: translateY(60px);
}
.scrollmagic[data-delay="0"],
.childScrollMagic[data-delay="0"] {
  transition-delay: 0;
}
.scrollmagic[data-delay="100"],
.childScrollMagic[data-delay="100"] {
  transition-delay: 100ms;
}
.scrollmagic[data-delay="200"],
.childScrollMagic[data-delay="200"] {
  transition-delay: 200ms;
}
.scrollmagic[data-delay="300"],
.childScrollMagic[data-delay="300"] {
  transition-delay: 300ms;
}
.scrollmagic[data-delay="400"],
.childScrollMagic[data-delay="400"] {
  transition-delay: 400ms;
}
.scrollmagic[data-delay="500"],
.childScrollMagic[data-delay="500"] {
  transition-delay: 500ms;
}
.scrollmagic[data-delay="600"],
.childScrollMagic[data-delay="600"] {
  transition-delay: 600ms;
}
.scrollmagic[data-delay="700"],
.childScrollMagic[data-delay="700"] {
  transition-delay: 700ms;
}
.scrollmagic[data-delay="800"],
.childScrollMagic[data-delay="800"] {
  transition-delay: 800ms;
}
.scrollmagic[data-delay="900"],
.childScrollMagic[data-delay="900"] {
  transition-delay: 900ms;
}
.scrollmagic[data-delay="1000"],
.childScrollMagic[data-delay="1000"] {
  transition-delay: 1000ms;
}
.scrollmagic.magic,
.childScrollMagic.magic {
  opacity: 1;
  transform: translate(0px, 0px);
}

html,
body {
  overscroll-behavior: none;
}

body {
  color: #212121;
  background-color: #fff;
}
body * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body:before {
    content: "";
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  header.noblend {
    mix-blend-mode: unset;
  }
}
@media screen and (max-width: 767px) {
  header.open .header-wrap {
    border-bottom: none;
  }
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  header .header-wrap {
    width: 73.2064421669vw;
    height: 4.3191800878vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap {
    width: 561.4934114202px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap {
    height: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap {
    height: 33.1281112738px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    height: 14.9333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border: 1px solid #eeeeee;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a {
    display: block;
    position: relative;
    width: 5.3333333333vw;
    height: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:first-child {
    top: 50%;
    margin-top: -0.2666666667vw;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:last-child {
    bottom: 50%;
    margin-bottom: -0.2666666667vw;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span {
    position: absolute;
    display: block;
    left: 0;
    width: 6.4vw;
    height: 0.5333333333vw;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:first-child {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:nth-of-type(2) {
    top: 50%;
    margin-top: -0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:last-child {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-logo a img {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100svh;
    top: 14.9333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    background-color: #fff;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li {
    margin-left: 2.196193265vw;
    color: #212121;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li {
    margin-left: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li.borderbottomsp {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li.transhidepc {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li.transhidepc {
    border-top: none;
    margin-top: 10.6666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 9.7730600293vw;
    margin-right: 9.7730600293vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 133.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 74.9593704246px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-right: 133.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-right: 74.9593704246px;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li:first-child {
    margin-top: 0;
  }
}
header .header-wrap .header-menu ul li a {
  display: block;
  font-weight: 600;
  color: #212121;
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a {
    font-size: 1.0248901903vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a {
    font-size: 7.8609077599px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a {
    font-size: 3.2vw;
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 2.5px 0 2.5px 7px;
    border-color: transparent transparent transparent #009C74;
    border-top-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
    border-left-width: 1.3333333333vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a:hover {
    color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.logo:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 4.6120058565vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 35.3740849195px;
  }
}
header .header-wrap .header-menu ul li a.contact {
  background-color: #212121;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.7115666179vw;
    height: 2.7086383602vw;
    border-radius: 0.5856515373vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a.contact {
    width: 119px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    width: 66.817715959px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a.contact {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    height: 20.7752562225px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a.contact {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    border-radius: 4.4919472914px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  header .header-wrap .header-menu ul li a.contact {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    font-size: 7.2994143485px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6666666667vw;
    width: 34.6666666667vw;
    height: 9.8666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 3.2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.contact:hover {
    color: #fff;
    background-color: #009C74;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .header-menu-contact {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .header-menu-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82.6666666667vw;
    height: 19.2vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
    font-size: 3.7333333333vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  }
}

.deco {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .deco {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .deco .deco-wrapper .deco-img {
    width: 17.7159590044vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .deco .deco-wrapper .deco-img {
    width: 242px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .deco .deco-wrapper .deco-img {
    width: 135.8814055637px;
  }
}

footer {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #222;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  footer {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer {
    padding-top: 16.8448023426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  footer {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer {
    padding-bottom: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
footer p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  footer p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer p {
    font-size: 6.737920937px;
  }
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 2.9333333333vw;
  }
}

#top-mv {
  overflow: hidden;
  position: relative;
}
#top-mv .top-mv-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #top-mv .top-mv-container {
    height: 100svh;
  }
}
#top-mv .top-mv-container .top-mv-txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#top-mv .top-mv-container .top-mv-txt h1 {
  font-weight: 600;
  letter-spacing: 0.3em;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 768px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    font-size: 4.6852122987vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    font-size: 35.9355783309px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    margin-bottom: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .top-mv-container .top-mv-txt h1 {
    font-size: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #top-mv .top-mv-container .top-mv-txt h2 {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-mv .top-mv-container .top-mv-txt h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-mv .top-mv-container .top-mv-txt h2 {
    font-size: 10.1068814056px;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .top-mv-container .top-mv-txt h2 {
    font-size: 3.7333333333vw;
  }
}

#top-sect1 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container {
    padding-top: 6.588579795vw;
    padding-bottom: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container {
    padding-top: 50.5344070278px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container {
    padding-bottom: 50.5344070278px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    width: 93.7042459736vw;
    margin-bottom: 6.588579795vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    width: 718.7115666179px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    margin-bottom: 50.5344070278px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-bottom: 16vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block:last-child {
  margin-bottom: 0;
}
#top-sect1 .top-sect1-container .top-sect1-block h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    font-size: 2.196193265vw;
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    font-size: 16.8448023426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    margin-bottom: 22.4597364568px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block h3 {
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    font-size: 1.756954612vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    font-size: 13.4758418741px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    margin-bottom: 11.2298682284px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block p {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block p {
    font-size: 8.9838945827px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block p {
    font-size: 3.7333333333vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block dl dt {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    font-size: 1.6105417277vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    font-size: 12.3528550512px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    margin-bottom: 11.2298682284px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt span {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt span {
    font-size: 8.9838945827px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dt span {
    font-size: 3.2vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dd {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dd {
    font-size: 8.9838945827px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block dl dd {
    font-size: 3.7333333333vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    width: 30.0146412884vw;
    margin-right: 1.8301610542vw;
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    width: 230.2122986823px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    margin-right: 14.0373352855px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    margin-top: 22.4597364568px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li {
    width: 42.6666666667vw;
    margin-top: 8vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(1), #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(2), #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(1), #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    font-size: 1.1713030747vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    font-size: 8.9838945827px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    margin-bottom: 5.6149341142px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    font-size: 1.0248901903vw;
    margin-bottom: 0.3660322108vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    font-size: 7.8609077599px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    margin-bottom: 2.8074670571px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li h5 {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top-sect1 .top-sect1-container .top-sect1-block ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li a {
    font-size: 0.878477306vw;
    transition: color ease-out 0.2s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li a {
    font-size: 6.737920937px;
  }
}
@media screen and (max-width: 767px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li a {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #top-sect1 .top-sect1-container .top-sect1-block ul li a:hover {
    color: red;
  }
}

.fixedBody {
  width: 100%;
}

#main {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  display: block;
}
#main picture,
#main img {
  display: block;
  max-width: 100%;
}
#main.bg {
  position: relative;
}
#main.bg:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/sakura.JPG);
  background-size: cover;
  background-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}