@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@-webkit-keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*
デフォルトの文字サイズ

カテゴリ名 2.4rem 0.0vw

h1 4.0rem SP 5.6rem 5.6vw
h2
h3
h4

p PC 1.6rem SP 3.2vw

@include for-pc() {
}

*/
#home_read .in .txt1 {
  margin: 4% auto 0 2%;
  text-align: center;
  background-color: #1d2088;
  color: #fff;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.32em 0.4em 0.4em;
  letter-spacing: 0.08em;
  font-size: 3.2vw;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #home_read .in .txt1 {
    margin: 8% auto 0 4%;
    letter-spacing: 0.08em;
    font-size: 3.2rem;
  }
}
#home_read .in > .tit {
  color: #1d2088;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  #home_read .in > .tit {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 4rem;
    margin-bottom: 0.4vw;
  }
}
#home_read .in > .tit .stg {
  font-family: "Oswald";
  font-size: 3.2vw;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #home_read .in > .tit .stg {
    font-size: 5.6rem;
  }
}
@media (max-width: 959px) {
  #home_read .in > .tit .stg {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  #home_read .in > .tit .stg {
    font-size: 6.4vw;
  }
}
#home_read .in .txt_line {
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1024px) {
  #home_read .in .txt_line {
    line-height: 1.8;
  }
}
#home_read .in .txt_line p {
  margin-bottom: 1.2em;
}
@media (min-width: 1024px) {
  #home_read .in .txt_line p {
    letter-spacing: 0.16em;
  }
}
#home_read .in .txt_line p:last-child {
  margin-bottom: 0;
}
#home_read .in .btnarea {
  margin: 4% auto 0;
  text-align: center;
}
@media (min-width: 1024px) {
  #home_read .in .btnarea {
    margin: 8% auto 0;
  }
}

.sec_home_read_02 .lo {
  margin: 8% auto;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.sec_home_read_02 .lo .txt {
  background-color: #1d2088;
  color: #fff;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    height: 420px;
    margin-bottom: 8%;
    margin-right: -8%;
  }
}
.sec_home_read_02 .lo .txt > .gr {
  padding: 6.4% 4% 6.4% 6.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec_home_read_02 .lo .txt > .gr .heading {
  margin-bottom: 3.2%;
}
.sec_home_read_02 .lo .txt > .gr .heading .desc {
  font-size: 2.6vw;
  line-height: 1.4;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .heading .desc {
    font-size: 2rem;
  }
}
.sec_home_read_02 .lo .txt > .gr .heading .tit {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .heading .tit {
    font-size: 3.2rem;
  }
}
.sec_home_read_02 .lo .txt > .gr .txt_line {
  font-size: 2.8vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .txt_line {
    font-size: 1.6rem;
  }
}
.sec_home_read_02 .lo .txt > .gr .ul_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3.2% auto 0;
  font-size: 3.2vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .ul_point {
    font-size: 1.6rem;
  }
}
.sec_home_read_02 .lo .txt > .gr .ul_point > li {
  width: 80%;
  vertical-align: middle;
  margin-bottom: 0.8em;
  position: relative;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .ul_point > li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sec_home_read_02 .lo .txt > .gr .ul_point > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 4vw;
  background: url(../img/index/icn_arr1.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .ul_point > li:before {
    width: 20px;
    height: 20px;
  }
}
.sec_home_read_02 .lo .txt > .gr .gr_trial {
  margin: 2.8% auto 0;
}
.sec_home_read_02 .lo .txt > .gr .gr_trial .txt_chance {
  text-align: center;
  padding: 0.4em;
  color: #f9ef54;
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 1.6%;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .gr_trial .txt_chance {
    font-size: 1.8rem;
  }
}
.sec_home_read_02 .lo .txt > .gr .gr_trial .btn_trial a {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50vw;
  height: 7.4vw;
  font-size: 2.6vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .txt > .gr .gr_trial .btn_trial a {
    font-size: 1.6rem;
    width: 240px;
    height: 48px;
  }
}
.sec_home_read_02 .lo .txt > .gr .gr_trial .btn_trial a:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.sec_home_read_02 .lo .txt > .gr .gr_trial .btn_trial a:hover {
  background-color: #1d2088;
  color: #fff;
}
.sec_home_read_02 .lo .tmb {
  position: relative;
}
@media (min-width: 1024px) {
  .sec_home_read_02 .lo .tmb {
    width: 45%;
    margin-right: 8%;
    z-index: -1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#key {
  width: 880px;
  height: 640px;
  position: relative;
  z-index: 10;
  background: url(../img/index/key_slide1_bg.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 959px) {
  #key {
    width: 100%;
    height: 64vw;
  }
}
@media (max-width: 767px) {
  #key {
    width: 100%;
    height: 320px;
  }
}
#key .slide {
  width: 880px;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #key .slide {
    width: 100%;
    height: 64vw;
  }
}
@media (max-width: 767px) {
  #key .slide {
    width: 100%;
    height: 320px;
  }
}
#key .slide .phrase {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  #key .slide .phrase {
    width: 80%;
    font-size: 3.2rem;
    letter-spacing: 0.24em;
  }
}
#key .slide01 {
  background: url(../img/index/key_slide1_bg.jpg) center no-repeat;
  background-size: cover;
  z-index: 100;
}
@media (max-width: 767px) {
  #key .slide01 {
    background-size: cover;
  }
}
#key .slide02 {
  background: url(../img/index/key_slide2_bg.jpg) center no-repeat;
}
@media (max-width: 767px) {
  #key .slide02 {
    background-size: cover;
  }
}
#key .slide03 {
  background: url(../img/index/key_slide3_bg.jpg) center no-repeat;
}
@media (max-width: 767px) {
  #key .slide03 {
    background-size: cover;
  }
}
#key .slide04 {
  background: url(../img/index/key_slide4_bg.jpg) center no-repeat;
}
@media (max-width: 767px) {
  #key .slide04 {
    background-size: cover;
  }
}
#key .slide05 {
  background: url(../img/index/key_slide5_bg.jpg) center no-repeat;
}
@media (max-width: 767px) {
  #key .slide05 {
    background-size: cover;
  }
}
#key .slide06 {
  background: url(../img/index/key_slide6_bg.jpg) center no-repeat;
}
@media (max-width: 767px) {
  #key .slide06 {
    background-size: cover;
  }
}
#key.none {
  background: none;
}
@media (min-width: 1024px) {
  .key {
    padding: 5.6% 0;
  }
}
@media (max-width: 767px) {
  .key {
    padding: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .key .lo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.key .lo1 .txt {
  background-color: #1d2088;
  color: #fff;
}
@media (min-width: 1024px) {
  .key .lo1 .txt {
    width: 570px;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .key .lo1 .txt {
    padding: 4vw 0;
  }
}
.key .lo1 .txt .gr {
  text-align: center;
}
.key .lo1 .txt .gr .txt1 {
  display: inline-block;
  font-family: "Oswald";
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media (min-width: 1024px) {
  .key .lo1 .txt .gr .txt1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 959px) {
  .key .lo1 .txt .gr .txt1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .key .lo1 .txt .gr .txt1 {
    font-size: 4.8vw;
  }
}
.key .lo1 .txt .gr .txt1:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 16vw;
  height: 10vw;
  background: url(../img/index/key_icon1.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto -0.4em;
}
@media (min-width: 1024px) {
  .key .lo1 .txt .gr .txt1:before {
    width: 87px;
    height: 55px;
  }
}
.key .lo1 .txt .gr .txt2 {
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .key .lo1 .txt .gr .txt2 {
    font-size: 4.8rem;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 959px) {
  .key .lo1 .txt .gr .txt2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .key .lo1 .txt .gr .txt2 {
    font-size: 4.8vw;
    margin-bottom: 0.4em;
  }
}
.key .lo1 .txt .gr .txt3 {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .key .lo1 .txt .gr .txt3 {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .key .lo1 .txt .gr .txt3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .key .lo1 .txt .gr .txt3 {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.key .lo1 .txt .gr .txt4 {
  line-height: 1.8;
  font-weight: 600;
  line-height: 1;
  padding: 0 5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.8em;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .key .lo1 .txt .gr .txt4 {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .key .lo1 .txt .gr .txt4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .key .lo1 .txt .gr .txt4 {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
.key .lo1 .txt .gr .txt4:before,
.key .lo1 .txt .gr .txt4:after {
  content: "";
  background: #fff;
  width: 4em;
  height: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.key .lo1 .txt .gr .txt4:before {
  left: 0;
}
.key .lo1 .txt .gr .txt4:after {
  right: 0;
}

.cp_open_01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#307dd6),
    to(#1d2088)
  );
  background: linear-gradient(#307dd6 0%, #1d2088 100%);
  text-align: center;
  padding: 1.2em 0;
}
@media (min-width: 1024px) {
  .cp_open_01 {
    padding: 1.6em 0;
  }
}
.cp_open_01 .txt_read p {
  display: inline-block;
  text-align: center;
  color: #1d2088;
  background-color: #fff;
  border-radius: 50px;
  padding: 0.4em 0.8em 0.56em;
  line-height: 1.2;
  font-size: 4vw;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .cp_open_01 .txt_read p {
    font-size: 3.2rem;
    padding: 0.4em 2em 0.56em;
    margin: 0 auto 0.8em;
  }
}
@media (max-width: 767px) {
  .cp_open_01 .txt_read p {
    width: 90vw;
    margin: 0 5vw 0.8em;
  }
}
.cp_open_01 .txt_read p b {
  display: inline-block;
  color: #ffffff;
  text-shadow: 2px 2px 1px #ae4481, -2px 2px 1px #ae4481, 2px -2px 1px #ae4481,
    -2px -2px 1px #ae4481, 2px 0px 1px #ae4481, 0px 2px 1px #ae4481,
    -2px 0px 1px #ae4481, 0px -2px 1px #ae4481;
}
@media (max-width: 767px) {
  .cp_open_01 .txt_read p b {
    margin-left: 0.4em;
  }
}
@media (max-width: 767px) {
  .cp_open_01 .txt_main {
    margin: 0 5vw;
  }
}

.sec_home_campaign_01 {
  border-top: 4px solid #1d2088;
}
.sec_home_campaign_01 .one {
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/index/cp_bg1.png);
  text-align: center;
}
@media (max-width: 959px) {
  .sec_home_campaign_01 .one .txt_img1 img {
    width: 100%;
  }
}
.sec_home_campaign_01 .two {
  background-color: #626262;
}
.sec_home_campaign_01 .two p {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.48em 0;
}
@media (min-width: 1024px) {
  .sec_home_campaign_01 .two p {
    padding: 0.64em 0;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 959px) {
  .sec_home_campaign_01 .two p {
    font-size: 2.6vw;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .sec_home_campaign_01 .two p {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
}

.sec_home_benefits_01 {
  padding: 6.4% 0;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 {
    padding: 3.2% 0;
    margin-bottom: 3.2%;
  }
}
.sec_home_benefits_01 .in > .tit {
  text-align: center;
  margin: 0 auto 8%;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in > .tit {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .sec_home_benefits_01 .in > .tit {
    width: 80vw;
  }
}
@media (max-width: 767px) {
  .sec_home_benefits_01 .in ul {
    width: 100%;
  }
}
.sec_home_benefits_01 .in ul > li {
  margin-bottom: 8vw;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li {
    margin-bottom: 8%;
  }
}
.sec_home_benefits_01 .in ul > li > .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec_home_benefits_01 .in ul > li > .lo .tmb {
    width: 60vw;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt {
  width: 60vw;
  height: 24vw;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt {
    width: 520px;
    height: 240px;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt:before,
.sec_home_benefits_01 .in ul > li > .lo .txt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: absolute;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt:before,
  .sec_home_benefits_01 .in ul > li > .lo .txt:after {
    width: 120px;
    height: 120px;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr {
  position: relative;
  z-index: 100;
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .stg {
  color: #fff;
  background-color: #1d2088;
  border-radius: 50px;
  padding: 0.32em 1.2em 0.4em;
  margin-bottom: 0.4em;
  font-size: 2.4vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .stg {
    font-size: 1.6rem;
    padding: 0.4em 1.6em 0.56em;
    margin-bottom: 0.8em;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .tit {
  color: #1d2088;
  font-weight: 800;
  font-size: 3.6vw;
  letter-spacing: -0.08em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .tit {
    font-size: 4rem;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .desc {
  font-size: 2.8vw;
  line-height: 1;
  margin-top: 1.2vw;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .desc {
    font-size: 2rem;
    margin-top: 0.8em;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det {
  margin: 2.4vw auto 0;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det {
    margin: 2.4rem auto 0;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det a.btn_std {
  font-weight: 500;
  line-height: 1;
  color: #1d2088;
  border: 2px solid #1d2088;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 32vw;
  height: 5.6vw;
  font-size: 2.6vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det a.btn_std {
    font-size: 1.6rem;
    width: 240px;
    height: 48px;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det a.btn_std:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det a.btn_std:hover {
  background-color: #1d2088;
  color: #fff;
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_btns > li {
  margin: 0 1%;
  position: relative;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_btns > li {
    margin: 0 2%;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_btns > li a {
  font-weight: 500;
  line-height: 1;
  color: #1d2088;
  border: 1px solid #1d2088;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 22vw;
  height: 5.6vw;
  font-size: 2.4vw;
  letter-spacing: -0.04em;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_btns > li a {
    border: 2px solid #1d2088;
    font-size: 1.6rem;
    width: 180px;
    height: 48px;
  }
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li
  a:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01
    .in
    ul
    > li
    > .lo
    .txt
    .gr
    .link_det
    .ul_btns
    > li
    a:before {
    margin-right: 8px;
  }
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li
  a:hover {
  background-color: #1d2088;
  color: #fff;
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li
  a.btn_reserve {
  color: #1d9888;
  border-color: #1d9888;
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li
  a.btn_reserve:hover {
  color: #fff;
  background-color: #1d9888;
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li.chance {
  position: relative;
}
.sec_home_benefits_01
  .in
  ul
  > li
  > .lo
  .txt
  .gr
  .link_det
  .ul_btns
  > li.chance:before {
  color: #d67d30;
  white-space: nowrap;
  display: block;
  content: "＼今なら無料お試し体験実施中／";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
  font-size: 1.8vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01
    .in
    ul
    > li
    > .lo
    .txt
    .gr
    .link_det
    .ul_btns
    > li.chance:before {
    top: -24px;
    font-size: 1.6rem;
  }
}
.sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_chance {
  margin: 4vw auto 0;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li > .lo .txt .gr .link_det .ul_chance {
    margin: 8% auto 0;
  }
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li:nth-child(1) {
    margin-bottom: 12%;
  }
}
.sec_home_benefits_01 .in ul > li:nth-child(1) .lo .tmb {
  position: relative;
  z-index: -1;
}
.sec_home_benefits_01 .in ul > li:nth-child(1) .lo .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #1d2088;
  opacity: 0.56;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -12%;
}
.sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: -18%;
}
.sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .txt:before {
  left: 0;
  top: 0;
  border-left: 2px solid #1d2088;
  border-top: 2px solid #1d2088;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .txt:before {
    border-left: 4px solid #1d2088;
    border-top: 4px solid #1d2088;
  }
}
.sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .txt:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .txt:after {
    border-right: 4px solid #1d2088;
    border-bottom: 4px solid #1d2088;
  }
}
.sec_home_benefits_01 .in ul > li:nth-child(odd) .lo .tmb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sec_home_benefits_01 .in ul > li:nth-child(even) .lo .txt {
  margin-left: -18%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sec_home_benefits_01 .in ul > li:nth-child(even) .lo .txt:before {
  right: 0;
  top: 0;
  border-right: 2px solid #1d2088;
  border-top: 2px solid #1d2088;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li:nth-child(even) .lo .txt:before {
    border-right: 4px solid #1d2088;
    border-top: 4px solid #1d2088;
  }
}
.sec_home_benefits_01 .in ul > li:nth-child(even) .lo .txt:after {
  left: 0;
  bottom: 0;
  border-left: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
}
@media (min-width: 1024px) {
  .sec_home_benefits_01 .in ul > li:nth-child(even) .lo .txt:after {
    border-left: 4px solid #1d2088;
    border-bottom: 4px solid #1d2088;
  }
}
.sec_home_benefits_01 .in ul > li:nth-child(even) .lo .tmb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.sec_home_benefits_01 .in ul > li:last-child {
  margin-bottom: 0;
}

#home_pm {
  padding: 6.4% 0 12%;
}
@media (min-width: 1024px) {
  #home_pm {
    padding: 3.2% 0;
    margin-bottom: 3.2%;
  }
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .tmb {
    margin-left: -22.5%;
  }
}
#home_pm .in .lo1 .txt {
  background-color: #d67d30;
  color: #fff;
  position: relative;
  padding: 4% 5%;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt {
    width: 54%;
    height: 340px;
    padding: 3.2% 2.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -10%;
  }
}
#home_pm .in .lo1 .txt > .gr {
  width: 100%;
}
#home_pm .in .lo1 .txt > .gr > .tit {
  line-height: 1.4;
  font-size: 4vw;
  margin-bottom: 0.8vw;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt > .gr > .tit {
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
    margin-bottom: 0.8vw;
  }
}
#home_pm .in .lo1 .txt > .gr > .tit .stg {
  display: inline-block;
  font-family: "Oswald";
  font-size: 5.6vw;
  font-weight: 500;
  margin-right: 0.2em;
  margin-bottom: -4em;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt > .gr > .tit .stg {
    font-size: 3.2rem;
    margin-bottom: -2em;
  }
}
@media (max-width: 959px) {
  #home_pm .in .lo1 .txt > .gr > .tit .stg {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #home_pm .in .lo1 .txt > .gr > .tit .stg {
    font-size: 4.8vw;
  }
}
#home_pm .in .lo1 .txt > .gr .ul_std {
  width: 100%;
}
#home_pm .in .lo1 .txt > .gr .ul_std > li {
  background-color: #fff;
  color: #333;
  margin-bottom: 2%;
}
#home_pm .in .lo1 .txt > .gr .ul_std > li:last-child {
  margin-bottom: 0;
}
#home_pm .in .lo1 .txt > .gr .ul_std > li > .gr {
  position: relative;
  padding: 2vw 2vw 2vw 15%;
}
#home_pm .in .lo1 .txt > .gr .ul_std > li > .gr {
  padding: 2% 2% 2% 20%;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt > .gr .ul_std > li > .gr {
    padding: 2% 2% 2% 15%;
  }
}

/* 変更 */
#home_pm .in .lo1 .txt > .gr .ul_std > li > .gr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14vw;
  height: 14vw;
  background: url(https://hacla-fitness.com/wp-content/uploads/2025/07/logo06.png)
    center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.note {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 4px;
  font-weight: bold;
  color: #cd9483;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt > .gr .ul_std > li > .gr:before {
    width: 70px;
    height: 70px;
  }
}
/* 新しいpタグ */
@media (min-width: 1024px) {
  .note {
    font-size: 24px;
    font-weight: bold;
    color: #cd9483;
  }
}

/* 変更 ここまで*/
#home_pm .in .lo1 .txt > .gr .ul_std > li > .gr > .tit {
  color: #d67d30;
  line-height: 1.2;
  font-weight: 600;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt > .gr .ul_std > li > .gr > .tit {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #home_pm .in .lo1 .txt > .gr .ul_std > li > .gr p {
    font-size: 16px;
  }
}
#home_pm .in .lo1 .txt .link_det {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt .link_det {
    bottom: -120px;
  }
}
#home_pm .in .lo1 .txt .link_det a.btn_std {
  font-weight: 500;
  line-height: 1;
  color: #1d2088;
  border: 2px solid #1d2088;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40vw;
  height: 8vw;
}
@media (min-width: 1024px) {
  #home_pm .in .lo1 .txt .link_det a.btn_std {
    font-size: 2rem;
    width: 400px;
    height: 80px;
  }
}
#home_pm .in .lo1 .txt .link_det a.btn_std:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#home_pm .in .lo1 .txt .link_det a.btn_std:hover {
  background-color: #1d2088;
  color: #fff;
}

.sec_home_news_01 .in .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_home_news_01 .in .heading > .tit {
  color: #1d2088;
  margin-bottom: 4%;
}
.sec_home_news_01 .in .heading > .tit:before {
  color: #373737;
}
.sec_home_news_01 .in .heading .btn_blk a.btn {
  line-height: 1;
  color: #555;
  border: 1px solid #555;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28vw;
  height: 6vw;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .in .heading .btn_blk a.btn {
    width: 220px;
    height: 52px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .sec_home_news_01 .in .heading .btn_blk a.btn {
    font-size: 2.4vw;
  }
}
.sec_home_news_01 .in .heading .btn_blk a.btn:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.sec_home_news_01 .in .heading .btn_blk a.btn:hover {
  border: 1px solid #1d2088;
  background-color: #1d2088;
  color: #fff;
}
.sec_home_news_01 .in .ul_news > li {
  padding: 4% 0;
  border-bottom: 1px solid #555;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .in .ul_news > li {
    padding: 4% 0;
  }
}
.sec_home_news_01 .in .ul_news > li > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_home_news_01 .in .ul_news > li > a:hover .tmb img {
  border: 1px solid #1d2088;
  opacity: 0.56;
}
.sec_home_news_01 .in .ul_news > li > a:hover .txt {
  color: #1d2088;
}
.sec_home_news_01 .in .ul_news > li .gr_lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_home_news_01 .in .ul_news > li .gr_lo .tmb {
  width: 32%;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .in .ul_news > li .gr_lo .tmb {
    width: 40%;
    padding-right: 4%;
  }
}
.sec_home_news_01 .in .ul_news > li .gr_lo .tmb img {
  width: 100%;
  border: 1px solid #555;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .sec_home_news_01 .in .ul_news > li .gr_lo .tmb img {
    height: auto;
  }
}
.sec_home_news_01 .in .ul_news > li .gr_lo .txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60%;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .in .ul_news > li .gr_lo .txt {
    width: 60%;
  }
}
.sec_home_news_01 .in .ul_news > li .gr_lo .txt .gr_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_home_news_01 .in .ul_news > li .gr_lo .txt .gr_data .post_date {
  color: #b9b5b5;
  font-family: "Oswald";
}
.sec_home_news_01 .in .ul_news > li .gr_lo .txt .post_tit {
  line-height: 1.4;
  font-weight: 600;
  font-size: 3.2vw;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .in .ul_news > li .gr_lo .txt .post_tit {
    font-size: 2.4rem;
    margin-bottom: 0.2em;
  }
}
.sec_home_news_01 .in .ul_news > li .gr_lo .txt .post_desc {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec_home_news_01 .in .ul_news > li .gr_lo .txt .post_desc {
    font-size: 2.4vw;
  }
}

.pagenavi {
  padding: 6.4% 0;
}
@media (min-width: 1024px) {
  .pagenavi {
    padding: 3.2% 0;
    margin-bottom: 3.2%;
  }
}
.pagenavi .in .bnr_blk {
  border: 1px solid #1d2088;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 3.2%;
  padding: 4%;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk {
    padding: 4% 4% 4% 6.2%;
    border-radius: 24px;
  }
}
.pagenavi .in .bnr_blk:last-child {
  margin-bottom: 0;
}
.pagenavi .in .bnr_blk .gr {
  position: relative;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk .gr {
    min-height: 320px;
  }
}
.pagenavi .in .bnr_blk .gr > .tit {
  color: #1d2088;
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk .gr > .tit {
    font-size: 2.8vw;
  }
}
.pagenavi .in .bnr_blk .gr > .tit:before {
  color: #373737;
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk .gr > .tit:before {
    font-size: 5.6vw;
    margin-bottom: 0.8vw;
  }
}
.pagenavi .in .bnr_blk .gr .desc {
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk .gr .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk .gr .desc {
    font-size: 2.8vw;
    line-height: 1.4;
  }
}
.pagenavi .in .bnr_blk img.tmb {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk img.tmb {
    width: auto;
  }
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk img.tmb {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk .link_det {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk .link_det {
    margin-top: 4%;
  }
}
.pagenavi .in .bnr_blk .link_det a.btn_std {
  line-height: 1;
  color: #1d2088;
  border: 1px solid #1d2088;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28vw;
  height: 6vw;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk .link_det a.btn_std {
    width: 240px;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .pagenavi .in .bnr_blk .link_det a.btn_std {
    font-size: 2.4vw;
  }
}
.pagenavi .in .bnr_blk .link_det a.btn_std:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.pagenavi .in .bnr_blk .link_det a.btn_std:hover {
  background-color: #1d2088;
  color: #fff;
}
.pagenavi .in .bnr_blk:nth-child(odd) img.tmb {
  right: 0;
}
.pagenavi .in .bnr_blk:nth-child(even) .gr {
  padding-left: 46%;
}
@media (min-width: 1024px) {
  .pagenavi .in .bnr_blk:nth-child(even) .gr {
    padding-left: 54%;
  }
}
.pagenavi .in .bnr_blk:nth-child(even) img.tmb {
  left: 0;
}
