html,body{
  font-family: 'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #080e2a;
  line-height: 1.7;
}
a{
  color: #080e2a;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
  max-width: 100%;
  display: block;
}
.overflow{ overflow: hidden; }

.yellow{ color: #f6c300; }
.red{ color: #cd2f2f; }




body.lp{
  padding-top: 10rem;
}
nav{
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
nav .content{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 10rem;
}
nav .logo{
  width: 30rem;
  margin-right: auto;
}
nav .nav-txt{
  width: 8.9rem;
  margin-right: 2rem;
}
nav .nav-tel,
nav .nav-diagnosis{
  display: block;
  width: 25rem;
}
nav .nav-tel{
  margin-right: 2rem;
}


.fv{
  padding: 0 0 5rem;
}
.fv.fv-1{
  background: url(../images/fv/fv-bg1.jpg) center center no-repeat;
  background-size: cover;
}
.fv.fv-2,
.fv.fv-3,
.fv.fv-4{
  background: url(../images/fv/fv-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.fv .fv-top{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: #0f235b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.fv .wrap-1{
  display: flex;
  align-items: center;
  height: 47.5rem;
  position: relative;
}
.fv .wrap-1 img.fv-img1{
  width: 35.9rem;
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  z-index: 0;
}
.fv .wrap-1 h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 65.6rem;
  position: relative;
  z-index: 1;
}
.fv .wrap-1 h1 .txt-1{
  margin-bottom: 1rem;
}
.fv .wrap-1 h1 .txt-2{
  width: 100%;
  height: 7rem;
  overflow: hidden;
  position: relative;
}
.fv .wrap-1 h1 .txt-2 img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%,100%);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.fv .wrap-1.loaded h1 .txt-2 img{
  opacity: 1;
  transform: translate(-50%,0);
}
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(2){ transition-delay: 0.15s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(3){ transition-delay: 0.3s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(4){ transition-delay: 0.45s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(5){ transition-delay: 0.6s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(6){ transition-delay: 0.75s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(7){ transition-delay: 0.9s; }
.fv .wrap-1.loaded h1 .txt-2 img:nth-child(8){ transition-delay: 1.05s; }

.fv .wrap-1 h1 .txt-3,
.fv .wrap-1 h1 .txt-4{
  transform: translateX(6rem);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.fv .wrap-1.loaded h1 .txt-3,
.fv .wrap-1.loaded h1 .txt-4{
  transform: translateX(0);
  opacity: 1;
}
.fv .wrap-1 h1 .txt-3{ transition-delay: 1.1s; }
.fv .wrap-1 h1 .txt-4{ transition-delay: 1.4s; }

.fv.fv-3 .wrap-1 h1 .txt-3{ transition-delay: 1.25s; }
.fv.fv-3 .wrap-1 h1 .txt-4{ transition-delay: 1.55s; }

.fv.fv-1 .wrap-1 h1 img.txt-4,
.fv.fv-2 .wrap-1 h1 img.txt-4{
  width: auto;
  height: 7rem;
}
.fv.fv-4 .wrap-1 h1 img.txt-3,
.fv.fv-4 .wrap-1 h1 img.txt-4{
  width: auto;
  height: 10.6rem;
}

.fv .wrap-2{
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}


.btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.btn-wrap a.btn-diagnosis{
  display: block;
  width: 57rem;
}
.btn-wrap a.btn-tel{
  display: block;
  width: 38rem;
  pointer-events: none;
}


section{
  padding: 7rem 0 8rem;
}


.h2-1{
  font-size: 4.6rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
.h2-1 small{
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
}


.h2-2{
  font-size: 5rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
  position: relative;
}
.h2-2::before,
.h2-2::after{
  content: "";
  display: block;
  width: calc(50% - 5em);
  height: 1.4rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}
.h2-2::before{
  left: 0;
}
.h2-2::after{
  right: 0;
}


.cta{
  background: #0f235b;
  color: #fff;
}
.cta .h2-btm{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.cta .txt-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta .txt-wrap img{
  width: calc(50% - 2rem);
}
.cta p{
  font-size: 1.6rem;
  margin: 4rem 0 5rem;
}
.cta ul.point{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.cta ul.point li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 6rem;
  border-radius: 3rem;
  background: #fff;
  color: #0f235b;
  font-size: 2.4rem;
  font-weight: 700;
}
.cta ul.point li + li{
  margin-left: 2rem;
}


.sec-1{
  background: #0f235b;
  padding-bottom: 5rem;
}
.sec-1 h2{
  color: #fff;
}
.sec-1 ul{
  max-width: 82rem;
  margin: 0 auto;
}
.sec-1 ul li{
  display: block;
  width: calc(100% - 13rem);
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem 6.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.sec-1 ul li + li{
  margin-top: 2rem;
}
.sec-1 ul li:nth-child(2n){
  margin-left: auto;
}
.sec-1 ul li::before{
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/sec-1-icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-1 ul li::after{
  content: "";
  display: block;
  width: 2.4rem;
  height: 3rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: calc(1px - 3rem);
  left: 5rem;
}
.sec-1 ul li:nth-child(2n)::after{
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: unset;
  right: 5rem;
}
.sec-1 img.sec-1-img{
  width: 38rem;
  margin: 4rem auto 0;
}


.sec-2{
  background: #e9e9e9;
  padding-top: 13.5rem;
  position: relative;
}
.sec-2 .content{
  max-width: 120rem;
}
.sec-2 img.sec-2-txt1{
  width: 75rem;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-2 .h2-wrap{
  width: 80rem;
  display: grid;
  grid-template-columns: 1fr 36rem;
  align-items: center;
  margin: 0 auto 4rem;
}
.sec-2 .h2-wrap h2{
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
}
.sec-2 p.p-1{
  width: 80rem;
  font-weight: 700;
  margin: 0 auto 6rem;
}
.sec-2 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.sec-2 ul li{
  display: block;
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
}
.sec-2 ul li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 3.6rem;
  background: #cd2f2f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: -5rem;
  top: 1rem;
  transform: rotate(45deg);
  pointer-events: none;
}
.sec-2 ul li h3{
  background: #c9dae4;
  padding: 0.7em 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.sec-2 ul li p{
  font-size: 1.8rem;
  padding: 2rem 2rem 0;
}


.sec-3{
  background: #4794c9;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 9rem 0;
  position: relative;
}
.sec-3::before{
  content: "";
  display: block;
  width: 8rem;
  height: 4rem;
  background: #e9e9e9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-3 img.sec-3-img{
  width: 44rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 12rem;
}


.sec-4{
  background: #e9e9e9;
}
.sec-4 ul li{
  display: block;
}
.sec-4 ul li + li{
  margin-top: 8rem;
}
.sec-4 ul li .wrap{
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 3rem;
}
.sec-4 ul li .name{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: #0f235b;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.sec-4 ul li h3{
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.sec-4 ul li dl.amount{
  display: grid;
  grid-template-columns: 16rem 1fr;
  column-gap: 2rem;
  row-gap: 1.5rem;
  font-weight: 700;
}
.sec-4 ul li dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-radius: 0.8rem;;
  background: #0f235b;
  color: #fff;
  font-size: 2.4rem;
}
.sec-4 ul li dl dd{
  font-size: 2.4rem;
  line-height: 1;
}
.sec-4 ul li dl dd big{
  font-size: 150%;
  margin: 0 0.2em;
}
.sec-4 ul li dl dt.refund{
  background: #cd2f2f;
}
.sec-4 ul li dl dd.refund{
  font-size: 3rem;
  font-weight: 900;
  color: #cd2f2f;
}
.sec-4 ul li .comment{
  background: #fff;
  padding: 5rem 4rem;
  border-radius: 2rem;
  margin-top: 5rem;
  position: relative;
}
.sec-4 ul li .comment::before{
  content: "";
  display: block;
  width: 5rem;
  height: 2.5rem;
  background: #fff;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
}


.sec-5{
  background: #4794c9;
}
.sec-5 h2{
  color: #fff;
}
.sec-5 ul{
  max-width: 78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.sec-5 ul li{
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  align-items: center;
}
.sec-5 ul li + li{
  margin-top: 2rem;
}
.sec-5 ul li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  border-radius: 100%;
  background: #f6c300;
  position: relative;
}
.sec-5 ul li:not(:last-child) .num::before{
  content: "";
  display: block;
  width: 1px;
  height: 7rem;
  background: #f6c300;
  position: absolute;
  left: 50%;
  top: 4rem;
}
.sec-5 ul li p{
  display: block;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
}
.sec-5 .note{
  max-width: 78rem;
  padding: 1.5rem;
  background: #f6c300;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 4rem auto 0;
}


.sec-6{
  color: #494949;
  font-size: 1.8rem;
  padding: 4rem 0;
}
.sec-6 h2 img{
  width: 22rem;
  margin: 0 auto 5rem;
}
.sec-6 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-6 dl{
  width: 49.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sec-6 dl dt{
  width: 11rem;
  min-height: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0.6em 0.1em;
  margin-bottom: 4rem;
  text-align: justify;
  text-align-last: justify;
  background: #12326E;
  color: #fff;
}
.sec-6 dl dd{
  width: calc(100% - 12rem);
  min-height: 3rem;
  font-size: 1.6rem;
  padding: 0 0 0.1em;
  margin-bottom: 4rem;
  border-bottom: 1px solid #CCCCCC;
}
.sec-6 .box-1{
  width: 46rem;
  padding: 2rem;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.sec-6 .box-1 img.image{
  width: 22rem;
  margin: 0 auto 1rem;
}
.sec-6 .box-1 h3{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.6em;
}


footer{
  background: #0f235b;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 0;
}
footer a{ color: #fff; }
footer ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li{
  display: block;
}
footer ul li:not(:first-child)::before{
  content: "　｜　";
}
footer .copy{
  margin-top: 1em;
}




/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #0f235b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader008,
.loader008:after {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}
.loader008 {
  position: relative;
  text-indent: -9999em;
  border-top: 0.6rem solid rgba(255,255,255,0.3);
  border-right: 0.6rem solid rgba(255,255,255,0.3);
  border-bottom: 0.6rem solid rgba(255,255,255,0.3);
  border-left: 0.6rem solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #0f235b;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




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

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

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




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

html{ font-size: 0.915vw; }




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




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

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

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




body.lp{
  padding-top: 5rem;
}
nav .content{
  height: 5rem;
}
nav .logo{
  width: 18rem;
}
nav .nav-diagnosis{
  width: 14.2rem;
}


.fv{
  padding: 0 0 3rem;
}
.fv .fv-top{
  font-size: 1.4rem;
  line-height: 1.5;
  height: 6rem;
  margin-bottom: 2rem;
}
.fv .wrap-1{
  height: auto;
}
.fv .wrap-1 h1{
  gap: 1rem;
  width: 100%;
}
.fv .wrap-1 h1 .txt-1{
  margin-bottom: 0.3rem;
}
.fv .wrap-1 h1 .txt-2{
  height: 3.8rem;
}

.fv.fv-1 .wrap-1 h1 img.txt-4,
.fv.fv-2 .wrap-1 h1 img.txt-4{
  height: 3.8rem;
}
.fv.fv-4 .wrap-1 h1 img.txt-3,
.fv.fv-4 .wrap-1 h1 img.txt-4{
  height: 5.6rem;
}

.fv .wrap-2{
  margin: 3rem 0;
}
.fv .wrap-2 img.fv-img2{
  width: 17.1rem;
  position: relative;
  z-index: 1;
}
.fv .wrap-2 img.fv-img1{
  width: 22rem;
  position: absolute;
  right: -1.6rem;
  bottom: -5.7rem;
  z-index: 0;
}


.btn-wrap{
  display: block;
  position: relative;
  z-index: 1;
}
.btn-wrap a.btn-diagnosis{
  width: 100%;
}
.btn-wrap a.btn-tel{
  width: 100%;
  pointer-events: inherit;
  margin-top: 1.5rem;
}


section{
  padding: 3rem 0 4rem;
}


.h2-1{
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.h2-1 small{
  font-size: 2rem;
}


.h2-2{
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.h2-2::before,
.h2-2::after{
  height: 0.6rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}


.cta .h2-btm{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.cta .txt-wrap{
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.cta .txt-wrap img{
  width: 85%;
}
.cta p{
  font-size: 1.4rem;
  margin: 3rem 0;
}
.cta ul.point{
  margin-top: 2.5rem;
}
.cta ul.point li{
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.6rem;
}
.cta ul.point li + li{
  margin-left: 0.8rem;
}


.sec-1{
  padding-bottom: 3.5rem;
}
.sec-1 ul{
  max-width: 82rem;
  margin: 0 auto;
}
.sec-1 ul li{
  width: calc(100% - 4rem);
  padding: 1.5rem 1.5rem 1.5rem 3.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-1 ul li + li{
  margin-top: 1.4rem;
}
.sec-1 ul li::before{
  width: 2rem;
  height: 2rem;
  left: 1rem;
}
.sec-1 ul li::after{
  width: 1.6rem;
  height: 2rem;
  bottom: calc(1px - 2rem);
  left: 1.5rem;
}
.sec-1 ul li:nth-child(2n)::after{
  right: 1.5rem;
}
.sec-1 img.sec-1-img{
  width: 18rem;
  margin: 2rem auto 0;
}


.sec-2{
  padding-top: 8rem;
}
.sec-2 img.sec-2-txt1{
  width: calc(100% - 3.2rem);
  top: -4rem;
}
.sec-2 .h2-wrap{
  width: 100%;
  grid-template-columns: 1fr 13.5rem;
  margin: 0 auto 3rem;
}
.sec-2 .h2-wrap h2{
  font-size: 2.2rem;
}
.sec-2 p.p-1{
  width: 100%;
  margin: 0 auto 3rem;
}
.sec-2 ul{
  grid-template-columns: 1fr;
}
.sec-2 ul li{
  padding: 3rem 0;
}
.sec-2 ul li .num{
  font-size: 1.4rem;
  height: 3rem;
  right: -5.5rem;
}
.sec-2 ul li h3{
  background: #c9dae4;
  padding: 0.7em 1.6rem;
  font-size: 1.7rem;
}
.sec-2 ul li p{
  font-size: 1.4rem;
  padding: 2rem 1.6rem 0;
}


.sec-3{
  font-size: 1.5rem;
  padding: 5rem 0 18rem;
}
.sec-3::before{
  width: 5rem;
  height: 2.5rem;
}
.sec-3 img.sec-3-img{
  width: 24rem;
  margin-left: -12rem;
}


.sec-4 ul li + li{
  margin-top: 4rem;
}
.sec-4 ul li .wrap{
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
}
.sec-4 ul li .name{
  width: 15rem;
  height: 3rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
}
.sec-4 ul li h3{
  font-size: 1.5rem;
}
.sec-4 ul li dl.amount{
  grid-template-columns: 8rem 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}
.sec-4 ul li dl dt{
  height: 3rem;
  font-size: 1.4rem;
}
.sec-4 ul li dl dd{
  font-size: 1.6rem;
}
.sec-4 ul li dl dd.refund{
  font-size: 2rem;
}
.sec-4 ul li .comment{
  padding: 2rem 1.6rem;
  border-radius: 1.5rem;
  margin-top: 3rem;
}
.sec-4 ul li .comment::before{
  width: 3rem;
  height: 1.5rem;
  top: -1.4rem;
}


.sec-5 ul li{
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
}
.sec-5 ul li + li{
  margin-top: 1.5rem;
}
.sec-5 ul li .num{
  height: 2.5rem;
}
.sec-5 ul li:not(:last-child) .num::before{
  height: 8rem;
  top: 2.5rem;
}
.sec-5 ul li p{
  font-size: 1.5rem;
  border-radius: 1rem;
  padding: 1.6rem;
}
.sec-5 .note{
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  margin: 2rem auto 0;
}


.sec-6{
  font-size: 1.4rem;
  padding: 3rem 0 4rem;
}
.sec-6 h2 img{
  width: 15rem;
  margin: 0 auto 4rem;
}
.sec-6 .wrap{
  display: block;
}
.sec-6 dl{
  width: 100%;
}
.sec-6 dl dt{
  width: 25%;
  min-height: 2rem;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.sec-6 dl dd{
  width: 73%;
  min-height: 2rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.sec-6 .box-1{
  width: 100%;
  padding: 2rem 1.6rem;
  font-size: 1.4rem;
}
.sec-6 .box-1 h3{
  font-size: 1.6rem;
}
.sec-6 .box-1 img.image{
  width: 18rem;
}


footer{
  font-size: 1.2rem;
}




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







