html { font-size: 62.5%;}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  overflow-y: scroll;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
}
body.is-gnavActive {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body { font-size: 1.4rem;}
}

button, input, select, textarea { font-family: inherit; font-size: 1.6rem;}

*:focus { outline: none!important;}

a { transition: 0.5s;}
a img { transition: 0.5s;}
a:hover img { opacity: 0.8;}

img { max-width: 100%;}

.faq__title{
	text-align: center;
	padding: 10px 10px 20px 10px;
}


/*======================================
l-root
======================================*/
.l-root {}



/*======================================
l-header
======================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  z-index: 100;
  transition: 0.5s;
}

.l-header__h1{
	font-size: 1.5rem; 
	color: #8D8D8D;
	text-align:center;
}


.l-header__inner {
  max-width: 1240px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.l-header__tel { display: none;}
.l-header__contact { display: none; margin-left: 20px;}
.l-header__logo { margin: 0 auto 0 0;}
.l-header__logo img {}

.l-header.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.5s;
}
.is-gnavActive .l-header.is-hide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 0.5s;
}
.l-header .l-footerNav__toggle { margin-left: 8px;}
@media screen and (max-width: 1200px) {
  .l-header__tel {
    transition: opacity 0.2s ease 0s;
    display: block;
  }
  .l-header__contact {
    transition: opacity 0.2s ease 0s;
    width: fit-content;
    display: block;
  }
  .l-header__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #1BA3E8;
    font-weight: 900;
    width: 49px;
    height: 49px;
	margin-left: 8px;
    border: 2px solid #1BA3E8;
    border-radius: 100px;
    box-shadow: 0px 3px 0px rgba(0,0,0,4%);
  }
  .l-header__tel a::before {
    content: "";
    background: url(../image/icon_tel.svg) no-repeat center center/cover;
    width: 25px;
    height: 25px;
    display: block;
  }
  .l-header__contact a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #1BA3E8;
    font-weight: 900;
    height: 49px;
    padding: 0 20px;
    border: 2px solid #1BA3E8;
    border-radius: 100px;
    box-shadow: 0px 3px 0px rgba(0,0,0,4%);
	white-space: nowrap;
  }
  .l-header__contact a::before {
    content: "";
    display: block;
    vertical-align: middle;
    background: url(../image/icon_line.svg) no-repeat center center;
    background-size: 100%;
    width: 29px;
    height: 28px;
    margin-right: 5px;
  }

}
@media screen and (max-width: 768px) {
  .l-header { height: 60px;}
  .l-header__h1{display: none;}
  .l-header__logo { width: 140px;}
  .l-header__contact { margin-left: 10px;}
  .l-header__contact span { display: none;}
  .l-header__tel a {
    width: 40px;
    height: 40px;
  }
  .l-header__tel a::before {
    background: url(../image/icon_tel.svg) no-repeat center center/cover;
    width: 20px;
    height: 20px;
  }
  .l-header__contact a { font-size: 1.3rem; height: 40px; padding: 0 15px;}
  .l-header__contact a::before { width: 22px; height: 21px;}

}

/*文章の装飾*/
.p-decoyellow{
	background: linear-gradient(transparent 40%, #f5ff00 60%);
}

/*======================================
l-gnav
======================================*/
@media screen and (min-width: 1201px) {
  .l-gnav { margin-left: auto;}
  .l-gnav__inner {
    display: block!important;
  }
  .l-gnav__list {
    display: flex;
    align-items: center;
  }
  .l-gnav__item {
    margin-left: 30px;
  }
  .l-gnav__item:first-child {
    margin-left: 0;
  }
  .l-gnav__item a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1E2F36;
    transition: 0s;
  }
  .l-gnav__item a:hover {color: #1BA3E8;}
  .l-gnav__item.-tel { display: none;}
  .l-gnav__item.-contact {
    transition: opacity 0.2s ease 0s;
    width: fit-content;
  }
  .l-gnav__item.-contact a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #1BA3E8;
    font-weight: 900;
    height: 49px;
    padding: 0 20px;
    border: 2px solid #1BA3E8;
    border-radius: 100px;
    box-shadow: 0px 3px 0px rgba(0,0,0,4%);
  }
  .l-gnav__item.-contact a::before {
    content: "";
    display: block;
    vertical-align: middle;
    background: url(../image/icon_line.svg) no-repeat center center;
    background-size: 100%;
    width: 29px;
    height: 28px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .l-gnav { position: relative;}
  .l-gnav__inner {
    display: none;
    width: 100%;
    position: fixed;
    padding: 0;
    background: rgba(34, 47, 53, 0.94);
    box-sizing: border-box;
    height: 100vh;
    z-index: 99;
    top: 75px;
    left: 0;
    right: 0;
  }
  .l-gnav__list { border-top: 1px #6B828E solid;}
  .l-gnav__item { border-bottom: 1px #6B828E solid;}
  .l-gnav__item:first-child {}
  .l-gnav__item a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    display: block;
    position: relative;
    transition: 0s;
  }
  .l-gnav__item a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px #09A3E8 solid;
    border-bottom: 2px #09A3E8 solid;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(315deg) translate(0,-50%);
  }
}
@media screen and (max-width: 768px) {
  .l-gnav { position: relative;}
  .l-gnav__inner { top: 60px;}
}


/*======================================
privacy polocy
======================================*/
.privacy{
	font-weight: bold;
	font-size:2rem;
}



/*======================================
CM
======================================*/
.cm-outer{
  margin:30px 0px 90px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*======================================
l-main
======================================*/
.l-main { padding-top: 75px;}

@media screen and (max-width: 768px) {
  .l-main { padding-top: 60px;}
}


/*======================================
l-pageHeading
======================================*/
.l-pageHeading {
  background: url("../image/title_bg.webp") no-repeat center center/cover;
  height: 250px;
}
.l-pageHeading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-pageHeading__title {
  font-size: 8.5rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.1em;
}
.l-pageHeading__title:first-letter, .l-pageHeading__title span:first-letter {
  color: #FFF500;
}
.l-pageHeading__title img {}
.l-pageHeading__title span {
  display: block;
  margin: 8px 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-pageHeading { height: 180px;}
  .l-pageHeading__title { font-size: 4rem;}
  .l-pageHeading__title span { font-size: 3.4rem;}
  .l-pageHeading__title img { width: 70%;}
}


/*======================================
l-breadcrumb
======================================*/
.l-breadcrumb { 
	background-color:aliceblue;
	padding: 5px 0;}
.l-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-breadcrumb__item { font-size: 1.6rem;}
.l-breadcrumb__item::after {
  content: ">";
  margin: 0 5px;
  display: inline-block;
}
.l-breadcrumb__item:last-child::after { display: none;}

.l-breadcrumb__item a { color: #09A3E8;}

@media screen and (max-width: 768px) {
  .l-breadcrumb__item { font-size: 1.0rem;}
}


/*======================================
l-footer
======================================*/
.l-footer {}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.footer-title{
	font-size:1.8rem;
	font-weight: bold;
}

.l-footer__logo {}
.l-footer__info { text-align: right;}
.l-footer__link,.footer-sitemap { font-size: 1.6rem;}
.footer-sitemap a:hover{ text-decoration: underline;}
.l-footer__link { text-decoration: underline;}
.l-footer__banner {
 width: 100%;
 margin-top:1em;
}
.l-footer__copyright { 
	font-size: 1.6rem; 
	color: #8D8D8D;
	text-align:center;
}
.l-footer__copyright a:hover{text-decoration: underline;}

.footer-name{
	font-size:1.6rem;
	font-weight: bold;
}

.footer-name a:hover{text-decoration: underline;}


@media screen and (max-width: 768px) {
  .l-footer__inner { flex-direction: column; padding-bottom: 60px;}
  .l-footer__logo { text-align: center;}
  .l-footer__info { text-align: center; margin-top: 10px;}
}


/*======================================
l-footerNav
======================================*/
.l-footerNav { display: none;}

@media screen and (max-width: 1200px) {
.l-footerNav {
  background: rgba(255, 255, 255, 85%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding:5px 20px 10px 20px;
  transform: translate(0,100%);
  transition: 0.5s;
  display: block;
}

.l-footerNav.is-fixed {
  transform: translate(0,-0);
  transition: 0.5s;
}

.l-footerNav__inner {}

.l-footerNavList { display: flex; align-items: center;}
.l-footerNavList__item { 
	width: calc(100% / 5); 
	text-align: center;
	}
	
.l-footerNavList__item a {}
.l-footerNavList__icon { height: 33px; display: flex; align-items: center; justify-content: center;}
.l-footerNavList__icon::before { content: "";}
.l-footerNavList__icon.-icon01::before {
  background: url(../image/fnav_icon_001.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
}
.l-footerNavList__icon.-icon02::before {
  background: url(../image/fnav_icon_002.svg) no-repeat center center/cover;
  width: 23px;
  height: 21px;
}
.l-footerNavList__icon.-icon03::before {
  background: url(../image/fnav_icon_003.svg) no-repeat center center/cover;
  width: 27px;
  height: 26px;
}
.l-footerNavList__icon.-icon04::before {
  background: url(../image/fnav_icon_004.svg) no-repeat center center/cover;
  width: 32px;
  height: 29px;
}
.l-footerNavList__text { font-size: 1.5rem; font-weight: 700; line-height: 1;}
}
@media screen and (max-width: 768px) {
  .l-footerNavList {  justify-content: space-between;}
  .l-footerNavList__item { width: auto;}
  .l-footerNavList__text { font-size: 1.2rem;}
}


/* l-footerNav__toggle
----------------------------- */
@media screen and (max-width: 1200px) {
  .l-footerNav__toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
  }
  .l-footerNav__toggle div {
    position: relative;
    width: 19px;
    height: 12px;
  }
  .l-footerNav__toggle span {
    display: block;
    height: 2px;
    background: #09A3E8;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .l-footerNav__toggle span:nth-child(1) { top: 0px;}
  .l-footerNav__toggle span:nth-child(2) { top: 50%;}
  .l-footerNav__toggle span:nth-child(3) { top: 100%;}
  .is-gnavActive .l-footerNav__toggle span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .is-gnavActive .l-footerNav__toggle span:nth-child(2) { width: 0; left: 50%;}
  .is-gnavActive .l-footerNav__toggle span:nth-child(3) { top: 50%; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); transform: rotate(-135deg);}
}

@media screen and (max-width: 768px) {
  .l-footerNav__toggle div { width: 19px; height: 12px;}
}

.policy {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99; }
  .policy__bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: relative; }
  .policy__content {
    width: 80%;
    max-width: 1000px;
    height: 60%;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: scroll; }
    .policy__content h2 {
      margin-bottom: 40px; }
    .policy__content h3 {
      font-size: 1.125rem;
      margin-top: 40px;
      margin-bottom: 20px; }
    .policy__content p, .policy__content li {
      margin-bottom: 15px;
      font-size: 0.875rem;
      font-weight: 500; }
    .policy__content ol {
      padding: revert; }
    @media screen and (max-width: 580px) {
      .policy__content {
        width: 95%;
        height: 65%;
        padding-left: 15px;
        padding-right: 15px; }
        .policy__content ol {
          padding-left: 15px; } }
  .policy .close-btn {
    color: #fff;
    text-decoration: underline;
    display: block;
    position: absolute;
    bottom: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 580px) {
      .policy .close-btn {
        bottom: 10%; } }

/*======================================
l-footerNav
======================================*/
.sitemap__p a {
	font-size:1.8rem;
	font-weight:bold;
}

.sitemap__p a:hover{
	text-decoration: underline;
}