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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 87px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding: 13.0666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  color: #2C3E50;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
body a {
  color: #2C3E50;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  body a:hover {
    opacity: 0.8;
  }
}
body p {
  line-height: 1.8;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body main {
  display: block;
}
body header.cmn {
  transition: 0.4s;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  body header.cmn {
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 87px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn {
    align-items: center;
    justify-content: space-between;
    height: 13.0666666667vw;
  }
}
body header.cmn.is-active {
  background-color: #E4F5F7 !important;
}
body header.cmn.is-fixed {
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  body header.cmn a.logo {
    margin-left: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body header.cmn a.logo img {
    width: 242px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn a.logo img {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn a.logo img {
    width: 11.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body header.cmn div.menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn div.menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    background-color: #19A3B1;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn div.menu-btn div.wrap {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 6.9333333333vw;
    height: 4.2666666667vw;
  }
}
body header.cmn div.menu-btn div.wrap span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
body header.cmn div.menu-btn.is-active span {
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.4s;
}
body header.cmn div.menu-btn.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
body header.cmn div.menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
body header.cmn div.menu-btn.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn nav.menu {
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn nav.menu {
    overflow-y: auto;
    display: none;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    margin-top: 13.0666666667vw;
    padding-top: 9.3333333333vw;
    background-color: #E4F5F7;
  }
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu ul {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn nav.menu ul {
    gap: 0 24px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn nav.menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 77.3333333333vw;
    padding: 0 6.6666666667vw 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn nav.menu ul li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #19A3B1;
  }
}
body header.cmn nav.menu ul li.is-active {
  color: #19A3B1;
}
body header.cmn nav.menu ul li a {
  width: inherit;
  height: inherit;
  color: #2C3E50;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn nav.menu ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn nav.menu ul li a {
    display: block;
    padding: 6vw 0;
    font-size: 4vw;
  }
}
body header.cmn nav.menu > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background-color: #19A3B1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu > a {
    width: 140px;
    height: 34px;
    font-size: 16px;
    border-radius: 100px;
    border: 2px solid #19A3B1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn nav.menu > a {
    width: 112px;
    height: 27px;
    font-size: 13px;
    border-radius: 100px;
    border: 2px solid #19A3B1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header.cmn nav.menu > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body header.cmn nav.menu > a {
    width: 48vw;
    height: 11.3333333333vw;
    margin-top: 8vw;
    font-size: 4vw;
    border-radius: 100px;
  }
}
@media screen and (min-width: 768px) {
  body header.cmn nav.menu > a:hover {
    background-color: #fff;
    color: #19A3B1;
    border: 2px solid #19A3B1;
  }
}
body footer.cmn {
  background-color: #E4F5F7;
}
@media screen and (min-width: 768px) {
  body footer.cmn {
    padding: 80px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn {
    padding: 11.6vw 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner {
    display: flex;
    justify-content: space-around;
    max-width: 1310px;
    margin: 0 auto;
    gap: 0 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 8vw 0;
    padding: 0 10.1333333333vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body footer.cmn div.inner div.head {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head div.set {
    display: table;
    margin-right: 30px;
  }
}
body footer.cmn div.inner div.head div.set a.logo {
  display: table;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head div.set a.logo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.head div.set a.logo {
    margin: 8vw auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head div.set a.logo img {
    width: 107px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.head div.set a.logo img {
    width: 29.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.head div.set address {
    margin-top: 6.6666666667vw;
  }
}
body footer.cmn div.inner div.head div.set address h2, body footer.cmn div.inner div.head div.set address p {
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head div.set address h2, body footer.cmn div.inner div.head div.set address p {
    margin-top: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.head div.set address h2, body footer.cmn div.inner div.head div.set address p {
    font-size: 3.4666666667vw;
  }
}
body footer.cmn div.inner div.head div.set address h2 + p, body footer.cmn div.inner div.head div.set address p + p {
  margin-top: 15px;
}
body footer.cmn div.inner div.head div.set address h2 a.map, body footer.cmn div.inner div.head div.set address p a.map {
  display: inline-flex;
  align-items: center;
}
body footer.cmn div.inner div.head div.set address h2 a.map:after, body footer.cmn div.inner div.head div.set address p a.map:after {
  content: "";
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.head div.set address h2 a.map:after, body footer.cmn div.inner div.head div.set address p a.map:after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../img/common/icon_map.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.head div.set address h2 a.map:after, body footer.cmn div.inner div.head div.set address p a.map:after {
    width: 4.1333333333vw;
    height: 4.1333333333vw;
    margin-left: 1.3333333333vw;
    background: url(../img/common/sp/icon_map.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main {
    display: flex;
    gap: 0 10px;
    width: 100%;
    max-width: 700px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main {
    display: flex;
    justify-content: space-between;
    gap: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.set {
    display: flex;
    width: 77%;
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 6.6666666667vw;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.set > div.list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.set > div.list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.set > div.list:nth-of-type(2) {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list {
    padding-top: 20px;
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list {
    width: 50%;
    padding-top: 5.8666666667vw;
  }
}
body footer.cmn div.inner div.main div.list {
  position: relative;
}
body footer.cmn div.inner div.main div.list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #19A3B1;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list:before {
    width: 37px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list:before {
    width: 12.5333333333vw;
    height: 1px;
  }
}
body footer.cmn div.inner div.main div.list h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list h3 {
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list ul {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list ul {
    margin-top: 5.3333333333vw;
  }
}
body footer.cmn div.inner div.main div.list ul li a {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list ul li a {
    font-size: 3.3333333333vw;
  }
}
body footer.cmn div.inner div.main div.list ul li a.icon.ig {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list ul li a.icon.ig {
    gap: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list ul li a.icon.ig {
    gap: 0 2vw;
  }
}
body footer.cmn div.inner div.main div.list ul li a.icon.ig:after {
  content: "";
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list ul li a.icon.ig:after {
    width: 18px;
    height: 18px;
    background: url(../img/common/icon_ig.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list ul li a.icon.ig:after {
    width: 4.8vw;
    height: 4.8vw;
    background: url(../img/common/sp/icon_ig.png) 0 center/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.inner div.main div.list ul li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.inner div.main div.list ul li + li {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.bnr {
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.bnr {
    display: table;
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.bnr ul {
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.bnr ul {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.bnr ul li + li {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body footer.cmn div.bnr img {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn div.bnr img {
    width: 82.6666666667vw;
  }
}
body footer.cmn p.copyright {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body footer.cmn p.copyright {
    margin: 50px 0 0;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body footer.cmn p.copyright {
    margin-top: 9.3333333333vw;
    font-size: 3.2vw;
  }
}
body .cmn_tit1 {
  position: relative;
  display: table;
}
@media screen and (min-width: 768px) {
  body .cmn_tit1 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit1 {
    margin-left: 4vw;
  }
}
body .cmn_tit1 > p {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body .cmn_tit1 > p {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit1 > p {
    font-size: 8.8vw;
  }
}
body .cmn_tit1 > p span {
  position: relative;
  z-index: 1;
}
body .cmn_tit1 > p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 110%);
  background-color: #FFCE00;
}
@media screen and (min-width: 768px) {
  body .cmn_tit1 > p:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit1 > p:before {
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}
body .cmn_tit1 > h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body .cmn_tit1 > h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit1 > h2 {
    font-size: 3.0666666667vw;
  }
}
body .cmn_tit2 {
  position: relative;
  display: table;
}
@media screen and (min-width: 768px) {
  body .cmn_tit2 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit2 {
    margin-left: 4vw;
  }
}
body .cmn_tit2 > p {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body .cmn_tit2 > p {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit2 > p {
    font-size: 8.8vw;
  }
}
body .cmn_tit2 > p span {
  position: relative;
  z-index: 1;
}
body .cmn_tit2 > p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translate(-50%, 110%);
  background-color: #FFCE00;
}
@media screen and (min-width: 768px) {
  body .cmn_tit2 > p:before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit2 > p:before {
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}
body .cmn_tit2 > h2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body .cmn_tit2 > h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit2 > h2 {
    font-size: 3.0666666667vw;
  }
}
body .cmn_tit3 {
  position: relative;
  display: table;
}
body .cmn_tit3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  background-color: #FFCE00;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  body .cmn_tit3:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit3:before {
    width: 4vw;
    height: 4vw;
  }
}
body .cmn_tit3 > p {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body .cmn_tit3 > p {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit3 > p {
    font-size: 6.6666666667vw;
  }
}
body .cmn_tit3 > h2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body .cmn_tit3 > h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_tit3 > h2 {
    font-size: 3.3333333333vw;
  }
}
body .cmn_btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFCE00;
  border: 1px solid currentColor;
  position: relative;
}
@media screen and (min-width: 768px) {
  body .cmn_btn1 {
    transform: translateX(-15px);
    min-width: 152px;
    width: 152px;
    height: 42px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_btn1 {
    width: 27.7333333333vw;
    height: 7.6vw;
    margin-left: auto;
    margin-right: 2.8vw;
    font-size: 3.3333333333vw;
  }
}
body .cmn_btn1:before {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background: url(../img/common/arrow-or.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body .cmn_btn1:before {
    width: 31px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  body .cmn_btn1:before {
    width: 5.6vw;
    height: 1.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body .cmn_btn1:hover {
    background-color: #FFCE00;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body .cmn_btn1:hover:before {
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  body div.breadcrumbs {
    padding: 10px 37px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body div.breadcrumbs {
    margin: 10.6666666667vw 4.2666666667vw 5.3333333333vw;
  }
}
body div.breadcrumbs ol {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body div.breadcrumbs ol {
    padding-bottom: 2.6666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  body div.breadcrumbs ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body div.breadcrumbs ol li {
    font-size: 2.9333333333vw;
  }
}
body div.breadcrumbs ol li a {
  font-size: inherit;
}
body div.breadcrumbs ol li + li {
  display: flex;
  align-items: center;
}
body div.breadcrumbs ol li + li:before {
  content: "＞";
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  body div.breadcrumbs ol li + li:before {
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  body div.breadcrumbs ol li + li:before {
    margin: 0 1.2vw;
  }
}
body.lower {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lower {
    padding-top: 16vw;
  }
}
body.lower:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #E4F5F7;
}
@media screen and (min-width: 768px) {
  body.lower:before {
    width: 55.3333333333vw;
    height: 348px;
  }
}
@media screen and (max-width: 767px) {
  body.lower:before {
    width: 100%;
    height: 68.5333333333vw;
  }
}
body.lower h1 {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  body.lower h1 {
    top: 549px;
    right: 37px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.lower h1 {
    top: 86.6666666667vw;
    right: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
body.lower section.fv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.lower section.fv {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.head div.wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 195px 37px 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.head div.wrap div.cmn_tit2 {
    margin-left: -80px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.head div.wrap div.cmn_tit2 {
    margin-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.head div.wrap div.image {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.head div.wrap div.image picture img {
    object-fit: cover;
    width: 63.0666666667vw;
    height: 341px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.head div.wrap div.image picture img {
    width: 83.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main {
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}
body.lower section.fv div.main div.inner div.title {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.title {
    padding-left: 4vw;
  }
}
body.lower section.fv div.main div.inner div.title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #FFCE00;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner div.title:before {
    transform: translate(-50%, 110%);
    top: -60px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.title:before {
    transform: translate(0, -30%);
    width: 6.5333333333vw;
    height: 6.5333333333vw;
    top: 0;
  }
}
body.lower section.fv div.main div.inner div.title h3 {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner div.title h3 {
    margin-top: 80px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.title h3 {
    margin-top: 8vw;
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner p {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner p {
    margin: 8vw auto 0;
    width: 85.3333333333vw;
  }
}
body.lower section.fv div.main div.inner div.landscape {
  display: table;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner div.landscape {
    margin: 50px 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower section.fv div.main div.inner div.landscape {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.landscape {
    margin: 6.6666666667vw 0 0 auto;
  }
}
body.lower section.fv div.main div.inner div.landscape ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner div.landscape ul li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.landscape ul li + li {
    margin-top: 2.9333333333vw;
  }
}
body.lower section.fv div.main div.inner div.landscape ul li h4 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2C3E50;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.main div.inner div.landscape ul li h4 {
    width: 283px;
    height: 37px;
    bottom: 37px;
    left: -110px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.landscape ul li h4 {
    width: 40.2666666667vw;
    height: 5.6vw;
    bottom: 3.3333333333vw;
    left: -18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.main div.inner div.landscape ul li div.image picture img {
    width: 70.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.sub {
    padding-top: 16vw;
  }
}
body.sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #E4F5F7;
}
@media screen and (min-width: 768px) {
  body.sub:before {
    width: 55.3333333333vw;
    height: 163px;
  }
}
@media screen and (max-width: 767px) {
  body.sub:before {
    width: 60.6666666667vw;
    height: 31.2vw;
  }
}
body.sub h1 {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  body.sub h1 {
    top: 175px;
    right: 37px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.sub h1 {
    top: 33.3333333333vw;
    right: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
body.sub section.fv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.sub div.breadcrumbs {
    margin-top: 100px;
  }
}
body.sub main {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.sub main {
    padding: 0 30px 140px;
  }
}
@media screen and (max-width: 767px) {
  body.sub main {
    margin-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
body.sub main:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  body.sub main:before {
    width: 774px;
    height: 394px;
    height: 163px;
  }
}
@media screen and (max-width: 767px) {
  body.sub main:before {
    width: 77.0666666667vw;
    height: 68.5333333333vw;
  }
}