@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: transparent;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
  overflow-x: hidden;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #3CABFF;
  transition: all 300ms ease 0s;
}
a:hover {
  opacity: 0.7;
}

.ff_gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.ff_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.ff_en {
  font-family: "Akshar", sans-serif;
}

.n {
  text-decoration: none;
  font-style: normal;
}

.d_ib {
  display: inline-block;
}

.of_hidden {
  overflow: hidden;
}

.ws_nowrap {
  white-space: nowrap;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width : 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000000;
  }
}
@media screen and (max-width : 767.9px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width : 767.9px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width : 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width : 1024px) {
  .only-pc__layout {
    display: none;
  }
}
@media screen and (min-width : 1024.1px) {
  .only-sp__layout {
    display: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
@media screen and (min-width : 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1024px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width : 767.9px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 374.9px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
  max-width: 1100px;
}
.g.m-mxw_1180 {
  max-width: 1180px;
}
.g.m-mxw_1020 {
  max-width: 1020px;
}
.g.m-mxw_980 {
  max-width: 980px;
}
.g.m-mxw_960 {
  max-width: 960px;
}
.g.m-mxw_840 {
  max-width: 840px;
}
.g.m-mxw_800 {
  max-width: 800px;
}
.g.m-mxw_400 {
  max-width: 400px;
}
.wide {
  width: 100dvw;
  margin-left: calc(50% - 50dvw);
}
.l-wrapper {
  width: 100vw;
  width: 100dvw;
  overflow: hidden;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  background-color: white;
  backdrop-filter: blur(6px);
  transition: all 300ms ease 0s;
}
.l-header.is-scrolled {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.l-header.is-scrolled.is-scrolling-down {
  transform: translate(0, -100%);
}
.l-header__logo img {
  display: block;
}
@media screen and (min-width : 1024.1px) {
  .l-header__i {
    height: 90px;
    padding: 5px 20px 5px 30px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
@media screen and (min-width : 1024.1px) and (max-width : 1200px) {
  .l-header__logo {
    width: 170px;
  }
}
@media screen and (min-width : 1024.1px) and (max-width : 1100px) {
  .l-header__logo {
    width: 150px;
  }
}
@media screen and (max-width : 1024px) {
  .l-header__i {
    height: 64px;
    padding: 5px 61px 5px 15px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header__logo img {
    width: 150px;
    height: auto;
    display: block;
  }
}

@media screen and (min-width : 1024.1px) {
  .l-gNav .l-gNav__btn {
    display: none;
  }
  .l-gNav {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 35px;
  }
  .l-gNav__main a {
    display: block;
    padding: 10px 0;
    color: #000000;
    text-decoration: none;
  }
  .l-gNav__main > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 30px;
  }
  .l-gNav__main > ul > li {
    position: relative;
  }
  .l-gNav__main > ul > li .parent a {
    position: relative;
    white-space: nowrap;
  }
  .l-gNav__main > ul > li .parent a::after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 999px;
    background-color: #3CABFF;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 300ms ease 0s;
  }
  .l-gNav__main > ul > li .parent a:hover {
    opacity: 1;
    color: #3CABFF;
  }
  .l-gNav__main > ul > li .parent a:hover::after {
    width: 100%;
  }
  .l-gNav__main .children {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
  }
  .l-gNav__main .children.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-gNav__main .children ul {
    padding: 30px;
    background-color: #FFF756;
    white-space: nowrap;
  }
  .l-gNav__main .children a {
    display: block;
    position: relative;
    padding: 5px 55px 5px 0;
  }
  .l-gNav__main .children a::after {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translate(0, -50%);
    background-image: url(../img/common/ico_gnav_child_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 300ms ease 0s;
  }
  .l-gNav__main .children a:hover {
    opacity: 1;
    color: #3CABFF;
  }
  .l-gNav__main .children a:hover::after {
    transform: translate(10px, -50%);
  }
  .l-gNav__btns > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 6px;
  }
}
@media screen and (min-width : 1024.1px) and (max-width : 1200px) {
  .l-gNav {
    gap: 20px;
  }
  .l-gNav .l-gNav__btns .btn a, .l-gNav .l-gNav__btns .btn .a {
    min-width: 0;
    font-size: 1.3rem;
  }
}
@media screen and (min-width : 1024.1px) and (max-width : 1300px) {
  .l-gNav__main > ul {
    gap: 15px;
  }
}
@media screen and (max-width : 1024px) {
  .l-gNav .l-gNav__main {
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: calc(100dvh - 64px);
    overflow: auto;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10vh);
    transition: all 300ms ease 0s;
  }
  .l-gNav .l-gNav__main.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .l-gNav .l-gNav__btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .l-gNav .l-gNav__btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40%;
    height: 1px;
    background-color: #ffffff;
    transition: all 300ms ease 0s;
    opacity: 1;
  }
  .l-gNav .l-gNav__btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 5px));
  }
  .l-gNav .l-gNav__btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .l-gNav .l-gNav__btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 5px));
  }
  .l-gNav .l-gNav__btn.is-active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-gNav .l-gNav__btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-gNav .l-gNav__btn.is-active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-gNav .l-gNav__main {
    background-color: #FFF756;
    font-size: 1.4rem;
  }
  .l-gNav .l-gNav__main a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .l-gNav .l-gNav__main a::after {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../img/common/ico_gnav_child_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .l-gNav .l-gNav__main > ul {
    padding: 20px 25px;
  }
  .l-gNav .l-gNav__main > ul ul {
    padding-left: 20px;
  }
  .l-gNav .l-gNav__btn::before {
    content: "";
    width: 46px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background-color: #FFF756;
  }
  .l-gNav .l-gNav__btn span {
    width: 16px;
    height: 1.1px;
    background-color: #000000;
  }
  .l-gNav .l-gNav__btns {
    height: 46px;
  }
  .l-gNav .l-gNav__btns ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 6px;
  }
  .l-gNav .l-gNav__btns .btn a, .l-gNav .l-gNav__btns .btn .a {
    min-width: 0;
    width: 46px;
    min-height: 0;
    height: 46px;
    padding: 0;
  }
  .l-gNav .l-gNav__btns .btn .txt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .l-gNav .l-gNav__btns .btn .arrow {
    display: none;
  }
  .l-gNav .l-gNav__btns .btn-tel .bg {
    background-image: url(../img/common/ico_gnav_tel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
  .l-gNav .l-gNav__btns .btn-mail .bg {
    background-image: url(../img/common/ico_gnav_mail.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
}

@media screen and (min-width : 1024.1px) {
  .l-main {
    padding-top: 90px;
  }
}
@media screen and (max-width : 1024px) {
  .l-main {
    padding-top: 64px;
  }
}

.l-breadcrumb {
  font-size: 1.2rem;
  color: #8D8D8D;
}
.l-breadcrumb li {
  display: inline-block;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
@media screen and (min-width : 768px) {
  .l-breadcrumb {
    margin-right: -300px;
  }
}
@media screen and (min-width : 768px) {
  .l-footer__nav dd, .l-footer__nav2 dd {
    line-height: 3;
  }
  .l-footer__nav a, .l-footer__nav2 a {
    color: #000000;
    text-decoration: none;
  }
  .l-footer__nav a:hover, .l-footer__nav2 a:hover {
    text-decoration: underline;
    color: #3CABFF;
  }
  .l-footer__copy {
    border-top: solid 1px #D9D9D9;
  }
}
@media screen and (max-width : 767.9px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo img {
    width: 150px;
  }
  .l-footer__copy {
    text-align: center;
    border-top: solid 1px #D9D9D9;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}