@charset "UTF-8";
@media screen and (max-width: 1130px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1060px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  color: #2e2e2e;
  letter-spacing: 0.16em;
  font-size: 16px;
}
body.post, body.page {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.05em;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.6s;
    opacity: 1;
  }
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
a:visited {
  color: #000;
}

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*****************************************
class
******************************************/
/*
font
******************************************/
.ff-js-400 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ff-js-400 {
    top: 2px;
  }
}

.ff-js-600 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ff-js-600 {
    top: 2px;
  }
}

.ff-js-700 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ff-js-700 {
    top: 2px;
  }
}

.ff-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ff-inter-400 {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
}

.ff-inter-500 {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
}

.ff-inter-600 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
}

.ff-inter-lighter {
  font-family: "Inter", sans-serif;
  font-weight: lighter;
  position: relative;
}

.fc-white {
  color: #fff !important;
}

/*
layout
******************************************/
.inner {
  max-width: 1260px;
  min-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .main-wrap .inner {
    padding: 0 20px;
  }
  .main-wrap .inner.p0 {
    padding: 0;
  }
}
.inner-min {
  min-width: 950px;
}
@media screen and (max-width: 767px) {
  .inner-min {
    min-width: auto;
  }
}

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

.sp,
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp,
  .sp-only {
    display: block;
  }
}

/*
part
******************************************/
.toggle-link {
  position: relative;
}
.toggle-link:before, .toggle-link:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 1;
}
.toggle-link:before {
  width: 16px;
  height: 2px;
  right: 13px;
}
.toggle-link:after {
  width: 2px;
  height: 16px;
  right: 20px;
}
.toggle-link.toggle-active:after {
  transform: rotate(90deg);
  opacity: 0;
}

.right-link {
  position: relative;
}
.right-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .hover-scale {
    overflow: hidden;
  }
  .hover-scale img {
    transition: 0.6s;
    transform: scale(1);
  }
  .hover-scale:hover img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.bg-white {
  background: #fff;
}

.bg-lgray {
  background: #fafafa;
}

.cy-bg-blue {
  background: #006d9c;
}

.cy-bg-light-glay {
  background: #f8f8f8;
}

.txt-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .txt-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
}

/*
bscustom
******************************************/
.bscstm .ls-012em {
  letter-spacing: 0.12em !important;
}
.bscstm .ls-024em {
  letter-spacing: 0.24em !important;
}
@media screen and (min-width: 768px) {
  .bscstm .ls-md-012em {
    letter-spacing: 0.12em !important;
  }
  .bscstm .ls-md-024em {
    letter-spacing: 0.24em !important;
  }
}

/*****************************************
header
******************************************/
header .header__bg-white {
  background-color: #fff;
}

.header {
  position: absolute;
  width: 100%;
  height: 190px;
  background-color: transparent;
  z-index: 10000;
}
.header.fixed .navi-title::after {
  bottom: 20px;
  height: 2px !important;
}
@media screen and (min-width: 768px) {
  .header a[href^="tel:"] {
    pointer-events: none;
    line-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .header__inner-spbtn {
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    z-index: 5000;
  }
  .header__inner-spbtn span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 1px;
    background: #006d9c;
    transition: 0.6s;
    opacity: 1;
    width: 40px;
  }
  .header__inner-spbtn span:nth-of-type(1) {
    top: -17px;
  }
  .header__inner-spbtn span:nth-of-type(3) {
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 190px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header__flex {
    height: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .header__inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header__inner {
    min-width: 1000px;
    position: relative;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__inner-logo {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__inner-logo {
    padding-left: 20px;
  }
}
.header__inner-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__inner-logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner-logo img {
    width: 75px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .header__menu {
    display: flex;
    justify-content: space-between;
  }
  .header__menu .navi-title {
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    letter-spacing: 0.8px;
  }
  .header__menu .navi-title::after {
    width: 0%;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s;
    background: #006d9c;
  }
  .header__menu .navi-title:hover {
    color: #a6e22e;
  }
  .header__menu .navi-title:hover::after {
    content: "";
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    min-width: 320px;
    background: #006d9c;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    color: #fff;
    padding: 90px 37.5px 0px 37.5px;
  }
  .header__menu.is-open {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
}
.header__menu-text {
  display: block;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .header__menu-text {
    letter-spacing: initial;
    font-size: 20px;
  }
  .header__menu-text:first-child {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1281px) {
  .header__menu-text {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .header__menu-text {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header__menu-text {
    font-size: 17px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-text {
    line-height: 3;
    font-size: 16px;
    padding-left: 20px;
    border-top: 1px solid #4d5c81;
  }
  .header__menu-text:last-child {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .header__menu-mail {
    margin-left: 30px;
  }
  .header__menu-mail::after {
    content: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-mail {
    padding-bottom: 80px;
    padding-left: 0px !important;
  }
}
.header__tel-icon {
  display: flex;
  line-height: 1px;
}
@media screen and (max-width: 767px) {
  .header__tel-icon {
    padding-top: 25px;
  }
}
.header__tel-icon-no {
  align-self: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header__tel-icon-no {
    line-height: 1;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel-icon-spimg {
    width: 25px;
    height: 37px;
    display: block;
    align-self: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header__upper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-logo {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-logo {
    display: block;
    margin-right: 0;
  }
  .header__upper-logo img {
    width: 60px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-menu {
    padding: 25px 0 0;
  }
  .header__upper-menu * {
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu .menu-wrap {
    width: 100%;
    border-top: #a6e22e 1px solid;
  }
  .header__upper-menu .menu-wrap:last-child {
    border-bottom: #a6e22e 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-menu .menu-head {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu .menu-head {
    width: 100%;
    border-bottom: #a6e22e 1px solid;
    border-bottom: 0px;
    font-size: 14px;
    padding: 20px 10px;
    margin: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header__upper-menu .menu-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu .menu-list {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu .menu-list-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-menu .menu-link {
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header__upper-menu .menu-link + .menu-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu .menu-link {
    font-size: 12px;
    padding: 10px 10px;
    position: relative;
    width: 50%;
    border: #a6e22e 1px solid;
  }
  .header__upper-menu .menu-link.border-bottom-sp {
    border-bottom: #a6e22e 1px solid !important;
  }
  .header__upper-menu .menu-link:nth-of-type(odd) {
    border-left: 0px;
  }
  .header__upper-menu .menu-link:nth-of-type(even) {
    border-right: 0px;
    border-left: 0px;
  }
  .header__upper-menu .menu-link:nth-child(n+3) {
    border-top: 0px;
  }
  .header__upper-menu .menu-link:last-child {
    border-bottom: 0px;
  }
  .header__upper-menu .menu-link:nth-last-of-type(2) {
    border-bottom: 0px;
  }
  .header__upper-menu .menu-link::after {
    content: "〉";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-menu.m1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header__upper-menu.m1 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu.m1 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__upper-menu.m2 {
    margin-left: 7%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header__upper-menu.m2 {
    transition: 0.6s;
  }
}
@media screen and (max-width: 767px) and (max-width: 1130px) {
  .header__upper-menu.m2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__upper-menu.m2 {
    margin-left: 0;
  }
  .header__upper-menu.m2 .menu-head {
    padding: 15px 20px;
    border-top: #a6e22e 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .header.fixInit {
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header.fixInit .header__inner {
    height: 80px;
  }
  .header.fixInit .header__inner-logo {
    width: 150px;
  }
  .header.fixInit .header__inner-aside-pc {
    margin-top: 0;
  }
  .header.fixInit.fixed {
    top: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  header .l-nav-megamenu-list-child {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    min-height: 190px;
    background: #212836;
    color: #fff;
    overflow: auto;
  }
  header .js-hd-pc-megamenu-content {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
  header .js-hd-pc-megamenu-content.is-active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  header .megamenu {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header .megamenu.is-fixed {
    position: fixed;
    left: 0;
    top: 80px;
    max-height: 900px;
    white-space: nowrap;
    overflow-y: scroll;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  header .megamenu__block {
    display: none;
  }
  header .megamenu__flex {
    display: flex;
    min-height: 190px;
    border-top: 1px solid #006d9c;
    border-bottom: 1px solid #006d9c;
  }
  header .megamenu__right_box {
    width: 50%;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1410px) {
  header .megamenu__right_box {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1409px) {
  header .megamenu__right_box {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  header .megamenu__right_box-fix {
    padding-left: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 3;
  }
  header .megamenu__right_box-list {
    width: 28%;
    position: relative;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  header .megamenu__right_box-list {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  header .megamenu__right_box-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #88a1eb;
    border-bottom: 1px solid #88a1eb;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 1410px) {
  header .megamenu__right_box-list::after {
    right: 19%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1409px) {
  header .megamenu__right_box-list::after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  header .megamenu__left_box {
    width: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 40px;
  }
  header .megamenu__title {
    font-size: 60px;
  }
  header .megamenu__title-ja {
    font-size: 15px;
    margin-top: 30px;
    margin-left: 30px;
    letter-spacing: 3px;
  }
  header .active {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header .fixed .navi-title {
    height: 80px !important;
  }
  header .fixed .l-nav-megamenu-list-child {
    top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-logo-white {
    display: none;
  }
  .menu-active .header__inner-spbtn span {
    background: #fff !important;
  }
  .menu-active .header__inner-spbtn span:nth-of-type(1) {
    transform: translateY(7px) rotate(-135deg);
  }
  .menu-active .header__inner-spbtn span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-active .header__inner-spbtn span:nth-of-type(3) {
    transform: translateY(-10px) rotate(135deg);
  }
  .menu-active .sp-logo {
    display: none !important;
  }
  .menu-active .sp-logo-white-open {
    display: block;
  }
  .header__menu-sp-bg {
    background-color: #006d9c !important;
  }
}
/*****************************************
footer
******************************************/
@media screen and (min-width: 768px) {
  .footer a[href^="tel:"] {
    pointer-events: none;
  }
}
.footer .toiawase {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer .toiawase {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer .toiawase__text {
  margin-right: 5px;
  font-weight: 700;
}
@media screen and (min-width: 1410px) {
  .footer .toiawase__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1409px) {
  .footer .toiawase__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer .toiawase__text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer .toiawase__text {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .toiawase__text {
    font-size: 16px;
    text-align: center;
  }
}
.footer .d-block {
  display: block;
}
.footer__box {
  padding-top: 130px;
  padding-bottom: 80px;
  background: #006d9c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__box {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__box {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1440px;
    min-width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .footer .toggle-link:after, .footer .toggle-link:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer .right-link:after, .footer .right-link:before {
    display: none;
  }
}
.footer .right-link:after {
  right: 25px;
}
.footer .corporate {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer .corporate {
    margin-top: 40px;
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .corporate {
    margin-top: 25px;
    font-size: 15px;
    margin-left: 55px;
  }
}
@media screen and (min-width: 768px) {
  .footer .corporate__address {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer .corporate__address {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }
}
.footer .business_hours {
  font-size: 13px;
  align-self: center;
  display: inherit;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .business_hours {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer .business_hours {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .footer__upper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__upper {
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.footer__upper-logo {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer__upper-logo {
    display: block;
    margin-right: 0;
  }
  .footer__upper-logo img {
    width: 60px;
    margin-bottom: 5px;
  }
}
.footer__upper-menu {
  padding: 25px 0 0;
}
.footer__upper-menu * {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__upper-menu {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__upper-menu .menu-wrap {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu .menu-wrap {
    border-top: #a6e22e 1px solid;
  }
  .footer__upper-menu .menu-wrap:last-child {
    border-bottom: #a6e22e 1px solid;
  }
}
.footer__upper-menu .menu-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__upper-menu .menu-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu .menu-head {
    width: 100%;
    border-bottom: #a6e22e 1px solid;
    border-bottom: 0px;
    font-size: 14px;
    padding: 20px 10px;
    margin: 0;
    position: relative;
  }
}
.footer__upper-menu .menu-list {
  letter-spacing: 1.8px;
}
@media screen and (min-width: 768px) {
  .footer__upper-menu .menu-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu .menu-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu .menu-list-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__upper-menu .menu-link {
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__upper-menu .menu-link {
    font-size: 11px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .footer__upper-menu .menu-link + .menu-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu .menu-link {
    line-height: 1.5;
    font-size: 12px;
    padding: 10px 10px;
    position: relative;
    width: 50%;
    border: #a6e22e 1px solid;
  }
  .footer__upper-menu .menu-link.border-bottom-sp {
    border-bottom: #a6e22e 1px solid !important;
  }
  .footer__upper-menu .menu-link:nth-of-type(odd) {
    border-left: 0px;
  }
  .footer__upper-menu .menu-link:nth-of-type(even) {
    border-right: 0px;
    border-left: 0px;
  }
  .footer__upper-menu .menu-link:nth-child(n+3) {
    border-top: 0px;
  }
  .footer__upper-menu .menu-link:last-child {
    border-bottom: 0px;
  }
  .footer__upper-menu .menu-link:nth-last-of-type(2) {
    border-bottom: 0px;
  }
  .footer__upper-menu .menu-link::after {
    content: "〉";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
.footer__upper-menu.m1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer__upper-menu.m1 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu.m1 {
    margin-top: 30px;
    display: block;
  }
}
.footer__upper-menu.m2 {
  margin-left: 7%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .footer__upper-menu.m2 {
    transition: 0.6s;
  }
}
@media screen and (max-width: 1130px) {
  .footer__upper-menu.m2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .footer__upper-menu.m2 {
    margin-left: 0;
  }
  .footer__upper-menu.m2 .menu-head {
    padding: 15px 20px;
    border-top: #a6e22e 1px solid;
  }
}
.footer__bottom {
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 35px;
  border-top: #a6e22e 1px solid;
  display: flex;
  justify-content: space-between;
}
.footer__bottom * {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}
.footer__bottom-menu {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__bottom-menu {
    display: block;
    padding: 20px;
    border-bottom: #a6e22e 1px solid;
  }
}
.footer__bottom-menu .menu-link {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .footer__bottom-menu .menu-link + .menu-link {
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom-menu .menu-link {
    display: block;
    padding: 8px 15px;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer__bottom-menu .menu-link:before {
    content: "〉";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
  }
}
.footer__bottom-privacy {
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__bottom-privacy {
    font-size: 11px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom-privacy {
    font-size: 12px;
  }
}
.footer__bottom-copy {
  font-size: 11px;
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__bottom-copy {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom-copy {
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 40px 0 20px;
  }
}
.footer__tel-icon {
  display: flex;
  justify-content: center;
  line-height: 1px;
}
@media screen and (max-width: 767px) {
  .footer__tel-icon {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.footer__tel-icon-no {
  align-self: center;
  margin-left: 10px;
}
@media screen and (min-width: 1410px) {
  .footer__tel-icon-no {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1409px) {
  .footer__tel-icon-no {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer__tel-icon-no {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__tel-icon-no {
    line-height: 1;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__tel-icon-spimg {
    width: 25px;
    height: 37px;
    display: block;
    align-self: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__w1280 {
    width: 800px;
  }
}

/*****************************************
共通系
******************************************/
@media screen and (min-width: 768px) {
  .l-nav-megamenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 40, 54, 0.35);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .l-nav-megamenu-overlay.bg-active {
    opacity: 1;
    visibility: visible;
  }
}
.contact-btn-arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-btn-arrow {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
.contact-btn-arrow::after {
  content: "";
  position: absolute;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-btn-arrow::after {
    background-size: auto;
    width: 209px;
    height: 62px;
    background: url(../img/contact/arrow.png) no-repeat;
    top: 0px;
    left: -15px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn-arrow::after {
    background: url(../img/contact/arrow_sp.png) no-repeat;
    width: 184px;
    height: 52px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}

/*****************************************
ページTOPボタン
******************************************/
#page-top {
  position: fixed;
  right: 3%;
  bottom: -50px;
  opacity: 0;
  transition: 0.4s;
  visibility: visible;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #page-top {
    z-index: 50;
  }
}
#page-top.active {
  opacity: 1;
  bottom: 30px;
}
#page-top.is-hidden {
  opacity: 0;
  bottom: -50px;
}
#page-top.menu-hidden {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}