@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-x-b {
  0% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(3%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y-b {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
  margin: 0;
}

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

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

.inner {
  max-width: calc(1240px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  max-width: calc(800px + 10%);
  padding: 0 5%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .conteiner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .conteiner {
    margin-bottom: 80px;
  }
}

.low_mainvisual {
  position: relative;
  z-index: 1;
  background-color: #FFEE1F;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .low_mainvisual {
    padding: calc(var(--header-height) + 5%) 5% 25%;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual {
    padding: calc(var(--header-height) + 10%) 5% 40%;
  }
}
.low_mainvisual::before, .low_mainvisual::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.low_mainvisual::before {
  background: url(../img/common/char.png) no-repeat center/100%;
  aspect-ratio: 800/819;
  max-width: 275px;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .low_mainvisual::before {
    right: 5%;
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual::before {
    right: 2%;
    bottom: 27%;
  }
}
.low_mainvisual::after {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .low_mainvisual::after {
    background: url(../img/common/foam_frame.png) no-repeat bottom/100%;
    aspect-ratio: 4/1;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual::after {
    background: url(../img/common/foam_frame.png) no-repeat bottom/150%;
    aspect-ratio: 2.9/1;
  }
}
.low_mainvisual__ttl {
  text-align: center;
}
.low_mainvisual__ttl__jp {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.low_mainvisual__ttl__en {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .low_mainvisual__ttl__en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__ttl__en {
    font-size: 1.8rem;
  }
}

.cmn_txt {
  text-align: center;
  margin-bottom: 2em;
}

.btn {
  display: table;
  border: 2px solid;
  border-radius: 15px;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.4;
  transition: 0.1s;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  .btn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 385px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 15px;
    font-size: 1.8rem;
  }
}
.btn:hover {
  background-color: #89E1E6;
}
.btn span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn span {
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .btn span {
    padding-right: 40px;
  }
}
.btn span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFEE1F url(../img/common/arrow.svg) no-repeat center/9px 17px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .btn span::after {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .btn span::after {
    width: 30px;
  }
}

.more {
  display: table;
  position: relative;
  font-weight: 800;
  padding-left: 45px;
}
.more::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFEE1F url(../img/common/arrow.svg) no-repeat center/9px 17px;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-weight: bold;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 70px -20px -20px 0;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 40px -10px -10px 0;
    font-size: 1.4rem;
    line-height: 35px;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CECECE;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 50px;
    height: 50px;
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
  }
}
.wp-pagenavi span {
  background-color: #C45D5D;
  color: #fff;
}
.wp-pagenavi a {
  opacity: 1;
  transition: all 0.1s ease;
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1301px) {
  :root {
    --header-height: 100px;
  }
}
@media screen and (max-width: 1300px) {
  :root {
    --header-height: 60px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding-left: 5%;
}
.header__ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1301px) {
  .header__ttl {
    width: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .header__ttl {
    width: 140px;
  }
}
.header__txt {
  position: relative;
  color: #2347DD;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 20px;
}
@media screen and (min-width: 1301px) {
  .header__txt {
    padding: 5px 1em;
  }
}
@media screen and (max-width: 1300px) {
  .header__txt {
    font-size: 1.3rem;
    padding: 2px 1em;
  }
}
.header__txt::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 10px;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.header__l {
  display: flex;
  align-items: center;
}
.header__r {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__r {
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--header-height);
  }
}
.header__tel {
  position: relative;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1301px) {
  .header__tel {
    padding-left: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header__tel {
    padding-left: 45px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    display: block;
    width: calc(50% - var(--header-height) / 2);
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}
.header__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  background: url(../img/common/icon_tel.png) no-repeat center/100%;
}
@media screen and (min-width: 1301px) {
  .header__tel::before {
    width: 44px;
  }
}
@media screen and (max-width: 1300px) {
  .header__tel::before {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel::before {
    left: 25px;
  }
}
.header__tel__num {
  margin-bottom: 3px;
}
@media screen and (min-width: 1301px) {
  .header__tel__num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .header__tel__num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__tel__num {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header__tel__time {
    font-size: 1.4rem;
  }
}
.header__ctc {
  display: flex;
  align-items: center;
  position: relative;
  flex-flow: wrap;
  background-color: #000;
  height: 100%;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  opacity: 1;
  transition: all 0.1s ease;
}
.header__ctc:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1301px) {
  .header__ctc {
    font-size: 2.2rem;
    padding: 10px 20px 10px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .header__ctc {
    padding: 10px 10px 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__ctc {
    width: calc(50% - var(--header-height) / 2);
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
  }
}
.header__ctc::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_calculator.png) no-repeat center/100%;
  aspect-ratio: 75/101;
}
@media screen and (min-width: 1301px) {
  .header__ctc::before {
    width: 40px;
    left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header__ctc::before {
    width: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__ctc::before {
    left: 25px;
  }
}
.header__ctc span {
  display: block;
  color: #FFEE1F;
}
@media screen and (min-width: 1301px) {
  .header__ctc span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .header__ctc span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__ctc span {
    display: none;
  }
}
.header__overlay {
  width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: calc(var(--header-height) + 5%) 0 210px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header__overlay {
    background: #89E1E6 url(../img/common/foam_frame.png) no-repeat bottom/100%;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay {
    background: #89E1E6 url(../img/common/foam_frame.png) no-repeat bottom/150%;
  }
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu_trigger {
  position: relative;
  border: unset;
  width: var(--header-height);
  height: var(--header-height);
}
@media screen and (min-width: 768px) {
  .menu_trigger {
    background-color: #fff;
  }
}
.menu_trigger.active::before {
  background: url(../img/common/icon_close.svg) no-repeat center/100%;
}
.menu_trigger::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/icon_menu.svg) no-repeat center/100%;
  width: 50%;
  aspect-ratio: 57/44;
}

.gnavi {
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (min-width: 1301px) {
  .gnavi {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .gnavi {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gnavi {
    display: flex;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .gnavi {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .gnavi__list:not(:last-child) {
    margin-right: 8%;
  }
}
.gnavi__list:last-child {
  position: relative;
}
.gnavi__list:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/common/char.png) no-repeat center/100%;
  aspect-ratio: 800/819;
}
@media screen and (min-width: 1301px) {
  .gnavi__list:last-child::after {
    bottom: -80px;
    left: 115%;
    width: 210px;
  }
}
@media screen and (max-width: 1300px) {
  .gnavi__list:last-child::after {
    top: 100%;
    right: -25%;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list:last-child::after {
    right: 0;
  }
}
.gnavi__list__item {
  margin-bottom: 40px;
}
.gnavi__list__item > a {
  border-bottom: 2px solid;
}
.gnavi__list__item a {
  transition: 0.3s;
}
.gnavi__list__item a:hover {
  filter: drop-shadow(0px 0px 3px #FFEE1F);
}
.gnavi__list__cld {
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  .gnavi__list__cld {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .gnavi__list__cld {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .gnavi__list__cld {
    font-size: 1.6rem;
    margin: 20px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list__cld {
    font-size: 1.6rem;
    margin: 20px 0 0 20px;
  }
}
.gnavi__list__cld__item {
  margin-top: 10px;
}

.footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 30% 0 60px;
    background: #E5881C url(../img/common/footer_frame.png) no-repeat top left/100%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40% 0 60px;
    margin-bottom: var(--header-height);
    background: #E5881C url(../img/common/footer_frame.png) no-repeat top center/150%;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__l {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l {
    margin-bottom: 50px;
  }
}
.footer__wrap__l__logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__wrap__l__logo {
    margin-bottom: 30px;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__logo {
    margin: 0 auto 30px;
    max-width: 250px;
  }
}
.footer__wrap__l__add {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .footer__wrap__l__add {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap__l__add {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__add {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer__wrap__l__add span {
  display: inline-block;
}
.footer__wrap__l__add span:not(:last-child) {
  padding-right: 0.5em;
}
.footer__wrap__l__tel {
  position: relative;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .footer__wrap__l__tel {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap__l__tel {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__tel {
    display: table;
    margin: auto;
  }
}
.footer__wrap__l__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  background: url(../img/common/icon_tel.png) no-repeat center/100%;
}
@media screen and (min-width: 1001px) {
  .footer__wrap__l__tel::before {
    width: 44px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap__l__tel::before {
    width: 35px;
  }
}
.footer__wrap__l__tel__num {
  margin-bottom: 3px;
}
@media screen and (min-width: 1001px) {
  .footer__wrap__l__tel__num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap__l__tel__num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap__l__tel__time {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__r {
    max-width: 530px;
    width: 63%;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__r__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__r__wrap {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__r__wrap .footer__wrap__r__l {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__r__wrap .footer__wrap__r__l .footer__nav__item:first-child {
    margin-bottom: 3em;
  }
}
.footer__wrap__r__btn {
  border: 1px solid;
  border-radius: 10px;
  font-weight: 800;
  padding: 5px 1.5em;
  transition: 0.1s;
}
.footer__wrap__r__btn:hover {
  background-color: #EDA723;
}
.footer__nav {
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer__nav__item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__nav__item a {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .footer__nav__item a {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav__item a {
    padding-left: 30px;
  }
}
.footer__nav__item a {
  opacity: 1;
  transition: all 0.1s ease;
}
.footer__nav__item a:hover {
  opacity: 0.6;
}
.footer__nav__item a::before, .footer__nav__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.footer__nav__item a::before {
  left: 0;
  background: #000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1001px) {
  .footer__nav__item a::before {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav__item a::before {
    width: 25px;
  }
}
.footer__nav__item a::after {
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #E5881C;
  aspect-ratio: 13/21;
}
@media screen and (min-width: 1001px) {
  .footer__nav__item a::after {
    left: 12px;
    width: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav__item a::after {
    left: 9px;
    width: 8px;
  }
}/*# sourceMappingURL=common.css.map */