html,body{
  font-family: "M PLUS 1p", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.6;
}
a{
  color: #333;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Oswald", "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.bl{ color: #3A8AB7; }

.bg-pa{ background: #F3F9FC; }




.download-btn,
.access-btn{
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.5rem;
  color: #3A8AB7;
}
.download-btn img{
  width: 1.1rem;
  margin-left: 0.5rem;
}
.access-btn img{
  width: 1.6rem;
  margin-right: 0.5rem;
}
.tel-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}
.tel-btn img{
  width: 0.9em;
  margin: 0.1em 0.1em 0 0;
}
.line-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.6rem;
  height: 4rem;
  border-radius: 2rem;
  background: #59BE8C;
  color: #fff;
  font-weight: 500;
}
.line-btn img{
  width: 1.5em;
  margin-right: 0.4em;
}


body{
  padding-top: 13.5rem;
}
.anchor{
  padding-top: 13.5rem;
  margin-top: -13.5rem;
}

.nav{
  width: 100%;
  height: 13.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  align-items: center;
}
.nav a.logo{
  display: block;
  margin-left: 2rem;
}
.nav a.logo span{
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.nav a.logo img{
  width: min(15vw,23.1rem);
}
.nav .wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 0.7rem 0 0.7rem;
  margin-left: auto;
}
.nav ul.nav-li-1{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2rem;
  font-weight: 500;
}
.nav ul.nav-li-1 li + li{
  margin-left: 3rem;
}
.nav ul.nav-li-2{
  display: flex;
  justify-content: flex-end;
  margin-right: 4rem;
}
.nav ul.nav-li-2 li + li{
  margin-left: 4rem;
}
.nav ul.nav-li-2 li a{
  text-align: center;
  font-weight: 500;
}
.nav ul.nav-li-2 li a span{
  display: block;
  font-size: 68%;
  opacity: 0.3;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1350px){
.nav ul.nav-li-1 li + li{
  margin-left: min(2.31vw,3rem);
}
.nav ul.nav-li-2{
  margin-right: min(2.31vw,3rem);
}
.nav ul.nav-li-2 li a{
  font-size: min(1.33vw,1.6rem);
}
.nav ul.nav-li-2 li + li{
  margin-left: min(2.31vw,3rem);
}
}


.content{
  position: relative;
  z-index: 1;
}


.ttl-1{
  font-size: 3.8rem;
  text-align: center;
}
.ttl-1-en{
  font-size: 1.5rem;
  text-align: center;
  color: #85BEE3;
  margin: 0.3em 0 5.5rem;
}


.arrow-btn{
  display: flex;
  align-items: center;
  width: fit-content;
}
.arrow-btn::after{
  content: "";
  display: block;
  width: 3.4rem;
  aspect-ratio: 1 / 1;
  background: url(../images/common/ico-cir-arrow.svg) center center no-repeat;
  background-size: contain;
  margin-left: 1.5rem;
}


.zoom{
  display: block;
  overflow: hidden;
  will-change: transform;
}
.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.11,1.11,1.11);
}


.tag-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-wrap .tag{
  display: inline-block;
  background: #3A8AB7;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0 0.5em;
  border-radius: 0.2rem;
}
.tag-wrap .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 2rem;
  border: 1px solid #3A8AB7;
  border-radius: .2rem;
  font-size: 1.1rem;
  line-height: 1;
}
.tag-wrap .cat span {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}


ul.n-ul li{
  display: block;
  padding-left: 1.2em;
  position: relative;
}
ul.n-ul li::before{
  content: "";
  display: block;
  width: 0.56em;
  height: 0.56em;
  border-radius: 100%;
  background: #85BEE3;
  position: absolute;
  left: 0;
  top: 0.53em;
}
ul.n-ul li + li{
  margin-top: 0.2em;
}


footer .footer-1{
  padding: 6rem 0;
}
footer .footer-1 .content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .footer-1 .left a.logo{
  display: block;
  width: 25rem;
  margin-bottom: 3rem;
}
footer .footer-1 .left .name{
  font-size: 1.8rem;
}
footer .footer-1 .left .name small{
  font-size: 1.4rem;
  margin-right: 1em;
}
footer .footer-1 .left p{
  margin-top: 0.8em;
}
ul.sns-li{
  display: flex;
  gap: 2.8rem;
}
ul.sns-li li{
  display: block;
  width: 2.5rem;
}
ul.sns-li li img{
  width: 100%;
}
footer .footer-1 .left ul.sns-li{
  margin-top: 4rem;
}
footer .footer-1 .right .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
footer .footer-1 .right .wrap a.line-btn{
  width: 21.5rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  font-size: 2.2rem;
}
footer .footer-1 .right .wrap a.tel-btn{
  font-size: 3.8rem;
}


footer .footer-2{
  background: #05395D;
  color: #fff;
  padding: 5.5rem 0 3rem;
}
footer .footer-2 a{
  color: #fff;
}
footer .footer-2 ul li{
  display: block;
}
footer .footer-2 .wrap{
  display: flex;
  align-items: flex-start;
}
footer .footer-2 ul.f-nav-1{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 6rem;
  row-gap: 1em;
  justify-content: center;
}
footer .footer-2 ul.f-nav-2{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 6rem;
  row-gap: 0.8em;
  justify-content: center;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
}
footer .footer-2 .copy{
  font-size: 1.3rem;
  text-align: center;
  margin-top: 6rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
	max-width: 110rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px){

html{ font-size: 0.9vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.74vw; }
body{ font-size: 1.4rem; }

.content{
	width: 100%;
	padding: 0 2rem;
}


.tel-btn{
  font-size: 2rem;
}
.line-btn{
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  font-size: 2rem;
}


body{
  padding-top: 5.6rem;
}
.anchor{
  padding-top: 5.6rem;
  margin-top: -5.6rem;
}

.nav{
  justify-content: flex-end;
  height: 5.6rem;
}
.nav a.logo{
  margin: 0 auto 0 1.5rem;
}
.nav a.logo img{
  width: 12.4rem;
}
.nav > a.tel-btn{
  margin-right: 0.9rem;
}



#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  background: #3A8AB7;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 1.5px;
  width: 2.2rem;
  border-radius: 0.8px;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 82%;
  height: 100%;
  padding: 7.6rem 1.8rem 4rem;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.3;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


#nav-content ul.h-nav-1{
  border-top: 1px solid #CCCCCC;
}
#nav-content ul.h-nav-1 > li{
  border-bottom: 1px solid #CCCCCC;
}
#nav-content ul.h-nav-1 > li > a,
#nav-content ul.h-nav-1 > li > .accttl{
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  text-align: left;
  padding: 0.6em 0;
  position: relative;
}
#nav-content ul.h-nav-1 > li > .accttl::before,
#nav-content ul.h-nav-1 > li > .accttl::after{
  content: "";
  display: block;
  width: 1.1rem;
  height: 1px;
  background: #3A8AB7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#nav-content ul.h-nav-1 > li > .accttl::after{
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
#nav-content ul.h-nav-1 > li > .accttl.active::after{
  transform: translateY(-50%) translate(0);
}
#nav-content ul.h-nav-1 > li > a::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/common/ico-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
#nav-content ul.h-nav-2{
  margin-top: 2.6rem;
}
#nav-content ul.h-nav-2 li + li{
  margin-top: 1.6rem;
}
#nav-content ul.h-nav-2 li a.tel-btn{
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  border: 1px solid #8FBFEA;
  font-size: 2.7rem;
}
#nav-content ul.h-nav-2 li a.download-btn{
  margin: 2rem auto 0;
}
#nav-content ul.h-nav-3{
  margin-bottom: 1.4rem;
}
#nav-content ul.h-nav-3 > li + li{
  margin-top: 0.3em;
}
#nav-content ul.h-nav-3 > li > a{
  display: inline-block;
  padding-left: 1.6rem;
  position: relative;
}
#nav-content ul.h-nav-3 > li > a::before{
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.7rem;
  background: url(../images/common/ico-nav-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.ttl-1{
  font-size: 2.4rem;
}
.ttl-1-en{
  font-size: 1.2rem;
  margin: 0.3em 0 4rem;
}


.arrow-btn::after{
  width: 3.1rem;
  margin-left: 1.2rem;
}


footer .footer-1{
  padding: 4rem 0;
}
footer .footer-1 .content{
  grid-template-columns: 100%;
  gap: 3rem;
}
footer .footer-1 .left a.logo{
  width: 17.2rem;
  margin: 0 auto 4rem;
}
footer .footer-1 .left p{
  font-size: 1.6rem;
}
footer .footer-1 .left ul.sns-li{
  margin-top: 4rem;
}
footer .footer-1 .right{
  display: flex;
  flex-direction: column;
}
footer .footer-1 .right .wrap{
  order: 2;
  flex-direction: column-reverse;
  gap: 2rem;
  margin: 2.4rem 0 0;
}
footer .footer-1 .right .wrap a.line-btn{
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  font-size: 2rem;
}
footer .footer-1 .right .wrap a.tel-btn{
  width: 100%;
  font-size: 3.1rem;
  border: 0.3rem solid #84BFE3;
  border-radius: 0.2rem;
  padding: 1.8rem 0;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-1 .right .wrap a.tel-btn small{
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.8em;
}
ul.sns-li{
  justify-content: center;
  gap: 2.8rem;
}
ul.sns-li li{
  width: 3.4rem;
}


footer .footer-2{
  padding: 3rem 0;
}
footer .footer-2 .wrap{
  display: block;
}
footer .footer-2 ul.f-nav-1{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
}
footer .footer-2 ul.f-nav-2{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  border-left: 0;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #fff;
}
footer .footer-2 .copy{
  font-size: 1.2rem;
  margin-top: 3rem;
}





/* フローティングバナー */
#fl-btn {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-btn .inner{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#fl-btn .inner a.tel-btn{
  width: 100%;
  height: 4.8rem;
  background: #3A8AB7;
  color: #fff;
  font-size: 2.1rem;
}
#fl-btn .inner a.line-btn{
  width: 100%;
  height: 4.8rem;
  border-radius: 0;
  font-size: 1.6rem;
}



}/*　スマホここまで */



