@charset "UTF-8";
/* CSS Document */
/*------------------

リセットcss

-------------------*/
html, body, div, 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,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.8em;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    /* vertical-align:baseline; */
    background:transparent;
    text-decoration:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
    box-sizing: border-box;
}
img {
    /* width: 100%; */
    vertical-align: bottom;
    max-width: 100%;
}
ul {
  padding: 0!important;
  margin: 0!important;
}
.noto-sana .jp-regular {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sana .jp-medium {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sana .jp-semibold {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
}


/*------------------

共通の記述

-------------------*/

.sponly {
  display: none;
}
.bold {
  font-weight:700;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.flex {
  display: flex;
}
@media screen and (max-width: 768px){
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  img {
    width: 100%;
  }
}
/*------------------

ヘッダー

-------------------*/
.header  {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
}
.header .box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.header .logo {
  width: 240px;
}
.header a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1020px){
  .head-tel-btn img{
    width: 40%;
    margin: 0 0 0 auto;
  }
  .head-line-btn img {
    width: 40%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px){
  .head-tel-btn,
  .head-line-btn {
    width: 25%;
    padding-right: 5px;
  }
  .head-tel-btn img,
  .head-line-btn img {
    width: 100%;
    max-width: 60px;
    vertical-align: middle;
  }
  .header {
    height: 40px;
  }
  .header .box {
    justify-content: space-between;
  }
  .header .logo {
    width: 35%;
    padding-left: 10px;
  }
  .header .head-btns {
    display: flex;
    justify-content: space-evenly;
  } 
}
/*------------------

FV

-------------------*/
.firstview {
  max-width: 1920px;
  margin: 0 auto;
 padding-top: 60px;  /*ヘッダー分の余白 */
}
.fv-box {
  position: relative;
  height: 664px;
  overflow: hidden;
  max-width: 1920px;
}
.fv-box .fv  {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  height: 664px;
  margin-top: -332px;
  margin-left: -960px;
  max-width: initial;
}
.fv.tabletonly {
  display: none;
}
@media screen and (max-width: 1400px){
  .firstview {
    display: none;
  }
  .fv.tabletonly {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px){
  .fv.sponly {
    width: 100%;
    padding-top: 40px;
  }
  .fv.tabletonly {
    display: none;
  }
}
/*------------------

CTA

-------------------*/
.ctaarea {
  background-image: linear-gradient(51deg, rgba(255, 237, 120, 1), rgba(255, 251, 186, 1));
  text-align: center;
  padding: 60px 0;
}
.ctaarea .main {
  padding-bottom: 20px;
}
.btn-box1 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.btn-box1 img {
  transition: 0.4s;
}
.btn-box1 img:hover {
  opacity: 0.7;
}
.line img {
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .ctaarea {
    padding: 40px 5%;
  }
  .ctaarea .main {
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .line img {
    width: 80%;
    margin: 10px auto 0;
  }
}
/*------------------

section1

-------------------*/
.dot {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../img/sec1-back-pc.jpg);
  background-repeat: repeat;
  padding: 130px 0;
}
.sec1 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sec1 .ttl {
  padding-bottom: 50px;
}
.sec1 .main {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px){
  .dot {
    padding: 80px 0 60px;
    background-image: url(../img/sec1-back-sp.jpg);
  }
  .sec1 .ttl {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .sec1 .main {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

/*------------------

section2

-------------------*/
.section2 {
  max-width: 1920px;
  text-align: center;
}
.sec2 {
  max-width: 1200px;
  margin: 0px auto;
}
.sec2 .ttl {
  padding-bottom: 50px;
}
.price {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.price img {
  padding: 0 5px 20px;
}
.sec2 .main {
  padding-top: 50px;
}
@media screen and (max-width: 768px){
  .sec2 .ttl {
    padding: 40px 0 20px;
    width: 95%;
    margin: 0 auto;
  }
  .price img {
    width: 45%;
  }
  .price {
    justify-content: center;
  }
  .sec2 .item7 {
    width: 93%;
    margin: 0 auto;
  }
}
/*------------------

section3

-------------------*/
.section3 {
  max-width: 1920px;
  margin: 0px auto;
  background-color: #e2f6ff;
  text-align: center;
  padding: 130px 0;
}
.sec3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.sec3 .img {
  padding-top: 50px;
}
@media screen and (max-width: 768px){
  .section3 {
    padding: 80px 0 60px;
  }
  .sec3 .ttl {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec3 .img {
    padding: 0 3% 30px;
    box-sizing: border-box;
  }
}

/*------------------

section4　

-------------------*/
.section4 {
  background-image: url(../img/sec4-back-pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0 10px;
}
.sec4 {
  max-width: 1200px;
  margin: 0 auto;
}
.sec4 .ttl {
  padding-bottom: 20px;
}
.sec4 .img {
  padding-bottom: 80px;
}
.sec4 .servise-item {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sec4 .servise-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec4 .servise-item ul li {
  list-style: none;
  margin: 15px;
}
/* ずらずら並ぶアニメーション */
.sec4 .servise-item ul li img {
  opacity:0;
}
.in1{
  animation-name:formationAnime;
  animation-duration:0.5s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
}
.in2{
  animation-name:formationAnime;
  animation-duration:0.5s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
}
.in3{
  animation-name:formationAnime;
  animation-duration:0.5s;
  animation-delay: 1.1s;
  animation-fill-mode:forwards;
}
@keyframes formationAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
@media screen and (max-width: 768px){
  /* @keyframes formationAnime{
    from {
      opacity: 0;
    transform: translateY(80px);
    }
  
    to {
      opacity: 0;
    transform: translateX(0);
    }
  } */
  .section4 {
    background-image: url(../img/sec4-back-sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0 20px;
  }
  .sec4 .servise-item ul {
    display: none;
  }
  .sec4 .ttl {
    width: 95%;
    margin: 0 auto; 
  }
  .sec4 .subttl {
    width: 75%;
    margin: 0 auto; 
  }
  .sec4 .servise-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
  }
  .sec4 .servise-item img {
    width: 30%;
    padding: 20px 0;
  }
}
/*------------------

section5

-------------------*/

.tsunagi-area {
  max-width: 1920px;
  margin: 0 auto;
}
.tsunagi-box {
  position: relative;
  height: 166px;
  overflow: hidden;
  max-width: 1920px;
}
.tsunagi-box img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  max-width: initial;
  height: 166px;
  margin-top: -83px;
  margin-left: -960px;
}
.section5{
  max-width: 1920px;
  margin: 0 auto;
}
.sec5 {
  background-image: url(../img/sec5-back-pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 768px){
  .sec5 {
    background-image: url(../img/sec5-back-sp.jpg);
  }
  .sec5 .ttl {
    width: 90%;
    margin: 0 auto;
  }
}
/*------------------

section6

-------------------*/
.section6 {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ecf3fa;
  text-align: center;
  padding: 120px 0 80px;
}
.sec6 {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.sec6 .ttl {
  padding-bottom: 50px;
}
.sec6 .point {
  justify-content: space-evenly;
}
.sec6 .point img {
  width: 30%;
}
.sec6 .point,
.sec6 .img {
  margin-bottom: 30px;
}
.sec6 .dakara {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .section6 {
    padding: 60px 0;
  }
  .sec6 .ttl {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .sec6 .point.flex {
    display: block;
  }
  .sec6 .point img {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec6 .dakara {
    width: 60%;
    margin: 0 auto 30px;
  }
  .sec6 .img {
    width: 90%;
    margin: 0 auto 30px;
  }
}
/*------------------

section7

-------------------*/
.section7 {
  max-width: 1920px;
  margin: 0 auto;
}
.sec7 {
  background-image: url(../img/sec7-back-pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}
.sec7 .ttl {
  padding-bottom: 30px;
}
.section7 .slide-area {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px!important;
  width: 50px!important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: ""!important;
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/arrow-left.png)!important;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/arrow-right.png)!important;
}

@media screen and (max-width: 768px) {
  .sec7 {
    background-image: url(../img/sec7-back-sp.png);
    padding: 80px 0;
  }
  .sec7 .ttl {
    width: 80%;
    margin:  0 auto;
    padding-bottom: 20px;
  }
  .sec7 .slide-area {
    width: 83%;
    margin: 0 auto;
  }
    /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px!important;
    width: 30px!important;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: ""!important;
    height: 30px;
    margin: auto;
    width: 30px;
  }
  .swiper-button-prev {
    left: -6%!important;
    right: auto!important;
  }
  .swiper-button-next {
    right: -10%!important;
    left: auto!important;
  }
}
/*------------------

section8

-------------------*/
.section8 {
  background-color: #ecf3fa;
  max-width: 1920px;
  margin: 0 auto;
}
.sec8 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 50px;
}
.sec8 .ttl {
  padding-bottom: 30px;
}
.flow img {
  padding-bottom: 30px;
} 
@media screen and (max-width: 768px) {
  .sec8 {
    padding: 80px 0 0;
  }
  .sec8 .ttl {
    width: 90%;
    margin: 0 auto;
  }
  .sec8 img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

/*------------------

section9

-------------------*/
.section9 {
  background-color: #ecf3fa;
  max-width: 1920px;
  margin: 0 auto;
}
.sec9 {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 150px;
}
.sec9 .ttl {
  padding-bottom: 30px;
}
.shiharai {
  justify-content: space-around;
  align-items: flex-start;
}
.shiharai img {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .sec9 {
    padding: 80px 0;
  }
  .sec9 .ttl {
    width: 64%;
    margin: 0 auto;
  }
}
/*------------------

よくある質問

-------------------*/
#faq {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  max-width: 900px;
   margin: 0 auto;
   text-align: center;
   padding: 150px 0 100px;
   width: 100%;
   color: #262626;
}
#faq .ttl {
  padding-bottom: 50px;
}
/* アコーディオン */
.box-inner {
  display: none;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  font-weight: 500;
}
 .active {
  display: block;
}
 .box {
  margin-bottom: 20px;
}
 #faq .Qitem {
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  background-color: #ecf3fa;
  border-radius: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.qicon {
  color: #0075d4;
  font-size: 30px;
  font-weight: 600;
  width: 6%;
}
#faq .Qitem h3 {
  font-size: 24px;
  font-weight: 600;
  width: 94%;
}
 .Qitem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #0075d4;
  transition: all .3s ease-in-out;
}
 .Qitem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #0075d4;
  transition: all .2s ease-in-out;
}
 .Qitem.open::before {
  transform: rotate(180deg);
}
.Qitem.open::after {
  opacity: 0;
}
.Aitem p {
  font-size: 18px;
  font-weight: 600;
} 
.Aitem .small {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #faq {
     padding: 80px 0 50px;
  }
  #faq .ttl {
    width: 43%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #faq .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #faq .Qitem h3 {
    font-size: 18px;
  }
  #faq .Qitem {
    padding: 15px 30px 15px 15px;
  }
  .qicon {
    padding-right: 15px;
  }
  .box-inner p {
    font-size: 14px;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  #faq .Qitem {
    padding: 10px 30px 10px 15px;
  }
  #faq .Qitem h3 {
    font-size: 16px;
  }
  .qicon {
    padding-right: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  #faq .Qitem h3 {
    font-size: 15px;
  }
}



/*------------------

フッター

-------------------*/
footer{
    background-color: #005da8;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
}
footer small{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 5px;
}
footer p {
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer{
    padding: 10px 0 20px;
  }
  footer small{
    font-size: 14px;
    padding-top: 0;
  }
  footer p {
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
  }
}

/*------------------

浮上する動き

-------------------*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fade{
    opacity: 0;
}

/*------------------

追従ボタン

-------------------*/

.fixed-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0; /*デフォルトで非表示 */
  visibility: hidden; /*デフォルトで非表示 */
  z-index: 100;
  width: 250px;
}

.fixed-btn a img{
    /* max-width: 230px; */
    margin-bottom: 15px;
    transition: 0.3s;
}
.active {
  opacity: 1;/* クラス付与で表示 */
  visibility: visible;/* クラス付与で表示 */
}

.fixed-btn a img:hover {
  transform: scale(1.1);
}
/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

@media screen and (max-width: 768px) {
  .fixed-btn {
	display: flex;
	align-items: flex-end;
    margin: 0 auto;
    position: fixed;
    bottom: 5px;
    left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
	 width: 95%;
  }
  .fixed-btn a img {
    width: 100%;
	margin-bottom: 0px;
  }
  .fixed-btn a img:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}

/*------------------

ドキドキ動くボタン

-------------------*/
 .dokidoki {
  display: inline-block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  position: relative;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  animation-name: dokidoki;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .dokidoki {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
  }
  .dokidoki img {
    width: 100%;
  }
  footer {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1200px){
  .main,
  .card {
    width: 100%;
  }
}
