@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@-webkit-keyframes shiny-btn10 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn-style1 {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  max-width: 295px;
}
.btn-style1:after {
  background: url("../img/index/btn_bg.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -6px;
  content: "";
  z-index: 0;
  max-width: 295px;
  margin: 0 auto;
}
.btn-style1 span {
  display: block;
  position: relative;
  width: 100%;
  /*ボタンの幅*/
  padding: 15px 0 15px 30px;
  z-index: 5;
  border-radius: 50px;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  background: url("../img/index/icon_arrow4.png") no-repeat right 20px top 13px;
  background-color: #f4881e;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  max-width: 295px;
  margin: 0 auto;
  letter-spacing: 0;
  border: 2px solid #000;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-style1 span:hover {
  opacity: 0.8 !important;
}
.btn-style1 span:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn10 3s ease-in-out infinite;
}
.btn-style1:before {
  content: "";
  background: url("../img/index/btn_point.png") no-repeat;
  width: 52px;
  height: 56px;
  position: absolute;
  top: 40px;
  left: 203px;
  z-index: 10;
}
.btn-style1 span:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.btn-style2 {
  background: #27519d;
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  /*ボタンの幅*/
  z-index: 5;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}
.btn-style2 a:hover {
  opacity: 0.8;
}
.btn-style2:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn10 3s ease-in-out infinite;
}
.btn-style2 a {
  display: block;
  padding: 37px 0;
}
.btn-style2 a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.btn-style2 span {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.btn-style2 span:after {
  content: "";
  background: url("../img/index/icon_arrow1.png") no-repeat;
  width: 30px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.btn-style3 {
  background: none;
  border: none;
  padding: 0;
  width: 670px;
  position: relative;
  margin: 0 auto;
}
.btn-style3 i {
  position: absolute;
  width: 175px;
  height: 147px;
  top: -53px;
  left: -25px;
  z-index: 7;
}
.btn-style3:after {
  background: #1daee3;
  position: absolute;
  top: 4px;
  left: 5px;
  right: -2px;
  bottom: -11px;
  content: "";
  z-index: 0;
  border-radius: 63px;
  border: 3px solid #222222;
}
.btn-style3 span {
  border: 3px solid #222222;
  display: block;
  position: relative;
  width: 100%;
  padding: 28px 0 28px 175px;
  z-index: 5;
  border-radius: 56px;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  background: #fff;
  font-size: 32px;
  color: #222222;
  font-weight: 900;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.btn-style3 span:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffa325;
  animation: shiny-btn10 3s ease-in-out infinite;
}
.btn-style3 span:after {
  content: "";
  background: url(../img/index/icon_arrow3.png) no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -5px;
}
.btn-style3 span:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  background: #ffa325;
}
.mailform {
  padding: 26px 20px;
}
.mailform .ttl3 {
  color: #fff;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 33px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mailform .row {
  color: #000;
}
.mailform .form-row {
  padding: 0 20px 5px;
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  border-collapse: collapse;
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px; */
}
.mailform .form-row .caption {
  /* width: 52px; */
  /* margin-top: 4px; */
  text-align: left;
}
.mailform .form-row .caption span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  /* line-height: 36px; */
  display: inline-block;
}
.mailform .form-row .input {
  width: calc(100% - 17px);
}
.confirm-main .form-row .input {
  display: flex;
  align-items: center;
  color: #fff;
}
.mailform .submit-form {
  margin-top: 20px;
  text-align: center;
}
.mailform .form-row .input span {
  display: block;
  text-align: left;
  margin-left: 10px;
  margin-top: -4px;
  font-size: 20px;
  letter-spacing: 4px;
}
.mailform .form-row .input input {
  font-size: 16px;
  color: #000;
  /* padding: 10px; */
  /* border-radius: 10px; */
  border: 1px solid #1f6a86;
  /* margin-left: 10px; */
  width: 100%;
  /* height: 58px; */
  box-sizing: border-box;
  letter-spacing: 3px;
  border-radius: 10px;
  padding: 12px ;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
::placeholder {
  color: #aaa;
}
/*  ==================================  */
/*  =============  sec-lead  ==============  */
/*  ==================================  */
#sec-lead {
 text-align: center;
  margin: 80px 0;
}
#sec-lead h2 {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  position: relative;
  /*border-bottom: 2px solid #f4881e;*/
  padding-bottom: 30px;
  margin: 100px 10% 30px;
	color: #27519d;
}

#sec-lead br.sp {
  display: none;
}
#sec-lead-example {
  position: relative;
  padding: 52px 0;
}
#sec-lead-example::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1daee3;
  transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -webkit-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  z-index: -1;
}
#sec-lead-example .box {
  width: 60%;
  margin: 0 auto 10px;
  background-color: #fff;
  border: solid 1px #1daee3;
  opacity: 0.9;
  padding: 3%;
}
#sec-lead-example .box h2 {
  font-size: 2vw;
  color: #1daee3;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
#sec-lead-example .box h2 img {
  display: block;
}
#sec-lead-example .box h2 span {
  font-size: 4vw;
  /* font-weight: 900; */
}
#sec-lead-example .box .col_l {
  float: left;
  width: 20%;
}
#sec-lead-example .txt {
  font-weight: bold;
  float: right;
  width: 74%;
  border-left: 3px solid #0eb8f1;
  padding-left: 19px;
}

#sec-lead-example .txt span {
  color: #1daee3;
}

@media screen and (max-width: 767px) {
  #sec-lead h2 {
    font-size: 10vw;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-top: 32px;
	margin-bottom: 16px;  
  }
  #sec-lead {
  text-align: left;
    line-height: 1.8;
    padding: 5% 5% 0;
  margin: 0px 0px 64px;
  }
  #sec-lead br {
    display: none;
  }
  #sec-lead br.sp {
    display: inline;
  }
  #sec-lead-example .box {
    width: 84%;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 40px;
  }
  #sec-lead-example .box h2 {
    font-size: 5vw;
  }
  #sec-lead-example .box h2 span {
    font-size: 8vw;
  }
  #sec-lead-example .box .col_l {
    text-align: center;
    float: none;
    width: 100%;
  }
  #sec-lead-example .txt {
    font-weight: normal;
    float: none;
    width: 100%;
    border-left: 0 solid #0eb8f1;
    border-top: 3px solid #0eb8f1;
    padding-left: 0;
    padding-top: 19px;
  }
}

/*  ==================================  */
/*  =============  HOW TO  ==============  */
/*  ==================================  */
#howto {
  padding: 159px 0 197px;
  background: url("../img/index/howto_deco3.png") no-repeat center bottom;
}
#howto h2 {
  text-align: center;
  margin-bottom: 16px;
}
#howto .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto 76px;
}
#howto .list li {
  background: #27519d;
  width: 272px;
  height: 272px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
#howto h3 {
  font-size: 35px;
  color: #222;
  text-align: center;
  margin-bottom: 65px;
  font-weight: 500;
}
/*  ==================================  */
/*  =============  POINT  ==============  */
/*  ==================================  */
#point #sec1 {
  padding: 35px 0 80px;
}
#point #sec1 h2 {
  font-size: 32px;
  color: #222;
  text-align: left;
  margin-bottom: 23px;
  background: url("../img/index/sec1_deco1.png") no-repeat left 0 bottom;
  padding-bottom: 60px;
  margin-left: 124px;
  line-height: 51px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-left: 47px;
}
#point #sec1 h2 .t1 {
  font-weight: bold;
  color: #f4881e;
  font-size: 37px;
}
#point #sec1 h2 .t2 {
  margin-left: 36px;
}
#point #sec1 h2 .t2 .t3 {
  font-size: 37px;
  color: #1daee3;
  font-weight: bold;
}
#point #sec1 .logo {
  margin-bottom: 58px;
}
#point #sec1 .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#point #sec1 .list .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  width: 273px;
}
#point #sec1 .list .col .photo {
  margin-bottom: 27px;
  margin-left: 15px;
}
#point #sec1 .list .col2 .photo {
  margin-top: 10px;
  margin-left: -4px;
}
#point #sec1 .list .col3 .photo {
  margin-top: -30px;
  margin-left: 30px;
  margin-bottom: 10px;
}
#point #sec1 .list .col .ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  position: relative;
  position: relative;
  letter-spacing: 0;
}
#point #sec1 .list .col .ttl:before {
  position: absolute;
  top: 0;
  left: 21px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  content: "";
}
#point #sec1 .list .col .ttl:after {
  position: absolute;
  top: 0;
  right: 25px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  content: "";
}
#point #sec1 .list .col2 .ttl:before {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  content: "";
}
#point #sec1 .list .col2 .ttl:after {
  position: absolute;
  top: 0;
  right: 25px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  content: "";
}
#point #sec1 .list .col3 .ttl:before {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  content: "";
}
#point #sec1 .list .col3 .ttl:after {
  position: absolute;
  top: 0;
  right: 25px;
  width: 3px;
  height: 104px;
  background: #2b2b2b;
  display: inline-block;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  content: "";
}
#point #sec1 .list .col2 {
  flex-direction: column-reverse;
  margin-top: 26px;
}
#point #sec1 .list .col2 .ttl:before {
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}
#point #sec1 .list .col2 .ttl:after {
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}
#point #sec1 .ttl2 {
  margin-left: 159px;
  font-size: 33px;
  font-weight: 900;
  line-height: 78px;
}
#point #sec1 .ttl2 i {
  vertical-align: sub;
}
#point #sec1 .ttl2 .t1 {
  font-size: 77px;
  margin-left: 21px;
  letter-spacing: 3px;
}
#point #sec1 .ttl2 .t1 > span {
  font-size: 52px;
  margin-left: 0;
}
#point #sec1 .ttl2 .t1 > .t2 {
  font-size: 52px;
  margin-left: 267px;
  letter-spacing: 4px;
}
#point #sec1 .ttl2 .t2 span {
  font-size: 77px;
}
#point #sec2 {
  background: #1daee3;
  padding: 66px 0 86px;
  position: relative;
  border-top: 4px solid #222222;
  border-bottom: 4px solid #222222;
}
#point #sec2 h2 {
  position: absolute;
  font-size: 33px;
  line-height: 61px;
  color: #fff;
  width: 217px;
  height: 482px;
  right: 96px;
  top: 36px;
  letter-spacing: 5px;
}
#point #sec2 h2 span {
  background: #fff;
  color: #f4881e;
  padding: 13px 5px;
  font-weight: 900;
  margin-bottom: 10px;
}
#point #sec2 .graph {
  margin-bottom: 79px;
  margin-left: 104px;
  width: 908px;
  min-height: 517px;
  max-width: 100%;
  position: relative;
}
#point #sec2 .btn-style3 {
  margin-bottom: 125px;
}
#point #sec2 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border: 5px solid #fff;
  border-radius: 22px;
}
#point #sec2 .box .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 350px;
}
#point #sec2 .box .col .t1 {
  margin-top: -77px;
  text-align: center;
}
#point #sec2 .box .col h3 {
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  line-height: 68px;
  color: #fff;
}
#point #sec2 .box .col h3 small {
  font-size: 30px;
  margin-top: -5px;
  display: block;
}
#point #sec2 .box .col h3 .num {
  font-size: 84px;
}
#point #sec2 .box .col h3 .t2 {
  font-size: 45px;
}
#point #sec2 .box .txt {
  width: calc(100% - 350px);
  padding: 33px 16px;
  align-self: center;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  letter-spacing: 3px;
}
#point #sec2 .box .txt span {
  color: #fffb8f;
  font-size: 21px;
  font-weight: 900;
}
#point #sec2 .col1 {
  position: absolute;
  left: 105px;
  bottom: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
}
#point #sec2 .col1 .line {
  background: #222222;
  width: 66px;
  height: 225px;
}
#point #sec2 .col1 .ttl {
  font-size: 19px;
  text-align: center;
  line-height: 33px;
  margin-bottom: 10px;
}
#point #sec2 .col1 .ttl > span {
  font-size: 41px;

  font-weight: 900;
}
#point #sec2 .col1 .ttl > span > span {
  font-size: 27px;
}
#point #sec2 .col2 {
  position: absolute;
  left: 232px;
  bottom: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#point #sec2 .col2 .ttl2 {
  background: url("../img/index/sec5_balloon.png") no-repeat;
  width: 251px;
  height: 226px;
  z-index: 5;
  margin-bottom: 19px;
  position: relative;
}
#point #sec2 .col2 .ttl2 > span {
  font-size: 55px;
  font-weight: 900;
  position: absolute;
  left: 16%;
  top: 47%;
}
#point #sec2 .col2 .ttl2 > span > small {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
#point #sec2 .col2 .ttl2 span > span {
  font-size: 51px;
}
#point #sec2 .col2 .line {
  width: 66px;
  height: 125px;
  background: #222;
}
#point #sec2 .sec2-ttl{
  margin: -35px 0px 0px 36px;
}
@media screen and (max-width: 767px) {
 
}
#sec3-1 {
  color: #fff;
  place-items: center;
  background-color: #1daee3;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  padding: 70px 0 150px;
}
#sec3-1 .wrap {
  display: flex;
}
#sec3-1 .item1 {
  text-align: center;
  width: 50vw;
}
#sec3-1 .item2 {
  width: 50vw;
}
#sec3-1 h2 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 400;
}
#sec3-1 h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #28519d;
  margin-bottom: 20px;
}
#sec3-2 .wrap {
  position: relative;
  min-height: 334px;
}
#sec3-2 h3 {
  color: #28519d;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: absolute;
  top: -30px;
  right: 0;
}
#sec3-2 h3 span {
  font-size: 70px;
}
#sec3-2 .btn-style3 {
  width: 500px;
  position: absolute;
  top: 96px;
  right: 0;
}
#sec3-2 .btn-style3 span {
  padding-left: 150px;
  font-size: 24px;
}
#sec3-2 .txt {
  position: absolute;
  width: 460px;
  top: 70px;
  color: #368cad;
}
@media only screen and (max-width: 767px) {
  #sec3-1 {
    padding: 50px 0 80px;
  }
  #sec3-1 .wrap {
    flex-direction: column;
  }
  #sec3-1 .item1 {
    width: calc(100vw - 6%);
  }
  #sec3-1 .item2 {
    width: calc(100vw - 6%);
  }
  #sec3-1 h2 {
    font-size: 9vw;
    margin-bottom: 30px;
  }
  #sec3-1 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #sec3-2 {
    padding: 30px 0 60px;
  }
  #sec3-2 h3 {
    font-size: 10vw;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
  }
  #sec3-2 h3 span {
    font-size: 50px;
  }
  #sec3-2 .btn-style3 {
    width: calc(100vw - 6%);
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
  }
  #sec3-2 .txt {
    width: calc(100vw - 6%);
    position: relative;
    line-height: 1.7;
    top: 0;
    left: 0;
    color: #368cad;
  }
}

/*  ==================================  */
/*  =============  SUPPORT  ==============  */
/*  ==================================  */
#support {
  background: url("../img/index/support_deco.png") no-repeat center top;
  background-size: 100%;
  padding: 255px 0 0;
}
#support h2 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 37px;
}
#support h2 span {
  font-size: 32px;
}
#support .txt {
  text-align: center;
  margin-bottom: 64px;
  font-size: 18px;
}
#support .balloon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#support .balloon li {
  position: relative;
  width: 30%;
  text-align: center;
}
#support .balloon li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}
#support .balloon .t1 {
  margin-left: -13px;
}
#support .balloon .t2 {
  margin-left: -16px;
}
#support .balloon .t3 {
  margin-left: -10px;
  margin-top: -1px;
}
#support .balloon .t4 {
  margin-left: 136px;
  margin-top: -16px;
}
#support .balloon .t5 {
  margin-top: -17px;
  margin-left: -15px;
}
#support .balloon .t6 {
  margin-right: -89px;
  margin-top: -21px;
  margin-left: -12px;
}
/*  ==================================  */
/*  =============  RSS  ==============  */
/*  ==================================  */
#rss {
  position: relative;
  padding-top: 104px;
}
#rss:after {
  background: #bee6f4;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: -1;
  transform: skewY(7deg);
  content: "";
}
#rss h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -40px;
}
#rss h3 {
  font-size: 32px;
  font-weight: 900;
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}
#rss h3:before {
  width: 40px;
  height: 5px;
  background: #222222;
  display: inline-block;
  margin-right: 16px;
  content: "";
  vertical-align: middle;
}
#rss .btn-style3 {
  margin: 0 auto;
  width:670px;
}
#rss #feed {
  margin-bottom: 100px;
}
#rss #feed .box {
  background: #fff;
  width: 335px;
  box-sizing: border-box;
  padding: 20px 20px;
  min-height: 452px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#rss #feed .box .photo {
  display: block;
  width: 100%;
  padding-top: 65%;
  position: relative;
}
/* #rss #feed .box .photo:hover {
  opacity: 0.8;
} */
#rss #feed .box .photo {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
#rss #feed .box .photo img {
  margin: 0 auto;
}
#rss #feed .box .photo span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
#rss #feed .box .tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}

#rss #feed .box .tag li {
  background: #1daee3;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  /* margin-left: 10px; */
  padding: 0 10px;
  line-height: 25px;
}
.oren_color {
  background: #f4881e !important;
}
/* #rss #feed .box .tag li:hover {
  opacity: 0.8;
} */
#rss #feed .box .tag li:first-child {
  margin-left: 0;
}
#rss #feed .box .title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}
#rss #feed .box .title a {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* #rss #feed .box .title a:hover {
  text-decoration: underline;
} */
#rss #feed .box .txt {
  text-align: right;
}
#rss #feed .box .txt span {
  background: #27519d;
  padding: 5px 16px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
#rss #feed .slick-slide {
  padding: 0 10px;
}
/*  ==================================  */
/*  =============  VOICE  ==============  */
/*  ==================================  */
#voice {
  padding: 157px 0 222px;
}
#voice h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: 2px;
  line-height: 46px;
}
#voice h2 span {
  font-size: 17px;
  color: #f4881e;
  font-weight: 900;
  display: block;
  letter-spacing: 5px;
}
#voice .voice-js .item {
  width: 900px;
  padding: 0 36px 0px 36px;
  box-sizing: border-box;
}
#voice .voice-js .item .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}
#voice .voice-js .item .col .ava {
  width: 111px;
  margin-top: 0;
}
#voice .voice-js .item .col dl {
  width: calc(100% - 111px);
  margin-top: 13px;
}
#voice .voice-js .item .col dt {
  border-bottom: 3px solid #222;
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 10px;
  padding-left: 11px;
  letter-spacing: 1px;
  margin-bottom: -13px;
}
#voice .voice-js .item .col dd {
  font-size: 20px;
  font-weight: normal;
  padding: 0 11px;
  line-height: 68px;
}
#voice .voice-js .item .txt {
  margin-left: 124px;
  font-size: 18px;
}
#flow .group {
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; */
}
#flow .group h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 64px;
  line-height: 50px;
}
#flow .group h2 span {
  font-size: 17px;
  color: #f4881e;
  font-weight: 900;
  display: block;
  letter-spacing: 4px;
}
#flow .group .flow {
  width: 880px;
  margin: 0 auto;
}
#flow .group .flow dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 29px;
}
#flow .group .flow dl dt {
  font-size: 40px;
  color: #f4881e;
  font-weight: 900;
  width: 120px;
  position: relative;
  /* margin-top: 24px; */
  text-align: center;
}

#flow .group .flow dl dt img {
  margin: 0 auto 5px;
  text-align: center;
  display: block;
}
#flow .group .flow dl dt:before {
  max-height: 50px;
  content: "";
  position: absolute;
  top: 150px;
  left: 55px;
  border-left: 2px dotted #f4881e;
  margin-left: -1px;
  height: 0%;
  z-index: 0;
  -webkit-transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
}
#flow .group .flow dl dd {
  background: #27519d;
  padding: 32px 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  width: calc(100% - 80px);
  box-sizing: border-box;
  letter-spacing: 1px;
  min-height: 130px;
}
/* #flow .group .flow dl dd.img1 {
  background-image: url(../img/index/flow_1_img.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#flow .group .flow dl dd.img2 {
  background-image: url(../img/index/flow_2_img.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#flow .group .flow dl dd.img3 {
  background-image: url(../img/index/flow_3_img.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#flow .group .flow dl dd.img4 {
  background-image: url(../img/index/flow_4_img.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#flow .group .flow dl dd.img5 {
  background-image: url(../img/index/flow_5_img.png);
  background-repeat: no-repeat;
  background-position: top right;
} */
/* @media screen and (max-width: 767px) {
  #flow .group .flow dl dd.img1 {
    background-image: none;
  }
  #flow .group .flow dl dd.img2 {
    background-image: none;
  }
  #flow .group .flow dl dd.img3 {
    background-image: none;
  }
  #flow .group .flow dl dd.img4 {
    background-image: none;
  }
  #flow .group .flow dl dd.img5 {
    background-image: none;
  }
} */
#flow .group .flow dl dd span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  letter-spacing: 3px;
  margin-top: 24px;
  line-height: 32px;
}
#flow .group .flow dl[style*="visible"] dt:before {
  height: 100%;
}
#flow .group dl:last-child dt:before {
  display: none;
}
#faq {
  padding: 180px 0 258px;
}
#faq h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
  line-height: 49px;
}
#faq h2 span {
  font-size: 17px;
  color: #f4881e;
  font-weight: 900;
  display: block;
}
#faq .qa dl {
  margin-bottom: 80px;
}
#faq .qa dl dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 25px;
  font-weight: 900;
  color: #222;
  margin-bottom: 15px;
  border-bottom: 4px solid #f4881e;
  padding-bottom: 20px;
  padding-top: 18px;
  letter-spacing: 1px;
}
#faq .qa dl dt span {
  font-size: 46px;
  color: #f4881e;
  font-weight: 900;
  margin-top: -13px;
  margin-right: 10px;
}
#faq .qa dl dd {
  margin-left: 40px;
  font-size: 18px;
}
#faq .qa dl dd span {
  font-size: 46px;
  color: #222;
  font-weight: 900;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .btn-style1 {
    max-width: 100%;
    margin: 0 auto;
  }
  .btn-style1:after {
    max-width: 71%;
  }
  .btn-style1 span {
    max-width: 71%;
    padding: 4%;
    text-align: center;
    font-size: 4vw;
    background: url(../img/index/icon_arrow4.png) no-repeat right 13px top 50%;
    background-color: #f4881e;
    background-size: 22px;
  }
  .btn-style1 span:hover {
  }
  .btn-style1 span:before {
  }
  .btn-style1:before {
    left: 65%;
    background-size: 42px;
  }
  .btn-style1 span:hover {
  }
  .btn-style2 {
    width: 100%;
    max-width: 100%;
  }
  .btn-style2:before {
  }
  .btn-style2 a {
    padding: 40px 0 33px;
  }
  .btn-style2 a:hover {
  }
  .btn-style2 span {
    display: flex;
    flex-direction: row;
    font-size: 21px;
    line-height: 23px;
    justify-content: center;
  }
  .btn-style2 span small {
    font-size: 14px;
  }
  .btn-style2 span:after {
    margin-top: -2px;
  }
  .btn-style3 {
    width: 100%;
  }
  .btn-style3 i {
    width: 31%;
    left: -3%;
    height: auto;
    top: -30%;
  }
  .btn-style3:after {
    bottom: -8px;
    border-width: 2px;
    max-width: 92%;
    left: 6%;
    right: 5%;
  }
  .btn-style3 span {
    padding: 5vw 5%;
    text-align: center;
    font-size: 4.2vw;
    border-width: 2px;
    padding-left: 11%;
    width: 88%;
    margin: 0 auto;
  }
  .btn-style3 span:before {
  }
  .btn-style3 span:after {
    position: absolute;
    right: 7%;
    top: 28px;
    width: 24px;
    background-size: 100%;
  }
  .btn-style3 span:hover {
  }
  footer .btn-style2 {
    margin-bottom: 16vw;
  }
  .mailform {
    max-width: 100%;
    width: 100% !important;
    box-sizing: border-box;
    padding-bottom: 7vw;
  }
  .mailform .ttl3 {
    font-size: 5.2vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin: 0 -4% 7vw;
  }
  .mailform .form-row {
  }
  .mailform .form-row .caption {
    margin-left: -10px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .mailform .form-row .caption span {
    font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
    line-height: 31px;
    padding: 5px 12px 11px;
  }
  .mailform .form-row .input {
    width: calc(100% );
  }
  .mailform .submit-form {
  }
  .mailform .form-row .input span {
    margin-left: 0;
    font-size: 17px;
  }
  .mailform .form-row .input input {
    margin-left: 0;
  }
  /*  ==================================  */
  /*  =============  HOW TO  ==============  */
  /*  ==================================  */
  #howto {
    padding: 12vw 0 24vw;
    background-size: 261%;
  }
  #howto h2 {
    margin: 0 -6% 4vw -3%;
  }
  #howto .list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  margin: 0 auto 56px; 
  }
  #howto .list li {
    width: 47%;
    height: 44vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  #howto h3 {
    font-weight: bold;
    font-size: 7vw;
    margin-bottom: 6vw;
  }
  /*  ==================================  */
  /*  =============  POINT  ==============  */
  /*  ==================================  */
  #point #sec1 {
    padding: 0 0 11%;
    margin-top: -7vw;
  }
  #point #sec1 h2 {
    margin-left: 4%;
    padding-left: 0;
    font-size: 4vw;
    letter-spacing: 0.09em;
    line-height: 1.5;
    padding-bottom: 9vw;
    background: url(../img/index/sec1_deco1_sp.png) no-repeat left 0 bottom;
    background-size: 100%;
    margin-bottom: 3vw;
  }
  #point #sec1 h2 .t1 {
    font-size: 5.5vw;
  }
  #point #sec1 h2 .t2 {
    margin-left: 4%;
  }
  #point #sec1 h2 .t2 .t3 {
    font-size: 5.5vw;
  }
  #point #sec1 .logo {
    width: 74%;
    padding: 0 3%;
    margin-bottom: 11vw;
  }
  #point #sec1 .list {
    flex-direction: column;
  }
  #point #sec1 .list .col {
    flex-direction: row;
    width: 100%;
  }
  #point #sec1 .list .col .photo {
    width: 53%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #point #sec1 .list .col2 .photo {
  }
  #point #sec1 .list .col3 .photo {
    width: 46%;
  }
  #point #sec1 .list .col .ttl {
    text-align: left;
    align-self: center;
    font-size: 19px;
    line-height: 31px;
    position: relative;
  }
  #point #sec1 .list .col .ttl:before {
    transform: rotate(-107deg);
    -webkit-transform: rotate(-107deg);
    top: -72%;
    left: 32%;
    width: 2px;
    height: 100%;
  }
  #point #sec1 .list .col2 .ttl {
    text-align: right;
  }
  #point #sec1 .list .col .ttl:after {
    transform: rotate(103deg);
    -webkit-transform: rotate(103deg);
    left: 35%;
    width: 2px;
    top: 71%;
    height: 100%;
  }
  #point #sec1 .list .col2 .ttl:before {
  }
  #point #sec1 .list .col2 .ttl:after {
  }
  #point #sec1 .list .col3 .ttl:before {
    left: 23%;
  }
  #point #sec1 .list .col3 .ttl:after {
    left: 25%;
  }
  #point #sec1 .list .col2 {
    flex-direction: row-reverse;
    margin-bottom: 7vw;
  }
  #point #sec1 .list .col2 .ttl:before {
    transform: rotate(-77deg);
    -webkit-transform: rotate(-77deg);
    left: 70%;
  }
  #point #sec1 .list .col2 .ttl:after {
    transform: rotate(-99deg);
    -webkit-transform: rotate(-99deg);
    left: 70%;
  }
  #point #sec1 .ttl2 {
    margin-left: 0;
    font-size: 5vw;
    line-height: 1.3;
    text-align: left;
  }
  #point #sec1 .ttl2 i {
  }
  #point #sec1 .ttl2 .t1 {
    font-size: 8vw;
  }
  #point #sec1 .ttl2 .t1 > span {
    font-size: 6vw;
  }
  #point #sec1 .ttl2 .t1 > .t2 {
    margin-left: 0;
    font-size: 6vw;
    width: 100%;
    text-align: right;
    display: block;
  }
  #point #sec1 .ttl2 .t2 span {
    font-size: 9vw;
  }
  #point #sec2 {
    padding: 5vw 0 15vw;
  }
  #point #sec2 h2 {
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    color: #222;
    position: static;
    width: 100%;
    height: auto;
    font-size: 5vw;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12vw;
    letter-spacing: 3px;
  }
  #point #sec2 h2 span {
    padding: 5px 10px;
    font-size: 6vw;
    margin-right: 9px;
  }
  #point #sec2 .graph {
    margin: 0 auto 8vw;
    min-height: auto;
  }
  #point #sec2 .col1 {
    left: 16%;
    bottom: 18.5%;
  }
  #point #sec2 .col1 .line {
    width: 66px;
    height: 39vw;
  }
  #point #sec2 .col2 .line {
    height: 21vw;
  }
  #point #sec2 .col2 {
    left: 48%;
    bottom: 18.5%;
  }
  #point #sec2 .btn-style3 {
  }
  #point #sec2 .box {
    flex-direction: column;
    padding: 10% 5% 10%;
    border-width: 3px;
  }
  #point #sec2 .col2 .ttl2 {
    width: 34vw;
    height: 31vw;
    z-index: 5;
    margin-bottom: 19px;
    position: relative;
    background-size: 100%;
  }
  #point #sec2 .box .col {
    width: 100%;
    margin-bottom: 5vw;
  }
  #point #sec2 .box .col .t1 {
    width: 27%;
    margin: -24% auto 0;
  }
  #point #sec2 .col2 .ttl2 > span {
    font-size: 5vw;
    text-align: center;
    top: 35%;
  }
  #point #sec2 .col2 .ttl2 > span > small {
    font-size: 3vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-top: -15%;
  }
  #point #sec2 .col2 .ttl2 span > span {
    font-size: 5vw;
  }
  #point #sec2 .box .col h3 {
    font-size: 10vw;
    line-height: 1.2;
  }
  #point #sec2 .box .col h3 small {
    font-size: 7vw;
    margin-top: 3vw;
    display: block;
  }
  #point #sec2 .box .col h3 .num {
    font-size: 14vw;
  }
  #point #sec2 .box .col h3 .t2 {
    font-size: 8vw;
  }
  #point #sec2 .box .txt {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
  }
  #point #sec2 .box .txt span {
    font-size: 17px;
  }
  #point #sec2 .sec2-ttl{
    margin: -35px 0px 0px 24px;
    padding-top: 5px;
  }

  #point #sec3 {
    position: relative;
    overflow: hidden;
  }
  #point #sec3:before {
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    content: "";
    background: #07d9f8;
    height: 555px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
  #point #sec3 .info1 {
    padding: 95px 0 136px;
    z-index: 1;
  }
  #sec3 .info1 .col_r {
    float: right;
    padding-left: 35px;
  }
  #point #sec3-2 {
  }
  /*  ==================================  */
  /*  =============  SUPPORT  ==============  */
  /*  ==================================  */
  #support {
    background-size: 180%;
    padding: 32vw 0 15vw;
  }
  #support h2 {
    font-size: 10vw;
    margin-bottom: 2vw;
	line-height: 150%;
  }
  #support h2 span {
    font-size: 6vw;
  }
  #support .txt {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    padding: 0 2%;
  margin-bottom: 48px;
  }
  #support .balloon {
    justify-content: space-between;
  }
  #support .balloon li {
    width: 48%;
  }
  #support .balloon li span {
    font-size: 4.5vw;
    line-height: 1.6;
    width: 100%;
  }
  #support .balloon .t1 {
    margin-left: 0;
  }
  #support .balloon .t2 {
  }
  #support .balloon .t3 {
    margin-left: 0;
  }
  #support .balloon .t4 {
    margin-left: 0;
    margin-top: 0;
  }
  #support .balloon .t5 {
    margin-left: 0;
    margin-top: 0;
  }
  #support .balloon .t6 {
    margin-right: 0;
    margin-top: 0;
  }
  /*  ==================================  */
  /*  =============  RSS  ==============  */
  /*  ==================================  */
  #rss {
    padding-bottom: 16vw;
    padding-top: 40px;  
  }
  #rss:after {
    top: 0;
  }
  #rss h2 {
    /* margin-left: 7%; */
    margin-bottom: 3vw;
  }
  #rss h2 img {
    width: 80.0521512386vw;
  }
  #rss h3 {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  #rss h3:before {
    width: 7%;
    margin-right: 9px;
  }
  #rss .btn-style3 {
    width: 94%;
  }
  #rss #feed {
    margin-bottom: 11vw;
  }
  #rss #feed .box {
    width: 80vw;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: auto;
  }
  #rss #feed .box .photo {
  }
  #rss #feed .box .photo img {
  }
  #rss #feed .box .tag {
  }
  #rss #feed .box .tag li {
  }
  #rss #feed .box .tag li:first-child {
  }
  #rss #feed .box .title {
  }
  #rss #feed .box .title a {
  }
  #rss #feed .box .txt {
  }
  #rss #feed .box .txt span {
    font-size: 17px;
  }
  #rss #feed .slick-slide {
  }
  /*  ==================================  */
  /*  =============  VOICE  ==============  */
  /*  ==================================  */
  #voice {
    padding: 12vw 0 12vw;
  }
  #voice h2 {
    font-size: 36px;
  margin-bottom: 40px;
  }
  #voice h2 span {
  }
  #voice .voice-js .item {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #voice .voice-js .item .col {
    padding-left: 8%;
    position: relative;
  }
  #voice .voice-js .item .col .ava {
    position: absolute;
    top: 53%;
    width: 23%;
    left: 5%;
    max-width: 85px;
  }
  #voice .voice-js .item .col dl {
    width: 92%;
  }
  #voice .slick-next {
    top: 35vw;
  }
  #voice .slick-prev {
    top: 35vw;
  }
  #voice .voice-js .item .col dt {
    text-align: center;
    font-size: 24px;
    padding-bottom: 6vw;
  }
  #voice .voice-js .item .col dd {
    text-align: right;
    padding: 0;
  }
  #voice .voice-js .item .txt {
    margin-left: 0;
    padding: 0;
    width: 91%;
    margin: 0 auto;
    padding-left: 2%;
  }
  #flow .group {
    flex-direction: column;
  }
  #flow .group h2 {
  margin-bottom: 40px;
  }
  #flow .group h2 span {
  }
  #flow .group .flow {
    width: 99%;
  }
  #flow .group .flow dl {
  }
  #flow .group .flow dl dt {
    margin-top: 0;
  }
  #flow .group .flow dl dt:before {
  }
  #flow .group .flow dl dd {
    font-size: 6vw;
    padding: 5vw;
  }
  #flow .group .flow dl dd .img {
    background: none;
  }
  #flow .group .flow dl dd span {
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px;
  }
  #flow .group .flow dl[style*="visible"] dt:before {
    height: 90%;
  }
  #flow .group dl:last-child dt:before {
  }
  #faq {
    padding: 100px 0 39vw;
  }
  #faq h2 {
    margin-bottom: 6vw;
  }
  #faq h2 span {
  }
  #faq .qa dl {
  }
  #faq .qa dl dt {
    width: 94%;
  }
  #faq .qa dl dt span {
    font-size: 37px;
  }
  #faq .qa dl dd {
    margin-left: 0;
    display: flex;
  }
  #faq .qa dl dd span {
    font-size: 40px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #key-box .img-parallax img {
    height: auto;
    object-fit: unset;
  }
  .fc-form .form-submit {
    text-align: center;
  }
  .fc-form .form-submit:hover {
    opacity: 0.8;
  }
}

.checkbox input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
  accent-color: #f4881e;
  cursor: pointer;
}

.checkbox {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.mt_30 {
  margin-top: 30px;
}
