@charset "utf-8";
/*======================================================

  共通レイアウト

======================================================*/
#wrapper{
    position: relative;
}

.ttl_wrapp{
    text-align: center;
    margin-bottom: 7rem;
    position: relative;
}
.ttl_wrapp:before{
    content: "";
    background: url(../Image/common/icon_heart.png) no-repeat;
    width: 2.2rem;
    height: 2.1rem;
    display: block;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.en{
    color: #209789;
    font-size: 1.8rem;
}
.ttl_wrapp .ttl_01{
    font-size: 3.0rem;
    color: #333333;
    font-weight: normal;
}
#page_top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 25;
}

#page_top a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    background: #3c9f93;
    transition: 0.4s;
    border-radius: 50%;
    border: 1px solid #fff;
}
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}

.fadeLeft.inview_active {
	opacity: 1;
	transform: translateX(0);
}
.fadeUp.inview_active {
	opacity: 1;
	transform: translateY(0px);
}
/*----------------------------------------
      トップページ　@top
----------------------------------------*/
#top .mv_area{
  background: url(../Image/top/mv.png) no-repeat center;
  background-size: cover;
  padding: 16rem;
}
#top .mv_area .mv_box .mv_txt{
  max-width: 1160px;
  margin: auto;
  text-align: right;
}

/*===================SEC01=====================*/
#top #sec_01{
  padding: 16rem 10rem 20rem 10rem;
  position: relative;
  background: url(../Image/top/bg_concept.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
#top #sec_01:before{
  content: "";
  background: url(../Image/common/wave.png) no-repeat center;
  background-size: auto;
  position: absolute;
  top: -5.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 9rem;
}
#top #sec_01 .sec_inner{
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#top #sec_01 .sec_inner:before{
  content: "";
  background: url(../Image/top/concept_01.png) no-repeat;
  background-size: contain;
  width: 40.9rem;
  height: 38.1rem;
  display: block;
  position: absolute;
  top: 13rem;
  left: -17rem;
}
#top #sec_01 .sec_inner:after{
  content: "";
  background: url(../Image/top/concept_02.png) no-repeat;
  background-size: contain;
  width: 40.9rem;
  height: 38.1rem;
  display: block;
  position: absolute;
  top: -4rem;
  right: -15rem;
}
#top #sec_01 .ccp_ttl{
  color: #209789;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6rem;
}
#top #sec_01 .lead{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6;
  position: relative;
}
#top #sec_01 .lead:before{
  content: "";
  background: url(../Image/common/icon_heart.png) no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2.1rem;
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
/*===================SEC02=====================*/
#top #sec_02{
  padding: 10rem;
  position: relative;
  overflow: hidden;
}
#top #sec_02:before{
  content: "";
  background: url(../Image/top/wave_02.png) no-repeat center;
  background-size: auto;
  position: absolute;
  top: -5.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 36rem;
}
#top #sec_02 .sec_inner{
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#top #sec_02 .box_wrapp{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#top #sec_02 .l_box{
  width: 60%;
}
#top #sec_02 .l_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #sec_02 .r_box{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 4.5rem;
  z-index: 30;
}
#top #sec_02 .ttl_box_01{
  width: 57rem;
  height: 20rem;
  margin-left: -8rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3rem;
  line-height: 1.5;
  width: 100%;
}
#top #sec_02 .lead{
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 6rem;
  width: 100%;
}
#top #sec_02 .exam{
  border: 4px solid #3c9f93;
  padding: 3rem;
  border-radius: 10px;
  font-size: 1.8rem;
  width: 100%;
}
/*===================SEC03=====================*/
#top #sec_03{
  padding: 10rem;
  background: url(../Image/top/img_binder.png) no-repeat top left,url(../Image/top/bg_washi.png) no-repeat;
    overflow: hidden;
}
#top #sec_03 .sec_inner{
  max-width: 1200px;
  margin: auto;
}
#top #sec_03 ul.suggestion{
  display: flex;
  justify-content: space-between;
}
#top #sec_03 ul.suggestion li{
  width: 28%;
}
#top #sec_03 ul.suggestion li .img_area{
    margin-bottom: 2rem;
}
#top #sec_03 ul.suggestion li img{
  width: 100%;
}
#top #sec_03 ul.suggestion li .txt_area{
    text-align: center;
}
#top #sec_03 ul.suggestion li .ttl{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.3rem;
  line-height: 1;
}
#top #sec_03 ul.suggestion li .ttl:before{
  content: "";
  background: url(../Image/common/icon_circle.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1.9rem;
  display: inline-block;
  margin-right: 1rem;
}
#top #sec_03 ul.suggestion li .txt_area p{
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}
/*===================SEC04=====================*/
#top #sec_04{
  padding: 10rem;
  overflow: hidden;
}
#top #sec_04 .sec_inner{
  margin: auto;
}
#top #sec_04 .box_wrapp{
  position: relative;
}
#top #sec_04 .box_wrapp .l_box{
  max-width: 1200px;
  margin: auto;
  padding-right: 40%;
}
#top #sec_04 .box_wrapp .l_box ul.merit li{
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-top: 3rem;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
}
#top #sec_04 .box_wrapp .l_box ul.merit li p{
    font-size: 2.4rem;
}
#top #sec_04 .box_wrapp .l_box ul.merit li p span{
  color: #209789;
}
#top #sec_04 .box_wrapp .l_box img{
  margin-right: 3rem;
}
#top #sec_04 .box_wrapp .r_box{
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  display: flex;
}
#top #sec_04 .box_wrapp .r_box img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
/*===================SEC05=====================*/
#top #sec_05{
  padding: 10rem;
  background: url(../Image/top/bg_staff.png) no-repeat;
  background-size: cover;
}
#top #sec_05 .sec_inner{
  margin: auto;
  max-width: 1200px;
}
#top #sec_05 ul.slide{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#top #sec_05 ul.slide li {
  padding: 0 8rem;
}
#top #sec_05 .name_box{
  background: #3C9F93;
  color: #fff;
  height: 28rem;
  width: 28rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.9;
  position: absolute;
  top: 2rem;
  left: 0;
}
#top #sec_05 .name_box .name_txt{
  font-size: 2.2rem;
}
#top #sec_05 .name_box .name_txt span{
  font-size: 4rem;
}
#top #sec_05 .name_box .detial_txt{
  font-size: 2rem;
}
#top #sec_05 .name_box .detial_txt p:last-child{
  line-height: 1.4;
}
#top #sec_05 ul.slide li .inner{
  position: relative;
  height: 100%;
}
#top #sec_05 ul.slide li .comment_box{
  background: #fff;
  border-radius: 10px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
}
#top #sec_05 ul.slide li .comment_list {
  padding: 6rem 6rem 6rem 16rem;
}
#top #sec_05 ul.comment_list li {
  margin-top: 5rem;
  padding: 0;
}
#top #sec_05 ul.comment_list li:first-child{
  margin-top: 0;
}
#top #sec_05 ul.slide li .comment_list .ttl{
  color: #f670a8;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
#top #sec_05 ul.slide li .comment_list .ttl:before{
  content: "";
  background: url(../Image/common/icon_heart.png) no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2.1rem;
  display: inline-block;
  margin-right: 1rem;
}
#top #sec_05 ul.slide li .comment_list p{
  font-size: 1.8rem;
  padding: 0 0 0 3rem;
}
#top #sec_05 .slick-arrow{
  width: 73px;
  height: 103px;
}
#top #sec_05 .slick-prev::before,
#top #sec_05 .slick-next::before{
  content: "";
  background: url(../Image/common/arrow_01.png) no-repeat;
  background-size: contain;
  width: 73px;
  height: 103px;
  display: block;
}
#top #sec_05 .slick-next::before {
  transform: rotate(180deg);

}
#top #sec_05 .slick-prev {
  left: -4rem;
}
#top #sec_05 .slick-next{
  right: -4rem;
}
.slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.slick-slide {
    height: auto;
    float: none;
}
.slick-prev, .slick-next{
    z-index: 999;
}
  @media screen and (max-width:480px) {
    #top #sec_05 .slick-prev{
        left: 30px;
                 
    }
     #top #sec_05 .slick-next{
       right: 30px;
    }
}
  @media screen and (max-width:1399px) {
    #top #sec_05 .name_box{
        height: 21rem;
        width: 21rem;
      padding: 1.5rem;
    }
    #top #sec_05 ul.slide li .comment_list {
        padding: 6rem 6rem 6rem 18rem;
    }
}
  @media screen and (max-width:1299px) {
    #top #sec_05 .name_box {
    height: 15rem;
    width: 15rem;
}
    #top #sec_05 .name_box .name_txt {
    font-size: 1.8rem;
}
    #top #sec_05 .name_box .name_txt span {
    font-size: 3rem;
}

    #top #sec_05 .name_box .detial_txt {
font-size: 1.4rem;
    }
}


/*===================SEC06=====================*/
#top #sec_06{
  padding: 10rem;
  background: url(../Image/top/bg_daily.png) no-repeat right top;
}
#top #sec_06 .sec_inner{
    margin: auto;
    max-width: 1200px;
}
#top #sec_06 ul.dayly{
    display: flex;
}
#top #sec_06 ul.dayly > li{
    width: 33.33%;
    text-align: center;
}
#top #sec_06 ul.dayly li .dayly_ttl{
    background: #DEF2F2;
    color: #209789;
    text-align: center;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}
#top #sec_06 ul.dayly li .dayly_in{
    background: #D4E9E9;
    padding: 3rem;
    text-align: left;
}
#top #sec_06 ul.dayly li:nth-child(2) .dayly_in{
  background: #AAD6D6;
}
#top #sec_06 ul.dayly li .dayly_in .box{
    background: #fff;
    padding: 2rem;
    margin-bottom: 3rem;
    position: relative;
}
#top #sec_06 ul.dayly li .dayly_in .box:before{
    content: "";
    border-top: 15px solid #ffffff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
}
#top #sec_06 ul.dayly li .dayly_in .box:last-child:before{
  display: none;
}
#top #sec_06 ul.dayly li .dayly_in .box:last-child{
  margin-bottom: 0;
}
#top #sec_06 ul.dayly li .dayly_in .box .time{
    font-size: 3rem;
    color: #209789;
    line-height: 1;
    margin-bottom: 0.8rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
}
#top #sec_06 ul.dayly li .dayly_in .box .time:before{
    content: "";
    background: url(../Image/common/icon_circle.png) no-repeat;
    background-size: contain;
    width: 2rem;
    height: 1.9rem;
    display: inline-block;
    margin-right: 1rem;
}
#top #sec_06 ul.dayly li .dayly_in .box .task{
  font-size: 1.6rem;
  line-height: 1.4;
}
#top #sec_06 ul.dayly li .dayly_in .box .task + .time{
  margin-top: 1em;
}
#top #sec_06 ul.dayly li .dayly_in .box .task li{
  text-indent: -1em;
  padding-left: 1em;
}

/*===================SEC07=====================*/
#top #sec_07{
  padding: 10rem;
  background: url(../Image/top/bg_washi.png) no-repeat;
  background-size: cover;
}
#top #sec_07 .sec_inner{
    margin: auto;
    max-width: 1200px;
}
#top #sec_07 dl.faq dt{
    font-size: 2.4rem;
    color: #209789;
}
#top #sec_07 dl.faq dl{
    font-size: 2.4rem;
    color: #209789;
}
#top #sec_07 dl.faq dt{
    margin-bottom: 1.5rem;
}
#top #sec_07 dl.faq dt:before{
    content: "";
    background: url(../Image/top/icon_q.png) no-repeat;
    width: 4.4rem;
    height: 4.4rem;
    display: inline-block;
    vertical-align: -1rem;
    margin-right: 1rem;
}
#top #sec_07 dl.faq dd{
    font-size: 1.9rem;
    border-bottom: 3px dotted #717171;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
#top #sec_07 dl.faq dd:last-child{
  margin-bottom: 0;
}
#top #sec_07 dl.faq dd:before{
    content: "";
    background: url(../Image/top/icon_a.png) no-repeat;
    width: 4.4rem;
    height: 4.4rem;
    display: inline-block;
    vertical-align: -1.6rem;
    margin-right: 1rem;
}

/*===================SEC08=====================*/
#top #sec_08{
  padding: 10rem;
  background: url(../Image/top/f_cont_bg.png) no-repeat;
  background-size: cover;
}
#top #sec_08 .sec_inner{
    margin: auto;
    max-width: 1000px;
}
#top #sec_08 .in_txt{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
#top #sec_08 .content_box li {
    width: 60%;
    margin: auto;
}
#top #sec_08 .content_box li a{
    background: #fff;
    display: block;
    padding: 7rem 4rem 4rem 4rem;
    border-radius: 10px;
}
#top #sec_08 .content_box li .ttl_wrapp{
  margin-bottom: 0;
  line-height: 1.5;
}
#top #sec_08 .content_box li .ttl_wrapp .en{
  font-size: 1.6rem;
}
#top #sec_08 .content_box li .ttl_wrapp .ttl_01 {
    font-size: 3rem;
}


/*======================================================

  デスクトップ @ 1200px～

======================================================*/
/* @ 1200px～のみ*/
@media (min-width: 1200px){
}
#contents {

}

@media (min-width: 992px){
.sp-menu-body a:hover{
  opacity: 0.6;
}
#top #sec_08 .content_box li a:hover{
  opacity: 0.6;
}

}



/*======================================================

  ノートPC @ 992～1199px

======================================================*/
/* @ 1199px～ */
@media screen and (max-width : 1199px){
#top .mv_area {
    padding: 10rem 5rem;
}
  #top .mv_box{
    justify-content: flex-end;
    display: flex;
  }
#top .mv_area .mv_box .mv_txt{
    max-width: 53%;
    width: 53%;
    text-align: right;
    margin: 0;
  }
#top .mv_area .mv_box .mv_txt img{
    width: 100%;
}
#top #sec_01 .sec_inner:before{
    width: 28.9rem;
    height: 30.1rem;
    left: -11rem;
    top: 25rem;
}
  #top #sec_01 .sec_inner:after{
    width: 27.9rem;
    height: 30.1rem;
    right: -12rem;
    top: 5rem;
  }
  #top #sec_02 .l_box {
    width: 50%;
}
  #top #sec_02 .r_box{
    padding-left: 1.5rem;
    width: 48%;
  }
  #top #sec_02 .lead{
    margin-bottom: 2rem;
  }
  #top #sec_02 .ttl_box_01{
    width: 48rem;
    font-size: 2.5rem;
    height: 16rem;
  }
  #top #sec_04 .box_wrapp .l_box{
    padding-right: 39%;
  }
#top #sec_04 .box_wrapp .l_box ul.merit li p {
    font-size: 2.2rem;
}
  
  #top #sec_05 ul.slide li .comment_box{
    max-width: 69rem;
  }
  #top #sec_05 .name_box{
    height: 18rem;
    width: 18rem;
    left: -4rem;
    padding: 1.5rem;
  }
  #top #sec_05 ul.slide li .comment_list {
    padding: 6rem 6rem 6rem 15rem;
}
  #top #sec_05 ul.slide li .comment_list .ttl{
    font-size: 2rem;
  }
  #top #sec_05 ul.slide li .comment_list p{
    font-size: 1.7rem;
  }

  
}
/* @ 1199～992pxのみ */
@media  (min-width : 992px) and (max-width : 1199px){
}
