@charset "UTF-8";
/* 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;
}

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;
}

th, td {
  text-align: inherit;
}

@font-face {
  font-family: "TTNormsPro";
  src: url("../font/TT Norms Pro Regular.otf") format("OpenType");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro";
  src: url("../font/TT Norms Pro Medium.otf") format("OpenType");
  font-weight: bold;
  font-style: normal;
}
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

html[lang=ja] {
  font-family: "Noto Serif JP", "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
  font-weight: 200;
}
html[lang=ja] .heroTxt, html[lang=ja] .heroCopy, html[lang=ja] .shopName, html[lang=ja] .copyright {
  font-family: "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
html[lang=ja] .navi, html[lang=ja] .footerList, html[lang=ja] .btn, html[lang=ja] .policyTit, html[lang=ja] .accessTxt dt {
  font-weight: 200 !important;
}

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

a {
  display: inline-block;
  transition: 0.2s all;
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: inline-block;
  }
}

.bold {
  font-weight: 400 !important;
}

.btn {
  border: 1px solid;
  padding: 1.8em 0;
  font-weight: bold;
}

.tit {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .tit {
    font-size: 5.3333333333vw;
  }
}

.inner {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 16vw 0;
  }
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 0);
  transition: all 1.4s;
  transform: translate(0, 10px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.wrapper {
  margin: 0 auto;
  text-align: center;
}

header {
  padding: 30px 60px 0 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header {
    padding: 1em 1em 0 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.8em 0;
  }
}
header .logo {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 17.7333333333vw;
    margin-left: 1em;
  }
}
header .navi {
  display: flex;
  gap: 2em;
  font-weight: bold;
  padding: 2em 0;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header .navi {
    gap: 1em;
    padding: 1em 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .navi {
    gap: 0.5em;
    padding: 1em 0;
  }
}
@media screen and (max-width: 768px) {
  header .navi {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    height: 100vh;
    padding: 18.6666666667vw 6.6666666667vw;
    text-align: left;
    flex-direction: column;
    gap: 0.5em;
    z-index: 999;
    background: rgba(242, 238, 232, 0.9);
    transform: translateX(100%);
    transition: ease 0.4s;
  }
}
header .navi a {
  padding: 1.3em 1em;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header .navi a {
    padding: 1.3em 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .navi a {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  header .navi a {
    padding: 1em;
    width: 100%;
    white-space: normal;
  }
}
header .navi a.btn {
  padding: 1em 6em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .navi a.btn {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  header .navi a.btn {
    width: calc(100% - 2em);
    margin: 2.3em 1em;
    padding: 1em 0;
    text-align: center;
  }
}
header .navi .langSwitch {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.6em;
}
header .navi .langSwitch .icon-globe {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}
header .navi .langSwitch a, header .navi .langSwitch .lang {
  padding: 0 0.6em;
}
header .navi .langSwitch a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .navi .langSwitch {
    width: auto;
    padding: 1em;
  }
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 998;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  header .headerInner {
    display: block;
  }
}
header .headerInner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 19px 50px;
  background: #fff;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header .headerInner.fixed {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerInner.fixed {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  header .headerInner.fixed {
    padding: 0.8em 0;
  }
}
header .headerInner.fixed .logo {
  width: 110px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerInner.fixed .logo {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  header .headerInner.fixed .logo {
    width: 17.7333333333vw;
  }
}
header .headerInner.fixed .navi {
  padding: 0;
}
@media screen and (max-width: 768px) {
  header .headerInner.fixed .navi {
    padding: 18.6666666667vw 6.6666666667vw;
  }
}
header {
  /* SP ハンバーガーメニュー用 */
}
header .btnGnavi {
  display: none;
}
@media screen and (max-width: 768px) {
  header .btnGnavi {
    display: block;
    width: 5.7333333333vw;
    height: 4.8vw;
    position: absolute;
    right: 5.3333333333vw;
    top: 7.2vw;
    z-index: 1000;
  }
  header .btnGnavi span {
    display: block;
    width: 5.7333333333vw;
    height: 0.5333333333vw;
    background: #000000;
    position: absolute;
    right: 0;
    transition: all 0.5s;
  }
  header .btnGnavi span:first-child {
    top: 0;
  }
  header .btnGnavi span:nth-child(2) {
    top: 2.1333333333vw;
  }
  header .btnGnavi span:last-child {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 100;
  }
}
header {
  /* ハンバーガーメニューオープン時 */
}
@media screen and (max-width: 768px) {
  header .open .navi {
    transform: translateX(0);
  }
  header .open .btnGnavi span:first-child {
    top: 0.5em;
    left: 0;
    transform: rotate(45deg);
  }
  header .open .btnGnavi span:nth-child(2) {
    opacity: 0;
  }
  header .open .btnGnavi span:last-child {
    bottom: auto;
    top: 0.5em;
    transform: rotate(-45deg);
  }
  header .open .overlay {
    opacity: 1;
    visibility: visible;
  }
}

#footer {
  position: relative;
}
#footer .footerContent {
  padding: 150px 0;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #footer .footerContent {
    padding: 16vw 0 13.3333333333vw;
    background: url(../images/footer_bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#footer .footerContent .footerLogo {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer .footerContent .footerLogo {
    width: 24vw;
  }
}
#footer .footerContent .footerSns {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  margin: 60px auto 40px;
}
@media screen and (max-width: 768px) {
  #footer .footerContent .footerSns {
    margin: 1.3em auto 1em;
    gap: 0.6em;
  }
  #footer .footerContent .footerSns img {
    width: 6.9333333333vw;
  }
}
#footer .footerContent .footerAddress {
  text-align: center;
}
#footer .footerContent .footerList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 40px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #footer .footerContent .footerList {
    width: 90%;
    margin: 2em auto 0;
    flex-wrap: wrap;
    font-size: 3.2vw;
    gap: 0.5em 2em;
  }
}
#footer .footerContent .footerList a {
  padding: 1em;
}
#footer .footerContent .footerList .langSwitch {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
#footer .footerContent .footerList .langSwitch .icon-globe {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}
#footer .footerContent .footerList .langSwitch a, #footer .footerContent .footerList .langSwitch .lang {
  padding: 0;
}
#footer .footerContent .footerList .langSwitch a {
  opacity: 0.5;
  transition: 0.2s opacity;
}
#footer .footerContent .footerList .langSwitch a:hover {
  opacity: 1;
}
#footer .copyright {
  padding: 1.9em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 1.5em 0;
    font-size: 2.6666666667vw;
  }
}
#footer .goTop {
  position: absolute;
  left: calc(50% + 547px);
  top: -53px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .goTop {
    left: auto;
    right: 6%;
    top: -40px;
  }
  #footer .goTop img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #footer .goTop {
    left: auto;
    right: 6%;
    top: -8vw;
  }
  #footer .goTop img {
    width: 16vw;
  }
}

#top header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 45px 60px 0 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  #top header {
    padding: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top header {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  #top header {
    position: inherit;
    padding: 0.8em 0;
    font-size: 3.6vw;
  }
}
#top header .navi {
  margin-top: -15px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top header .navi {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top header .navi {
    margin-top: 0;
  }
}
#top header .navi a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top header .navi a {
    color: #000;
  }
}
#top header .headerInner.fixed .navi {
  margin-top: 0;
}
#top header .headerInner.fixed .navi .sp {
  display: block;
}
#top header .headerInner.fixed .navi a {
  color: #000;
}
#top #hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  background: #9e8f78;
}
@media screen and (max-width: 768px) {
  #top #hero {
    height: 138.9333333333vw;
  }
}
#top #hero .heroInner {
  width: auto;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/top/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #hero .heroInner {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #top #hero .heroInner {
    height: 138.9333333333vw;
    padding-bottom: 33.3333333333vw;
    background: url(../images/top/mv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#top #hero .heroCopy {
  padding: 0;
  letter-spacing: 0.37em;
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #top #hero .heroCopy {
    line-height: 1.3;
    font-size: 5.3333333333vw;
  }
}
#top #hero .heroTxt {
  padding: 0.1em 0 0.5em;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #top #hero .heroTxt {
    font-size: 3.2vw;
  }
}
#top #hero .heroBtn {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 9.35em);
  width: 360px;
  margin: auto;
  padding: 1.05em 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #hero .heroBtn {
    top: calc(50% + 14em);
    width: 400px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #top #hero .heroBtn {
    top: auto;
    bottom: 16vw;
    width: 82%;
    padding: 1.2em 0;
    font-size: 3.6vw;
    background: rgba(255, 255, 255, 0.2);
  }
}
#top #hero .heroBtn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
#top #about {
  background: #f5efea;
}
#top #about .aboutTit {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top #about .aboutTit {
    margin-top: 6.6666666667vw;
    font-size: 4vw;
  }
}
#top #about .aboutTit:before, #top #about .aboutTit:after {
  content: "";
  display: block;
  width: 138px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top #about .aboutTit:before, #top #about .aboutTit:after {
    display: none;
  }
}
#top #about .aboutTit:before {
  left: -165px;
}
#top #about .aboutTit:after {
  right: -165px;
}
#top #about .aboutTxt {
  margin-top: 2em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #about .aboutTxt {
    width: 90%;
    margin: 2em auto;
  }
}
@media screen and (max-width: 768px) {
  #top #about .aboutTxt {
    margin-top: 0;
  }
}
#top #about .aboutTxt p {
  line-height: 1.65;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #top #about .aboutTxt p {
    margin-top: 4vw;
  }
}
#top #service .serviceMenu {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 140px auto 20px;
  padding-top: 85px;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #service .serviceMenu {
    gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu {
    flex-direction: column;
    gap: 2em;
    margin: auto;
    padding-top: 0;
  }
}
#top #service .serviceMenu:before {
  content: "";
  display: block;
  height: 258px;
  width: calc(50% + 492px);
  background: #ebebeb;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #service .serviceMenu:before {
    width: calc(50% + 4em);
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu:before {
    width: 60.9333333333vw;
    height: 20.2666666667vw;
  }
}
#top #service .serviceMenu.top {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu.top {
    margin: 4vw auto;
    padding-top: 4vw;
  }
}
#top #service .serviceMenu.top:before {
  right: 0;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu.bottom {
    margin-top: 1.8em;
  }
}
#top #service .serviceMenu.bottom:before {
  left: 0;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu.bottom:before {
    display: none;
  }
}
#top #service .serviceMenu .serviceCard {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #service .serviceMenu .serviceCard {
    width: calc(33.3333333333% - 3em);
  }
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCard {
    padding-bottom: 8vw;
  }
}
#top #service .serviceMenu .serviceCard img {
  width: 361px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCard img {
    width: 53.3333333333vw;
  }
}
#top #service .serviceMenu .serviceCardTit {
  font-size: 20px;
  margin-top: 1.7em;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCardTit {
    font-size: 4vw;
    margin-top: 1em;
  }
}
#top #service .serviceMenu .serviceCardTxt {
  padding: 1.8em 0 2.9em;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCardTxt {
    padding: 1.8em 0;
  }
}
#top #service .serviceMenu .serviceCardBtn {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.2em 0;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCardBtn {
    position: inherit;
    width: 80%;
    padding: 1.7em 0;
  }
}
#top #service .serviceMenu .serviceCard .line2 {
  padding-bottom: 1.7em;
}
#top #service .serviceMenu .serviceCard.sp-bg:before {
  content: "";
  display: none;
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCard.sp-bg:before {
    display: block;
    width: 60.9333333333vw;
    height: 20.2666666667vw;
    background: #ebebeb;
    position: absolute;
    top: -3.4666666667vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCard.sp-bg.right {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #top #service .serviceMenu .serviceCard.sp-bg.right:before {
    right: 0;
  }
}
#top #policy {
  background: #f5efea;
}
#top #policy .policyBtn {
  width: 360px;
  margin-top: 120px;
  padding: 1.2em 0;
}
@media screen and (max-width: 768px) {
  #top #policy .policyBtn {
    width: 80%;
    margin-top: 4em;
    padding: 1.6em 0;
    font-size: 3.2vw;
  }
}
#top #access {
  background: #ebebeb;
}
#top #access .accessContent {
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #access .accessContent {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #top #access .accessContent {
    flex-direction: column-reverse;
  }
}
#top #access .accessContent .accessMap {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #access .accessContent .accessMap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessMap {
    width: 100%;
    height: 110.6666666667vw;
  }
}
#top #access .accessContent .accessMap iframe {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessMap iframe {
    height: 110.6666666667vw;
  }
}
#top #access .accessContent .accessInfo {
  width: 50%;
  text-align: center;
  padding: 120px 0 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #access .accessContent .accessInfo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo {
    width: 100%;
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
}
#top #access .accessContent .accessInfo .shopName {
  padding: 120px 0 50px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .shopName {
    padding: 10.6666666667vw 0 1em;
    font-size: 3.2vw;
  }
}
#top #access .accessContent .accessInfo .accessTxt {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessTxt {
    width: 87%;
    text-align: center;
  }
}
#top #access .accessContent .accessInfo .accessTxt dl {
  display: flex;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessTxt dl {
    padding: 0.1em 0;
  }
}
#top #access .accessContent .accessInfo .accessTxt dl dt {
  width: 10em;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessTxt dl dt {
    width: 10em;
    margin-top: 0.3em;
    font-size: 2.1333333333vw;
  }
}
#top #access .accessContent .accessInfo .accessTxt dl dd {
  padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessTxt dl dd {
    padding-left: 0.8em;
    font-size: 2.6666666667vw;
  }
}
#top #access .accessContent .accessInfo .accessBtnArea {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessBtnArea {
    gap: 0.8em;
    margin-top: 2em;
  }
}
#top #access .accessContent .accessInfo .accessBtnArea .accessBtn {
  width: 210px;
  padding: 0.97em 0;
}
@media screen and (max-width: 768px) {
  #top #access .accessContent .accessInfo .accessBtnArea .accessBtn {
    width: 40vw;
    font-size: 2.6666666667vw;
    padding: 1.2em 0;
  }
}
#top #contact .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#top #contact .inner .formInner {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top #contact .inner .formInner {
    width: 80%;
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner {
    width: 80%;
    margin: 1em auto 0;
    flex-direction: column;
  }
}
#top #contact .inner .formInner .formSet {
  width: 47%;
  border-bottom: 2px solid #000;
  text-align: left;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner .formSet {
    width: 100%;
    padding-bottom: 0.4em;
    margin-top: 2.2em;
    border-width: 1px;
  }
}
#top #contact .inner .formInner .formSet label {
  display: inline-block;
  padding-right: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner .formSet label {
    width: 5.5em;
    white-space: normal;
  }
}
#top #contact .inner .formInner .formSet input {
  width: 100%;
  padding: 0.4em;
  font-size: 1.1em;
  border: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner .formSet input {
    font-size: 1em;
  }
}
#top #contact .inner .formInner .formSet:last-child {
  width: 100%;
  margin-top: 5em;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner .formSet:last-child {
    margin-top: 2.2em;
  }
}
#top #contact .inner .formInner .formSet:last-child textarea {
  width: 100%;
  padding: 0 0.4em;
  font-size: 1.1em;
  border: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formInner .formSet:last-child textarea {
    height: 5em;
  }
}
#top #contact .inner .formBtn {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formBtn {
    margin-top: 8.6666666667vw;
  }
}
#top #contact .inner .formBtn .formBtn__btn {
  width: 360px;
  padding: 1.53em 0;
  font-size: 16px;
  font-family: "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
html[lang=ja] #top #contact .inner .formBtn .formBtn__btn {
  font-family: "Noto Serif JP", "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
#top #contact .inner .formBtn .formBtn__btn {
  color: #000;
  border-radius: 0;
  background: none;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  #top #contact .inner .formBtn .formBtn__btn {
    width: 80%;
    padding: 1.6em 0;
    font-size: 3.2vw;
  }
}
#top #contact .inner .formBtn .formBtn__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/** サービスページ/ポリシーページ **/
@media screen and (max-width: 768px) {
  #course, #policies, #thanks, #confirm {
    padding-bottom: 5.3333333333vw;
  }
}
#course .tit, #policies .tit, #thanks .tit, #confirm .tit {
  margin-top: 1em;
  padding: 155px 0;
  background: #f3eeea;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .tit, #policies .tit, #thanks .tit, #confirm .tit {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #course .tit, #policies .tit, #thanks .tit, #confirm .tit {
    margin-top: 0;
    padding: 18.6666666667vw 0;
  }
}
#course .menu, #policies .menu, #thanks .menu, #confirm .menu {
  font-size: 20px;
  padding: 115px 0;
}
@media screen and (max-width: 768px) {
  #course .menu, #policies .menu, #thanks .menu, #confirm .menu {
    padding: 10.1333333333vw 0 11.7333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #course .menu-tit, #policies .menu-tit, #thanks .menu-tit, #confirm .menu-tit {
    font-size: 15px;
    display: inline-block;
    padding-bottom: 6.4vw;
  }
}
#course .menu-note, #policies .menu-note, #thanks .menu-note, #confirm .menu-note {
  display: inline-block;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #course .menu-note, #policies .menu-note, #thanks .menu-note, #confirm .menu-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #course .menu-line, #policies .menu-line, #thanks .menu-line, #confirm .menu-line {
    display: block;
    width: 53.3333333333vw;
    height: 1px;
    margin: 0 auto;
    background: #000;
  }
}
#course .detail, #policies .detail, #thanks .detail, #confirm .detail {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 58px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .detail, #policies .detail, #thanks .detail, #confirm .detail {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #course .detail, #policies .detail, #thanks .detail, #confirm .detail {
    gap: 4vw 6.6666666667vw;
    margin: 0 auto 0.8em;
  }
}
#course .detail.three, #policies .detail.three, #thanks .detail.three, #confirm .detail.three {
  max-width: 1200px;
}
#course .detailCard, #policies .detailCard, #thanks .detailCard, #confirm .detailCard {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #course .detailCard, #policies .detailCard, #thanks .detailCard, #confirm .detailCard {
    margin-bottom: 10.6666666667vw;
  }
}
#course .detailCard img, #policies .detailCard img, #thanks .detailCard img, #confirm .detailCard img {
  width: 361px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #course .detailCard img, #policies .detailCard img, #thanks .detailCard img, #confirm .detailCard img {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #course .detail .detailTxt.jp, #policies .detail .detailTxt.jp, #thanks .detail .detailTxt.jp, #confirm .detail .detailTxt.jp {
    width: 208px;
  }
}
#course .detailTit, #policies .detailTit, #thanks .detailTit, #confirm .detailTit {
  font-size: 20px;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #course .detailTit, #policies .detailTit, #thanks .detailTit, #confirm .detailTit {
    padding: 2em 0 1em;
    font-size: 4vw;
  }
}
#course .detailTxt, #policies .detailTxt, #thanks .detailTxt, #confirm .detailTxt {
  display: inline-block;
  width: 361px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #course .detailTxt, #policies .detailTxt, #thanks .detailTxt, #confirm .detailTxt {
    width: auto;
    font-size: 3.2vw;
  }
  #course .detailTxt.rightMargin, #policies .detailTxt.rightMargin, #thanks .detailTxt.rightMargin, #confirm .detailTxt.rightMargin {
    margin-right: -2.6666666667vw;
  }
}
#course .option, #policies .option, #thanks .option, #confirm .option {
  display: inline-block;
  padding: 1.2em 2.5em;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #course .option, #policies .option, #thanks .option, #confirm .option {
    width: 85%;
    padding: 1em 1em;
    font-size: 3.2vw;
  }
}
#course #recovery .tit, #course #express .tit, #policies #recovery .tit, #policies #express .tit, #thanks #recovery .tit, #thanks #express .tit, #confirm #recovery .tit, #confirm #express .tit {
  background: #f3eef1;
}
#course #combination .detailCard, #policies #combination .detailCard, #thanks #combination .detailCard, #confirm #combination .detailCard {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #course #combination .detailCard, #policies #combination .detailCard, #thanks #combination .detailCard, #confirm #combination .detailCard {
    margin-bottom: 13.3333333333vw;
  }
}
#course #combination .option, #policies #combination .option, #thanks #combination .option, #confirm #combination .option {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #course #combination .option, #policies #combination .option, #thanks #combination .option, #confirm #combination .option {
    margin-bottom: 20vw;
  }
}
#course .policyDetail, #policies .policyDetail, #thanks .policyDetail, #confirm .policyDetail {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  #course .policyDetail, #policies .policyDetail, #thanks .policyDetail, #confirm .policyDetail {
    padding: 3.2em 0.5em 4em 1.5em;
  }
}
#course .policyDetail .policyTit, #policies .policyDetail .policyTit, #thanks .policyDetail .policyTit, #confirm .policyDetail .policyTit {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #course .policyDetail .policyTit, #policies .policyDetail .policyTit, #thanks .policyDetail .policyTit, #confirm .policyDetail .policyTit {
    font-size: 4vw;
  }
}
#course .policyDetail .policyTxt, #policies .policyDetail .policyTxt, #thanks .policyDetail .policyTxt, #confirm .policyDetail .policyTxt {
  margin: 0.5em 0.5em 6em;
}
@media screen and (max-width: 768px) {
  #course .policyDetail .policyTxt, #policies .policyDetail .policyTxt, #thanks .policyDetail .policyTxt, #confirm .policyDetail .policyTxt {
    margin: 1em 0.5em 3.5em;
    font-size: 3.2vw;
  }
}
#course .policyDetail .policyTxt li, #policies .policyDetail .policyTxt li, #thanks .policyDetail .policyTxt li, #confirm .policyDetail .policyTxt li {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #course .policyDetail .policyTxt li, #policies .policyDetail .policyTxt li, #thanks .policyDetail .policyTxt li, #confirm .policyDetail .policyTxt li {
    padding-left: 0.5em;
  }
}
#course .policyDetail .policyTxt li:before, #policies .policyDetail .policyTxt li:before, #thanks .policyDetail .policyTxt li:before, #confirm .policyDetail .policyTxt li:before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #course .policyDetail .policyTxt li:before, #policies .policyDetail .policyTxt li:before, #thanks .policyDetail .policyTxt li:before, #confirm .policyDetail .policyTxt li:before {
    left: -0.8em;
  }
}
#course .policyDetail .policyTxt.last, #policies .policyDetail .policyTxt.last, #thanks .policyDetail .policyTxt.last, #confirm .policyDetail .policyTxt.last {
  margin-bottom: 0;
}
#course .policyDetail .policyTxtTit, #policies .policyDetail .policyTxtTit, #thanks .policyDetail .policyTxtTit, #confirm .policyDetail .policyTxtTit {
  margin: 1em 0 0 0;
}
#course .policyDetail .policyTxtInline, #policies .policyDetail .policyTxtInline, #thanks .policyDetail .policyTxtInline, #confirm .policyDetail .policyTxtInline {
  padding-top: 0.3em;
}
#course .policyDetail .policyTxtInline li:before, #policies .policyDetail .policyTxtInline li:before, #thanks .policyDetail .policyTxtInline li:before, #confirm .policyDetail .policyTxtInline li:before {
  content: "-";
}
@media screen and (max-width: 768px) {
  #course .policyDetail .policyTxtInline li:before, #policies .policyDetail .policyTxtInline li:before, #thanks .policyDetail .policyTxtInline li:before, #confirm .policyDetail .policyTxtInline li:before {
    left: -0.2em;
  }
}
#course #thanksInner, #policies #thanksInner, #thanks #thanksInner, #confirm #thanksInner {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #course #thanksInner, #policies #thanksInner, #thanks #thanksInner, #confirm #thanksInner {
    margin-bottom: 1.2em;
  }
}
#course .thanksTxt, #course .confirmTxt, #policies .thanksTxt, #policies .confirmTxt, #thanks .thanksTxt, #thanks .confirmTxt, #confirm .thanksTxt, #confirm .confirmTxt {
  max-width: 700px;
  margin: 150px auto 60px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #course .thanksTxt, #course .confirmTxt, #policies .thanksTxt, #policies .confirmTxt, #thanks .thanksTxt, #thanks .confirmTxt, #confirm .thanksTxt, #confirm .confirmTxt {
    margin: 2.8em auto;
    font-size: 4vw;
  }
}
#course .thanksBtn, #policies .thanksBtn, #thanks .thanksBtn, #confirm .thanksBtn {
  width: 316px;
  margin: 80px auto;
  padding: 1.53em 0;
  font-size: 16px;
  font-family: "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
html[lang=ja] #course .thanksBtn, html[lang=ja] #policies .thanksBtn, html[lang=ja] #thanks .thanksBtn, html[lang=ja] #confirm .thanksBtn {
  font-family: "Noto Serif JP", "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
#course .thanksBtn, #policies .thanksBtn, #thanks .thanksBtn, #confirm .thanksBtn {
  line-height: 1;
  color: #000;
  border-radius: 0;
  background: none;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  #course .thanksBtn, #policies .thanksBtn, #thanks .thanksBtn, #confirm .thanksBtn {
    width: 80%;
    margin: 3em auto 0.5em;
    padding: 1.64em 0;
    font-size: 3.4666666667vw;
  }
}
#course .formTable, #policies .formTable, #thanks .formTable, #confirm .formTable {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 70px;
  border-collapse: collapse;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #course .formTable, #policies .formTable, #thanks .formTable, #confirm .formTable {
    width: 80%;
    margin: 0 auto 10.6666666667vw;
  }
}
#course .formTable td, #course .formTable th, #policies .formTable td, #policies .formTable th, #thanks .formTable td, #thanks .formTable th, #confirm .formTable td, #confirm .formTable th {
  border: 1px solid #ccc;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  #course .formTable td, #course .formTable th, #policies .formTable td, #policies .formTable th, #thanks .formTable td, #thanks .formTable th, #confirm .formTable td, #confirm .formTable th {
    width: auto;
    padding: 0.4em 0.8em;
    display: block;
  }
}
#course .formTable th, #policies .formTable th, #thanks .formTable th, #confirm .formTable th {
  width: 30%;
  font-weight: normal;
  background: #f3eeea;
}
@media screen and (max-width: 768px) {
  #course .formTable th, #policies .formTable th, #thanks .formTable th, #confirm .formTable th {
    width: auto;
    padding: 0.4em 0.8em;
    border-bottom: 0;
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #course .formTable tr:first-child th, #policies .formTable tr:first-child th, #thanks .formTable tr:first-child th, #confirm .formTable tr:first-child th {
    border-top: 1px solid #ccc;
  }
}
#course .formBtn__btn, #policies .formBtn__btn, #thanks .formBtn__btn, #confirm .formBtn__btn {
  width: 316px;
  margin: 0 17px 80px;
  padding: 1.53em 0;
  font-size: 16px;
  font-family: "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
html[lang=ja] #course .formBtn__btn, html[lang=ja] #policies .formBtn__btn, html[lang=ja] #thanks .formBtn__btn, html[lang=ja] #confirm .formBtn__btn {
  font-family: "Noto Serif JP", "TTNormsPro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
#course .formBtn__btn, #policies .formBtn__btn, #thanks .formBtn__btn, #confirm .formBtn__btn {
  color: #000;
  border-radius: 0;
  background: none;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  #course .formBtn__btn, #policies .formBtn__btn, #thanks .formBtn__btn, #confirm .formBtn__btn {
    width: 80%;
    padding: 1.64em 0;
    font-size: 3.4666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#course .formBtn__btn:hover, #policies .formBtn__btn:hover, #thanks .formBtn__btn:hover, #confirm .formBtn__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
#course p.error_messe, #policies p.error_messe, #thanks p.error_messe, #confirm p.error_messe {
  margin: 5px 0;
  color: #cc0000;
}

/*# sourceMappingURL=style.css.map */
