@charset "UTF-8";
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  overflow: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

a {
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px !important;
  letter-spacing: 0.08em;
  line-height: 1.85;
  width: 100vw;
  max-width: 100%;
}

body {
  color: #20232A;
  font-size: 1.3rem;
  width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
}

#allContent {
  width: 100vw;
  max-width: 2300px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.navi-only {
  display: none;
}
@media screen and (max-width: 1050px) {
  .navi-only {
    display: inline-block;
  }
}

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

.no-indent {
  text-indent: 0 !important;
}

.pad {
  padding: 0 max(5.2%, 32px);
}

.wrap {
  margin: 0 auto;
  padding: 0px;
}

.wrap500 {
  max-width: 500px;
}

.wrap700 {
  max-width: 700px;
}

.wrap800 {
  max-width: 800px;
}

.wrap900 {
  max-width: 900px;
}

.wrap1000 {
  max-width: 1000px;
}

.wrap1100 {
  max-width: 1100px;
}

.wrap1200 {
  max-width: 1200px;
}

.wrap1300 {
  max-width: 1300px;
}

.wrap1400 {
  max-width: 1400px;
}

.wrap1500 {
  max-width: 1500px;
}

.wrap1600 {
  max-width: 1600px;
}

.box {
  position: relative;
  width: 100%;
}
.box::before {
  content: "";
  display: block;
}
.box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__66::before {
  padding-top: 66%;
}

.basicBtn a {
  display: inline-block;
  font-size: clamp(1.6rem, 1.411rem + 0.53vw, 2.2rem);
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #fff;
  padding: 0.25em 1.5em;
  border: solid 2px #fff;
  border-radius: 2px;
  text-align: center;
}
.basicBtn a:hover {
  opacity: 0.8;
}
.basicBtn.mailBtn a {
  background: #F1A800;
}
.basicBtn.lineBtn a {
  background: #00B900;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?so8gzv");
  src: url("../fonts/icomoon.eot?so8gzv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?so8gzv") format("truetype"), url("../fonts/icomoon.woff?so8gzv") format("woff"), url("../fonts/icomoon.svg?so8gzv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-double:before {
  content: "\e900";
}

.icon-file-pdf:before {
  content: "\e901";
}

.icon-file-zip:before {
  content: "\e902";
}

.icon-arrow-single:before {
  content: "\e903";
}

@keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media print {
  a {
    text-decoration: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
body.nav-open {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header {
  width: 100%;
}
.header .hc__inner {
  transition: 0.25s ease-in-out;
  width: 100%;
  padding-right: 24px;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner {
    padding-right: 8px;
  }
  body.nav-open .header .hc__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
}
.header .hc__inner__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .hc__inner__logo {
  z-index: 101;
}
.header .hc__inner__logo a {
  font-size: clamp(2.5rem, 2.216rem + 0.79vw, 3.4rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  color: #0D6EA8;
  background: #0D6EA8;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.6em;
}
.header .hc__inner__navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi {
    position: fixed;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100svh;
    transition: all 0.15s ease-in-out;
    z-index: 100;
    background: #fff;
  }
  body.nav-open .header .hc__inner__navi {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll__sp {
    padding: max(64px, 10vh) 24px 240px;
  }
}
.header .hc__inner__navi ul {
  display: flex;
  gap: min(2vw, 4em);
  /*ここを％にすると親要素をはみ出す*/
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul {
    display: block;
  }
}
.header .hc__inner__navi ul li {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
  font-weight: 500;
}
.header .hc__inner__navi ul li > a {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul li > a {
    width: 100%;
    font-size: 1.8rem;
    padding: 16px 8px 16px 0;
  }
}
.header .hc__inner__navi ul li > a:hover {
  opacity: 0.75;
}
.header .hc__inner__navi ul li.has-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child > a {
    pointer-events: none;
  }
}
.header .hc__inner__navi ul li.has-child.acco-open span::before {
  rotate: -45deg;
}
.header .hc__inner__navi ul li.has-child.acco-open span::after {
  rotate: 45deg;
}
.header .hc__inner__navi ul li.has-child span {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child span {
    position: relative;
  }
  .header .hc__inner__navi ul li.has-child span:before, .header .hc__inner__navi ul li.has-child span::after {
    display: inline-block;
    content: "";
    background: #000;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    width: 12px;
    height: 1px;
  }
  .header .hc__inner__navi ul li.has-child span::after {
    rotate: 90deg;
  }
}
.header .hc__inner__navi ul li.has-child:hover .childNaviBox {
  visibility: visible;
  opacity: 1;
}
.header .hc__inner__navi ul li.has-child.acco-open .childNaviBox {
  display: block;
}
.header .hc__inner__navi ul li.has-child .childNaviBox {
  position: fixed;
  left: 0;
  top: 65px;
  width: 100%;
  background: #eaeaea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child .childNaviBox {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    max-height: 0;
    overflow: hidden;
  }
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul {
  justify-content: flex-start;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li {
  margin: 0;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a:hover {
  background: tomato;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1050px) {
  .burger-btn {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: 8px;
  }
  .burger-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .burger-btn__inner .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #20232A;
    transition: all 0.3s;
  }
  .burger-btn__inner .bar-top {
    top: 10%;
  }
  body.nav-open .burger-btn__inner .bar-top {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .burger-btn__inner .bar-mid {
    top: calc(50% - 1px);
    transform-origin: center;
  }
  body.nav-open .burger-btn__inner .bar-mid {
    width: 0;
  }
  .burger-btn__inner .bar-bottom {
    bottom: 10%;
  }
  body.nav-open .burger-btn__inner .bar-bottom {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}

.footer {
  background: #7A8A94;
  color: #fff;
  padding: 4% 0 160px;
}
.footer__container__grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__container__grid {
    display: block;
  }
}
.footer__container__grid__logo h1 {
  font-size: clamp(2rem, 1.684rem + 0.88vw, 3rem);
  line-height: 1.5;
}
.footer__container__grid__logo h1 span {
  font-size: max(1.5rem, 0.65em);
}
.footer__container__grid__logo__ad, .footer__container__grid__logo__area {
  margin-top: 3em;
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .footer__container__grid__logo__ad, .footer__container__grid__logo__area {
    margin-top: 1.5em;
  }
}
.footer__container__grid__logo__area small {
  font-size: 1.3rem;
  margin-left: 1em;
}
.footer__container__grid__navi .copyright {
  margin-top: 3em;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__container__grid__navi .copyright {
    text-align: left;
  }
}

.commonTit {
  font-size: clamp(2.8rem, 2.421rem + 1.05vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.commonTit span {
  display: inline-block;
  width: 100%;
  color: #0D6EA8;
  font-size: clamp(1.4rem, 1.274rem + 0.35vw, 1.8rem);
  font-weight: 700;
}

.mv {
  width: 100%;
}
.mv__container {
  position: relative;
}
.mv__container__main img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__container__main img {
    height: 70vh;
    max-height: 620px;
    object-fit: cover;
  }
}
.mv__container__text {
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .mv__container__text {
    width: 90vw;
    top: 40%;
  }
}
.mv__container__text__area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mv__container__text__area li {
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1.3em 0.4em;
  border: solid 3px #fff;
  color: #fff;
  background: linear-gradient(135deg, rgb(217, 108, 57) 0%, rgb(242, 203, 31) 100%);
  border-radius: 100px;
  letter-spacing: 0.15em;
  font-size: clamp(1.7rem, 1.132rem + 1.58vw, 3.5rem);
}
.mv__container__text h1 {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .mv__container__text h1 {
    margin-top: 32px;
  }
}
.mv__container__text h1 img {
  max-width: 100%;
}
.mv__container__text__badge {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
  width: 80%;
  max-width: 100%;
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .mv__container__text__badge {
    margin-top: 0;
  }
}
.mv__container__text__badge img {
  width: auto;
  max-width: 100%;
}
.mv__container__plan {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  .mv__container__plan {
    width: 60vw;
    right: -2%;
  }
}
.mv__container__plan img {
  width: 100%;
  max-width: 100%;
}

.fba {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.fba__outer {
  display: flex;
  background: #FF373E;
  position: relative;
}
.fba__up {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fba__up {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 3.5em;
    height: 4em;
    padding: 0;
  }
}
.fba__up__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fba__up img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .fba__up img {
    width: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fba__up p {
    font-size: 1.2rem;
  }
}
.fba__inner {
  color: #fff;
  display: flex;
  align-content: inherit;
  justify-content: center;
  padding: 12px 24px;
  gap: 3%;
  flex: 1;
  line-height: 1.3;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fba__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fba__inner {
    padding: 8px 12px;
  }
}
.fba__inner__text {
  display: flex;
  gap: 0 1em;
  align-items: center;
  font-size: clamp(1.5rem, -0.25rem + 1.75vw, 2.9rem);
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .fba__inner__text {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fba__inner__text {
    width: 100%;
    display: flex;
  }
}
.fba__inner__text br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .fba__inner__text br {
    display: block;
  }
}
.fba__inner__text small {
  font-size: max(1.2rem, 0.65em);
}
.fba__inner__in {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .fba__inner__in {
    display: block;
  }
}
.fba__inner__tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fba__inner__tel {
    width: 100%;
    margin: 4px 0 8px;
  }
}
.fba__inner__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(2rem, -1rem + 3vw, 4.4rem);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fba__inner__tel a {
    gap: 4px;
  }
}
.fba__inner__tel a:hover {
  opacity: 0.7;
}
.fba__inner__tel a span {
  display: flex;
  align-items: center;
  line-height: 1;
}
.fba__inner__tel a span img {
  width: 0.8em;
  translate: 0 0.1em;
}
.fba__inner__tel small {
  font-size: clamp(1.3rem, 1.237rem + 0.18vw, 1.5rem);
  margin-left: 1em;
}
.fba__inner__btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fba__inner__btn {
    width: 100%;
    padding-right: 40px;
  }
}
.fba__inner__btn a {
  font-size: clamp(1.6rem, 0.85rem + 0.75vw, 2.2rem);
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .fba__inner__btn a {
    font-size: 1.5rem;
  }
}

.telInfo {
  margin-top: max(64px, 5%);
}
.telInfo__inner {
  background: rgba(255, 55, 62, 0.17);
  color: #FF373E;
  text-align: center;
  font-size: clamp(1.6rem, 1.158rem + 1.23vw, 3rem);
  font-weight: 600;
  padding: 0.2em 1em;
}

.tap {
  margin-top: max(64px, 5%);
}
.tap__container__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .tap__container__grid {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}
.tap__container__grid__box {
  text-align: center;
  background: rgba(255, 237, 75, 0.2);
  padding: 12px 12px 14px;
  border-radius: 8px;
  border: solid 1px #FFED4B;
}
.tap__container__grid__box p.tit {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
}
.tap__container__grid__box p.mainTxt {
  font-size: clamp(2rem, 1.621rem + 1.05vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
}
.tap__container__grid__box p.mainTxt strong {
  color: #FF373E;
}
.tap__container__grid__box p.txt {
  text-align: left;
  font-size: clamp(1.3rem, 1.237rem + 0.18vw, 1.5rem);
  padding: 0 12px;
  margin-top: 0.2em;
  line-height: 1.4;
}

.contact__banner {
  text-align: center;
}
.contact__banner__img {
  width: 100%;
}
.contact__banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 3%;
  translate: 0 -72px;
}
@media screen and (max-width: 768px) {
  .contact__banner__btn {
    display: block;
    translate: 0;
    margin-top: 12px;
  }
}
.contact__banner__btn__tel {
  font-size: clamp(2.4rem, 2.021rem + 1.05vw, 3.6rem);
  background: #fff;
  border-radius: 8px;
}
.contact__banner__btn__tel a {
  display: flex;
  flex-direction: column;
  background: #FF373E;
  line-height: 1.4;
  padding: 4px 8px 8px;
  border-radius: 8px;
  border: solid 3px #FF9A9D;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__banner__btn__tel a {
    justify-content: center;
  }
}
.contact__banner__btn__tel a:hover {
  opacity: 0.8;
}
.contact__banner__btn__tel a img {
  width: 1em;
}
.contact__banner__btn__tel a span {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.contact__banner__btn__tel a small {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 400;
}
.contact__banner__btn__mail, .contact__banner__btn__line {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact__banner__btn__mail, .contact__banner__btn__line {
    margin-top: 8px;
  }
}
.contact__banner__btn__mail a, .contact__banner__btn__line a {
  font-size: clamp(1.8rem, 1.168rem + 1.75vw, 3.8rem);
  font-weight: 600;
  padding: 4px 16px 6px;
  display: flex;
  height: 100%;
  background: #F1A800;
  border: solid 3px #FFD87F;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact__banner__btn__mail a, .contact__banner__btn__line a {
    justify-content: center;
  }
}
.contact__banner__btn__mail a:hover, .contact__banner__btn__line a:hover {
  opacity: 0.8;
}
.contact__banner__btn__line a {
  background: #00B900;
  border: solid 3px #94EC94;
}

.cb1 {
  margin-top: max(64px, 5%);
}

.wor {
  background: #C9D3D6;
  padding: 1% 0 5%;
}
@media screen and (max-width: 768px) {
  .wor {
    margin-top: 40px;
  }
}
.wor__tit {
  max-width: 820px;
  margin: 0 auto;
}
.wor__main {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .wor__main img {
    width: 110vw;
    max-width: 110vw;
    margin: 0 calc(50% - 50vw);
    translate: -5vw 0;
  }
}

.triangle-down {
  width: 100%;
  height: 120px;
  background-color: #C9D3D6;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  translate: 0 -0.5px;
}
@media screen and (max-width: 768px) {
  .triangle-down {
    height: 60px;
  }
}

.worAnswer {
  margin-top: -8%;
  position: relative;
  z-index: 2;
  translate: -2% 0;
}

.sokujitu {
  margin-top: max(64px, 5%);
}
.sokujitu h3 {
  font-size: clamp(3.2rem, 2.695rem + 1.4vw, 4.8rem);
  font-weight: 700;
  text-align: center;
}
.sokujitu h3 span {
  color: #0D6EA8;
  background: linear-gradient(transparent 70%, #FFED4B 70%);
}
.sokujitu p {
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
  letter-spacing: 0.08em 1;
  margin-top: 2em;
}

.ch {
  margin-top: max(64px, 5%);
}
.ch__container__inner {
  background: #F8F5EE;
  padding: max(32px, 3.5%) 0;
  position: relative;
}
.ch__container__inner__tit {
  text-align: center;
}
.ch__container__inner__tit img {
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}
.ch__container__inner__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 2;
}
.ch__container__inner__grid__box {
  background: #fff;
  position: relative;
  border-radius: 2px;
  padding: 1em 2em 1.5em;
  font-size: clamp(1.3rem, 1.237rem + 0.18vw, 1.5rem);
  border: solid 5px rgba(13, 110, 168, 0.1);
}
.ch__container__inner__grid__box__num {
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  font-size: clamp(1.7rem, 1.447rem + 0.7vw, 2.5rem);
  font-weight: 600;
  color: #0D6EA8;
}
.ch__container__inner__grid__box__img {
  text-align: center;
}
.ch__container__inner__grid__box__img img {
  max-width: 50%;
  margin: 0 auto;
}
.ch__container__inner__grid__box__tit {
  text-align: center;
  font-size: clamp(1.8rem, 1.547rem + 0.7vw, 2.6rem);
  font-weight: 700;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
.ch__container__inner__back {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 30vw;
  opacity: 0.6;
}

.comp {
  background: #ECECEC;
  padding-bottom: 5%;
}
.comp__head {
  background: #0D6EA8;
  text-align: center;
  color: #fff;
  font-size: clamp(2.4rem, 1.611rem + 2.19vw, 4.9rem);
  font-weight: 700;
  padding: 2em;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  letter-spacing: 0.08em;
  position: relative;
}
.comp__head__tit span {
  position: relative;
}
.comp__head__tit span::before {
  display: inline-block;
  content: "・";
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75em;
}
.comp__head__women {
  position: absolute;
  width: 320px;
  top: -30%;
  right: 2.5%;
  max-width: 20vw;
}
@media screen and (max-width: 768px) {
  .comp__head__women {
    width: 120px;
    top: auto;
    bottom: -20px;
    right: 0;
    max-width: 120px;
  }
}
.comp__container {
  margin-top: 5%;
}
.comp__container__text {
  font-size: clamp(1.8rem, 1.232rem + 1.58vw, 3.6rem);
  font-weight: 700;
  translate: 15% 0;
}
@media screen and (max-width: 768px) {
  .comp__container__text {
    translate: 0;
  }
}
.comp__container__text p:nth-child(2) {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .comp__container__text p:nth-child(2) {
    margin-left: 0;
  }
}
.comp__container__text p span {
  background: #0D6EA8;
  color: #FFED4B;
  padding: 0 0.2em 0.1em;
  font-size: 1.5em;
  margin: 0 0.2em;
}
.comp__container__img {
  margin-top: 48px;
  text-align: center;
  background: #fff;
  padding: 0 4% 3%;
  border-radius: 16px;
}
.comp__container__img img {
  max-width: 100%;
}

.area {
  padding-top: 3%;
  padding-bottom: max(24px, 3%);
}
.area__tit {
  font-size: clamp(3.4rem, 2.484rem + 2.54vw, 6.3rem);
  color: #0D6EA8;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.area__tit::after {
  display: inline-block;
  content: "AREA";
  color: #ECECEC;
  font-size: 5em;
  opacity: 0.6;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.area__list {
  display: flex;
  gap: 3em;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .area__list {
    gap: 1em;
  }
}
.area__list li {
  font-size: clamp(1.7rem, 1.289rem + 1.14vw, 3rem);
  line-height: 1;
  padding: 0.6em 1.2em;
  font-weight: 600;
  border-radius: 100px;
  letter-spacing: 0.12em;
}
.area__list li:nth-child(1) {
  background: linear-gradient(135deg, rgb(217, 108, 57) 0%, rgb(242, 203, 31) 100%);
  color: #fff;
}
.area__container__grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 12px 6%;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  .area__container__grid {
    margin: 32px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .area__container__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.area__container__grid__text {
  padding-left: 25%;
}
@media screen and (max-width: 768px) {
  .area__container__grid__text {
    padding-left: 0;
  }
}
.area__container__grid__text__main {
  color: #249B01;
  font-size: clamp(2.7rem, 2.289rem + 1.14vw, 4rem);
  font-weight: 700;
}
.area__container__grid__text__copy {
  font-size: clamp(2rem, 1.779rem + 0.61vw, 2.7rem);
}
.area__container__grid__text__copy span {
  color: #fff;
  background: #0D6EA8;
  padding: 0 0.2em;
  border-radius: 4px;
  margin-right: 0.2em;
}
.area__container__grid__text p.txt {
  font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
  margin-top: 2em;
}
.serv {
  background: #E2EFF3;
}
.serv__tit__inner {
  background: #0D6EA8;
  position: relative;
  padding: 0.9em 0 3em;
}
.serv__tit__inner__img {
  position: absolute;
  width: 180px;
  left: 10%;
  bottom: 0;
  max-width: 15vw;
}
@media screen and (max-width: 768px) {
  .serv__tit__inner__img {
    width: 78px;
    bottom: 7em;
    left: 0;
  }
}
.serv__tit .commonTit,
.serv__tit .commonTit span {
  color: #fff;
}
.serv__container {
  background: #E2EFF3;
  margin-top: 5%;
}
.serv__container__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.serv__container__grid__box__img {
  padding: 0 7.5%;
}
.serv__container__grid__box__text {
  background: #fff;
  padding: 30% 7.5% 7.5%;
  margin-top: -25%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}
.serv__container__grid__box__text h6 {
  font-size: clamp(2rem, 1.811rem + 0.53vw, 2.6rem);
  color: #0D6EA8;
  font-weight: 700;
  text-align: center;
}
.serv__alt {
  margin-top: max(100px, 8%);
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/serv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 5%;
}
.serv__alt__container {
  position: relative;
}
.serv__alt__container__tit {
  text-align: center;
  translate: 0 -60%;
  margin-bottom: 24px;
}
.serv__alt__container__tit img {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .serv__alt__container__tit img {
    width: 80%;
  }
}
.serv__alt__container__grid {
  position: relative;
  z-index: 2;
}
.serv__alt__container__grid ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}
.serv__alt__container__grid ul li {
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  padding: 1em 1.6em 1.4em;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  line-height: 1.55;
}
.serv__alt__container__grid ul li h6 {
  font-size: clamp(1.7rem, 1.605rem + 0.26vw, 2rem);
  font-weight: 600;
  color: #0D6EA8;
  text-align: center;
  margin-bottom: 0.5em;
}
.price {
  margin: max(40px, 4%) 0;
}
.price__container__tit {
  text-align: center;
  position: relative;
}
.price__container__tit p.txt {
  font-size: clamp(1.8rem, 1.358rem + 1.23vw, 3.2rem);
}
.price__container__tit p.price__container__copy {
  font-size: clamp(2.8rem, 1.726rem + 2.98vw, 6.2rem);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0D6EA8;
}
.price__container__tit p.price__container__copy span {
  background: linear-gradient(transparent 70%, #FFED4B 70%);
}
.price__container__tit p.info {
  font-size: clamp(1.4rem, 1.305rem + 0.26vw, 1.7rem);
  margin-top: 1.5em;
}
.price__container__tit__img {
  position: absolute;
  width: 208px;
}
@media screen and (max-width: 768px) {
  .price__container__tit__img {
    width: 84px;
  }
}
.price__container__tit__img__left {
  bottom: 30%;
  left: -48px;
}
@media screen and (max-width: 768px) {
  .price__container__tit__img__left {
    top: -48px;
    bottom: auto;
  }
}
.price__container__tit__img__right {
  top: -48px;
  right: -48px;
}
.price__outer {
  margin-top: max(40px, 7%);
  background: #E2EFF3;
  border-radius: 24px;
}
.price__outer__tit {
  text-align: center;
}
.price__outer__tit p {
  display: inline-block;
  font-size: clamp(2rem, 1.684rem + 0.88vw, 3rem);
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background: #04B4CC;
  padding: 0.3em 1em;
  translate: 0 -50%;
}
.price__outer__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 2% 5% 7%;
}
@media screen and (max-width: 768px) {
  .price__outer__inner {
    grid-template-columns: 1fr;
  }
}

.flow {
  margin-top: 40px;
}
.flow__container {
  background: #E0E5EE;
  padding: max(24px, 2.5%) 0 max(32px, 2.5%);
}
.flow__container .wrap > p {
  text-align: center;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
  margin-top: 2em;
}
.flow__container__cont {
  margin-top: 4%;
}
.flow__container__cont__box {
  display: grid;
  grid-template-columns: 0.15fr 1fr;
  gap: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow__container__cont__box {
    grid-template-columns: 1fr;
  }
}
.flow__container__cont__box:not(:first-child) {
  margin-top: 16px;
}
.flow__container__cont__box:nth-child(1) .flow__container__cont__box__num {
  opacity: 0.5;
}
.flow__container__cont__box:nth-child(2) .flow__container__cont__box__num {
  opacity: 0.6;
}
.flow__container__cont__box:nth-child(3) .flow__container__cont__box__num {
  opacity: 0.7;
}
.flow__container__cont__box:nth-child(4) .flow__container__cont__box__num {
  opacity: 0.8;
}
.flow__container__cont__box:nth-child(5) .flow__container__cont__box__num {
  opacity: 0.9;
}
.flow__container__cont__box__num {
  background: #0D6EA8;
  color: #fff;
  font-size: clamp(3.5rem, 3.121rem + 1.05vw, 4.7rem);
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0 0.1em;
}
@media screen and (max-width: 768px) {
  .flow__container__cont__box__num {
    flex-direction: row;
    gap: 0.2em;
    justify-content: center;
    align-items: center;
  }
}
.flow__container__cont__box__num span {
  font-size: max(1.3rem, 0.5em);
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__container__cont__box__num span {
    width: auto;
  }
}
.flow__container__cont__box__text {
  font-size: clamp(1.8rem, 1.611rem + 0.53vw, 2.4rem);
  padding: 0.8em 1.6em;
}
.flow__container__cont__box__text p.tit {
  color: #0D6EA8;
  font-weight: 600;
}
.flow__container__cont__box__text p.text {
  font-size: clamp(1.3rem, 1.205rem + 0.26vw, 1.6rem);
  margin-top: 0.75em;
}
.flow__container__cont__box__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.flow__container__cont__box__btn a {
  display: flex;
  align-items: center;
  color: #0D6EA8;
  border-radius: 100px;
  border: solid 1px #0D6EA8;
  padding: 0.5em 1em;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
}
.flow__container__cont__box__btn a img {
  width: 1em;
  margin-right: 0.5em;
  translate: 0 0.1em;
}
.flow__container__cont__box__btn a:hover {
  background: rgba(13, 110, 168, 0.2);
}
.flow__container__atten {
  margin-top: 40px;
  background: rgba(13, 110, 168, 0.2);
  padding: 32px;
  border-radius: 8px;
}
.flow__container__atten p {
  text-align: center;
  font-size: clamp(1.7rem, 1.384rem + 0.88vw, 2.7rem);
  font-weight: 600;
}
.flow__container__atten ul {
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  margin-top: 1em;
}
.flow__container__atten ul li {
  display: flex;
}
.flow__container__atten ul li::before {
  display: inline-block;
  content: "・";
}

.banner-alt .contact__banner__btn {
  padding-left: 35%;
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .banner-alt .contact__banner__btn {
    padding: 0 24px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .works {
    margin-top: 80px;
  }
}
.works .commonTit span {
  color: #249B01;
}
.works__container {
  background: rgba(36, 155, 1, 0.15);
  padding: 2% 0 5%;
}
.works__container__slide {
  width: 100%;
  margin-top: 4%;
  padding-bottom: 64px !important;
}
.works__container__slide .swiper-slide {
  transition: 0.25s ease-out;
}
.works__container__slide .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.works__container__slide__box {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: max(24px, 2%);
  display: grid;
}
.works__container__slide__box__tit {
  font-size: clamp(1.8rem, 1.547rem + 0.7vw, 2.6rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .works__container__slide__box__tit {
    display: block;
  }
}
.works__container__slide__box__tit__ad span {
  background: #ECECEC;
  border-radius: 4px;
  font-size: clamp(1.4rem, 1.305rem + 0.26vw, 1.7rem);
  padding: 0.2em 0.5em 0.3em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .works__container__slide__box__tit__ad span {
    margin-left: 0;
  }
}
.works__container__slide__box__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  margin-top: 24px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .works__container__slide__box__grid {
    grid-template-columns: 1fr;
  }
}
.works__container__slide__box__grid__img > div:last-child {
  margin-top: 8px;
}
.works__container__slide__box__grid__info {
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
}
.works__container__slide__box__grid__info table {
  width: 100%;
}
.works__container__slide__box__grid__info table tr > * {
  border: solid 1px #ccc;
  padding: 0.5em;
}
.works__container__slide__box__grid__info table tr th {
  background: #C6F3B8;
}
.works__container__slide__box__grid__info p.text {
  margin-top: 1em;
}
.works__container__slide__box__grid__info strong {
  font-weight: 700;
}
.works__container__slide__box__grid__info__price {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .works__container__slide__box__grid__info__price strong {
    display: inline-block;
    width: 100%;
  }
}
.works__container__slide__box__grid__info__price span {
  font-size: 3em;
  color: #249B01;
  font-weight: 700;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .works__container__slide__box__grid__info__price span {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .works__container__slide__box__grid__info__price span {
    font-size: 2em;
  }
}
.works__container__slide__box__grid__info__price span small {
  color: #20232A;
  font-size: 0.33em;
  font-weight: 400;
}
.works__container__slide__box__grid__info__buy table {
  margin-top: 8px;
}
.works__container__slide__box__grid__info__buy table tr th {
  background: #ECECEC;
}
.works__container p.no-works {
  text-align: center;
  opacity: 0.7;
  font-size: clamp(1.8rem, 1.579rem + 0.61vw, 2.5rem);
}
.works .swiper-pagination {
  bottom: 0px !important;
}
.works .swiper-pagination .swiper-pagination-bullet-active {
  background: #249B01;
}

@media screen and (max-width: 768px) {
  .faq {
    margin-top: 80px;
  }
}

.faq-container {
  margin-top: 8%;
}
.faq-container .faq-item {
  margin-bottom: 10px;
}
.faq-container .faq-item .faq-question {
  background: rgba(13, 110, 168, 0.12);
  border: none;
  width: 100%;
  padding: 1em 1em 0.4em;
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
  cursor: pointer;
  display: flex;
  gap: 1em;
}
.faq-container .faq-item .faq-question::before {
  display: inline-block;
  content: "Q";
  color: #0D6EA8;
  font-weight: 700;
  font-size: 1.2em;
  translate: 0 -0.15em;
}
.faq-container .faq-item .faq-question:hover {
  opacity: 0.8;
}
.faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  padding: 0 1em;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-container .faq-item.active .faq-question {
  border: solid 1px #0D6EA8;
  border-bottom: none;
}
.faq-container .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 1em;
  border: solid 1px #0D6EA8;
  border-top: none;
}

.contact {
  background: #F2F2F2;
  margin-top: 4%;
  padding: 3% 0 8%;
}
.contact__head {
  margin-top: 40px;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
  padding-bottom: 2em;
}
.contact__head__tel {
  font-size: clamp(1.8rem, 1.484rem + 0.88vw, 2.8rem);
  margin-top: 0.4em;
}
.contact__head__tel a {
  font-weight: 600;
}
.contact__head__tel a:hover {
  opacity: 0.7;
}
.contact__head__tel small {
  font-size: max(1.4rem, 0.55em);
}
.contact__head__tel > small {
  margin-left: 1em;
}
.contact__form {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
}
.contact__form__outer {
  background: #fff;
  padding: max(24px, 3%);
  border-radius: 12px;
}
.contact__form__outer__fin p.fin-text {
  text-align: center;
  font-size: clamp(1.5rem, 1.279rem + 0.61vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #FF373E;
}
.contact__form__outer__fin p {
  font-size: clamp(1.4rem, 1.368rem + 0.09vw, 1.5rem);
}
.contact__form__box:not(:first-child) {
  margin-top: 24px;
}
.contact__form__box__tit {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
.contact__form__box__tit:not(.noreq)::after {
  display: inline-block;
  content: "必須";
  background: #FF373E;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.3em 0.6em 0.4em;
  border-radius: 3px;
}
.contact__form__box__cont input,
.contact__form__box__cont textarea {
  display: inline-block;
  background: #fff;
  width: 100%;
  border: solid 1px #ccc;
  padding: 0.6em;
  border-radius: 2px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form__box__cont input,
  .contact__form__box__cont textarea {
    font-size: 1.35rem;
  }
}
.contact__form__box__cont input[type=radio],
.contact__form__box__cont textarea[type=radio] {
  width: auto;
}
.contact__form__btn {
  text-align: center;
  margin-top: 32px;
}
.contact__form__btn input {
  background: #0D6EA8;
  color: #fff;
  font-size: clamp(2.1rem, 1.911rem + 0.53vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.25em 1.5em;
  border-radius: 2px;
}
.contact__form__btn input:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */