@charset "UTF-8";
@import url("global.css");
#sec_read {
  margin-bottom: 120px;
}
#sec_read .sp_fig {
  display: none;
}
#sec_read .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec_read .box figure {
  position: relative;
  width: 38vw;
  height: 600px;
  margin-right: calc(50% - 50vw + 30px);
  box-sizing: border-box;
}
#sec_read .box figure img {
  position: absolute;
  inset: 0;
  margin: auto;
  object-position: center center;
}
#sec_read .box .txtbox {
  width: 65%;
  padding-right: 8%;
  box-sizing: border-box;
  text-align: left;
}
#sec_read .box .txtbox .txt .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#sec_read .box .txtbox .txt .text + .text {
  margin-top: 20px;
}

#sec_report {
  margin-bottom: 120px;
}
#sec_report .sub .fuki {
  max-width: 960px;
  margin: 0 auto 60px;
}
#sec_report .sub .subtitle {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 60px;
  position: relative;
}
#sec_report .sub .subtitle p {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
#sec_report .sub .subtitle::before, #sec_report .sub .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../ga4report/images/doubleline.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 5px;
}
#sec_report .sub .subtitle::before {
  left: 0;
  top: 0;
}
#sec_report .sub .subtitle::after {
  right: 0;
  bottom: 0;
}
#sec_report .sub .arrow {
  width: 65px;
  margin: 30px auto;
}
#sec_report .main {
  text-align: center;
}
#sec_report .main h3 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  border-radius: 50px;
  background: #B7CCA3;
  padding: 10px 90px;
  margin-bottom: 60px;
}
#sec_report .main h3::before, #sec_report .main h3::after {
  content: "";
  position: absolute;
  display: block;
}
#sec_report .main h3::before {
  background: url(../ga4report/images/kira1.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 49px;
  left: 30px;
  bottom: -20px;
}
#sec_report .main h3::after {
  background: url(../ga4report/images/kira2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 49px;
  right: 30px;
  top: -20px;
}
#sec_report .main .main_contents {
  display: flex;
  justify-content: space-between;
}
#sec_report .main .main_contents .right_box {
  padding-top: 10px;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 40%;
}
#sec_report .main .main_contents .right_box p + P {
  margin-top: 30px;
}
#sec_report .main .main_contents .right_box .koumoku {
  background: #F3F2EE;
  border-radius: 2px;
  margin-top: 30px;
  padding: 30px 40px;
  padding-right: 20px;
  text-align: left;
}
#sec_report .main .main_contents .right_box .koumoku li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B7CCA3;
  display: inline-block;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: 1px;
}

.fotorama__dot {
  width: 10px;
  height: 10px;
  top: 18px;
  border: none;
  background: #C8C8C8;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 10px;
  height: 10px;
  background: #B7CCA3;
}

#sec_price {
  margin-bottom: 120px;
}
#sec_price .text {
  text-align: center;
}
#sec_price .price_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -40px;
  margin-top: 60px;
}
#sec_price .price_list li {
  width: calc(100%/2);
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#sec_price .price_list li .inner {
  width: 100%;
  padding: 30px 60px;
  text-align: center;
  background: #F3F2EE;
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#sec_price .price_list li .inner h4 {
  font-size: 28px;
  font-weight: bold;
}
#sec_price .price_list li .inner .price {
  background: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 30px 0;
  line-height: 1;
  font-weight: bold;
}
#sec_price .price_list li .inner .price .mark {
  line-height: 1.8;
  padding: 0 10px;
  background: -webkit-linear-gradient(transparent 60%, rgba(183, 204, 163, 0.5) 50%);
  font-size: 20px;
}
#sec_price .price_list li .inner .price .mark em {
  font-size: 34px;
  font-style: normal;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #sec_read .box figure {
    width: 40vw;
  }

  #sec_report .main .main_contents .right_box {
    margin-left: 4%;
    width: 45%;
    line-height: 1.6;
  }
  #sec_report .main .main_contents .right_box .koumoku {
    padding: 30px;
  }

  #sec_price .price_list {
    margin: 0 -10px;
    margin-top: 60px;
  }
  #sec_price .price_list li {
    margin-bottom: 20px;
  }
  #sec_price .price_list li .inner {
    margin: 0 10px;
    padding: 30px 40px;
  }
  #sec_price .price_list li .inner .price .mark {
    font-size: 16px;
  }
  #sec_price .price_list li .inner .price .mark em {
    font-size: clamp(22px, 2vw, 32px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #sec_read {
    margin-bottom: 90px;
  }
  #sec_read .sp_fig {
    margin: 0 auto;
    display: block;
  }
  #sec_read .box {
    width: 100%;
    flex-wrap: wrap;
  }
  #sec_read .box figure {
    display: none;
  }
  #sec_read .box .txtbox {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #sec_read .box .txtbox .txt .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #sec_read .box .txtbox .txt .title br {
    display: none;
  }
  #sec_read .box .txtbox .txt .text + .text {
    margin-top: 15px;
    text-align: justify;
  }

  #sec_report {
    margin-bottom: 90px;
  }
  #sec_report .sub .fuki {
    width: 85%;
  }
  #sec_report .sub .subtitle {
    padding: 20px 50px;
  }
  #sec_report .main h3 {
    line-height: 1.6;
    font-size: 20px;
    padding: 8px 80px;
    margin-bottom: 50px;
  }
  #sec_report .main .main_contents {
    display: block;
  }
  #sec_report .main .main_contents .right_box {
    margin-left: 0;
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  #sec_report .main .main_contents .right_box .textarea {
    width: 65%;
    margin-right: 4%;
  }
  #sec_report .main .main_contents .right_box p + P {
    margin-top: 20px;
  }
  #sec_report .main .main_contents .right_box .koumoku {
    width: 45%;
    margin-top: 0;
    margin-left: 30px;
    padding: 20px 20px;
  }

  .fotorama__wrap {
    margin: 0 auto;
  }

  #sec_price {
    margin-bottom: 90px;
  }
  #sec_price .price_list {
    margin-top: 40px;
  }
  #sec_price .price_list li {
    width: calc(100%/2);
  }
  #sec_price .price_list li .inner {
    padding: 20px;
  }
  #sec_price .price_list li .inner h4 {
    font-size: 20px;
  }
  #sec_price .price_list li .inner .price {
    margin-top: 20px;
    padding: 20px 0;
  }
  #sec_price .price_list li .inner .price .mark {
    line-height: 1.6;
  }
  #sec_price .price_list li .inner .price .mark em {
    font-size: clamp(18px, 2vw, 32px);
  }
  #sec_price .price_list li .inner .price p {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #sec_read {
    margin-bottom: 80px;
  }
  #sec_read .sp_fig {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  #sec_read .box .txtbox {
    margin-top: 0;
    padding: 0;
    letter-spacing: 0;
  }
  #sec_read .box .txtbox .txt .title {
    font-size: 16px;
  }
  #sec_read .box .txtbox .txt .text {
    font-size: 14px;
  }
  #sec_read .box .txtbox .txt .text + .text {
    margin-top: 10px;
  }

  #sec_report {
    margin-bottom: 80px;
  }
  #sec_report .sub .fuki {
    width: auto;
    margin-bottom: 30px;
  }
  #sec_report .sub .subtitle {
    padding: 15px 5px;
  }
  #sec_report .sub .subtitle p {
    font-size: 16px;
  }
  #sec_report .sub .subtitle::after {
    width: 270px;
    height: 4px;
  }
  #sec_report .sub .arrow {
    width: 50px;
    margin: 20px auto;
  }
  #sec_report .main h3 {
    font-size: 18px;
    padding: 5px 30px;
    margin-bottom: 30px;
    line-height: 1.4;
    display: block;
  }
  #sec_report .main h3::before {
    width: 25px;
    height: 40px;
    left: 20px;
    bottom: -10px;
  }
  #sec_report .main h3::after {
    width: 30px;
    height: 38px;
    right: 20px;
    top: -10px;
  }
  #sec_report .main .main_contents .right_box {
    margin: auto;
    margin-top: 20px;
    flex-direction: column;
    width: auto;
  }
  #sec_report .main .main_contents .right_box .textarea {
    width: auto;
    margin-right: auto;
  }
  #sec_report .main .main_contents .right_box p {
    font-size: 14px;
  }
  #sec_report .main .main_contents .right_box p + P {
    margin-top: 10px;
  }
  #sec_report .main .main_contents .right_box .koumoku {
    width: auto;
    margin: 0;
    margin-top: 20px;
    padding: 10px 30px;
  }
  #sec_report .main .main_contents .right_box .koumoku li {
    font-size: 14px;
  }
  #sec_report .main .main_contents .right_box .koumoku li::before {
    width: 8px;
    height: 8px;
  }

  #sec_price {
    margin-bottom: 80px;
  }
  #sec_price .text {
    font-size: 14px;
  }
  #sec_price .price_list {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
  }
  #sec_price .price_list li {
    width: 100%;
  }
  #sec_price .price_list li .inner {
    margin: 0 auto;
    padding: 20px;
  }
  #sec_price .price_list li .inner h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  #sec_price .price_list li .inner p {
    font-size: 16px;
  }
  #sec_price .price_list li .inner p br {
    display: block;
  }
  #sec_price .price_list li .inner .price {
    margin-top: 15px;
    padding: 10px 0;
  }
  #sec_price .price_list li .inner .price .mark em {
    font-size: 26px;
  }
}
