@charset "UTF-8";
.suhadakanPage{
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 30px;
  font-feature-settings: 'palt';
}
.suhadakanPage .el-d-section{
  box-sizing: border-box;
  margin: 0 auto;
}
.suhadakanPage picture{
  display: block;
}
@media screen and (min-width:700px){
  .suhadakanPage img{
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
  }
}


.center{
  text-align: center;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.flexBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 0px;
}
@media screen and (min-width:700px){
  .sp{display: none !important;}
}
@media screen and (max-width:699px){
  .pc{display: none !important;}
  .sp img{
    display: block;
  }
  .suhadakanPage .el-d-section{
    padding: 0;
    margin: 0;
  }
}

.suhadakanPage .mv{
  margin-bottom: 6%;
}
.suhadakanPage .mv h1{
  top: 5vw;
  left: 10%;
  width: 79.4%;
}
.suhadakanPage .mv p{
  top: 36.3%;
  left: 0;
  width: 100%;
}
.suhadakanPage .mv p picture{
  position: absolute;
  top: 0;
  left: 0;
}
.suhadakanPage .mv p picture:nth-of-type(-n + 2){
  z-index: 1;
}
@media screen and (min-width:700px){
  .suhadakanPage .mv{
    margin-bottom: 0;
  }
  .suhadakanPage .mv h1{
    top: 3.5%;
    left: 7%;
    width: 85.5%;
  }
  .suhadakanPage .mv p{
    top: 31%;
    left: 10%;
    width: 80%;
  }
}

.suhadakanMenu a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
}
.suhadakanMenu a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center 65px;
}
.suhadakanMenu a+a::after{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 135px;
  background: #235D91;
}
@media screen and (min-width:700px){
  .suhadakanMenu a{
    width: 50%;
  }
  .suhadakanMenu a::before{
    transition: .2s;
  }
  .suhadakanMenu a:hover::before{
    bottom: -10px;
  }
}
@media screen and (max-width:699px){
  .suhadakanMenu{
    padding-bottom: 2vw;
  }
  .suhadakanMenu a{
    width: 50%;
    padding: 0;
  }
  .suhadakanMenu a::before{
    background-size: 6.3vw;
    background-position: 24vw 14vw;
    bottom: 0;
  }
  .suhadakanMenu a+a::before{
    background-position: 19vw 14vw;
  }
  .suhadakanMenu a+a::after{
    top: 0;
    width: 1px;
    height: 42vw;
  }
}


.renewal{
  padding: 10% 0 0;
  position: relative;
}
.renewal h2{
  width: 68%;
  margin: 0 auto 2%;
}
.renewal p{
  font-size: 3.7vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .036em;
  color: #00447D;
  margin-bottom: 3vw;
}
.renewal h3 span{
  top: 20%;
  left: 8%;
  width: 84%;
  font-size: 5.7vw;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .056em;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.renewal h3 small{
  font-size: .77em;
}
.renewal .renewal0201 h3 span{
  top: 34%;
  left: 9%;
}
.renewal .point h3 span{
  top: 17%;
  left: 8%;
  letter-spacing: .1em;
}
@media screen and (min-width:700px){
  .renewal{
    padding: 6% 0 3%;
  }
  .renewal .flexBox>div{
    width: 50%;
  }
  .renewal h2{
    width: 40%;
    margin-bottom: .5%;
  }
  .renewal p{
    font-size: 22px;
    margin-bottom: 0;
  }
  .renewal h3 span{
    top: 51%;
    left: 10%;
    width: 84%;
    font-size: 29px;
  }
  .renewal .renewal0201 h3 span{
    top: 34%;
    left: 8%;
  }
}
@media screen and (max-width:699px){
}

.stylePoint{
  background-image: url(../img/style_bgsp.png);
  background-size: 100% 100%;
  padding: 25% 0 22%;
}
.style h2{
  width: 82%;
  margin: 9% auto 3%;
}
.style .flexBox{
  align-items: center;
  padding: 0 4%;
}
.style .flexBox+.flexBox{
  margin-top: 4%;
}
.style .flexLeft{
  width: 21.33vw;
}
.style .flexRight{
  flex: 1;
  margin-left: 1.5%;
  text-align: center;
}
.style h3{
  font-size: 4.8vw;
  font-weight: 600;
  color: #00447D;
  line-height: 1;
  padding-bottom: .3em;
}
.style .flexRight p{
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.33;
}
.style0104{
  font-size: 3.2vw;
  font-weight: 600;
  color: #00447D;
  text-align: center;
  margin: 3vw auto 0;
}
@media screen and (min-width:700px){
  .stylePoint{
    background-image: url(../img/style_bg.png);
    padding: 18% 0 17%;
  }
  .style h2{
    width: 40%;
    margin: 0 auto;
  }
  .style .flexBox{
  }
  .style .flexBox+.flexBox{
    margin-top: 4%;
  }
  .style .flexLeft{
    width: 12.2%;
    margin-left: 120px;
  }
  .style .flexRight{
    text-align: left;
    margin-left: 3.5%;
  }
  .style h3{
    font-size: 30px;
    padding-bottom: .3em;
  }
  .style .flexRight p{
    font-size: 27px;
  }
  .style0104{
    font-size: 16px;
    text-align: right;
    margin: 2% 9% 1% auto;
  }
}

.osusume a{
  top: 70.3%;
  left: 53%;
  width: 34%;
  height: 8.8%;
}
@media screen and (min-width:700px){
  .osusume a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/osusume_arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 94% center;
    transition: .2s;
  }
  .style .osusume a{
    top: 70.7%;
    left: 53.2%;
    width: 34.1%;
  }
  .osusume a:hover::before{
    background-position: 97% center;
  }
}
@media screen and (max-width:699px){
  .osusume h4{
    margin-bottom: -4%;
  }
  .osusume a{
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80vw;
  }
  .osusume a:hover{
    background-size: 3vw;
    background-position: 81% center;
  }
}
