@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;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #105FD6;
  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: "Poppins", sans-serif;
}

.xs {
  font-size: 0.7em;
}

.s {
  font-size: 0.85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

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

.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 : 901px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .m {
    font-size: 1.5rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000000;
  }
}
@media screen and (max-width : 900px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 900px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width : 901px) {
  .only-sp {
    display: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width : 901px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width : 900px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g {
  max-width: 1100px;
}
.g.m-mxw_1300 {
  max-width: 1300px;
}
.g.m-mxw_1200 {
  max-width: 1200px;
}
.g.m-mxw_860 {
  max-width: 860px;
}
.g.m-mxw_800 {
  max-width: 800px;
}
.g.m-mxw_720 {
  max-width: 720px;
}
.g.m-mxw_490 {
  max-width: 490px;
}
.l-wrapper {
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width : 1025px) {
  .l-header .sp {
    display: none;
  }
  .l-header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    transition: all 300ms ease 0s;
  }
  .l-header__inner {
    padding: 20px 30px;
    height: 132px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header__logo a {
    display: block;
  }
  .l-header__logo img {
    display: block;
  }
  .l-header__gNav-top {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: flex-end;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 20px;
  }
  .l-header__teltime {
    text-align: center;
  }
  .l-header__teltime .tel {
    margin-left: -1em;
  }
  .l-header__teltime .tel a {
    display: block;
  }
  .l-header__teltime .tel a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/ico_tel_header.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .l-header__btns ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 10px;
  }
  .l-header {
    /*
    &.is-scrolled {
    	background-color: rgba($clr_wt00, .5);
    }*/
  }
  .l-header.is-scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-header.is-scrolled.is-scrolling-down {
    transform: translate(0, -100%);
  }
}
@media screen and (max-width : 1024px) {
  .l-header .pc {
    display: none;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 55px;
    background-color: white;
    transition: all 300ms ease 0s;
  }
  .l-header__inner {
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header__logo {
    position: relative;
    z-index: 2;
  }
  .l-header__logo img {
    width: 145px;
    height: 26px;
    display: block;
  }
  .l-header__gNav {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 5px;
  }
  .l-header__gNav-top {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 2;
  }
  .l-header__gNav-top .time {
    display: none;
  }
  .l-header__btns ul {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    gap: 5px;
  }
  .l-header.is-scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-header.is-scrolled.is-scrolling-down {
    transform: translate(0, -100%);
  }
}

.c-btnHeader a, .c-btnHeader .a, .c-btnHeader label {
  border: 0 !important;
}
@media screen and (min-width : 1025px) {
  .c-btnHeader a, .c-btnHeader .a, .c-btnHeader label {
    border-radius: 999px;
    border: 0;
    min-width: 170px;
    min-height: 48px;
  }
  .c-btnHeader a > *, .c-btnHeader .a > *, .c-btnHeader label > * {
    display: inline-block;
    color: #ffffff;
  }
  .c-btnHeader a > *::before, .c-btnHeader .a > *::before, .c-btnHeader label > *::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 4px;
    transform: translate(0, -5%);
  }
  .c-btnHeader a:hover, .c-btnHeader .a:hover, .c-btnHeader label:hover {
    opacity: 1;
  }
  .c-btnHeader.m-mail a, .c-btnHeader.m-mail .a, .c-btnHeader.m-mail label {
    background-color: #105FD6;
  }
  .c-btnHeader.m-mail a > *::before, .c-btnHeader.m-mail .a > *::before, .c-btnHeader.m-mail label > *::before {
    background-image: url(../img/common/ico_btns_header_mail.svg);
  }
  .c-btnHeader.m-mail a:hover, .c-btnHeader.m-mail .a:hover, .c-btnHeader.m-mail label:hover {
    background-color: #00B2FF;
  }
  .c-btnHeader.m-mail a:hover > *, .c-btnHeader.m-mail .a:hover > *, .c-btnHeader.m-mail label:hover > * {
    color: #ffffff;
  }
  .c-btnHeader.m-line a, .c-btnHeader.m-line .a, .c-btnHeader.m-line label {
    background-color: #06C755;
  }
  .c-btnHeader.m-line a > *::before, .c-btnHeader.m-line .a > *::before, .c-btnHeader.m-line label > *::before {
    background-image: url(../img/common/ico_btns_header_line.svg);
  }
  .c-btnHeader.m-line a:hover, .c-btnHeader.m-line .a:hover, .c-btnHeader.m-line label:hover {
    background-color: #27E775;
  }
  .c-btnHeader.m-line a:hover > *, .c-btnHeader.m-line .a:hover > *, .c-btnHeader.m-line label:hover > * {
    color: #ffffff;
  }
}
@media screen and (max-width : 1024px) {
  .c-btnHeader a, .c-btnHeader .a, .c-btnHeader label {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
  }
  .c-btnHeader.m-mail a, .c-btnHeader.m-mail .a, .c-btnHeader.m-mail label {
    background-color: #105FD6;
    background-image: url(../img/common/ico_btns_header_mail.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
  .c-btnHeader.m-line a, .c-btnHeader.m-line .a, .c-btnHeader.m-line label {
    background-color: #06C755;
    background-image: url(../img/common/ico_btns_header_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
  .c-btnHeaderSp a, .c-btnHeaderSp .a, .c-btnHeaderSp label {
    font-size: 1rem;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease 0s;
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
  }
  .c-btnHeaderSp.m-tel a, .c-btnHeaderSp.m-tel .a, .c-btnHeaderSp.m-tel label {
    background-color: #000000;
    background-image: url(../img/common/ico_btns_header_tel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
}

@media screen and (min-width : 1025px) {
  .l-gNav .l-gNav__btn {
    display: none;
  }
}
@media screen and (max-width : 1024px) {
  .l-gNav .l-gNav__main {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: calc(100vh - 60px);
    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: 60px;
    height: 60px;
    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);
  }
}

@media screen and (min-width : 1025px) {
  .l-gNav .sp {
    display: none;
  }
  .l-gNav__main a, .l-gNav__main .a {
    display: block;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .l-gNav__main a::after, .l-gNav__main .a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #105FD6;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 300ms ease 0s;
  }
  .l-gNav__main a:hover::after {
    width: 100%;
  }
  .l-gNav__main {
    height: 1.5em;
  }
  .l-gNav__main .children {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 300ms ease 0s;
    width: 550px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 20px;
    top: 65px;
    left: -40px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-gNav__main .children .children__inner {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-gNav__main .children .children__inner > .imgbox {
    width: 45.0980392157%;
  }
  .l-gNav__main .children .children__inner > .imgbox .img img {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .l-gNav__main .children .children__inner > .txtbox {
    flex: 1;
    padding-left: 35px;
  }
  .l-gNav__main .children a, .l-gNav__main .children .a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .l-gNav__main .children a::after, .l-gNav__main .children .a::after {
    bottom: 0px;
  }
  .l-gNav__main .children a > span, .l-gNav__main .children .a > span {
    display: block;
    padding-right: 20px;
    position: relative;
  }
  .l-gNav__main .children a > span::after, .l-gNav__main .children .a > span::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    background-color: #105FD6;
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url(../img/common/ico_arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 6px;
    transform: translate(0, -50%) rotate(-90deg);
    transition: all 300ms ease 0s;
  }
  .l-gNav__main .children a:hover, .l-gNav__main .children .a:hover {
    opacity: 1;
  }
  .l-gNav__main .children a:hover > span::after, .l-gNav__main .children .a:hover > span::after {
    background-color: #00B2FF;
  }
  .l-gNav__main > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    gap: 30px;
  }
  .l-gNav__main > ul > li {
    position: relative;
    height: 50px;
  }
  .l-gNav__main > ul > li.has-children {
    height: 80px;
  }
  .l-gNav__main > ul > li.has-children > a, .l-gNav__main > ul > li.has-children > .a {
    position: relative;
    padding-left: 32px;
  }
  .l-gNav__main > ul > li.has-children > a::after, .l-gNav__main > ul > li.has-children > .a::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-color: #105FD6;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(-90deg);
    background-image: url(../img/common/ico_arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 6px;
    transition: all 300ms ease 0s;
  }
  .l-gNav__main > ul > li.has-children:hover > a::after, .l-gNav__main > ul > li.has-children:hover > .a::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-gNav__main > ul > li.has-children:hover .children {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@media screen and (min-width : 1025px) and (max-width : 1100px) {
  .l-gNav__main > ul {
    gap: 15px;
  }
}
@media screen and (max-width : 1024px) {
  .l-gNav .pc {
    display: none;
  }
  .l-gNav .l-gNav__btn {
    position: relative;
    width: 36px;
    height: 36px;
    aspect-ratio: 1;
    border-radius: 999px;
    background-color: #00B2FF;
  }
  .l-gNav .l-gNav__btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
  }
  .l-gNav .l-gNav__main {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: auto;
    height: 100vh;
    padding-top: 55px;
    background-color: #00B2FF;
  }
  .l-gNav .l-gNav__main a, .l-gNav .l-gNav__main .a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
  }
  .l-gNav .l-gNav__main a::after, .l-gNav .l-gNav__main .a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: solid 1px #ffffff;
    border-radius: 999px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .l-gNav .l-gNav__main a::after {
    background-image: url(../img/common/ico_gNav_sp_arrow.svg);
    background-size: 6px 7px;
  }
  .l-gNav .l-gNav__main .a::after {
    background-image: url(../img/common/ico_gNav_sp_plus.svg);
    background-size: 8px 8px;
  }
  .l-gNav .l-gNav__main li.is-active .a::after {
    background-image: url(../img/common/ico_gNav_sp_minus.svg);
    background-size: 8px 1px;
  }
  .l-gNav .l-gNav__main > ul {
    height: calc(100vh - 55px);
    overflow: auto;
    padding: 0 45px;
  }
  .l-gNav .l-gNav__main > ul > li {
    border-bottom: solid 1px #74CBF1;
    margin-left: auto;
    margin-right: auto;
  }
  .l-gNav .l-gNav__main .children {
    transition: all 300ms ease 0s;
    overflow: hidden;
  }
  .l-gNav .l-gNav__main .children .imgbox {
    display: none;
  }
  .l-gNav .l-gNav__main .children ul {
    padding-left: 0.5em;
    margin-top: -7.5px;
    padding-bottom: 7.5px;
  }
  .l-gNav .l-gNav__main .children a, .l-gNav .l-gNav__main .children .a {
    padding: 7.5px 0;
  }
  .l-gNav .l-gNav__main li.inline {
    border-bottom: 0;
  }
  .l-gNav .l-gNav__main li.inline a {
    padding: 0;
    font-size: 1.2rem;
  }
  .l-gNav .l-gNav__main li.inline a::after {
    display: none;
  }
}

@media screen and (min-width : 1025px) {
  .l-main {
    padding-top: 132px;
  }
}
@media screen and (max-width : 1024px) {
  .l-main {
    padding-top: 55px;
  }
}

.l-breadcrumb a {
  text-decoration: none;
  color: #000000;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}
.l-breadcrumb li {
  display: inline-block;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  margin: 0 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
@media screen and (min-width : 901px) {
  .l-breadcrumb {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width : 900px) {
  .l-breadcrumb {
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width : 901px) {
  .l-art.m-front {
    margin-bottom: -130px;
  }
}
@media screen and (max-width : 900px) {
  .l-art.m-front {
    margin-bottom: -50px;
  }
}

@media screen and (min-width : 901px) {
  .l-aside {
    padding-top: 130px;
  }
}
@media screen and (max-width : 900px) {
  .l-aside {
    padding-top: 50px;
  }
}

.l-footer__fixed-btns {
  position: fixed;
  right: 10px;
  bottom: 5px;
  z-index: 101;
  transition: all 300ms ease 0s;
}
.l-footer__fixed-btns.is-scrolled.is-scrolling-down {
  transform: translate(0, calc(100% + 10px));
}
.l-footer__sign {
  width: 45%;
}
.l-footer__address {
  margin-top: 2em;
}
.l-footer__sns {
  margin-top: 2em;
}
.l-footer__nav {
  width: 55%;
}
.l-footer__nav a {
  text-decoration: none;
  color: #000000;
}
.l-footer__nav a:hover {
  text-decoration: underline;
}
.l-footer__nav ul ul {
  padding-left: 1.5em;
}
.l-footer__nav ul ul li::before {
  content: "-";
  margin-right: 0.5em;
}
@media screen and (min-width : 901px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-footer__fixed-btns {
    width: 470px;
  }
  .l-footer__copy {
    padding-bottom: 80px;
  }
}
@media screen and (max-width : 900px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer__fixed-btns {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .l-footer__sign {
    width: 100%;
    text-align: center;
  }
  .l-footer__address {
    display: inline-block;
    text-align: left;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__copy {
    padding-bottom: 100px;
  }
}