@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Kaku+Gothic+Antique:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.css");
:root {
  /*====== カラー ======*/
  --heimblue: #0075c1;
  --darkblue: #363742;
  --orange: #d85642;
  --gray: #f4f3f3;
  /*====== header高さ ======*/
  --header-h: 0px;
}

/*====== コンテンツ幅 ======*/
:root {
  --darkblue: #363742;
  --gray: #f4f3f3;
}

/**mixin**/
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #111;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit; /* or 指定した色 */
  text-decoration: none;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

.pcm-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pcm-block {
    display: block;
  }
}

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

button {
  cursor: pointer;
}

.ast {
  font-size: 0.6em;
  vertical-align: 0.44em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  display: block;
}

@media screen and (min-width: 768px) {
  span.inline-block {
    display: inline-block;
  }
}

span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

a {
  color: #111;
}

/*=========================== youtube ===========================*/
div.youtube-wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
div.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*=========================== 共通矢印 ===========================*/
.arrow {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #222;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -45%);
}
.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid transparent;
  border-left: 4px solid #FFF;
  transform: translate(-20%, -50%);
}

/*span.arrow{*/
/*=========================== header ===========================*/
:root {
  --darkblue: #363742;
  --gray: #f4f3f3;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* 改行を防ぐ */
  border: 0;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  /*h-cont-wrap*/
  /*g-menu-wrap*/
  /*.g-mega-menu-wrap{*/
}
header.scroll {
  transition: all 0.4s;
  background: var(--darkblue);
}
header.open-nav {
  max-height: 100vh;
  top: 0;
  overflow-y: scroll;
  background: var(--darkblue);
}
@media screen and (min-width: 768px) {
  header.open-nav {
    overflow-y: visible;
  }
}
@media screen and (min-width: 768px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--darkblue);
    /*		padding: 10px 0;*/
  }
}
@media screen and (min-width: 1000px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--darkblue);
  }
}
@media screen and (min-width: 768px) {
  header .h-cont-wrap {
    padding: 0;
  }
}
header .h-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  header .h-cont-wrap {
    display: flex;
  }
}
header .h-logo {
  width: 61%;
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  header .h-logo {
    width: 17%;
    max-width: 230px;
    margin-left: 20px;
  }
}
header .g-menu-wrap {
  margin-left: auto;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap {
    width: 76%;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  header .g-menu-wrap {
    width: 70%;
  }
}
header .g-menu-wrap nav.pc-only-nav {
  display: none;
  /*pc-only-nav02*/
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap nav.pc-only-nav {
    width: calc(100% - 32px);
    display: block;
  }
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li {
  margin-left: 20px;
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a {
  display: block;
  font-size: 1.2vw;
  line-height: 1em;
  color: #FFF;
  border: solid 0.25px #FFF;
  border-radius: 60px;
  margin-bottom: 5px;
  padding: 5px 20px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 1000px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a {
    font-size: 14px;
  }
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a:hover {
  transition: all 0.4s;
  background: #FFF;
  color: var(--darkblue);
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a:hover::after {
  border: 3px solid transparent;
  border-left: 6px solid var(--darkblue);
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav01 li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  border: 3px solid transparent;
  border-left: 6px solid #FFF;
  transform: translate(-50%, -50%);
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*li*/
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li {
  line-height: 1.4em;
  position: relative;
  /*a*/
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li::after {
  content: " ";
  display: block;
  width: 1px;
  height: 80%;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a {
  font-size: 10px;
  letter-spacing: -0.02em;
  color: #FFF;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1000px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a {
    font-size: 14px;
    padding: 0 15px;
  }
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a span.icon-book {
  display: inline-block;
  width: 14px;
  position: relative;
  top: 0.07em;
  margin-right: 5px;
}
@media screen and (min-width: 1280px) {
  header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li a span.icon-book {
    width: 18px;
    top: 0.07em;
    margin-right: 10px;
  }
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li:last-child::after {
  display: none;
}
header .g-menu-wrap nav.pc-only-nav ul.pc-only-nav02 li:last-child a {
  padding: 0 0 0 15px;
}
header .g-menu-wrap button.nav-toggle-menu {
  width: 32px;
  padding-top: 21px;
  position: relative;
  /*border*/
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu {
    padding-top: 0;
    margin-top: 1em;
    margin-left: 20px;
  }
}
header .g-menu-wrap button.nav-toggle-menu.open-nav span.border {
  transition: all 0.4s;
}
header .g-menu-wrap button.nav-toggle-menu.open-nav span.border:first-child {
  opacity: 0;
}
header .g-menu-wrap button.nav-toggle-menu.open-nav span.border:nth-child(2) {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu.open-nav span.border:nth-child(2) {
    top: 9px;
  }
}
header .g-menu-wrap button.nav-toggle-menu.open-nav span.border:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu.open-nav span.border:nth-child(3) {
    top: 9px;
  }
}
header .g-menu-wrap button.nav-toggle-menu span.border {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
header .g-menu-wrap button.nav-toggle-menu span.border:nth-child(2) {
  left: 0;
  top: 50%;
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu span.border:nth-child(2) {
    top: 9px;
  }
}
header .g-menu-wrap button.nav-toggle-menu span.border:nth-child(3) {
  left: 0;
  top: 100%;
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu span.border:nth-child(3) {
    top: 18px;
  }
}
header .g-menu-wrap button.nav-toggle-menu span.txt {
  display: none;
}
@media screen and (min-width: 768px) {
  header .g-menu-wrap button.nav-toggle-menu span.txt {
    display: block;
    color: #FFF;
    font-size: 11px;
    margin-top: 15px;
  }
}
header .g-mega-menu-wrap {
  width: 100%;
  padding: 8% 0;
  /*		margin-top: 20px;*/
  background: #FFF;
  display: none;
  /*div.mega-menu__primary*/
  /*mega-menu__list*/
  /**/
  /**/
  /*mega-menu_extra*/
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap {
    margin-top: 0;
    padding: 40px 0;
  }
}
header .g-mega-menu-wrap.open-nav {
  display: block;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.g-mega-menu-box {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
header .g-mega-menu-wrap div.mega-menu_first {
  width: 90%;
  margin: 0 auto;
  /*ul*/
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first {
    width: 28%;
    margin: 0;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul {
  width: 80%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first ul {
    width: 100%;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul li {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li {
    margin-bottom: 12px;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul li a {
  display: block;
  position: relative;
  background: #EAEAEA;
  padding: 0.8em 1.8em;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li a {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1000px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li a {
    padding: 10px 30px;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul li a span.txt {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li a span.txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li a span.txt {
    font-size: 14px;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul li a span.arrow {
  width: 2em;
  height: 2em;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_first ul li a span.arrow {
    width: 28px;
    height: 28px;
  }
}
header .g-mega-menu-wrap div.mega-menu_first ul li a span.arrow::after {
  border: 5px solid transparent;
  border-left: 6px solid var(--darkblue);
}
header .g-mega-menu-wrap div.mega-menu__list ul li a {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu__list ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  header .g-mega-menu-wrap div.mega-menu__list ul li a {
    font-size: 14px;
  }
}
header .g-mega-menu-wrap div.mega-menu__list ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-left: 8px solid var(--darkblue);
  transform: translate(0%, -50%);
}
header .g-mega-menu-wrap div.mega-menu__heading {
  font-size: 0.8em;
  border-bottom: solid 0.5px #333;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu__heading {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
header .g-mega-menu-wrap div.mega-menu_second {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  /*menu__list*/
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_second {
    width: 38%;
    margin: 0;
    margin-left: 5%;
    font-size: 14px;
  }
}
header .g-mega-menu-wrap div.mega-menu_second div.mega-menu__list {
  display: flex;
}
header .g-mega-menu-wrap div.mega-menu_second div.mega-menu__list ul {
  width: 45%;
}
header .g-mega-menu-wrap div.mega-menu_second div.mega-menu__list ul:first-of-type {
  width: 55%;
}
header .g-mega-menu-wrap div.mega-menu_third {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_third {
    width: 24%;
    margin: 0;
    margin-left: 5%;
    font-size: 14px;
  }
}
header .g-mega-menu-wrap div.mega-menu_extra {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_extra {
    min-width: 350px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
  }
}
header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact {
  width: 48%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact {
    width: 160px;
  }
}
header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact a {
  display: block;
  position: relative;
  background: var(--darkblue);
  color: #FFF;
  box-sizing: border-box;
  padding: 0.3em 1em;
}
header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact a span.txt {
  font-size: 0.9em;
}
header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact a span.arrow {
  width: 1em;
  height: 1em;
  right: 6%;
  background: #FFF;
}
header .g-mega-menu-wrap div.mega-menu_extra div.extra-contact a span.arrow::after {
  border: 3px solid transparent;
  border-left: 6px solid var(--darkblue);
}
header .g-mega-menu-wrap div.mega-menu_extra div.insta-icon {
  width: 8%;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_extra div.insta-icon {
    width: 26px;
  }
}
header .g-mega-menu-wrap div.mega-menu_extra div.youtube-icon {
  width: 9%;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  header .g-mega-menu-wrap div.mega-menu_extra div.youtube-icon {
    width: 30px;
  }
}

/*header*/
/*=========================== CONTACT お問い合わせ・ご相談 ===========================*/
@keyframes lightcurtain-ani {
  100% {
    left: 100%;
  }
}
section.contact {
  padding: 20vw 0;
  background-color: var(--gray);
  overflow: hidden;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.contact {
    padding: 70px 0;
    margin-top: 100px;
  }
}
section.contact div.contact-cont-wrap {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-cont-wrap {
    width: 74%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section.contact div.contact-cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.contact div.contact-lbox {
  /**/
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-lbox {
    width: 47%;
  }
}
section.contact div.contact-lbox h2.sub-title span.en {
  font-size: 10.6vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox h2.sub-title span.en {
    font-size: 40px;
  }
}
section.contact div.contact-lbox h2.sub-title span.ja {
  display: block;
  font-weight: 400;
}
section.contact div.contact-lbox p.contact-txt01 {
  font-size: 3.73vw;
  letter-spacing: 0.12em;
  margin: 12vw 0 8.6vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox p.contact-txt01 {
    font-size: 14px;
    margin: 46px 0;
  }
}
section.contact div.contact-lbox p.note {
  font-size: 0.8em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox p.note {
    font-size: 11px;
    margin-top: 5px;
  }
}
section.contact div.contact-lbox a {
  display: block;
  position: relative;
  background-color: var(--darkblue);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8vw 5vw;
  font-size: 5.4vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox a {
    font-size: 21px;
    padding: 35px 7%;
    line-height: 1.6em;
  }
  section.contact div.contact-lbox a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -140%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  section.contact div.contact-lbox a:hover {
    opacity: 0.8;
    transition: all 0.8s;
    transition-duration: 0.4s;
  }
  section.contact div.contact-lbox a:hover::before {
    animation: lightcurtain-ani 0.8s ease-out;
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-lbox a {
    font-size: 23px;
  }
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-lbox a {
    font-size: 25px;
  }
}
section.contact div.contact-lbox a span {
  display: block;
}
section.contact div.contact-lbox a .txt01 {
  width: 82%;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox a .txt01 {
    width: calc(100% - 60px);
  }
}
section.contact div.contact-lbox a .icon {
  width: 10%;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox a .icon {
    width: 30px;
  }
}
section.contact div.contact-lbox a .arrow {
  background: #fff;
  width: 7vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox a .arrow {
    width: 27px;
    height: 27px;
  }
}
section.contact div.contact-lbox a .arrow::after {
  border: 1.2vw solid transparent;
  border-left: 1.6vw solid var(--darkblue);
}
@media screen and (min-width: 768px) {
  section.contact div.contact-lbox a .arrow::after {
    border: 4px solid transparent;
    border-left: 6px solid var(--darkblue);
  }
}
section.contact div.contact-rbox {
  margin-top: 7vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-rbox {
    width: 47%;
    margin: 0;
  }
}
section.contact div.contact-rbox a {
  display: block;
  position: relative;
  background-color: var(--darkblue);
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4.8vw 5vw;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a {
    font-size: 18px;
    padding: 21px 7%;
    margin-top: 20px;
    overflow: hidden;
  }
  section.contact div.contact-rbox a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -140%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  section.contact div.contact-rbox a:hover {
    opacity: 0.8;
    transition: all 0.8s;
    transition-duration: 0.4s;
  }
  section.contact div.contact-rbox a:hover::before {
    animation: lightcurtain-ani 0.8s ease-out;
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-rbox a {
    font-size: 15px;
    padding: 21px 5%;
  }
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-rbox a {
    font-size: 17px;
    padding: 21px 7%;
  }
}
@media screen and (min-width: 1360px) {
  section.contact div.contact-rbox a {
    font-size: 18px;
  }
}
section.contact div.contact-rbox a span {
  display: block;
}
section.contact div.contact-rbox a .txt01 {
  width: 32%;
  font-weight: 600;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .txt01 {
    width: calc(100% - 310px - 33px);
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-rbox a .txt01 {
    width: calc(100% - 210px - 33px);
  }
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-rbox a .txt01 {
    width: calc(100% - 250px - 33px);
  }
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .txt01 .inline-block {
    display: inline-block;
  }
}
section.contact div.contact-rbox a .txt02 {
  width: 52%;
  border-left: solid 1px #fff;
  box-sizing: border-box;
  padding-left: 1em;
  font-size: 0.835em;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .txt02 {
    width: 250px;
    font-size: 12px;
    padding-left: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-rbox a .txt02 {
    width: 190px;
    padding-left: 1em;
  }
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-rbox a .txt02 {
    width: 210px;
    padding-left: 1.6em;
  }
}
section.contact div.contact-rbox a .icon {
  width: 7%;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .icon {
    width: 32px;
  }
}
@media screen and (min-width: 1000px) {
  section.contact div.contact-rbox a .icon {
    width: 25px;
  }
}
@media screen and (min-width: 1280px) {
  section.contact div.contact-rbox a .icon {
    width: 32px;
  }
}
section.contact div.contact-rbox a .arrow {
  background: #fff;
  width: 5.6vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .arrow {
    width: 27px;
    height: 27px;
  }
}
section.contact div.contact-rbox a .arrow::after {
  border: 1.2vw solid transparent;
  border-left: 1.6vw solid var(--darkblue);
}
@media screen and (min-width: 768px) {
  section.contact div.contact-rbox a .arrow::after {
    border: 4px solid transparent;
    border-left: 6px solid var(--darkblue);
  }
}
section.contact p.contact-txt02 {
  background-color: #fff;
  border: solid 1px #000;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 0.6em 0;
  line-height: 1.6em;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  section.contact p.contact-txt02 {
    width: 100%;
    font-size: 16px;
    margin-top: 33px;
  }
}

/*=========================== Footer フッターここから ===========================*/
footer {
  background: var(--darkblue);
  padding: 10% 0;
  color: #FFF;
  /*div.ft-header*/
  /*div.ft-nav*/
  /*ft-social*/
  /*ft-other*/
}
@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  footer {
    padding: 60px 0;
  }
}
footer a {
  color: #FFF;
}
footer div.ft-header {
  width: 86%;
  margin: 0 auto;
  /*div.ft-info{*/
}
@media screen and (min-width: 768px) {
  footer div.ft-header {
    width: 92%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header {
    width: 92%;
    max-width: 1100px;
    display: flex;
    align-items: center;
  }
}
footer div.ft-header div.ft-logo {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-logo {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-logo {
    width: 33.6%;
    margin: 0;
  }
}
footer div.ft-header div.ft-info {
  /**/
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4%;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info {
    width: 66%;
    display: flex;
    align-items: center;
    margin-left: 4%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info {
    width: 58%;
    margin-left: 8%;
  }
}
@media screen and (min-width: 1280px) {
  footer div.ft-header div.ft-info {
    width: 54%;
    margin-left: 12%;
  }
}
footer div.ft-header div.ft-info div.ft-info-head {
  border-bottom: solid 0.25px #FFF;
  margin-bottom: 4%;
  padding-bottom: 2%;
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info div.ft-info-head {
    width: 18%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-head {
    width: 8em;
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  footer div.ft-header div.ft-info div.ft-info-head {
    font-size: 14px;
  }
}
footer div.ft-header div.ft-info div.ft-info-cont {
  /*div.ft-info-cont-inner*/
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info div.ft-info-cont {
    /*					width: 72%;*/
    border-left: solid 1px #FFF;
    padding-left: 4%;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-cont {
    width: calc(100% - 8em);
    padding-left: 3%;
    box-sizing: border-box;
  }
}
footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner {
    width: 76%;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner {
    width: 100%;
  }
}
footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner a {
  display: block;
  width: 50%;
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner a {
    width: 160px;
  }
}
footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner div.ft-info-cont-time {
  width: 46%;
  font-size: 0.96em;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner div.ft-info-cont-time {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-cont div.ft-info-cont-inner div.ft-info-cont-time {
    font-size: 14px;
  }
}
footer div.ft-header div.ft-info div.ft-info-cont p {
  font-size: 0.96em;
  line-height: 1.4em;
  text-indent: -1em;
  margin-top: 2%;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  footer div.ft-header div.ft-info div.ft-info-cont p {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-header div.ft-info div.ft-info-cont p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  footer div.ft-header div.ft-info div.ft-info-cont p {
    font-size: 14px;
  }
}
footer div.ft-nav {
  width: 86%;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav {
    max-width: 770px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.ft-nav {
    margin-top: 50px;
  }
}
footer div.ft-nav nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul {
    display: block;
    text-align: center;
  }
}
footer div.ft-nav nav ul li.ft-nav__item {
  position: relative;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul li.ft-nav__item {
    display: inline-block;
    line-height: 1.1em;
  }
}
footer div.ft-nav nav ul li.ft-nav__item::after {
  content: "｜";
}
footer div.ft-nav nav ul li.ft-nav__item.sp-none a {
  padding-right: 0;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul li.ft-nav__item.sp-none a {
    padding-right: 0.5em;
    margin-left: 0;
  }
}
footer div.ft-nav nav ul li.ft-nav__item.sp-none::after {
  display: none;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul li.ft-nav__item.sp-none::after {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul li.ft-nav__item.pc-break::after {
    display: none;
  }
}
footer div.ft-nav nav ul li.ft-nav__item a {
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  footer div.ft-nav nav ul li.ft-nav__item a {
    font-size: 13px;
  }
}
footer div.ft-social {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  footer div.ft-social {
    margin-top: 30px;
  }
}
footer div.ft-social ul {
  width: 26%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer div.ft-social ul {
    width: 96px;
  }
}
footer div.ft-social ul li {
  width: 35%;
}
@media screen and (min-width: 768px) {
  footer div.ft-social ul li {
    width: 34px;
  }
}
footer div.ft-social ul li:last-child {
  width: 40%;
  margin-left: 25%;
}
@media screen and (min-width: 768px) {
  footer div.ft-social ul li:last-child {
    width: 40px;
    margin-left: 22px;
  }
}
footer div.ft-other {
  margin-top: 10%;
  padding-top: 10%;
  border-top: solid 1px #FFF;
}
@media screen and (min-width: 768px) {
  footer div.ft-other {
    margin-top: 50px;
    padding-top: 15px;
  }
}
footer div.ft-other ul {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer div.ft-other ul {
    width: 94%;
    justify-content: center;
  }
}
footer div.ft-other ul li {
  margin-right: 1em;
  font-size: 0.8em;
}
footer div.ft-other ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  footer div.ft-other ul li {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  footer div.ft-other ul li {
    font-size: 14px;
  }
}

div.gray-area-caution {
  /*    background: #f0f0f0;
  /*    margin-top: 5%; */
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  div.gray-area-caution .smp-block {
    display: none;
  }
}
div.gray-area-caution h2.caution-subtit {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.gray-area-caution h2.caution-subtit {
    font-size: 28px;
  }
}
div.gray-area-caution p.caution-txt {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  div.gray-area-caution p.caution-txt {
    font-size: 16px;
  }
}
div.gray-area-caution p.caution-txt a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  div.gray-area-caution p.caution-txt a[href^="tel:"] {
    pointer-events: none; /* クリック無効化 */
    cursor: default; /* 通常カーソル */
    color: inherit; /* 通常の文字色に */
    text-decoration: none; /* 下線も削除 */
  }
}/*# sourceMappingURL=common.css.map */