@charset "UTF-8";

*{
  box-sizing: border-box;
}
html, body{
  font-size: 62.5%;
  color: #333333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  width: 100%;
}
html{
  position: relative;
}
body{
  min-width: 320px;
}
h2{
  font-size: 3rem;
  color: #0088CC;
  margin-bottom: 25px;
  line-height: 1.3;
}
h3{
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 25px;
}
p, td, th, li{
  line-height: 1.75;
  font-size: 1.4rem;
}
a:link,a:visited,a:hover,a:active{
  color: #006EBA;
}
.container{
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1020px;
}
@media only screen and (min-width: 768px) {
  .container{
    padding: 0 20px;
  }
  h2{
    font-size: 4rem;
    margin-bottom: 45px;
  }
  h3{
    line-height: 1.5;
    font-size: 3rem;
    margin-bottom: 35px;
  }
  p, td, th, li{
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
/* top */
.top__contactUs--sp, .top__contactUs--pc{
  position: fixed;
  z-index: 10;
  display: inline-block;
  bottom: 15px; 
  right: 15px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #F846CF;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.top__contactUs--sp a,.top__contactUs--pc a{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 90px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.top__contactUs--pc{
  display: none;
}
.top__contactUs--sp:hover, .top__contactUs--pc:hover{
  background-color: #F813C4;
}
.top{
  height: 600px;
  background: url(../image/img-top.png) no-repeat 60% 100%;
  background-size: auto 55%;
  background-color: #000;
}
header{
  width: 100%;
  padding: 25px 20px;
}
.header__logo img{
  width: 140px;
}
.topContent{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.topContent__img img{
  width: 320px;
  margin-top: 130px;
}
.topContent__txt{
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .top__contactUs--pc{
    display: inline-block;
    bottom: 30px; 
    right: 30px;
    width: 120px;
    height: 120px;
  }
  .top__contactUs--pc a{
    width: 120px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top__contactUs--sp{
    display: none;
  }
  header{
    width: 100%;
    padding: 30px 40px;
  }
  .top{
    height: 700px;
    background: url(../image/img-top.png) no-repeat center center;
    background-size: cover;
  }
  .header__logo img{
    width: 280px;
  }
  .topContent__img img{
    width: 580px;
    margin-top: 100px;
  }
  .topContent__txt{
    margin-top: 20px;
    font-size: 2.8rem;
  }
}
.main{
  margin: 50px 0;
}
.mainBox--imgLeft{
  width: 100%;
  margin-bottom: 50px;
}
.mainBox--imgLeft__img{
  background: url(../image/img-main1.png) center center no-repeat;
  background-size: contain;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 68%;
}
.mainBox--imgRight__img{
  background: url(../image/img-main2.png) center center no-repeat;
  background-size: contain;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 68%;
}
.box__img{
  width: 100%;
  height: 0;
  margin-bottom: 30px;
}
.box__txt{
  position: relative;
  border-top: 3px solid #006EBB;
  border-bottom: 3px solid #54AFDC;
  padding: 20px 5px;
  font-weight: bold;
}
.box__txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50%;
  height: inherit;
  border-bottom: 3px solid #006EBB;
}
.box__txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 50%;
  height: inherit;
  border-top: 3px solid #54AFDC;
}
.box__txt p{
  margin-bottom: 15px;
}
.box__txt p:last-child{
  margin-bottom: 0;
}
.box__txt span{
  color: #0088CC;
}
@media only screen and (min-width: 768px) {
  .main{
    margin: 80px 0;
  }
  .mainBox--imgLeft{
    margin-bottom: 80px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .mainBox--imgRight{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
  }
  .box__img{
    width: 500px;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
  .box__txt{
    padding: 47px 5px;
  }
  .mainBox--imgLeft__txt, .mainBox--imgRight__txt{
    width: 420px;
  }
  .mainBox--imgLeft__txt{
    margin-left: 60px;
  }
  .mainBox--imgRight__txt .box__txt{
    padding: 54px 5px;
  }
  .mainBox--imgRight__txt{
    margin-right: 60px;
  }
}
/* service */
.service{
  background-color: #F9F9F9;
  margin: 50px 0;
  padding: 50px 0;
}
.serviceTitle{
  text-align: center;
}
.serviceTitle span{
  font-size: 2rem;
  color: #333333;
}
.serviceBox__img{
  width: 100%;
  margin-bottom: 20px;
}
.serviceBox__txt li{
  margin-bottom: 10px;
  background: url(../image/icon-point.png) no-repeat 0 0;
  background-size: auto 30px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.serviceBox__txt li:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .service{
    margin: 80px 0;
    padding: 80px 0;
  }
  .serviceBox__img{
    width: 100%;
    margin-bottom: 40px;
  }
  .serviceBox__txt li{
    margin-bottom: 10px;
    background-size: auto 44px;
    min-height: 40px;
    padding-left: 50px;
  }
}
/* dashboard */
.dashboard{
  margin: 50px 0;
}
.dashboardTitle{
  text-align: center;
}
.dashboardTitle span{
  font-size: 2rem;
  color: #333333;
}
.dashboardBox__content{
  text-align: center;
  margin-bottom: 20px;
}
.dashboardBox__content p{
  text-align: center;
  margin: 15px 0;
  font-size: 1.2rem;
}
.dashboardBox__content img{
  width: 100%;
}
.dashboardBox__title1,.dashboardBox__title2,.dashboardBox__title3{
  height: 36px;
  line-height: 36px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.dashboardBox__title1{
  background-color: #FAD045;
}
.dashboardBox__title2{
  background-color: #FA5A45;
}
.dashboardBox__title3{
  background-color: #FA9245;
}
.dashboard__comment{
  margin-top: 30px;
}
.dashboard__comment li{
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.dashboard__comment li::before{
  content: "＊";
}
@media only screen and (min-width: 768px) {
  .dashboard{
    margin: 80px 0;
    width: 100%;
  }
  .dashboardTitle span{
    font-size: 3rem;
  }
  .dashboardBox{
    margin-top: 50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dashboardBox__content{
    width: 32%;
    margin-bottom: 0;
  }
  .dashboard__comment{
    margin-top: 40px;
  }
  .dashboard__comment li{
    margin-bottom: 5px;
  }
  .dashboard__comment li:last-child{
    margin-bottom: 0;
  }
  .dashboardBox__content img{
    width: 100%;
  }
}
/* safr */
.pc-br{
  display: none;
}
.border__btn{
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  border: solid 1px #006EBA;
  border-radius: 30px;
  color: #006EBA;
  font-size: 1.2rem;
  font-weight: bold;
  width: 260px;
}
.border__btn a{
  color: #006EBA;
}
.border__btn::after{
  position: absolute;
  content: url(../../../assets/image/icon-right-arrow-blue.png);
  right: 20px;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.border__btn:hover{
  background: #006EBA;
  color: #fff;
  transition: .4s;
}
.border__btn:hover::after{
  content: url(../../../assets/image/icon-right-arrow-white.png);
}
@media only screen and (min-width: 768px) {
  .pc-br{
    display: block;
  }
  .border__btn{
    padding: 16px 30px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
/* footer */
footer{
  background-color: #004F71;
  text-align: center;
  padding: 45px 0;
}
.footer__copyright{
  font-size: 1.2rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer__copyright{
    font-size: 1.4rem;
  }
}