* { margin: 0; padding: 0; box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
img, iframe { border: 0; vertical-align: bottom; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
mark { font-weight: bold; color: inherit; background-color: transparent; }
em { font-style: normal; }
address { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: baseline; }
sup, sub { font-size: 70%; }

:root {
  --blu: #00379D;
  --yel: #FCFF48;
  --red: #CF0014;
}

@media screen and (min-width:768px) {
  ._logo_box a {
    display: block;
    width: 14.6rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width:1270px) {
  html {
    font-size: calc(100vw / 1270 * 10);
  }
}

@media screen and (max-width:767.9px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}
body {
  color: #2B2B2B;
  font-family: 'Noto Sans JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  transition: .4s;
  font-size: 1.6rem;
}
body.lazy {
  opacity: 1;
}
.SANS {
  font-family: 'Noto Sans JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.Poppins {
  font-family: 'Poppins', serif;
  font-style: normal;
  font-weight: 400;
}
.body_container {
  overflow: hidden;
  background: #fff;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
	body {
  	font-size: 1.6rem
  }
}
a {
  transition: .2s;
}
@media (any-hover:hover) {
  a:hover {
    opacity: .8;
  }
}
#floating{
  display: none;
}
.mobile_contact_box{
  display: none;
}
.form_error{
  display: block;
  width: 100%;
  font-weight: 500!important;
}

section {
  position: relative;
}
.container {
  width: 108.8rem;
  margin: 0 auto;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767.9px) {
	.container {
  	width: 100%;
    padding: 0 2rem;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}


/* ---------------------------------------------------------------------------
//  btn
--------------------------------------------------------------------------- */
.btn {
  width: 33.3rem;
  height: 7.3rem;
  border: .1rem solid #fff;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn::before {
  content: "";
  display: block;
  background: url(../img/btn-l.png) center center / contain no-repeat;
  width: 2.2rem;
  height: 5.6rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.btn::after {
  content: "";
  display: block;
  background: url(../img/btn-r.png) center center / contain no-repeat;
  width: 2.2rem;
  height: 5.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.btn.btn-b {
  background: linear-gradient(to bottom, #31AEF0 0%, #0C618E 100%);
}
.btn.btn-g {
  background: linear-gradient(to bottom, #1BCBB8 0%, #31958A 100%);
}
.btn.btn-o {
  background: linear-gradient(to bottom, #F0813B 0%, #AE4B0D 100%);
}
.btn.btn-g2 {
  background: linear-gradient(to bottom, #BACE68 0%, #6B801C 100%);
}
.btn.btn-y {
  background: linear-gradient(to bottom, #CEC268 0%, #FFB406 100%);
}
.btn.btn-o span::before {
  content: "";
  display: inline-block;
  background: url(../img/freedial.png) center center / contain no-repeat;
  width: 2.5rem;
  height: 1.65rem;
  margin-right: .5rem;
  vertical-align: -.1rem;
}


/* ---------------------------------------------------------------------------
//  mv
--------------------------------------------------------------------------- */
.mv {
  background: url(../img/mv-bg.png) center center / cover no-repeat;
  padding: 6rem 0;
}
.mv .head {
  position: relative;
}
.mv .head h1 {
  width: 40rem;
  margin: 0 auto 1rem;
}
.mv .head .image {
  width: 52.5rem;
  position: absolute;
  top: 16rem;
  right: -11rem;
}
.mv .head .text {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}
.mv .head .text .bg {
  display: inline-block;
  background: var(--yel);
  font-size: 3.7rem;
  font-weight: 900;
  padding: 0 .3em;
  line-height: 1.4;
}
.mv .head .text .bg .sml {
  font-size: 3rem;
}
.mv .bottom {
  width: 70rem;
  margin: 4rem auto 0;
}
.mv .bottom h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--blu);
  text-align: center;
  margin-bottom: 1rem;
}
.mv .bottom .btns {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}
.mv .bottom h4 {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--blu);
}
.mv .bottom h4::before {
  content: "";
  display: block;
  background: url(../img/mv-mail.png) center center / contain no-repeat;
  width: 3.8rem;
  height: 3.8rem;
}
.mv .bottom h4::after {
  content: "";
  display: block;
  background: url(../img/mv-tel.png) center center / contain no-repeat;
  width: 3.8rem;
  height: 3.8rem;
}


@media screen and (max-width: 767.9px) {
  .mv {
    background: url(../img/mv-bg-sp.png) center center / cover no-repeat;
    padding: 4rem 0;
  }
  .mv .head h1 {
    width: 24rem;
    margin: 0 auto 1rem;
  }
  .mv .head .image {
    width: 22.7rem;
    top: 8rem;
    right: -4rem;
  }
  .mv .head .text {
    margin-top: 3rem;
    font-size: 1.74rem;
    line-height: 1.6;
  }
  .mv .head .text .bg {
    display: inline;
    font-size: 2.6rem;
    padding: 0 .1em;
    line-height: 1.6;
  }
  .mv .head .text .bg .sml {
    font-size: 2.2rem;
  }
  .mv .bottom {
    width: 100%;
    margin: 3rem auto 0;
  }
  .mv .bottom h3 {
    font-size: 1.5rem;
  }
  .mv .bottom .btns {
    display: none;
  }
  .mv .bottom h4 {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
  .mv .bottom h4::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .mv .bottom h4::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec01
--------------------------------------------------------------------------- */
.sec01 {
  padding: 3rem 0 24rem;
}
.sec01 .title {
  border-radius: 1.5rem;
  border: .3rem solid var(--blu);
  padding: 3rem 0 2rem;
  outline: .1rem solid var(--blu);
  outline-offset: -1rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec01 .title::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #00AEDA 0%, #24437D 100%);
  width: 5.4rem;
  height: 3rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 2.7rem);
}
.sec01 .title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--blu);
  text-align: center;
}
.sec01 .title h2 span {
  display: inline-block;
  width: 73.8rem;
  margin-right: .5rem;
  vertical-align: text-bottom;
}
.sec01 .title p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 1rem;
}
.sec01 .title + p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.sec01 .title + p span {
  border-bottom: .1rem solid #2B2B2B;
}
.sec01 .items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6rem;
}
.sec01 .items .item {
  background: #C2F0FF;
  width: 27.5rem;
  height: 27.5rem;
  border-radius: 50%;
}
.sec01 .items .item .image {
  width: 15.2rem;
  margin: -1.5rem auto 1rem;
}
.sec01 .items .item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #000;
}
.sec01 .items .item h3 span {
  color: var(--red);
}

@media screen and (max-width: 767.9px) {
  .sec01 {
    padding: 3rem 0 20rem;
  }
  .sec01 .title h2 {
    font-size: 2rem;
  }
  .sec01 .title h2 span {
    display: block;
    width: 25rem;
    margin: 0 auto;
  }
  .sec01 .title p {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .sec01 .title + p {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 5rem;
  }
  .sec01 .items {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .sec01 .items .item {
    width: 15.5rem;
    height: 15.5rem;
  }
  .sec01 .items .item .image {
    width: 8rem;
    margin: -2.5rem auto .4rem;
  }
  .sec01 .items .item h3 {
    font-size: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec02
--------------------------------------------------------------------------- */
.sec02 {
  background: #D5EDF6;
  padding: 9rem 0 8rem;
}
.sec02 .head {
  width: 54.4rem;
  height: 54.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #25E3E3 0%, #044696 100%);
  padding-top: 10rem;
  color: #fff;
  position: absolute;
  top: -20rem;
  left: calc(50% - 27.2rem);
}
.sec02 .head h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
.sec02 .head p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sec02 .head .image {
  width: 28.5rem;
  position: absolute;
  left: calc(50% - 14.25rem);
  bottom: -8.5rem;
}
.sec02 .items-wrapper-over .icon-scroll {
  display: none;
}
.sec02 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8rem 0;
  position: relative;
  z-index: 1;
}
.sec02 .items .item {
  width: 32.4rem;
}
.sec02 .items .dummy {
  width: 32.4rem;
}
.sec02 .items .item .trouble {
  background: #fff;
  border-radius: .5rem;
  padding: 1.4rem 1.4rem 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.sec02 .items .item .trouble::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #00AEDA 0%, #24437D 100%);
  width: 5.4rem;
  height: 3rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 2.7rem);
}

.sec02 .items .item .trouble .icon {
  width: 8.4rem;
  margin: -6rem auto 1rem;
}
.sec02 .items .item .trouble h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec02 .items .item .trouble .sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.sec02 .items .item .trouble .text {
  height: 19.2rem;
  border: .1rem solid #000;
  border-radius: 2rem;
  padding: 1.5rem 1.6rem 3.7rem 1.6rem;
  margin-top: 3rem;
  position: relative;
}
.sec02 .items .item .trouble .text::after {
  content: "";
  display: block;
  background: url(../img/sec02-silhouette.png) center center / contain no-repeat;
  width: 6.9rem;
  height: 5.8rem;
  position: absolute;
  bottom: 0;
  right: 1.7rem;
}
.sec02 .items .item .trouble .text h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #71969E;
  width: 20rem;
  padding: .3rem;
  margin: -3.4rem auto 1rem;
}
.sec02 .items .item .trouble .text p {
  font-size: 1.6rem;
  font-weight: 500;
}
.sec02 .items .item .trouble .text p span {
  color: var(--red);
}
.sec02 .items .item .a1 {
  height: 25rem;
  background: #fff;
  border: .1rem solid var(--blu);
  border-radius: .5rem;
  padding: 0 3rem 2rem;
  box-shadow: 0 0 .4rem .4rem rgba(0,55,157,0.26);
}
.sec02 .items .item .a1 h4 {
  width: 19rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: .2rem;
  background: var(--blu);
  margin: 0 auto 1.6rem;
}
.sec02 .items .item .a1 p {
  font-size: 1.6rem;
  font-weight: 500;
}
.sec02 .items .item .a1 p strong {
  font-weight: 700;
  background: linear-gradient(transparent 70%, var(--yel) 70%);
}
.sec02 .items .item .a1 p span {
  font-size: 1.2rem;
}
.sec02 .bottom {
  width: 42rem;
  position: absolute;
  top: 54rem;
  left: calc(50% - 21rem);
  z-index: 2;
}
.sec02 .bottom h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .sec02 {
    padding: 1rem 0 8rem;
  }
  .sec02 .head {
    width: 33.2rem;
    height: 33.2rem;
    padding-top: 6rem;
    position: relative;
    top: auto;
    left: auto;
    margin: -16rem auto 8rem;
  }
  .sec02 .head h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .sec02 .head p {
    font-size: 1.6rem;
  }
  .sec02 .head .image {
    width: 15.5rem;
    position: absolute;
    left: calc(50% - 7.75rem);
    bottom: -5.5rem;
  }

  .sec02 .items-wrapper-over {
    position: relative;
  }
  .sec02 .items-wrapper-over .icon-scroll {
    display: block;
    width: 10.2rem;
    position: absolute;
    top: calc(50% - 5.1rem);
    left: calc(50% - 5.1rem);
    z-index: 999;
  }
  .sec02 .items-wrapper {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 6rem 2rem 1rem;
    overflow: auto;
  }
  .sec02 .items {
    width: calc((32.4rem * 5) + (2rem * 4));
    gap: 2rem;
    flex-wrap: nowrap;
  }
  .sec02 .items .dummy {
    display: none;
  }
  
  /*
  .sp-slide.slick-slider .slick-track,
  .sp-slide.slick-slider .slick-list {
    position: relative;
  }
  .sp-slide.slick-slider .slick-slide {
    margin: 0 1rem;
  }
  .sp-slide .slick-prev,
  .sp-slide .slick-next {
    position: absolute;
    top: 10rem;
    z-index: 3;
    width: 3.7rem;
    height: 3.7rem;
    background: #87B0DE !important;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
  }
  .sp-slide .slick-next { right: -2rem; }
  .sp-slide .slick-prev { left: -2rem; }
  .sp-slide .slick-prev:hover,
  .sp-slide .slick-prev:focus,
  .sp-slide .slick-next:hover,
  .sp-slide .slick-next:focus { opacity: 0.7; }
  */

  .sec02 .bottom {
    width: 100%;
    position: static;
    margin-top: 4rem;
  }
  .sec02 .bottom h3 {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec03
--------------------------------------------------------------------------- */
.sec03 {
  background: #87B0DE;
  padding: 5rem 0 24rem;
}
.sec03 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.sec03 .title::before {
  content: "";
  display: block;
  background: url(../img/sec03-serif-l.png) center center / contain no-repeat;
  width: 5.9rem;
  height: 5.7rem;
}
.sec03 .title::after {
  content: "";
  display: block;
  background: url(../img/sec03-serif-r.png) center center / contain no-repeat;
  width: 5.9rem;
  height: 5.7rem;
}
.sec03 .title h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.sec03 .title h2 span {
  color: #FFEE00;
}
.sec03 .voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem 0;
}
.sec03 .voice .item {
  width: 47.5rem;
  height: 14.4rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2.5rem 6.5rem 2.5rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec03 .voice .item:nth-child(2n) {
  padding: 2.5rem 2.5rem 2.5rem 6.5rem;
}
.sec03 .voice .item p {
  font-weight: 500;
  line-height: 1.4;
}
.sec03 .voice .item .icon {
  width: 10rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .voice .item:nth-child(odd) .icon {
  right: -5rem;
}
.sec03 .voice .item:nth-child(even) .icon {
  left: -5rem;
}

.sec03-bnr {
  margin-top: -16rem;
}
.sec03-bnr .box {
  background: var(--blu);
  border-radius: 2.6rem;
  padding: 3.8rem;
  position: relative;
}
.sec03-bnr .box h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4rem;
}
.sec03-bnr .box h2 span {
  color: #FCFF48;
}
.sec03-bnr .box .image {
  width: 25.4rem;
  position: absolute;
  top: -4rem;
  right: 3.8rem;
}
.sec03-bnr .box .btns {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  gap: 1rem;
  
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.9px) {
  .sec03 {
    padding: 5rem 0 27rem;
  }
  .sec03 .title {
    position: relative;
  }
  .sec03 .title h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .sec03 .title::before {
    width: 5rem;
    height: 4.9rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec03 .title::after {
    width: 5rem;
    height: 4.9rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec03 .voice {
    width: 100%;
    flex-flow: column nowrap;
    gap: 1.6rem;
  }
  .sec03 .voice .item {
    width: 31rem;
    height: auto;
    padding: 2.5rem 2.5rem 2.5rem 5.5rem;
    margin-left: auto;
  }
  .sec03 .voice .item:nth-child(2n) {
    padding: 2.5rem 2.5rem 2.5rem 5.5rem;
  }
  .sec03 .voice .item .icon {
    width: 7rem;
    top: 2rem;
    transform: none;
  }
  .sec03 .voice .item:nth-child(odd) .icon {
    right: auto;
    left: -3.5rem
  }
  .sec03 .voice .item:nth-child(even) .icon {
    left: -3.5rem
  }

  .sec03-bnr {
    margin-top: -22rem;
  }
  .sec03-bnr .container {
    padding: 0 1rem;
  }
  .sec03-bnr .box {
    padding: 3rem 2.2rem;
  }
  .sec03-bnr .box h2 {
    width: 21rem;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .sec03-bnr .box .image {
    width: 18rem;
    top: -2rem;
    right: -5.5rem;
  }
  .sec03-bnr .box .btns {
    flex-flow: column nowrap;
    gap: 1rem;
  }
  .sec03-bnr .box .btns .btn {
    width: 100%;
  }
}


/* ---------------------------------------------------------------------------
//  sec04
--------------------------------------------------------------------------- */
.sec04 {
  padding: 8rem 0 12rem;
}
.sec04 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--blu);
  margin-bottom: 2rem;
}
.sec04 .text p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.sec04 .point-pc {
  width: 79.4rem;
  margin: -19rem 0 12rem auto;
}
.sec04 .point-sp {
  display: none;
}

.sec04 .nationwide {
  border-top: .5rem solid var(--blu);
  border-bottom: .5rem solid var(--blu);
  padding: 5rem 0;
  position: relative;
}
.sec04 .nationwide::before {
  content: "";
  display: block;
  width: 100%;
  height: .1rem;
  border-top: 1px solid var(--blu);
  position: absolute;
  top: .4rem;
  left: 0;
}
.sec04 .nationwide::after {
  content: "";
  display: block;
  width: 100%;
  height: .1rem;
  border-top: 1px solid var(--blu);
  position: absolute;
  bottom: .4rem;
  left: 0;
}
.sec04 .nationwide h3 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--blu);
  text-align: center;
  margin-bottom: 4rem;
}
.sec04 .nationwide h3 .h3-1 {
  display: block;
}
.sec04 .nationwide h3 .h3-2 {
  display: inline-block;
  border: .3rem solid var(--blu);
  border-radius: 1rem;
  padding: 0 2rem;
  margin-top: .5rem;
}
.sec04 .nationwide p {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 6rem;
}
.sec04 .nationwide p span {
  color: var(--red);
}
.sec04 .nationwide .image {
  width: 23.3rem;
  position: absolute;
  top: -6rem;
  left: 2.5rem;
}
.sec04 .nationwide .map {
  width: 36.3rem;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
}

@media screen and (max-width: 767.9px) {
  .sec04 {
    padding: 7rem 0 12rem;
  }
  .sec04 h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--blu);
    margin-bottom: 2rem;
  }
  .sec04 .text p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .sec04 .point-pc {
    display: none;
  }
  .sec04 .point-sp {
    margin-top: 2rem;
    display: block;
  }
  .sec04 .point-sp .circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 0;
  }
  .sec04 .point-sp .item {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    box-shadow: .27rem .27rem .8rem rgba(0,0,0,0.4);
    color: #fff;
    padding-top: 1.5rem;
  }
  .sec04 .point-sp .item:nth-child(odd) {
    background: linear-gradient(135deg, #09A8D1 0%, #37C9A9 100%);
  }
  .sec04 .point-sp .item:nth-child(even) {
    background: linear-gradient(135deg, #24B95D 0%, #53E3E5 100%);
  }
  .sec04 .point-sp .item .num {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    line-height: 1;
  }
  .sec04 .point-sp .item .num span {
    display: block;
    font-size: 1.4rem;
  }
  .sec04 .point-sp .item p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    height: calc(1.4em * 3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec04 .point-sp .copy {
    margin-top: 3rem;
    color: var(--blu);
  }
  .sec04 .point-sp .copy h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .sec04 .point-sp .copy h3::before {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    border-top: .3rem solid var(--blu);
    border-left: .3rem solid var(--blu);
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec04 .point-sp .copy h3::after {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    border-bottom: .3rem solid var(--blu);
    border-right: .3rem solid var(--blu);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sec04 .point-sp .copy p {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .sec04 .point-sp .copy .txt {
    width: 30rem;
    margin: 0 auto;
  }
  .sec04 .nationwide {
    margin: 10rem -2rem 0;
    padding: 5rem 2rem 16rem;
  }
  .sec04 .nationwide h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .sec04 .nationwide p {
    font-size: 1.8rem;
    padding-left: 0;
  }

  .sec04 .nationwide .image {
    width: 14rem;
    top: -6rem;
    left: 2.5rem;
  }
  .sec04 .nationwide .map {
    width: 21rem;
    top: auto;
    bottom: 2rem;
    right: 1.5rem;
  }
}


/* ---------------------------------------------------------------------------
//  sec05
--------------------------------------------------------------------------- */
.sec05 {
  background: #C6ECFB;
  padding: 1rem 0 2rem;
}
.sec05 h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: var(--blu);
  background: linear-gradient(to bottom, #fff 0%, #ECF8FF 100%);
  padding: 2.2rem;
  border: .3rem solid var(--blu);
  border-radius: 2.6rem;
  margin: -6rem 0 3rem;
}
.sec05 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.sec05 .box .image {
  width: 24rem;
}
.sec05 .box .text {
  width: 66rem;
}
.sec05 .box .text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--blu);
  margin-bottom: 1rem;
}
.sec05 .box .text li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
}
.sec05 .box .text li::before {
  content: "●";
  color: var(--blu);
}

@media screen and (max-width: 767.9px) {
  .sec05 {
    padding: 1rem 0 4rem;
  }
  .sec05 h2 {
    font-size: 2.2rem;
    padding: 1.6rem;
    margin: -4.5rem 0 3rem;
  }
  .sec05 .box {
    flex-flow: column nowrap;
    gap: 2rem;
  }
  .sec05 .box .image {
    width: 13rem;
    margin: 0 auto;
  }
  .sec05 .box .text {
    width: 100%;
  }
  .sec05 .box .text h3 {
    font-size: 2rem;
    text-align: left;
  }
}


/* ---------------------------------------------------------------------------
//  sec06
--------------------------------------------------------------------------- */
.sec06 {
  background: url(../img/sec06-bg.jpg) center center / cover no-repeat;
  padding: 5rem 0;
  margin-top: 4.5rem;
}
.sec06 .head {
  width: 34rem;
  position: absolute;
  top: 36rem;
  left: calc(50% - 17rem);
}
.sec06 .head h2 {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.sec06 .head h2 span {
  color: var(--yel);
}
.sec06 .circles {
  display: flex;
  justify-content: center;
  margin-bottom: 13rem;
}
.sec06 .circles .item {
  background: url(../img/sec06-item-bg.png) center center / contain no-repeat;
  width: 31.5rem;
  height: 31.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  flex-shrink: 0;
}
.sec06 .circles .item:nth-child(1) {
  margin-top: 28rem;
}
.sec06 .circles .item:nth-child(2) {
  margin: 0 1.5rem 0 -12rem;
}
.sec06 .circles .item:nth-child(3) {
  margin: 0 -12rem 0 1.5rem;
}
.sec06 .circles .item:nth-child(4) {
  margin-top: 28rem;
}
.sec06 .circles .item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blu);
  text-align: center;
  height: calc(1.2em * 2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.sec06 .circles .item p {
  width: 21rem;
  padding-left: 1rem;
  margin: 0 auto;
  line-height: 1.4;
}
.sec06 .bottom {
  width: 39rem;
  position: absolute;
  top: 59rem;
  left: calc(50% - 18.5rem);
}
.sec06 .bottom p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.sec06 .frame {
  border: .3rem solid #fff;
  border-radius: 2.6rem;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.sec06 .frame p {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec06 .frame h4 {
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767.9px) {
  .sec06 {
    background: url(../img/sec06-bg-sp.jpg) center top / cover no-repeat;
  }
  .sec06 .head {
    width: 100%;
    position: static;
  }
  .sec06 .head h2 {
    font-size: 3rem;
  }
  .sec06 .circles {
    flex-flow: column nowrap;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0 5rem;
  }
  .sec06 .circles .item:nth-child(1) {
    margin: 0;
  }
  .sec06 .circles .item:nth-child(2) {
    margin: 0;
  }
  .sec06 .circles .item:nth-child(3) {
    margin: 0;
  }
  .sec06 .circles .item:nth-child(4) {
    margin: 0;
  }
  .sec06 .bottom {
    width: 100%;
    position: static;
  }
  .sec06 .frame {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
  .sec06 .frame p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .sec06 .frame h4 {
    font-size: 2.2rem;
    font-weight: 700;
  }
}


/* ---------------------------------------------------------------------------
//  sec07
--------------------------------------------------------------------------- */
.sec07 {
  background: url(../img/sec07-bg.png) center top / cover no-repeat;
  padding: 9rem 0 11rem;
}
.sec07 h2 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--blu);
  margin-bottom: 3rem;
}
.sec07 .faq .ac dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .2rem;
  padding-left: 2.5rem;
  background: #A5D0E5;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  height: 7.2rem;
  position: relative;
  transition: .3s;
}
.sec07 .faq .ac dt:hover {
  opacity: .8;
}
.sec07 .faq .ac dt span {
  background: #fff;
  border: solid 1px #737373;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
}
.sec07 .faq .ac dt span::before,
.sec07 .faq .ac dt span::after {
  content: '';
  background: #737373;
  width: 1.8rem;
  height: .3rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .3s;
}
.sec07 .faq .ac dt span::after {
  transform: rotate(90deg);
}
.sec07 .faq .ac dt.open span::after {
  transform: rotate(0);
}
.sec07 .faq .ac dd {
  background: #F7F7F7;
  display: none;
  padding: 3rem;
}
.sec07 .faq .ac dd > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .2rem;
  font-size: 1.8rem;
  line-height: calc(35/20);
}
.sec07 .faq .ac dd > div p:first-child {
  font-weight: 500;
}

.sec07 .bnr {
  margin-top: 3rem;
  background: var(--blu);
  border-radius: 2.6rem;
  padding: 3.8rem;
  position: relative;
}
.sec07 .bnr h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.sec07 .bnr h3 span {
  color: #FCFF48;
}
.sec07 .bnr .image {
  width: 23rem;
  position: absolute;
  right: 5rem;
  bottom: -6rem;
}
.sec07 .bnr .btns {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .sec07 {
    padding: 6rem 0 5rem;
  }
  .sec07 h2 {
    font-size: 3rem;
  }
  .sec07 .faq .ac dt {
    align-items: flex-start;
    gap: .5rem;
    padding: 1rem 5rem 1rem 1rem;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec07 .faq .ac dt span {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }
  .sec07 .faq .ac dd {
    padding: 2rem;
  }
  .sec07 .faq .ac dd > div {
    gap: .5rem;
    font-size: 1.6rem;
  }
  .sec07 .bnr {
    margin: 3rem -1rem 0;
    padding: 3rem 2.2rem;
  }
  .sec07 .bnr h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 2rem;
  }
  .sec07 .bnr .image {
    width: 12rem;
    position: absolute;
    right: 2rem;
    bottom: 9rem;
  }
  .sec07 .bnr .btns {
    display: block;
    position: relative;
    z-index: 1;
  }
  .sec07 .bnr .btn {
    width: 100%;
  }

}

/* ---------------------------------------------------------------------------
//  sec08
--------------------------------------------------------------------------- */
.sec08 {
  padding: 6rem 0;
  background: #E3F1F6;
}
.sec08 h2 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--blu);
  margin-bottom: 1rem;
}
.sec08 h3 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  display: table;
  padding: .2rem 2rem;
  border: 1px solid #000;
  border-radius: 1rem;
  margin: 0 auto 5rem;
}
.sec08 .sup {
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  margin-top: 10rem;
}
.sec08 .sup span {
  color: #e51f1f;
}
::placeholder{
	color: #AAA;
}
input:invalid {
  box-shadow: 0 0 .2rem red;
}


.form_area .spacer {
  height: 9rem;
}
.form_area dl + dl {
  margin-top: 4rem;
}
.form_area dl {
  display: flex;
  font-size: 1.8rem;
  line-height: calc(30/20);
}
.form_area dl dt {
  font-weight: 400;
  padding: 1rem 0;
  width: 25rem;
}
.form_area dl dt span {
  color: #e51f1f;
}
.form_area dl dd {
  width: calc((100% - 25rem));
}
.form_area dl dd input[type='text'],
.form_area dl dd input[type='email'] {
  background: #fff;
  padding: 1rem 3rem;
  width: 100%;
}
.form_area dl dd.post input[type='text'] {
  margin-left: 1rem;
  width: 26.4rem;
}
.form_area dl dd.pre input[type='text'] {
  width: 29.2rem;
}
.form_area dl dd textarea {
  background: #fff;
  height: 34rem;
  padding: 1rem 3rem;
  resize: none;
  width: 100%;
}
.form_area .design {
  padding: 1rem 0;
}
.form_area .design>span {
  display: block;
}
.form_area .design>span + span {
  margin-top: 3rem;
}
.form_area .design input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0!important;
}
.form_area .design input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 3.5rem;
  position: relative;
}
.form_area .design.bold input + span {
  font-weight: 700;
}
.form_area .design input:checked + span::after {
  opacity: 1!important;
}
.form_area .radio_area.design input + span::before {
  background: #fff;
  border: .1rem solid #dbdbdb;
  border-radius: 50%;
  content: '';
  display: block;
  height: 2.8rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
}
.form_area .design input:invalid + span:before{
	box-shadow: 0 0 .2rem red;
}
.form_area  .radio_area.design input + span::after {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.6rem;
  left: .6rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
}
.form_area .check_area.design input + span::before {
  background: #fff;
  border: .1rem solid #dbdbdb;
  border-radius: .1rem;
  content: '';
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
.form_area .check_area.design input + span::after {
  border-bottom: .3rem solid #000;
  border-right: .3rem solid #000;
  content: '';
  display: block;
  height: 1.4rem;
  left: .5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  width: .8rem;
}
.form_area .design .sup {
  color: #e51f1f;
  margin-top: 2rem;
}
.form_area .sub {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.form_area .bottom {
  border-top: solid 1px #d1d1d1;
  margin-top: 10rem;
  padding-top: 7rem;
}
.form_area .bottom .privacy {
  font-size: 1.8rem;
  line-height: calc(35/20);
  text-align: center;
}
.form_area .bottom .privacy a {
  color: #4380ff;
}
.form_area .bottom .privacy a:hover {
  opacity: .7;
}
.form_area .bottom .privacy a span {
  text-decoration: underline;
}
.form_area .bottom .agree {
  font-size: 1.8rem;
  margin-top: 4rem;
  text-align: center;
}
.form_area .submit_btn {
  background: linear-gradient(to bottom, #00379D 0%, #021F74 100%);
  border: .3rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  display: block;
  font-size: 2.5rem;
  margin: 4rem auto 0;
  width: 33rem;
  padding: 1.6rem;
  text-align: center;
  transition: .3s;
}
.form_area .submit_btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767.9px) {
  .sec08 h2 {
    font-size: 3rem;
  }
  .sec08 h3 {
    font-size: 2.2rem;
  }
  .sec08 .sup {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .form_area .spacer {
    height: 6rem;
  }
  .form_area dl + dl {
    margin-top: 3rem;
  }
  .form_area dl {
    display: block;
    font-size: 1.6rem;
  }
  .form_area dl dt {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
  .form_area dl dd {
    width: 100%;
  }
  .form_area dl dd input[type='text'],
  .form_area dl dd input[type='email'] {
    padding: 1rem;
  }
  .form_area dl dd.post input[type='text'] {
    margin-left: 1rem;
    width: 20rem;
  }
  .form_area dl dd.pre input[type='text'] {
    width: 22.8rem;
  }
  .form_area dl dd textarea {
    height: 30rem;
    padding: 1rem;
  }
  .form_area .design {
    padding: 1rem 0;
  }
  .form_area .design >span+ span {
    margin-top: 2rem;
  }
  .form_area .design .sup {
    margin-top: 1rem;
  }
  .form_area .bottom {
    border-top: solid 1px #d1d1d1;
    margin-top: 6rem;
    padding-top: 6rem;
  }
  .form_area .bottom .privacy {
    font-size: 1.6rem;
    text-align: left;
  }
  .form_area .bottom .agree {
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
  }
  .form_area .submit_btn {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec09
--------------------------------------------------------------------------- */
.sec09 {
  padding: 3.5rem 0 13rem;
}
.sec09 .container {
  width: 115rem;
}
.sec09 .image {
  width: 25.4rem;
  position: absolute;
  top: 13rem;
  left: calc(50% - 12.7rem);
}
.sec09 .box {
  display: flex;
  justify-content: space-between;
}
.sec09 .box .bg {
  width: 49rem;
  border-radius: 2.6rem;
  background: var(--blu);
  padding: 3.5rem 3rem;
  display: flex;
  flex-flow: column nowrap;
}
.sec09 .box .bg h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--yel);
  margin-bottom: 1rem;
}
.sec09 .box .bg:nth-child(2) h2 {
  line-height: .8;
}
.sec09 .box .bg:nth-child(2) h2 span {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
.sec09 .box .bg > p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
.sec09 .box .bg a {
  margin: auto auto 0;
}

@media screen and (max-width: 767.9px) {
  .sec09 .container {
    width: 100%;
  }
  .sec09 .image {
    width: 17rem;
    top: 1rem;
    left: auto;
    right: -3rem;
  }
  .sec09 .box {
    flex-flow: column nowrap;
  }
  .sec09 .box .bg {
    width: calc(100% + 2rem);
    padding: 3rem 2.2rem;
    margin: 3rem -1rem 0;
  }
  .sec09 .box .bg h2 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .sec09 .box .bg:nth-child(2) h2 span {
    display: inline-block;
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .sec09 .box .bg a {
    width: 100%;
  }
}


/* ---------------------------------------------------------------------------
//  sec10
--------------------------------------------------------------------------- */
.sec10 {
  background: #F2F2F2;
  padding: 1rem 0 3rem;
}
.sec10 h2 {
  width: 30rem;
  margin: -6.5rem auto 2rem;
}
.sec10 .box {
  width: 98.4rem;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10rem 2rem;
  border-bottom: .1rem solid #898989;
}
.sec10 .box .text p {
  font-size: 1.8rem;
  font-weight: 500;
}
.sec10 .box .no1 .head {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.sec10 .box .no1 .image {
  width: 11.4rem;
  margin: .5rem auto;
}
.sec10 .box .no1 .kome {
  font-size: 1rem;
}
.sec10 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .sec10 h2 {
    width: 20rem;
    margin: -5.5rem auto 2rem;
  }
  .sec10 .box {
    width: 100%;
    margin: 0 auto 1.5rem;
    flex-flow: column nowrap;
    gap: 2rem;
    padding: 0 0 2rem;
  }
  .sec10 h3 {
    font-size: 2rem;
  }

}

/* ---------------------------------------------------------------------------
//  misc
--------------------------------------------------------------------------- */
.to_top {
  bottom: 3rem;
  cursor: pointer;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 3rem;
  transition: .3s;
  width: 9rem;
  z-index: 999;
}
.to_top.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767.9px) {
  .to_top {
    bottom: 9rem;
    right: 1rem;
    width: 6rem;
  }
}

.side_btns {
  position: fixed;
  right: -1.9rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  z-index: 999;
}
.side_btns.active {
  opacity: 1;
  pointer-events: all;
}
.side_btns > a {
  width: 8.1rem;
}
.side_btns > a:hover{
  opacity: .8;
}
@media screen and (max-width: 767.9px) {
  .side_btns {
    display: none;
  }
}


.cta_btns {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .cta_btns {
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
  }
  .cta_btns > a {
    width: 49.2%;
    height: 5.4rem;
    font-size: 1.2rem;
  }
  .cta_btns > a::before,
  .cta_btns > a::after {
    content: none;
  }
}




