@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;800;900&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-size: 16px;
    color:#333333;
    letter-spacing: 0.14em;
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    font-feature-settings:"palt";
}
@media screen and (max-width:768px){
    body{
        font-size: 15px;
    }
}
ul,li,p{
    margin: 0;
    padding:0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*******************************/
.wrapper{
  width:100%;
}
.section__inner{
  width: 940px;
  margin:0 auto;
}
@media screen and (max-width:768px){
  .section__inner{
    width: 100%;
    margin:0 auto;
    padding-left:1em;
    padding-right:1em;
  }
}

/*************** header ****************/
header{
  border-bottom:none !important;
}
.header-wrapper{
  height:555px;
  background-color: #3EB5DB;
  background-image:url('../images/header_moyo_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: none !important;
  background-position: center;
}
.header__logo__wrapper{
  padding:1.4em;
  position: relative;
}
.header__logo{
  width: 150px;
  display: inline-block;
}
.header__menu{
  position: absolute;
  top:2.2em;
  right:2em;
}
.header__menu li{
  float: left;
  list-style-type: none;
  padding:0.2em 0.8em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.20);
  font-size: 17px;
}
.header__menu li a{
  color:#FFF;
  font-weight: bold;
}

.header__keyvisual{
  margin-top: 2.4em;
  display: flex;
}
.header__keyvisual__text{
  width: 60%;
  /* border: 1px solid #333; */
}
.header__keyvisual__text__copy{
  line-height: 2.24em;
  font-weight: bold;
  font-size:26px;
}
.header__keyvisual__text__copy span{
  background-color: #FFF;
  color:#289CC1;
  padding:0.3em 0.7em;
}
.header__keyvisual__text h1{
  color:#FFF;
  font-size: 53px;
  margin:0.55em auto 0.4em;
  font-weight: 800;
}
.header__keyvisual__text p{
  color: #FFF;
  font-size: 20.5px;
}
.header__keyvisual__text__btn{
  margin-top: 1.6em;
  width: 81%;
}
.header__keyvisual__text__btn a:hover{
  opacity: 0.8;
}
.header__keyvisual__pc{
  width: 464px;
  margin-top:0.8em;
  /* margin-right:4.3em; */
}
.header__keyvisual__pc img{
  width: 424px;
  height:303px
}

@media screen and (max-width:768px){
  .sp__header__memu{
    background-color: #FFF;
  }
  .sp__header__memu__logo{
    width: 120px;
    padding:0.5em 0.5em 0.6em;
  }
}
/*************** main ****************/

main section{
  padding:4.7em 0 6em;
}
@media screen and (max-width:768px){
  main section{
    padding:3em 0;
  }
}
main h2{
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  letter-spacing: 0.12em;
  font-weight: 700;
  color:#014A86;
}
@media screen and (max-width:768px){
  main h2{
    font-size: 20px;
    line-height: 1.2em;
  }
}
/*************** top__problem ****************/
.top__problem{
  padding:4.7em 0 5em;
}

.top__problem h2{
  color:#014A86;
  /* width: 950px; */
  margin: 0 auto 1.4em;
  letter-spacing: 0.15em;
}
@media screen and (max-width:768px){
  .top__problem h2{
    margin: 0 auto;
  }
}
.top__problem__list{
  display: flex;
  flex-wrap: wrap;
}
.top__problem__item{
  width: 33.3333%;
  padding:0.3em 2.8em;
}
@media screen and (max-width:768px){
  .top__problem__item{
    width: 100%;
  }
  .top__problem__item h3{
    width: 70%;
    margin: 0 auto;
  }
}
.top__problem__item:not(:last-of-type){
  border-right: 1px solid #92A9BD;
}
@media screen and (max-width:768px){
  .top__problem__item:not(:last-of-type){
    border-right:none;
    border-bottom:1px solid #ccc;

  }
  .top__problem__item{
    padding:2em 0;
  }
}
.top__problem__item__ppl{
  text-align: center;
}
.top__problem__item__ppl img{
  width: 250px;
  height:166px;
  margin:1em auto;
}
@media screen and (max-width:768px){
  .top__problem__item__ppl img{
    margin:0;
    width: 230px;
    height: auto;
  }
}
.top__problem__item__ppl p{
  line-height: 1.5em;
}
/*************** top__solution ****************/
.top__solution{
  background-color: #B9EAED;
  padding:3em 0 6em;
}
@media screen and (max-width:768px){
  .top__solution{
    padding:2em 0 3em;
  }
}
.top__solution__under_arrow{
  text-align: center;
  margin:0em auto 1.4em;
  width: 77px;
}
@media screen and (max-width:768px){
  .top__solution__under_arrow{
    width: 50px;
    margin:0em auto 0.9em;
  }
}
.top__solution h2{
  color:#014A86;
  margin-bottom: 2.7em;
}
.top__solution h2 span{
  font-size:23px;
}
@media screen and (max-width:768px){
  .top__solution h2 span{
    font-size:16px;
  }
}
.top__solution__item{
  background-color: #FFF;
  padding:2.5em;
  border-radius: 8px;
  margin-bottom: 5.6em;
}
@media screen and (max-width:768px){
  .top__solution__item{
    padding:1.4em;
  }
}
.top__solution__item:last-child{
  margin-bottom: 2em;
}
.top__solution__item h3{
  text-align: center;
  margin-top:-2.8em;
  margin-bottom: 0.48em;
  letter-spacing: 0.17em;
}
.top__solution__item h3 span{
  background: #014A86;
  color:#FFF;
  padding:1em 2.2em;
  border-radius: 8px;
  font-size: 21px;
}
@media screen and (max-width:768px){
  .top__solution__item h3{
    margin-top:-4em;
    padding:1.2em;
    font-size: 16px;
  }
  .top__solution__item h3 span{
    font-size: 16px;
    display: inline-block;
  }
}
.top__solution__item .bal_arrow_gray{
  text-align: center;
  width: 30px;
  margin: 0.5em auto 1.4em;
}
@media screen and (max-width:768px){
  .top__solution__item h3{
    margin-top:-4em;
  }
  .top__solution__item h3 span{
    font-size: 16px;
    display: inline-block;
    padding:1em;
  }
  .top__solution__item .bal_arrow_gray{
    margin-top:-2.4em;
    margin-bottom:0.7em;
  }
}
.top__solution__item__flex{
  display: flex;
  flex-wrap: wrap;
}
.top__solution__item__thumb{
  margin-top:0.5em;

}
.top__solution__item__thumb img{
  width:392px;
  height:224px;
  box-sizing: border-box;
  border:1px solid #ccc;
}

.top__solution__item__checklist{
  width: 50%;
  margin-left:2em;
}
@media screen and (max-width:768px){
  .top__solution__item__thumb img{
    width:100%;
    height:auto;
  }
  .top__solution__item__checklist{
    width: 100%;
    margin-left:0em;
    margin-top:2em;
  }
}
.top__solution__item__checklist h4{
  color: #0E538C;
  border-bottom: 2px solid #014A86;
  font-size: 22px;
  padding-bottom: 0.6em;
  margin-bottom:0.7em;
}
@media screen and (max-width:768px){
  .top__solution__item__thumb img{
    width:100%;
  }
  .top__solution__item__checklist{
    width: 100%;
    margin-left:0em;
    margin-top:2em;
  }
  .top__solution__item__checklist h4{
    font-size: 18px;
    text-align: center;
  }
}
.top__solution__item__checklist ul{
  list-style-type: none;
  padding: left 0;
}
.top__solution__item__checklist ul li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:1em;
}
.top__solution__item__checklist__checkmark{
  width: 5%;
  margin-right:0.6em;
  margin-top:0.12em;
}
.top__solution__item__checklist__text{
  width:91%;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.65em;
}
@media screen and (max-width:768px){
  .top__solution__item__checklist__text{
    font-size: 16px;
  }
}
.top__solution__item__point{
  position: relative;
  background-color: #DAE9FF;
  padding:0em;
  margin-top: 2em;
  background-image: url('../images/point_woman.svg');
  background-position: left 4em bottom 1px;
  background-repeat: no-repeat;
  border-radius: 4px;
  line-height: 1.6em;
}
.top__solution__item__point__text{
  padding:2.4em 1.5em 2.4em 11em;
}
.top__solution__item__point__hukidshi{
  position: absolute;
  top:-20px;
  left:1.4em;
}
@media screen and (max-width:768px){
  .top__solution__item__point{
    background-image: none;
  }
  .top__solution__item__point__text{
    padding:1.3em;
    padding-top:0.5em;
  }
  .top__solution__item__point__hukidshi{
   text-align: center;
   position: static;
  }
  .top__solution__item__point__hukidshi img{
    text-align: center;
    width: 65%;
    margin-top:-1em;
  }
}
.top__solution__cvbtn{
  text-align: center;
  margin:3.5em auto 0em;
}
.top__solution__cvbtn img{
  width: 500px;
}
@media screen and (max-width:768px){
  .top__solution__cvbtn{
    margin:2em auto 0em;
  }
  .top__solution__cvbtn img{
    width: 95%;
  }
}
/*************** top__trialzero ****************/
.top__trialzero h2{
  color:#014A86;
}
.top__trialzero__main{
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.top__trialzero__main__pc{
  width: 27%;
  margin-top: 1em;
}
.top__trialzero__main__pc img{
  width: 254px;
  height: 156px;
}
.top__trialzero__main__text{
  width: 73%;
  padding:0 0 0 2em;
}
@media screen and (max-width:768px){
  .top__trialzero__main{
    margin-top:0;
  }
  .top__trialzero__main__pc{
    width: 100%;
    text-align: center;
  }
  .top__trialzero__main__pc img{
    width: 80%;
    height: auto;
    margin:0 auto;
  }
  .top__trialzero__main__text{
    width: 100%;
    padding:0;
    margin:2em 0;
  }
}
.top__trialzero__main__text ul{
  color:#FF5555;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 1em;
}
@media screen and (max-width:768px){
  .top__trialzero__main__text ul{
    font-size: 16px;
  }
}
.top__trialzero__main__text li{
  list-style-type: none;
  padding-left: 1.6em;
  background-image : url("../images/checkmark_pink.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:768px){
  .top__trialzero__main__text ul{
    font-size: 16px;
  }
  .top__trialzero__main__text li{
    background-size: 16px;
  }
}
.top__trialzero__btn__area{
  background-color: #FFEBEB;
  padding:2.7em 4em 2em;
  text-align: center;
  margin-top: 2.5em;
  border-radius: 4px;
}
.top__trialzero__btn__area img{
  width: 480px;
  margin-bottom: 0.5em;
}
@media screen and (max-width:768px){
  .top__trialzero__btn__area{
    margin-top: 1em;
    padding:1.5em;
  }
  .top__trialzero__btn__area img{
    width: 100%;
  }
}
/*************** top__feature ****************/
.top__feature{
  background-color: #0E538C;
}
.top__feature h2{
  color:#FFF;
  margin-bottom: 1em;
}
.top__feature h2 span{
  font-size: 20px;
  font-weight: normal;
}
.top__feature__movie{
  margin-bottom:5em;
  padding:1em;
  background-color: #b9eaed;
  border-radius: 5px;
}
.top__feature__list{
  background-color: #FFF;
  border-radius: 4px;
  padding:3em 2em;
}
@media screen and (max-width:768px){
  .top__feature__list{
    padding:1.5em;
  }
}
.top__feature__item{
  margin-bottom: 3.5em;
}
.top__feature__item:last-child{
  margin-bottom: 0;
}
.top__feature__item h3{
  text-align: center;
  background-color: #CBE7FF;
  padding:1em;
}
.top__feature__item p{
  text-align: center;
  margin:1em auto;
}
@media screen and (max-width:768px){
  .top__feature__item h3{
    font-size: 16px;
  }
  .top__feature__item p{
    text-align: left;
  }
}
.top__feature__item__child{
  display: flex;
  flex-wrap: wrap;
}
.top__feature__item__child__pc{
  width: 30%;
}
.top__feature__item__child__function__list{
  width: 67%;
  margin-left:1em;
  margin-top: 1.1em;
}
.top__feature__item__child__function__item{
  float: left;
  width: 48%;
  padding:0.8em;
  text-align: center;
  font-size: 15px;
  border:1px solid #111;
  margin:0.3em;
  letter-spacing: 0;
}
@media screen and (max-width:768px){
  .top__feature__item__child__pc{
    width: 100%;
    text-align: center;
    margin:0 auto 1em;
  }
  .top__feature__item__child__pc img{
    width: 80%;
  }
  .top__feature__item__child__function__list{
    width: 100%;
    margin-left:0em;
    margin-top: 0.8em;
  }
  .top__feature__item__child__function__item{
    width: 100%;
    margin:0em;
    margin-bottom:0.5em;
  }
}
/*************** top__price ****************/
.top__price{
  background-color: #C7F2F5;
}
.top__price__main__img{
  margin-bottom: 0.5em;
}
.top__price__main__btn__area{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
  justify-content: center;
  gap: 1em;
}
.top__price__main__btn{
  width: 49%;
}
@media screen and (max-width:768px){
  .top__price__main__btn__area{
    margin-top: 2em;
  }
  .top__price__main__btn{
    width: 95%;
  }
}
/*************** top__env ****************/
.top__env__main table{
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  margin-bottom:0.5em;
}
.top__env__main table .tbl_ttl{
  background-color: #014A86;
  color: #fff;
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
tr.tbl__uppser_border{
  border-top:10px solid #ccc;
}
.top__env__main table td{
  padding:2.5em 2em;
}
.top__env__main table td.tbl_upper_border{
  border-top: 1px solid #ccc;
}
/*************** top__news ****************/
.top__news{
  background-color: #C7F2F5;
}
.top__news__list{
  background-color: #FFF;
  border-radius: 4px;
  padding:3em 2.5em 1em;
  margin:0;
  list-style-type: none;
}
.top__news__list li{
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  padding-left:0.3em;
}
.top__news__list li:last-child{
  border-bottom: none;
}
.top__news__list li div{
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.top__news__item__date{
  width: 15%;
  font-weight: bold;
}
.top__news__item__category{
  width: 18%;
  text-align: center;
  padding:0.15em 0.5em;
  display: inline-block;
  font-size:14px;
}
.top__news__item__category__news{
  background-color: #99E9D6;
}
.top__news__item__category__alert{
  background-color: #FFADAD;
}
.top__news__item__category__update{
  background-color: #FFE27B;
}
.top__news__item__text{
  width: 62%;
  margin-left:1.2em;
}
@media screen and (max-width:768px){
  .top__news__list{
    padding:1.5em;
  }
  .top__news__item__date{
    width: 100%;
  }
  .top__news__item__category{
    width: auto;
    text-align: center;
    padding:0.12em 1em;
    font-size:14px;
    display: inline-block;
    margin:0.4em 0;
  }
  .top__news__item__text{
    width: 100%;
    margin-left:0em;
    font-size:14px;
  }
}
.top__news__item__text a{
  color:#111;
}
.top__news__item__text a:hover{
  text-decoration: underline;
}


/*************** footer ****************/
footer{
  background: linear-gradient(-90deg, #04abba 0%, #148FB6 100%);
  padding:45px 0 15px!important;
}
.footer_wrapper{
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px !important;
  letter-spacing: 0.03em;;
}
.footer__bottom__area{
  width: 100%;
  background-color: #0F538C;
  color:#FFF;
  text-align: center;
  padding:1.8em 1em 1.4em;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.footer__bottom__area__links a{
  color:#FFF;
}
.footer__bottom__area__links a{
  border-right:1px solid #fff;
  padding:0 1em;
}
.footer__bottom__area__links a:last-of-type{
  border-right:none;
}
.footer__bottom__area__links a:hover{
  text-decoration: underline;
}
.copyright_col{
  display: none !important;
}

.footer__bottom__area__copy{
  margin-top:0.8em;
  font-size:13px;
}
@media screen and (max-width:768px) {
  .footer__bottom__area{
    padding:0.3em 1em 1.4em;
  }
  .footer__bottom__area__links a{
    border-right:none;
    border-bottom:1px solid #ddd;
    padding:0.7em 0;
    display: block;
  }
}
/**** util ****/
.yellow_line{
  background: linear-gradient(transparent 75%,#FFDA58 25%);
}
.headbackbtn {
  display: none;
  width: 65px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .headbackbtn {
      display: none;
      width: 50px;
      position: fixed;
      bottom: 30px;
      right: 20px;
      cursor: pointer
  }
}
@media  screen and (max-width:768px) {
  .sp-on{
      display: block;
  }
  .pc-on{
      display:none;
  }
}
@media  screen and (min-width:769px) {
  .sp-on{
      display: none;
  }
  .pc-on{
      display:block;
  }
}


/**hamburger menu**/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 4px;
  width : 40px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 25px;
  height  : 3px ;
  left    : 6px;
  background: linear-gradient(-90deg, #1C97BF 0%, #148FB6 100%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition   : 0.2s ease-in-out;
  transition        : 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  background : #fff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  background : #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #FFF;
  background: linear-gradient(-90deg, #1C97BF 0%, #148FB6 100%);
  text-align: left;
  transform: translateY(-100%);
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  opacity:1 !important;
  overflow: scroll;
}

nav.globalMenuSp ul {
  background: linear-gradient(-90deg, #1C97BF 0%, #148FB6 100%);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:first-child{
  border-top: 1px solid #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #FFF;
  padding: .8em 1.5em;
  text-decoration :none;
  font-size:15px;
}
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/**fadeIn**/
@media  screen and (max-width:768px) {
.fadeIn {
	opacity: 0;
	transition-duration: 890ms;
	transition-property: opacity, transform;
}
.fadeIn {
	transform: translate(0, 50px);
}
.fadeIn2 {
	transition-duration: 1590ms;
	transform: translate(0, 0px);
}
.fadeIn-down {
	transform: translate(0, -50px);
}

.fadeIn-left {
	transform: translate(-50px, 0);
}

.fadeIn-right {
	transform: translate(50px, 0);
}

.scrollIn {
	opacity: 1;
	transform: translate(0, 0);
}
}
/****/
.white_text_line{
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #FFF, -1px 1px 0px #fff, 1px -1px 0px #FFF, 1px 0px 0px #fff, -1px 0px 0px #FFF, 0px 1px 0px #fff, 0px -1px 0px #FFF;
}
li.check_mark{
  position: relative;
  padding-left: 18px;
  list-style-type: none;
  line-height: 1.6em;
  margin-bottom:0.2em;
  margin-left:0.6em;
}

li.check_mark:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 3px solid #111111;
  border-bottom: 3px solid #111111;
}
.top__before__after li.check_mark:before {
  top: .3em;
  border-right: 3px solid #00585E;
  border-bottom: 3px solid #00585E;
}

/********** 両サイド 吹き出し **********/
.mod-balloon-text {
  font-weight: 600;
}
.mod-balloon-heading{
  margin-bottom: 1em;
  line-height: normal;
  text-align: center;
}
.mod-balloon-heading .mod-balloon-index{
  position: relative;
  display: inline-block;
}
@media screen and (max-width:768px){
  .mod-balloon-heading .mod-balloon-index{
      display: none;
  }
}
.mod-balloon-heading .mod-balloon-index::before,
.mod-balloon-heading .mod-balloon-index::after{
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #014A86;
  border-radius: 3px;
  top: 0;
  bottom: 0;
}
.mod-balloon-heading .mod-balloon-index::before{
  left: -1.5em;
  transform: rotate(-25deg);
}
.mod-balloon-heading .mod-balloon-index::after{
  right: -1.5em;
  transform: rotate(25deg);
}
