*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: "メイリオ", "Meiryo","Noto Sans JP","ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}
a{
  text-decoration: none;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.clear{
  clear: both;
}
.container2,.container3,.container4,.container5,.container6,footer{
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
}
header{
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: white;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 145, 255, 0.1);
}
header img{
  width: 100px;
  float: left;
}
header h1{
  margin: 0;
  color: #005fbc;
}
.c1{
  width: 100%;
  height: auto;
}
.c1.pc{
  padding-top: 40px;
  width: 80%;
  margin: auto;
}
.container1{
  position: relative;
}
.container1 a{
  display: block;
  padding:20px;
  text-align: center;
  width: 90%;
  margin: auto;
  background-color: #0091ff;
  color: white;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: 0px 2px 4px rgba(0, 145, 255, 0.8);
}
.container1 a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.scroll-line.pc{
  position: absolute;
  top: 68%;
  left: 17.5%;
  text-align: center;
  width: 33%;
}
.scroll-line.pc a{
  font-size: 22px;
  width: 80%;
}
.features{
  color: #005fbc;
  text-align: center;
  margin-bottom: 30px;
}
.features h1{
  margin-bottom: 0;
}
.features p{
  font-weight: bold;
}
.FEATURES-contents{
  width: 60%;
  float: left;
}
.FEATURES-contents h2{
  color: #005fbc;
  margin: 0;
  font-size: 1.3em;
}
.Fc1-text p,.Fc2-text p,.Fc3-text p{
  width: 60%;
  float: left;
  font-size: 18px;
}
.c2-sp{
  width: 20%;
  margin-left: 5%;
}
.introduce p{
  color: #005fbc;
  font-weight: bolder;
  font-size: 20px;
  margin: 0;
  padding-left: 1%;
}
.introduce img{
  width: 100%;
}
/* スライダー */
.slider{
  padding: 20px 0px 0px 0px;
}
.slider img{
  width: 90%;
  margin-left: 5%;
}

/* アコーディオン↓ */
.bolder{
  color: #0068b7;
  font-weight: bolder;
  font-size: 20px;
}
.acd-content p{
  margin: 0;
}

.acd-check{
  display: none;
}
.acd-label{
  background: #0068b7;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.acd-label:after{
  background: #0068b7;
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  font-weight: 900;
}
.acd-content{
  border: 1px solid #333;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
  font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
/* アコーディオン↑ */

.container6 h1{
  color: #005fbc;
  text-align: center;
}
.container6-contents{
  width: 70%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 20px rgba(0,145,255,0.4);
  background: rgba(0,145,255,0.1);
  border-radius: 20px;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 40px;
  opacity: 0.7;
}

/* ラインボタン部分↓
 */
.line{
  display:block;
  width:90%;
  height:50px;
  font-size:23px;
  border-radius:5px;
  color:#fff;
  background:#00c300;
  box-shadow: 1px 1px 1px 1px rgb(22, 140, 6);
  margin: 0 auto;
}
.line:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.fa-line{
  margin-right: 10px;
}
.line-text{
  text-align: center;
  padding-top: 10px;
  font-size: 25px;
}
/* ラインボタン部分↑ */


.inform a{
  display: block;
  padding:10px;
  text-align: center;
  width: 90%;
  margin: auto;
  background-color: #0091ff;
  color: white;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: 0px 2px 4px rgba(0, 145, 255, 0.8);
  font-size: 25px;
}
.inform a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.inform p{
  text-align: center;
}
.pagetop-button img{
  border-radius: 300px;
  float: right;
  width: 15%;
}
footer img{
  width: 50%;
  margin-left: 25%;
}
.copyright{
  font-size: 12px;
  float: right;
}


.fadeIn{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
