@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
.fv {
  display: flex;
  overflow: hidden;
  margin-top: 128px;
}
@media screen and (max-width: 460px) {
  .fv {
    flex-direction: column;
    margin-top: 65px;
  }
}
.fv_left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-top: 0.45rem;
  padding-bottom: 0.27rem;
}
@media screen and (max-width: 460px) {
  .fv_left {
    width: auto;
  }
}
.fv_left:before {
  position: absolute;
  content: "";
  top: 0;
  right: -15%;
  width: 150%;
  height: 150%;
  transform: rotate(10deg);
  transform-origin: top right;
}
.fv_navi .fv_left:before {
  background-image: linear-gradient(#0078E1, #32C8FF);
}
.fv_fair .fv_left:before {
  background-image: linear-gradient(#FFA075, #FF6966);
}
.fv_booster .fv_left:before {
  background-image: linear-gradient(#62CFA3, #43B3C2);
}
@media screen and (max-width: 460px) {
  .fv_left:before {
    transform: none;
    transform-origin: top left;
    width: 100%;
    height: 100%;
    right: 0;
  }
}
.fv_left_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  color: white;
  max-width: 100%;
}
.fv_left_inner > small {
  font-size: 0.125rem;
  font-weight: bold;
}
.fv_left_inner > img {
  margin-bottom: 0.3rem;
}
.fv_navi .fv_left_inner > img {
  max-width: 6.36rem;
}
.fv_fair .fv_left_inner > img {
  max-width: 5.24rem;
  margin-bottom: 0.15rem;
}
.fv_booster .fv_left_inner > img {
  max-width: 5.97rem;
}
@media screen and (max-width: 460px) {
  .fv_left_inner > img {
    max-width: 100% !important;
  }
}
.fv_left h2 {
  font-size: 0.33rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  padding-left: 0.2em;
}
@media screen and (max-width: 460px) {
  .fv_left h2 {
    font-size: 0.21rem;
  }
}
.fv_fair .fv_left h2 {
  font-size: 0.35rem;
}
@media screen and (max-width: 460px) {
  .fv_fair .fv_left h2 {
    font-size: 0.25rem;
  }
}
.fv_fair .fv_left h2 strong {
  font-size: 1.3em;
  color: #FFF200;
}
.fv_booster .fv_left h2 {
  font-size: 0.5rem;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 460px) {
  .fv_booster .fv_left h2 {
    font-size: 0.3rem;
  }
}
.fv_booster .fv_left h2 strong {
  font-size: 2em;
  font-family: "Reddit Sans Condensed", serif;
  line-height: 1;
  color: #FFF200;
}
.fv_booster .fv_left h2 span {
  color: #FFF200;
}
.fv_left h2 small {
  font-size: 0.72em;
}
.fv_left h2 strong {
  font-size: 1.3em;
}
.fv_left h2 strong.with-quotation {
  padding-left: 0.39em;
  padding-right: 0.61em;
  position: relative;
}
.fv_left h2 strong.with-quotation:before, .fv_left h2 strong.with-quotation:after {
  position: absolute;
  content: "";
  background-image: url(../img/index/fv_quotation.svg);
  width: 0.54em;
  height: 0.39em;
  background-size: cover;
  top: 0;
}
.fv_left h2 strong.with-quotation:before {
  left: 0;
}
.fv_left h2 strong.with-quotation:after {
  right: 0;
  transform: scaleX(-1);
}
.fv_left h2.with-map:before {
  position: absolute;
  content: "";
  background-image: url(../img/index/fv_map01.png);
  width: 12.9em;
  height: 4em;
  background-size: cover;
  opacity: 0.7;
  top: -1.2em;
}
.fv_left h2.with-underline {
  margin-bottom: 0.2rem;
}
.fv_left h2.with-underline:after {
  position: absolute;
  content: "";
  background-image: url(../img/index/fv_underline.svg);
  width: 14.2em;
  height: 0.48em;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -10px;
  background-size: cover;
}
.fv_left h2.with-speaker:before, .fv_left h2.with-speaker:after {
  content: "";
  background-image: url(../img/index/fv_speaker.svg);
  display: block;
  width: 0.48rem;
  height: 0.55rem;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .fv_left h2.with-speaker:before, .fv_left h2.with-speaker:after {
    width: 0.32rem;
    height: 0.39rem;
  }
}
.fv_left h2.with-speaker:after {
  transform: scaleX(-1);
}
.fv_left h1 {
  font-size: 0.51rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .fv_left h1 {
    font-size: 0.36rem;
  }
}
.fv_left h1 small {
  font-size: 0.72em;
}
.fv_left h1 strong {
  color: #FFFC10;
}
.fv_left h1 strong.with-emphasis {
  -webkit-text-emphasis: filled;
          text-emphasis: filled;
}
.fv_fair .fv_left h1 {
  font-size: 0.76rem;
}
@media screen and (max-width: 460px) {
  .fv_fair .fv_left h1 {
    font-size: 0.5rem;
  }
}
.fv_fair .fv_left h1 small {
  font-size: 0.74em;
}
.fv_booster .fv_left h1 {
  font-size: 0.62rem;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 460px) {
  .fv_booster .fv_left h1 {
    font-size: 0.36rem;
  }
}
.fv_booster .fv_left h1 strong {
  font-size: 1.16em;
}
.fv_left h1.with-exclamation {
  position: relative;
  line-height: 1.1;
}
.fv_left h1.with-exclamation:after {
  content: "!";
  font-family: "Reddit Sans Condensed", serif;
  font-size: 1.29em;
  transform: rotate(11deg);
  position: absolute;
  top: -0.15em;
  right: -0.1em;
}
@media screen and (max-width: 460px) {
  .fv_left h1.with-exclamation:after {
    right: 0.2em;
  }
}
.fv_left h4 {
  font-size: 0.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
@media screen and (max-width: 460px) {
  .fv_left h4 {
    font-size: 0.2rem;
  }
}
.fv_left h4:before, .fv_left h4:after {
  content: "";
  display: block;
  width: 0.63rem;
  height: 1px;
  background-color: white;
}
.fv_left h3 {
  font-size: 0.3rem;
  line-height: 1;
  display: flex;
  margin-bottom: 0.1rem;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .fv_left h3 {
    font-size: 0.18rem;
  }
}
.fv_left h3 span {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.fv_left h3 span.two-line {
  margin-bottom: 0.1rem;
}
.fv_left h3 span small {
  font-size: 0.6em;
  display: block;
  line-height: 1.2;
}
.fv_left h3 span strong {
  font-size: 2.1em;
  font-family: "Reddit Sans Condensed", serif;
  font-weight: 600;
  background-image: linear-gradient(#EDD200, #FFF7B8, #EDD200);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-shadow: none;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.fv_left h3:before, .fv_left h3:after {
  content: "";
  background-image: url(../img/index/fv_award.svg);
  display: block;
  width: 0.38rem;
  height: 0.83rem;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .fv_left h3:before, .fv_left h3:after {
    width: 0.25rem;
    height: 0.55rem;
  }
}
.fv_left h3:after {
  transform: scaleX(-1);
}
.fv_awards {
  display: flex;
  font-size: 0.3rem;
  text-align: center;
  gap: 0.2rem;
}
.fv_right {
  position: relative;
  width: 50%;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .fv_right {
    width: auto;
    min-height: 200px;
  }
}
.fv_navi .fv_right {
  background-image: url(../img/index/fv_bg01.jpg);
}
.fv_fair .fv_right {
  background-image: url(../img/index/fv_bg02.jpg);
}
.fv_booster .fv_right {
  background-image: url(../img/index/fv_bg03.jpg);
}

.sec_cta .btn_box {
  display: flex;
  justify-content: space-between;
  max-width: 7.54rem;
  margin: 0.6rem auto 0.6rem;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.sec_cta .btn_box .btn {
  position: relative;
}
.sec_cta .btn_box .btn > a {
  color: #FFF;
  font-size: 0.18rem;
  width: 3.6rem;
  height: 0.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.05rem;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn > a {
    width: 2.7rem;
    height: 0.55rem;
    font-size: 0.14rem;
    box-sizing: border-box;
    line-height: 1.23;
    justify-content: center;
  }
}
.sec_cta .btn_box .btn > a:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn > a:before {
    width: 0.22rem;
    height: 0.22rem;
  }
}
.sec_cta .btn_box .btn i {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.15rem;
  background-color: #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn i {
    width: 0.12rem;
    height: 0.12rem;
    right: 0.1rem;
  }
}
.sec_cta .btn_box .btn i:after {
  width: 0.04rem;
  height: 0.04rem;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  border-bottom: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn i:after {
    width: 0.03rem;
    height: 0.03rem;
  }
}
.sec_cta .btn_box .btn.type01 > a {
  background-color: #FC0001;
}
.sec_cta .btn_box .btn.type01 > a:before {
  background-image: url(../common/img/btn_icon04.svg);
  left: 0.19rem;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn.type01 > a:before {
    left: 0.11rem;
  }
}
.sec_cta .btn_box .btn.type01 > a:hover {
  background-color: #FF8E8D;
}
.sec_cta .btn_box .btn.type01 i:after {
  border-color: #FC0001;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn.type02 {
    margin-top: 0.2rem;
  }
}
.sec_cta .btn_box .btn.type02 i:after {
  border-color: #FFB946;
}
.sec_cta .btn_box .btn.type02 > a {
  background-color: #FFB946;
}
.sec_cta .btn_box .btn.type02 > a:before {
  background-image: url(../common/img/btn_icon05.svg);
  left: 0.24rem;
}
@media screen and (max-width: 460px) {
  .sec_cta .btn_box .btn.type02 > a:before {
    left: 0.21rem;
  }
}
.sec_cta .btn_box .btn.type02 > a:hover {
  background-color: #FFCF78;
}
.sec_cta.navi {
  background-color: #C7E0F3;
  padding: 60px 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sec_cta.navi h2 {
  text-align: center;
  font-size: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_cta.navi h2 {
    font-size: 0.16rem;
  }
}
.sec_cta.navi .btn_box {
  margin-top: 20px;
  margin-bottom: 0;
}
.sec_cta.fair {
  background-color: rgba(255, 161, 118, 0.3);
  padding: 60px 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sec_cta.fair h2 {
  text-align: center;
  font-weight: normal;
  font-size: 0.3rem;
}
@media screen and (max-width: 460px) {
  .sec_cta.fair h2 {
    font-size: 0.16rem;
  }
}
.sec_cta.fair .btn_box {
  margin-top: 20px;
  margin-bottom: 0;
}
.sec_cta--area {
  padding: 30px 15px;
}
.sec_cta--area-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.sec_cta--area-column figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #00ABEB;
}
.sec_cta--area-column h2 {
  font-size: 20px;
}
@media screen and (max-width: 460px) {
  .sec_cta--area-column h2 {
    font-size: 14px;
  }
}
.sec_cta--area .btn_box {
  margin-top: 23px;
  margin-bottom: 0;
}
.sec_cta--area .btn_box .btn > a {
  height: 50px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.sec_cta--area .btn_box .btn > a:before {
  width: 30px;
  height: 30px;
}
.sec_cta--area .btn_box .btn i {
  width: 18px;
  height: 18px;
}

.booster_service_flow {
  display: flex;
  gap: 18px;
}
@media (max-width: 1024px) {
  .booster_service_flow {
    flex-direction: column;
    gap: 12px;
  }
}
.booster_service_flow li {
  position: relative;
  width: 190px;
  padding: 30px 0;
  color: white;
  text-align: center;
  font-weight: bold;
}
.booster_service_flow li:nth-child(1) {
  background-color: #5185A0;
}
.booster_service_flow li:nth-child(2) {
  background-color: #53A6A9;
}
.booster_service_flow li:nth-child(3) {
  background-color: #33B6BB;
}
.booster_service_flow li:nth-child(4) {
  background-color: #14CFD4;
}
.booster_service_flow li:nth-child(5) {
  background-color: #0CC0DF;
}
.booster_service_flow li:nth-child(5):after {
  display: none !important;
}
@media (max-width: 1024px) {
  .booster_service_flow li {
    width: 330px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
}
.booster_service_flow li img {
  height: 57px;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .booster_service_flow li img {
    margin-bottom: 0;
  }
}
.booster_service_flow li h6 {
  font-size: 24px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .booster_service_flow li h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.booster_service_flow li p {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .booster_service_flow li p {
    font-size: 10px;
  }
}
.booster_service_flow li p small {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .booster_service_flow li p small {
    font-size: 10px;
  }
}
.booster_service_flow li:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  width: 40px;
  height: 100px;
  background-color: #D9D9D9;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1024px) {
  .booster_service_flow li:after {
    width: 89px;
    height: 36px;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -31px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media (max-width: 1024px) {
  .booster_service_flow_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .booster_service_flow_right {
    width: 50%;
  }
}

.booster_selection_flow {
  box-sizing: border-box;
  display: flex;
  gap: 90px;
}
@media (max-width: 855px) {
  .booster_selection_flow {
    flex-direction: column;
    gap: 65px;
  }
}
.booster_selection_flow > li {
  position: relative;
  width: 225px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
.booster_selection_flow > li:nth-child(1) {
  background-color: #D9D9D9;
}
.booster_selection_flow > li:nth-child(1) h6 {
  background-color: #545454;
}
.booster_selection_flow > li:nth-child(2) {
  background-color: #E6F6FF;
}
.booster_selection_flow > li:nth-child(2) h6 {
  background-color: #38B6FF;
}
.booster_selection_flow > li:nth-child(3) {
  background-color: #FFF4EE;
}
.booster_selection_flow > li:nth-child(3) h6 {
  background-color: #FF914D;
}
.booster_selection_flow > li:nth-child(3):before, .booster_selection_flow > li:nth-child(3):after {
  display: none !important;
}
@media (max-width: 855px) {
  .booster_selection_flow > li {
    width: 330px;
    border-radius: 5px;
  }
}
.booster_selection_flow > li h6 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
  font-size: 39px;
}
@media (max-width: 855px) {
  .booster_selection_flow > li h6 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 26px;
  }
}
.booster_selection_flow > li > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  padding: 8px 15px;
  gap: 6px;
  color: #717171;
}
@media (max-width: 855px) {
  .booster_selection_flow > li > ul {
    height: auto;
    min-height: 126px;
  }
}
.booster_selection_flow > li > ul > li {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 15px;
  border: 3px solid;
  background-color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 855px) {
  .booster_selection_flow > li > ul > li {
    padding: 10px;
    font-size: 16px;
    border-width: 2px;
  }
}
.booster_selection_flow > li:before, .booster_selection_flow > li:after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(../img/index/booster_selection_flow.svg);
  background-size: cover;
  right: -83px;
}
@media (max-width: 855px) {
  .booster_selection_flow > li:before, .booster_selection_flow > li:after {
    width: 50px;
    height: 50px;
    left: 50%;
    right: auto;
    bottom: -57px;
  }
}
.booster_selection_flow > li:before {
  top: 165px;
}
@media (max-width: 855px) {
  .booster_selection_flow > li:before {
    top: auto;
    transform: rotate(90deg) translateY(60px);
  }
}
.booster_selection_flow > li:after {
  top: 290px;
  transform: scale(-1, 1);
}
@media (max-width: 855px) {
  .booster_selection_flow > li:after {
    top: auto;
    transform: rotate(-90deg) translateY(10px);
  }
}

.sec_problem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 15px 100px;
}
@media screen and (max-width: 460px) {
  .sec_problem {
    padding: 60px 15px 60px;
  }
}
.sec_problem.navi {
  background-color: rgba(199, 224, 243, 0.39);
}
.sec_problem.navi ul {
  border-color: #357DE3;
}
.sec_problem.navi ul li h4 {
  color: #357DE3;
}
.sec_problem.navi ul li img {
  background-color: rgba(199, 224, 243, 0.39);
  border-color: #357DE3;
}
.sec_problem.fair {
  background-color: rgba(255, 161, 118, 0.3);
}
.sec_problem.fair ul {
  border-color: #FFA176;
}
.sec_problem.fair ul li h4 {
  color: #FFA176;
}
.sec_problem.fair ul li img {
  background-color: rgba(255, 161, 118, 0.3);
  border-color: #FFA176;
}
.sec_problem.booster {
  background-color: rgba(77, 183, 187, 0.3);
}
.sec_problem.booster ul {
  border-color: #4DB7BB;
}
.sec_problem.booster ul li h4 {
  color: #4DB7BB;
}
.sec_problem.booster ul li img {
  background-color: rgba(77, 183, 187, 0.3);
  border-color: #4DB7BB;
}
.sec_problem h2 {
  font-size: 0.5rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_problem h2 {
    font-size: 0.25rem;
  }
}
.sec_problem ul {
  display: flex;
  gap: 30px;
  background-color: white;
  border: 10px solid;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 460px) {
  .sec_problem ul {
    border-width: 3px;
    border-radius: 10px;
    padding: 15px;
    gap: 15px;
  }
}
.sec_problem ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 460px) {
  .sec_problem ul li {
    max-width: 300px;
    gap: 10px;
  }
}
.sec_problem ul li h4 {
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  font-family: "Reddit Sans Condensed", serif;
}
@media screen and (max-width: 460px) {
  .sec_problem ul li h4 {
    font-size: 0.16rem;
  }
}
.sec_problem ul li img {
  border-radius: 50%;
  border: 4px solid;
  max-width: 280px;
}
@media screen and (max-width: 460px) {
  .sec_problem ul li img {
    max-width: 80px;
    border-width: 2px;
  }
}
.sec_problem ul li h3 {
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_problem ul li h3 {
    font-size: 0.09rem;
  }
}

.service_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.service_title h2 {
  font-size: 0.52rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .service_title h2 {
    font-size: 0.26rem;
  }
}
.service_title h3 {
  font-size: 0.26rem;
  display: flex;
  align-items: baseline;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .service_title h3 {
    font-size: 0.17rem;
    flex-direction: column;
    align-items: center;
  }
}
.service_title h3 strong {
  font-family: "Reddit Sans Condensed", serif;
  font-size: 3em;
}
@media screen and (max-width: 460px) {
  .service_title h3 strong {
    font-size: 2em;
  }
}
.service_title:after {
  content: "";
  display: block;
  margin-top: 0.2rem;
  width: 4rem;
  height: 0.1rem;
  max-width: 100%;
}
@media screen and (max-width: 460px) {
  .service_title:after {
    width: 2rem;
    height: 0.05rem;
    margin-top: 0.1rem;
  }
}
.service_title.navi h3 {
  color: #357DE3;
}
.service_title.navi:after {
  background-color: #357DE3;
}
.service_title.fair h3 {
  color: #FFA176;
}
.service_title.fair:after {
  background-color: #FFA176;
}
.service_title.booster h3 {
  color: #4DB7BB;
}
.service_title.booster:after {
  background-color: #4DB7BB;
}

.service_subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 15px 0;
}
.service_subtitle h3 {
  font-size: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.service_subtitle h3:after {
  content: "";
  display: block;
  width: 4em;
  height: 0.2em;
}
@media screen and (max-width: 460px) {
  .service_subtitle h3 {
    font-size: 0.25rem;
    gap: 5px;
  }
}
.service_subtitle h5 {
  font-size: 0.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #FC0001;
}
@media screen and (max-width: 460px) {
  .service_subtitle h5 {
    font-size: 0.2rem;
  }
}
.service_subtitle h5 strong {
  font-size: 0.5rem;
  background: linear-gradient(transparent 40%, #FFFE03 40%);
  position: relative;
}
.service_subtitle h5 strong:before {
  content: "";
  width: 1.5em;
  height: 1.4em;
  left: -1em;
  top: -1em;
  position: absolute;
  background-image: url(../../img/index/blink.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .service_subtitle h5 strong {
    font-size: 0.25rem;
  }
}
.service_subtitle p {
  max-width: 800px;
  font-size: 0.25rem;
  font-weight: bold;
}
.service_subtitle p strong {
  font-size: 1.6em;
}
@media screen and (max-width: 460px) {
  .service_subtitle p {
    font-size: 0.18rem;
  }
}
.service_subtitle.navi h3:after {
  background-color: #357DE3;
}
.service_subtitle.fair h3:after {
  background-color: #FFA176;
}
.service_subtitle.booster h3:after {
  background-color: #4DB7BB;
}
.service_subtitle img {
  max-width: 100%;
}
@media screen and (max-width: 460px) {
  .service_subtitle .pc {
    display: none;
  }
}
@media screen and (min-width: 460px) {
  .service_subtitle .sp {
    display: none;
  }
}

.sec_poickup .in {
  width: 100%;
  max-width: 13rem;
  margin: auto;
  padding-bottom: 0.5rem;
}
.sec_poickup .service_chach {
  text-align: center;
  margin-top: 0.37rem;
}
.sec_poickup .service_chach .tit {
  font-size: 0.74rem;
  letter-spacing: 0.07em;
}
.sec_poickup .service_chach .tit .point01 {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #FC0001;
  margin-left: 0.1rem;
}
.sec_poickup .service_chach .tit .point02 {
  color: #FC0001;
  margin-left: 0.06rem;
}
.sec_poickup .service_chach .txt {
  font-size: 0.38rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: -0.31rem;
}
.sec_poickup .service_chach .txt .point01 {
  font-size: 0.6rem;
  margin-left: 0.1rem;
  margin-right: 0.05rem;
}
.sec_poickup .service_chach .txt .point02 {
  font-size: 0.16rem;
  margin-left: 0.25rem;
  font-weight: normal;
}
.sec_poickup .frame_box .secTit .tit {
  font-size: 0.3rem;
  letter-spacing: 0.07em;
  color: #FFF;
  position: relative;
  width: 7.4rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.61rem auto 0;
}
.sec_poickup .frame_box .secTit .tit span {
  position: relative;
  z-index: 5;
}
.sec_poickup .frame_box .secTit .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #357DE3;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.sec_poickup .frame_box .column_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 13rem;
  padding: 0.8rem 0.5rem 0.43rem;
  box-sizing: border-box;
  border: 2px solid #357DE3;
  border-radius: 0.1rem;
  margin-top: -0.35rem;
}
.sec_poickup .frame_box .column_box .detail_box {
  width: 7.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_poickup .frame_box .column_box .detail_box .detail {
  width: 2.2rem;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dt {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dt .point01 {
  font-size: 0.26rem;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd {
  margin: 0.25rem 0 0;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .ph {
  position: relative;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .ph img {
  vertical-align: bottom;
  width: 2.2rem;
  height: 2.2rem;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .ph svg {
  display: inline-block;
  vertical-align: bottom;
  width: 2.2rem;
  height: 2.2rem;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 460px) {
  .sec_poickup .in {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .tit .point01 {
    font-size: 0.55rem;
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .tit .point02 {
    margin-left: 0.02rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .tit .line_h:nth-child(3) {
    margin-top: -0.15rem;
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .txt {
    font-size: 0.19rem;
    margin-top: -0.07rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .txt .point01 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .service_chach .txt .point02 {
    font-size: 0.12rem;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 0.02rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .secTit .tit {
    width: 2.95rem;
    height: 0.7rem;
    font-size: 0.17rem;
    letter-spacing: 0.07em;
    line-height: 1.52;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box {
    flex-wrap: wrap;
    padding: 0.62rem 0.25rem 0.16rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dt {
    font-size: 0.16rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dt .point01 {
    font-size: 0.23rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd {
    margin: 0;
    width: 1.32rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .ph img {
    width: 1.32rem;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .ph svg {
    width: 1.32rem;
    height: auto;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent {
    font-size: 0.3rem;
    top: 0.8rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent {
    font-size: 0.18rem;
    top: 0.48rem;
  }
}
.ie .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent {
  top: 0.65rem;
}

.sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent.type01 {
  color: #00b3d0;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent.type02 {
  color: #007dd8;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent.type03 {
  color: #034594;
}
.sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent > span {
  margin-right: 2px;
  margin-left: 3px;
  line-height: 1;
  position: relative;
}

.ie .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent > span {
  line-height: 1.5;
}

@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent > span {
    font-size: 0.46rem;
    top: 5px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail dl dd .percent > span {
    font-size: 0.275rem;
    top: 3px;
  }
}
.sec_poickup .frame_box .column_box .detail_box .detail:nth-child(2) dl dt {
  line-height: 1.23;
  position: relative;
  top: 0.05rem;
}
.sec_poickup .frame_box .column_box .detail_box .detail:nth-child(3) dl dt {
  position: relative;
  line-height: 1.14;
  top: 0.05rem;
}
.sec_poickup .frame_box.type01 .txt_box {
  width: 4.45rem;
  position: relative;
  top: -0.1rem;
}
.sec_poickup .frame_box.type01 .txt_box .txt {
  font-weight: 600;
}
.sec_poickup .frame_box.type01 .txt_box .txt:nth-child(1) {
  font-size: 0.234rem;
  letter-spacing: 0.04em;
  line-height: 1.14;
}
.sec_poickup .frame_box.type01 .txt_box .txt:nth-child(1) .point01 {
  font-size: 0.36rem;
  letter-spacing: 0.07em;
}
.sec_poickup .frame_box.type01 .txt_box .txt:nth-child(2) {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-top: 0.19rem;
}
.sec_poickup .frame_box.type01 .txt_box .txt:nth-child(3) {
  font-size: 0.15rem;
  margin-top: 0.15rem;
}
.sec_poickup .frame_box.type02 .secTit .tit:before {
  background-color: #FF920F;
}
.sec_poickup .frame_box.type02 .column_box {
  padding: 0.93rem 0.5rem 0.6rem;
  border: 2px solid #FF920F;
}
.sec_poickup .frame_box.type02 .column_box .txt_box {
  width: 5.06rem;
  position: relative;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt {
  font-weight: 600;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) {
  font-size: 0.3rem;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) .point01 {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 0.74;
  color: #FFA900;
  margin-left: 0.23rem;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) .point02 {
  font-size: 0.4rem;
  letter-spacing: 0.07em;
  color: #FFA900;
  position: relative;
  bottom: -0.3rem;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) {
  font-size: 0.3rem;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  margin-top: 0.58rem;
  position: relative;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point01 {
  font-size: 1.2rem;
  color: #FF7824;
  line-height: 0.74;
  margin-left: 0.23rem;
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point02 {
  font-size: 0.4rem;
  letter-spacing: 0.07em;
  color: #FF7824;
  position: relative;
  bottom: -0.3rem;
}

@media screen and (max-width: 460px) {
  .sec_poickup .frame_box .column_box .detail_box .detail:nth-child(n+2) {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 {
    margin-top: 0.295rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 .txt_box {
    margin-top: 0.21rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 .txt_box .txt:nth-child(1) {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 .txt_box .txt:nth-child(1) .point01 {
    font-size: 0.29rem;
    line-height: 1;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 .txt_box .txt:nth-child(2) {
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.78;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type01 .txt_box .txt:nth-child(3) {
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box {
    padding: 0.62rem 0.25rem 0.27rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) {
    font-size: 0.21rem;
    justify-content: center;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) .point01 {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
    margin-left: 0.08rem;
    position: relative;
    top: -0.03rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(1) .point02 {
    font-size: 0.27rem;
    bottom: -0.13rem;
    margin-left: 1px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) {
    font-size: 0.21rem;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point01 {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    position: relative;
    top: -0.03rem;
    margin-left: 0.08rem;
  }
}
.ie10 .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point02 {
  bottom: 0;
}

@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point02 {
    font-size: 0.27rem;
    bottom: 0.07rem;
  }
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point03 {
  font-size: 0.26rem;
  position: absolute;
  bottom: -0.1rem;
  right: -0.14rem;
}

.ie11 .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point03 {
  right: -0.34rem;
}

.ie10 .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point03 {
  right: -0.34rem;
  bottom: 0.1rem;
}

@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(2) .point03 {
    font-size: 0.13rem;
    bottom: 0px;
    right: 0.1rem;
  }
}
.sec_poickup .frame_box.type02 .column_box .txt_box .txt:nth-child(3) {
  font-size: 0.16rem;
  margin-top: 0.28rem;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_tit {
  font-weight: bold;
  text-align: left;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc {
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea {
  display: flex;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit {
  position: relative;
}

@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .txt_box .txt.type03 {
    font-size: 0.11rem;
    margin-top: 0.23rem;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box {
    margin-top: 0.3rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_tit {
    font-size: 0.225rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea + .bararea {
    margin-top: 2px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea + .bararea {
    margin-top: 23px;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit {
    width: 84%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit {
    width: 75%;
  }
}
.ie .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit {
  top: 0.05rem;
}

.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit:before {
  display: block;
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  white-space: pre;
  line-height: 0.5;
  position: absolute;
  width: 120%;
  height: 10px;
  text-align: right;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #ff5a24;
  overflow: hidden;
  opacity: 0;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
  font-weight: bold;
  position: absolute;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  transform: scaleX(0);
  transform-origin: left top;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff5a24;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit.active .bar {
  transform: none;
  transition: 1s;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit.active:before {
  opacity: 1;
  transition: 1s ease 1s;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc {
  text-align: right;
  box-sizing: border-box;
  color: #ff5a24;
  white-space: pre;
  position: relative;
}

@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit:before {
    font-size: 0.24rem;
    top: -8px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit:before {
    font-size: 0.16rem;
    top: -8px;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    font-size: 0.2rem;
    top: 0.06rem;
    left: 20px;
    z-index: 1;
    color: #FFF;
  }
  .ie .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    top: 0.07rem;
  }
  .ie11 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt, .ie10 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt, .ie09 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    top: 21%;
  }
  .safari .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    top: 7px;
  }
}
@media screen and (max-width: 1200px) {
  .ie11 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt, .ie10 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt, .ie09 .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    top: 26%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bartxt {
    left: 0;
    bottom: 100%;
    display: block;
    font-size: 0.15rem;
    color: #ff5a24;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar {
    height: 40px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar {
    height: 25px;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type01 {
    width: 80%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type02 {
    width: 52.5%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type02 {
    width: 56%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type03 {
    width: 69%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type03 {
    width: 85%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type04 {
    width: 61%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type04 {
    width: 72%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type05 {
    width: 55%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type05 {
    width: 60%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type06 {
    width: 35%;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar.type06 {
    width: 30%;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar:after {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_tit .bar:after {
    width: calc(100% - 5px);
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc {
    width: 16%;
    top: -0.05rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc {
    width: 25%;
    position: relative;
    top: -7px;
  }
}
.ie .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc {
  top: -0.02rem;
}

.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc > span {
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc b {
  position: relative;
  top: 2px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}

@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc > span {
    font-size: 0.46rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc > span {
    font-size: 0.345rem;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc b {
    margin-left: 4px;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_poickup .frame_box.type02 .column_box .gif_ani_box_desc .bararea .bar_desc b {
    margin-left: 2px;
    font-size: 0.225rem;
  }
}
.sec_hp_explanation {
  background-color: #C7E0F3;
  padding-top: 0.63rem;
  width: calc(100% - 0.2rem);
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 0.05rem;
  padding-bottom: 1rem;
}
.sec_hp_explanation .in {
  width: 100%;
  max-width: 13rem;
  margin: auto;
}
.sec_hp_explanation .exp_scout_box .secTit {
  text-align: right;
  padding-right: 0.55rem;
}
.sec_hp_explanation .exp_scout_box .secTit .tit {
  font-size: 0.52rem;
}
.sec_hp_explanation .exp_scout_box .secTit .tit .point01 {
  font-size: 1.2rem;
  color: #007DD7;
}
.sec_hp_explanation .exp_scout_box .secTit .tit .point02 {
  color: #007DD7;
}
.sec_hp_explanation .exp_scout_box .secTit .tit .line_h:nth-child(5) {
  margin-top: -0.26rem;
  display: block;
}
.sec_hp_explanation .exp_scout_box .secTit .txt {
  font-size: 0.16rem;
}
.sec_hp_explanation .exp_scout_box .frame_box {
  background-color: #007DDA;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  height: 3.66rem;
  align-items: center;
  padding: 0 0.49rem 0;
  box-sizing: border-box;
  margin-top: 0.52rem;
  position: relative;
}
.sec_hp_explanation .exp_scout_box .frame_box .img_box .ph {
  position: absolute;
  bottom: 0.56rem;
  left: 0.4rem;
}
.sec_hp_explanation .exp_scout_box .frame_box .img_box .ph img {
  width: 6.1rem;
  height: 5.7rem;
}
.sec_hp_explanation .exp_scout_box .frame_box .txt_box {
  width: 5.2rem;
}
.sec_hp_explanation .exp_scout_box .frame_box .txt_box .txt {
  font-size: 0.2rem;
  line-height: 1.9;
  font-weight: 600;
  color: #FFF;
}
.sec_hp_explanation .exp_matching_box {
  margin-top: 0.86rem;
}
.sec_hp_explanation .exp_matching_box .secTit {
  text-align: left;
  padding-left: 0.47rem;
}
.sec_hp_explanation .exp_matching_box .secTit .tit {
  font-size: 0.52rem;
}
.sec_hp_explanation .exp_matching_box .secTit .tit .point01 {
  font-size: 0.82rem;
  color: #FF920F;
}
.sec_hp_explanation .exp_matching_box .secTit .tit .point02 {
  font-size: 0.4rem;
  letter-spacing: 0.02em;
  margin-bottom: -10px;
  display: block;
}
.sec_hp_explanation .exp_matching_box .frame_box {
  background-color: #FF920F;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  height: 3.88rem;
  align-items: center;
  padding: 0 0.49rem 0;
  box-sizing: border-box;
  margin-top: 0.3rem;
  position: relative;
}
.sec_hp_explanation .exp_matching_box .frame_box .img_box .ph {
  position: absolute;
  bottom: -0.2rem;
  right: 0.2rem;
}
.sec_hp_explanation .exp_matching_box .frame_box .img_box .ph img {
  width: 6.3rem;
  height: 5rem;
}
.sec_hp_explanation .exp_matching_box .frame_box .txt_box {
  width: 5.2rem;
}
.sec_hp_explanation .exp_matching_box .frame_box .txt_box .txt {
  font-size: 0.2rem;
  line-height: 1.9;
  font-weight: 600;
  color: #FFF;
}

@media screen and (max-width: 460px) {
  .sec_hp_explanation {
    width: 100%;
    border-radius: 0;
    padding: 0.3rem 0.2rem 0.4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit .tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit .tit .point01 {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit .tit .line_h:nth-child(5) {
    margin-top: -0.1rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit .tit .line_h:nth-child(3) {
    display: block;
    margin-top: -0.15rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .secTit .txt {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .frame_box {
    padding: 0 0.2rem 0.33rem;
    margin-top: 0.7rem;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .frame_box .img_box .ph {
    left: 0;
    bottom: auto;
    top: -0.51rem;
    text-align: center;
    margin-bottom: -0.51rem;
    position: relative;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .frame_box .img_box .ph img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .frame_box .txt_box {
    margin-top: 0.19rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_scout_box .frame_box .txt_box .txt {
    font-size: 0.15rem;
    line-height: 1.66;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box {
    margin-top: 0.44rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .secTit {
    padding-left: 0;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .secTit .tit {
    font-size: 0.3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .secTit .tit .point01 {
    font-size: 0.41rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .secTit .tit .point02 {
    font-size: 0.18rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .secTit .tit .line_h:nth-child(3) {
    display: block;
    margin-top: -0.12rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box {
    padding: 0 0.2rem 0.33rem;
    margin-top: 0.7rem;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box .img_box {
    order: 1;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box .img_box .ph {
    left: 0;
    bottom: auto;
    top: -0.61rem;
    text-align: center;
    margin-bottom: -0.61rem;
    position: relative;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box .img_box .ph img {
    width: calc(100% + 0.2rem);
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box .txt_box {
    order: 2;
    padding: 0 0.1rem;
    margin-top: 0.19rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_hp_explanation .exp_matching_box .frame_box .txt_box .txt {
    font-size: 0.15rem;
    line-height: 1.66;
  }
}
.sec_support {
  margin-top: 40px;
}
.sec_support .in {
  width: 100%;
  max-width: 13rem;
  margin: auto;
  padding-bottom: 0.8rem;
}
.sec_support .support_box {
  position: relative;
  width: 13rem;
}
.sec_support .support_box:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-image: url(../img/index/sec_support_map.png);
  width: 9.14rem;
  height: 7.56rem;
  background-size: cover;
}
.sec_support .support_box .txt_box {
  padding-left: 0.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sec_support .support_box .txt_box .tit {
  font-size: 0.54rem;
  font-weight: 600;
  line-height: 1;
}
.sec_support .support_box .txt_box .tit .line_h:nth-child(1) {
  display: block;
}
.sec_support .support_box .txt_box .tit .line_h:nth-child(2) {
  margin-top: 0.18rem;
}
.sec_support .support_box .txt_box .tit .line_h:nth-child(3) {
  margin-top: 0.25rem;
}
.sec_support .support_box .txt_box .tit .point01 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #007DD7;
  margin-left: 0.12rem;
}
.sec_support .support_box .txt_box .tit .point02 {
  color: #007DD7;
}
.sec_support .support_box .txt_box .tit .plus {
  margin-left: 0.13rem;
  margin-right: 0.15rem;
}
.sec_support .support_box .txt_box .txt {
  font-size: 0.2rem;
  line-height: 1.9;
  font-weight: 600;
  margin-top: 0.44rem;
  width: 6.4rem;
}
.sec_support .support_box .txt_box .column_box {
  margin-top: 0.2rem;
}
.sec_support .support_box .txt_box .column_box .detail_box .detail dl {
  width: 2.46rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
}
.sec_support .support_box .txt_box .column_box .detail_box .detail dl dt {
  font-size: 0.22rem;
  position: relative;
  font-weight: 600;
}
.sec_support .support_box .txt_box .column_box .detail_box .detail dl dt:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_support .support_box .txt_box .column_box .detail_box .detail dl dd {
  font-size: 0.227rem;
  color: #007DD7;
  font-weight: 600;
}
.sec_support .support_box .txt_box .column_box .detail_box .detail dl dd .point01 {
  font-size: 0.486rem;
  letter-spacing: 0.04em;
  position: relative;
  bottom: -0.03rem;
  margin-right: 0.06rem;
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(1) dl dt:before, .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(2) dl dt:before {
  content: "・・・";
  right: -0.34rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(1) dl dt:before, .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(2) dl dt:before {
    content: "・・・・";
    right: -0.24rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(3) dl dt:before {
  content: "・・・・・・・・・";
  right: -0.878rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(3) dl dt:before {
    content: "・・・・・・・・・・・";
    right: -0.6rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(4) dl dt:before {
  content: "・・・";
  right: -0.36rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(4) dl dt:before {
    content: "・・・・";
    right: -0.25rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(5) dl dt:before {
  content: "・・・・・・・・・・・・";
  right: -1.1rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(5) dl dt:before {
    content: "・・・・・・・・・・・・・";
    right: -0.7rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(6) dl dt:before {
  content: "・・・・・";
  right: -0.528rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(6) dl dt:before {
    content: "・・・・・・";
    right: -0.358rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(7) dl dt:before {
  content: "・・・・・";
  right: -0.528rem;
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(7) dl dt:before {
    content: "・・・・・・";
    right: -0.358rem;
  }
}
.sec_support .support_box .txt_box .column_box .detail_box:nth-child(1) .detail:nth-child(n+2) {
  margin-top: 0.04rem;
}
.sec_support .support_box .round_box {
  background-image: url(../img/index/sec_support_round.png);
  width: 3.04rem;
  height: 3.04rem;
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  background-size: cover;
}
.sec_support .support_box .round_box .round_box_in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec_support .support_box .round_box .round_box_in:before {
  content: "";
  top: 0.4rem;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-image: url(../img/index/sec_support_round_icon.png);
  width: 0.4rem;
  height: 0.34rem;
  background-size: cover;
  background-size: cover;
}
.sec_support .support_box .round_box .round_box_in .txt {
  font-size: 0.24rem;
  line-height: 1.66;
  font-weight: 600;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 460px) {
  .sec_support .in {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box {
    width: 100%;
    height: auto;
    padding-bottom: 0.12rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box:before {
    background-image: url(../img/index/sec_support_map_sp.png);
    width: calc(100% + 0.4rem);
    right: auto;
    left: -0.2rem;
    height: 82.7vw;
    top: auto;
    bottom: 0px;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box {
    padding-left: 0;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .tit {
    font-size: 0.29rem;
    line-height: 1.448;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .tit .line_h:nth-child(1) {
    line-height: 1;
    margin-top: -0.1rem;
    margin-bottom: 0.05rem;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_support .support_box .txt_box .tit .line_h:nth-child(2) {
    display: block;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_support .support_box .txt_box .tit .line_h:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .tit .point01 {
    font-size: 0.55rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .txt {
    font-size: 0.15rem;
    line-height: 1.666;
    width: 100%;
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box {
    width: 1.57rem;
    flex-wrap: wrap;
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box {
    width: 1.57rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box .detail dl {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box .detail dl dt {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box .detail dl dt:before {
    font-size: 0.096rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box .detail dl dd {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .txt_box .column_box .detail_box .detail dl dd .point01 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .round_box {
    width: 1.52rem;
    height: 1.52rem;
    background-color: rgba(249, 49, 47, 0.8);
    border-radius: 50%;
    background-image: none;
    right: 0;
    bottom: 0.6rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .round_box .round_box_in:before {
    width: 0.2rem;
    height: 0.17rem;
    top: 0.14rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_support .support_box .round_box .round_box_in .txt {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
.sec_testimonial {
  margin-top: 40px;
  padding: 55px 0;
}
.sec_testimonial * {
  box-sizing: border-box;
}
.sec_testimonial_head {
  padding-top: 100px;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_testimonial_head {
    font-size: 18px;
  }
}
.sec_testimonial_head b {
  color: #005EAB;
  font-size: 48px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_testimonial_head b {
    font-size: 24px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sec_testimonial > ul .slick-prev {
  left: 5px;
}
@media screen and (min-width: 461px) {
  .sec_testimonial > ul .slick-prev {
    left: calc(20% + 5px);
  }
}
.sec_testimonial > ul .slick-next {
  right: 5px;
}
@media screen and (min-width: 461px) {
  .sec_testimonial > ul .slick-next {
    right: calc(20% + 5px);
  }
}
.sec_testimonial > ul .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 2;
}
.sec_testimonial > ul .slick-arrow:before {
  font-size: 25px;
  opacity: 1;
  color: #00ABEB;
}
.sec_testimonial > ul .slick-slide {
  height: auto;
}
.sec_testimonial__item {
  display: flex !important;
  gap: 42px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  padding: 36px 55px 60px;
  background-color: white;
}
@media (max-width: 1820px) {
  .sec_testimonial__item {
    gap: 30px;
    padding: 30px 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_testimonial__item {
    flex-direction: column;
    max-width: 500px;
    gap: 20px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item {
    padding: 15px 15px 20px;
    width: 100%;
    gap: 10px;
  }
}
.sec_testimonial__item_left {
  padding-top: 24px;
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_left {
    padding-top: 0;
  }
}
.sec_testimonial__item_left img {
  margin-right: 54px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_left img {
    width: 250px;
    margin-right: 38px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_testimonial__item_left img {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 460px) {
  .sec_testimonial__item_left img {
    width: 100%;
  }
}
.sec_testimonial__item_left h4 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_left h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_left h4 {
    font-size: 16px;
  }
}
.sec_testimonial__item_left ul {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_left ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_left ul {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.sec_testimonial__item_left h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_left h5 {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .sec_testimonial__item_left h5 {
    margin-top: 10px;
    font-size: 12px;
    display: inline-block;
  }
}
.sec_testimonial__item_left small {
  font-size: 14px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_left small {
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .sec_testimonial__item_left small {
    display: block;
    font-size: 10px;
  }
}
.sec_testimonial__item_left_column {
  flex: 1;
}
.sec_testimonial__item_left_columns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .sec_testimonial__item_left_columns {
    flex-direction: row;
  }
}
.sec_testimonial__item_service {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 4px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_service {
    grid-template-columns: repeat(2, 132px);
  }
}
@media (max-width: 460px) {
  .sec_testimonial__item_service {
    display: inline-block;
    margin-bottom: 4px !important;
  }
}
.sec_testimonial__item_service li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  height: 36px;
  text-align: center;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_service li {
    font-size: 11px;
  }
}
@media (max-width: 460px) {
  .sec_testimonial__item_service li {
    display: inline-block;
    height: auto;
    margin: 2px;
    padding: 4px 8px;
    font-size: 10px;
  }
}
.sec_testimonial__item_service li.blue {
  background-color: #005EAB;
}
.sec_testimonial__item_service li.red {
  background-color: #FC0001;
}
.sec_testimonial__item_service li.orange {
  background-color: #FFB942;
}
.sec_testimonial__item_right h5 {
  font-family: "Caveat", cursive;
  font-size: 47px;
  font-weight: normal;
  color: #00ABEB;
  opacity: 0.5;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_right h5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_right h5 {
    font-size: 20px;
  }
}
.sec_testimonial__item_right h4 {
  color: #005EAB;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 55px;
  position: relative;
}
.sec_testimonial__item_right h4 strong {
  background: linear-gradient(transparent 60%, #FFB942 40%);
}
@media (max-width: 1820px) {
  .sec_testimonial__item_right h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_right h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sec_testimonial__item_right h4:after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  bottom: -30px;
  left: -100px;
  background-color: #333333;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_right h4:after {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_testimonial__item_right h4:after {
    width: calc(100% - 60px);
    left: 0;
    bottom: -15px;
  }
}
.sec_testimonial__item_right h6 {
  font-size: 21.4px;
  margin-bottom: 16px;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_right h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_right h6 {
    font-size: 14px;
  }
}
.sec_testimonial__item_right p {
  font-size: 20px;
  line-height: 1.7;
}
.sec_testimonial__item_right p strong {
  color: #FA5700;
}
@media (max-width: 1820px) {
  .sec_testimonial__item_right p {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .sec_testimonial__item_right p {
    font-size: 13px;
  }
}
.sec_testimonial__item_right button {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-top: 10px;
}
.sec_testimonial__item_right button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  transition: all 0.2s;
  transform: translateY(-2px) rotate(-135deg);
  border-top: 2px solid;
  border-left: 2px solid;
}
.sec_testimonial__item_right button.is-open:after {
  transform: translateY(3px) rotate(45deg);
}
@media screen and (min-width: 461px) {
  .sec_testimonial__item_right button {
    display: none;
  }
}
.sec_testimonial__accordion {
  transition: all 0.2s;
  display: none;
}
.sec_testimonial__accordion.is-open {
  display: block;
}
@media screen and (min-width: 461px) {
  .sec_testimonial__accordion {
    display: block;
  }
}
.sec_testimonial--navi {
  background-color: #C7E0F3;
}
.sec_testimonial--fair {
  background-color: #FFE3D6;
}
.sec_testimonial--booster {
  background-color: #C9E9EA;
}
.sec_testimonial--area {
  margin-top: 0;
  background-image: url(../../img/area/seeker_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
.sec_testimonial--area h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 460px) {
  .sec_testimonial--area h2 {
    font-size: 16px;
  }
}
.sec_testimonial--area h4 strong {
  font-weight: inherit;
  color: inherit;
}
.sec_testimonial > small {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 460px) {
  .sec_testimonial > small {
    font-size: 12px;
  }
}

.service_navi_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_navi_plan img {
  max-width: 100%;
}
.service_navi_plan_columns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 460px) {
  .service_navi_plan_columns {
    flex-direction: column;
    align-items: center;
  }
}
.service_navi_plan_columns img {
  max-width: 400px;
}
@media screen and (max-width: 460px) {
  .service_navi_plan_columns img {
    max-width: 100%;
  }
}
.service_navi_plan_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_navi_plan_column h5 {
  font-size: 0.24rem;
  background-color: #545454;
  color: white;
  position: relative;
  margin-bottom: 2em;
  padding: 0.3em 2em;
  border-radius: 1.5em;
}
@media screen and (max-width: 460px) {
  .service_navi_plan_column h5 {
    font-size: 0.16rem;
  }
}
.service_navi_plan_column h5::after {
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  background-color: #545454;
  left: 50%;
  bottom: -1em;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service_navi_plan_column h6 {
  text-align: center;
  font-size: 0.24rem;
  color: #545454;
}
@media screen and (max-width: 460px) {
  .service_navi_plan_column h6 {
    font-size: 0.16rem;
  }
}
.service_navi_plan h4 {
  font-size: 0.35rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 460px) {
  .service_navi_plan h4 {
    font-size: 0.18rem;
  }
}
.service_navi_plan h4:before, .service_navi_plan h4:after {
  content: "";
  display: block;
  background-image: url(../img/index/fair_reason01.svg);
  width: 1.5em;
  height: 1.5em;
}
.service_navi_plan h4:after {
  transform: scaleX(-1);
}
.service_navi_plan ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .service_navi_plan ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.service_navi_plan ul li {
  width: 4rem;
  background-color: #E5F2FC;
  text-align: center;
  padding: 0.1rem;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 460px) {
  .service_navi_plan ul li {
    width: 3rem;
  }
}
.service_navi_plan p {
  font-size: 0.2rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .service_navi_plan p {
    font-size: 0.16rem;
  }
}
.service_navi_plan h3 {
  font-size: 0.5rem;
}
@media screen and (max-width: 460px) {
  .service_navi_plan h3 {
    font-size: 0.3rem;
  }
}

.booster_reason02 {
  background-color: rgba(77, 183, 187, 0.3);
  margin-top: 60px;
  padding: 40px 15px 40px;
}
.booster_reason02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 460px) {
  .booster_reason02__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.booster_reason02__inner img {
  max-width: 100%;
}
.booster_reason02__inner p {
  font-size: 0.32rem;
  max-width: 40%;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .booster_reason02__inner p {
    max-width: none;
    font-size: 0.18rem;
  }
}
.booster_reason02__inner p span {
  font-size: 0.8em;
}

.booster_reason03 {
  padding: 40px 15px 40px;
}
.booster_reason03__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.booster_reason03__inner ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 460px) {
  .booster_reason03__inner ul {
    flex-direction: column;
    gap: 10px;
  }
}
.booster_reason03__inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booster_reason03__inner ul li h4 {
  font-size: 0.3rem;
}
@media screen and (max-width: 460px) {
  .booster_reason03__inner ul li img {
    max-width: 200px;
  }
  .booster_reason03__inner ul li h4 {
    font-size: 0.2rem;
  }
}
.booster_reason03__inner > h4 {
  font-size: 0.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #FC0001;
  position: relative;
  margin-top: 1.5em;
}
@media screen and (max-width: 460px) {
  .booster_reason03__inner > h4 {
    font-size: 0.2rem;
  }
}
.booster_reason03__inner > h4 strong {
  font-size: 0.5rem;
  background: linear-gradient(transparent 40%, #FFFE03 40%);
  position: relative;
}
.booster_reason03__inner > h4 strong:before {
  content: "";
  width: 1.5em;
  height: 1.4em;
  left: -1em;
  top: -1em;
  position: absolute;
  background-image: url(../../img/index/blink.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .booster_reason03__inner > h4 strong {
    font-size: 0.25rem;
  }
}
.booster_reason03__inner > h4:before {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 6em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #D9D9D9;
}

.booster_price {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px;
}
.booster_price ul {
  max-width: 900px;
  margin: 0 auto;
}
.booster_price ul li {
  background-color: rgba(77, 183, 187, 0.3);
  margin-bottom: 50px;
  position: relative;
  padding: 40px 30px 30px;
}
.booster_price ul li h4 {
  position: absolute;
  background-color: #4DB7BB;
  color: white;
  padding: 0.3em 1em;
  border-radius: 1em;
  font-size: 0.25rem;
  left: 0;
  top: -1em;
}
@media screen and (max-width: 460px) {
  .booster_price ul li h4 {
    font-size: 0.2rem;
  }
}
.booster_price ul li p {
  font-size: 0.25rem;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .booster_price ul li p {
    font-size: 0.2rem;
  }
}
.booster_price ul li p strong {
  color: #FC0001;
}
.booster_price ul li small {
  font-size: 0.15rem;
  line-height: 1.4;
  font-weight: bold;
}

.fair_option {
  background-color: rgba(255, 161, 118, 0.3);
  margin-top: 30px;
  padding: 40px 15px;
}
.fair_option ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 460px) {
  .fair_option ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.fair_option ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  gap: 15px;
  margin-bottom: 2em;
}
.fair_option ul li img {
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  max-width: 300px;
  border: 4px solid #FFA176;
}
.fair_option ul li h4 {
  font-size: 0.2rem;
}
.fair_option ul li p {
  font-size: 0.18rem;
}
@media screen and (max-width: 460px) {
  .fair_option ul li {
    gap: 10px;
  }
  .fair_option ul li img {
    max-width: 200px;
  }
  .fair_option ul li h4 {
    font-size: 0.2rem;
  }
  .fair_option ul li p {
    font-size: 0.16rem;
  }
}

.fair_graph {
  padding-top: 30px;
}
.fair_graph ul {
  display: flex;
  justify-content: center;
}
.fair_graph ul li {
  max-width: 500px;
}
.fair_graph ul li img {
  max-width: 100%;
}
.fair_graph small {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 460px) {
  .fair_graph small {
    font-size: 12px;
  }
}

.fair_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.fair_price_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #00ABEB;
}
.fair_price_box h4 {
  background-color: #00ABEB;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 0.35rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 460px) {
  .fair_price_box h4 {
    font-size: 0.2rem;
  }
}
.fair_price table {
  font-size: 0.25rem;
  color: #00ABEB;
  font-weight: bold;
  text-align: center;
  border-spacing: 0;
  margin: 30px;
}
@media screen and (max-width: 460px) {
  .fair_price table {
    font-size: 0.15rem;
  }
}
.fair_price table thead tr th {
  width: 50%;
  padding: 0.5em 8em;
  min-width: 150px;
}
@media screen and (max-width: 460px) {
  .fair_price table thead tr th {
    padding: 0.5em;
    min-width: auto;
  }
}
.fair_price table thead tr th:first-child {
  color: white;
  background-color: #66CDF3;
}
.fair_price table thead tr th:last-child {
  color: #00ABEB;
  background-color: #CCEEFB;
}
.fair_price table tbody tr th {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0.2em;
}
.fair_price table tbody tr td {
  border-right: 1px solid;
  padding: 0.2em;
}
.fair_price table tbody tr:first-child th {
  padding-top: 1em;
}
.fair_price table tbody tr:first-child td {
  padding-top: 1em;
}
.fair_price table tbody tr:last-child th {
  padding-bottom: 1em;
}
.fair_price table tbody tr:last-child td {
  padding-bottom: 1em;
}
.fair_price table tfoot tr td {
  border: 1px solid #00ABEB;
  background-color: #CCEEFB;
  color: red;
  padding: 0.5em;
}

.fair_reason01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.fair_reason01 h4 {
  font-size: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  max-width: 100%;
}
@media screen and (max-width: 460px) {
  .fair_reason01 h4 {
    font-size: 0.25rem;
  }
}
.fair_reason01 h4:before, .fair_reason01 h4:after {
  content: "";
  display: block;
  background-image: url(../img/index/fair_reason01.svg);
  width: 1.5em;
  height: 1.5em;
}
.fair_reason01 h4:after {
  transform: scaleX(-1);
}
.fair_reason01 h6 {
  font-size: 0.2rem;
  margin-bottom: 4em;
}
@media screen and (max-width: 460px) {
  .fair_reason01 h6 {
    font-size: 0.14rem;
    margin-bottom: 3em;
  }
}
.fair_reason01 p {
  font-size: 0.2rem;
  font-weight: bold;
}
.fair_reason01 img {
  max-width: 100%;
}

.fair_reason02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px 0;
}
.fair_reason02 p {
  font-size: 0.25rem;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .fair_reason02 p {
    font-size: 0.16rem;
  }
}
.fair_reason02 > ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 460px) {
  .fair_reason02 > ul {
    flex-direction: column;
  }
}
.fair_reason02 > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  max-width: 400px;
  border: 8px solid #FFA176;
  box-sizing: border-box;
  border-radius: 30px;
  gap: 20px;
}
@media screen and (max-width: 460px) {
  .fair_reason02 > ul > li {
    border-radius: 20px;
  }
}
.fair_reason02 > ul > li img {
  max-width: 100%;
  border: 4px solid #FFA176;
  border-radius: 50%;
  background-color: rgba(255, 161, 118, 0.3);
}
.fair_reason02 > ul > li > ul {
  font-size: 0.2rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 460px) {
  .fair_reason02 > ul > li > ul {
    font-size: 0.16rem;
  }
}
.fair_reason02 > ul > li > ul li {
  position: relative;
  margin-bottom: 10px;
}
.fair_reason02 > ul > li > ul li:before {
  position: absolute;
  content: "✅";
  left: -1.5em;
}
.fair_reason02 h4 {
  font-size: 0.3rem;
}
@media screen and (max-width: 460px) {
  .fair_reason02 h4 {
    font-size: 0.2rem;
  }
}
.fair_reason02 h5 {
  color: #F23B3E;
  font-size: 0.25rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 460px) {
  .fair_reason02 h5 {
    font-size: 0.18rem;
  }
}

.fair_reason03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px 40px;
}
.fair_reason03 h4 {
  font-size: 0.4rem;
  font-size: 0.35rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #FC0001;
}
@media screen and (max-width: 460px) {
  .fair_reason03 h4 {
    font-size: 0.2rem;
  }
}
.fair_reason03 h4 strong {
  font-size: 0.5rem;
  background: linear-gradient(transparent 40%, #FFFE03 40%);
  position: relative;
}
.fair_reason03 h4 strong:before {
  content: "";
  width: 1.5em;
  height: 1.4em;
  left: -1em;
  top: -1em;
  position: absolute;
  background-image: url(../../img/index/blink.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .fair_reason03 h4 strong {
    font-size: 0.25rem;
  }
}
.fair_reason03 p {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.fair_reason03 p strong {
  color: #FC0001;
}
@media screen and (max-width: 460px) {
  .fair_reason03 p {
    font-size: 0.2rem;
    margin-bottom: 30px;
  }
}
.fair_reason03 small {
  font-size: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .fair_reason03 small {
    font-size: 0.15rem;
  }
}
.fair_reason03 img {
  max-width: 100%;
}
@media screen and (max-width: 460px) {
  .fair_reason03 img {
    max-width: 100%;
  }
}
.fair_reason03_columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 460px) {
  .fair_reason03_columns {
    flex-direction: column;
  }
}
.fair_reason03_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fair_reason03_circle {
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 10px solid rgba(255, 161, 118, 0.3);
  display: flex;
  justify-content: center;
  padding: 50px 70px;
}

.table_5plans_pc {
  table-layout: fixed;
  width: 940px;
  border-spacing: 8px;
}
@media (max-width: 940px) {
  .table_5plans_pc {
    display: none;
  }
}
.table_5plans_pc thead {
  font-size: 24px;
}
.table_5plans_pc thead th {
  padding: 8px;
  background-color: #38B6FF;
  color: white;
  line-height: 0.9;
  font-weight: 500;
}
.table_5plans_pc thead th small {
  font-size: 18px;
  line-height: 1.2;
}
.table_5plans_pc thead th small small {
  font-size: 14px;
}
.table_5plans_pc tbody {
  font-size: 32px;
  color: #545454;
}
.table_5plans_pc tbody tr th {
  font-weight: 500;
  padding: 5px;
  position: relative;
}
.table_5plans_pc tbody tr th h5, .table_5plans_pc tbody tr th h6 {
  position: absolute;
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 45px;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  color: #004AAD;
  border: 1px solid rgba(0, 74, 173, 0.3);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 2;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}
.table_5plans_pc tbody tr th h5 span, .table_5plans_pc tbody tr th h6 span {
  padding-top: 6px;
}
.table_5plans_pc tbody tr th h5 b, .table_5plans_pc tbody tr th h6 b {
  font-size: 16px;
}
.table_5plans_pc tbody tr:nth-child(1) th {
  background-color: #004AAD;
  color: white;
}
.table_5plans_pc tbody tr:nth-child(2) th {
  background-color: #0097B2;
  color: white;
}
.table_5plans_pc tbody tr:nth-child(3) th {
  background-color: #87CEF8;
  color: white;
}
.table_5plans_pc tbody tr:nth-child(3) th h6 {
  color: #87CEF8;
  border-color: #87CEF8;
}
.table_5plans_pc tbody tr:nth-child(3) th h6 span {
  padding-top: 0;
}
.table_5plans_pc tbody tr:nth-child(4) th {
  background-color: #BBE8A8;
}
.table_5plans_pc tbody tr:nth-child(5) th {
  background-color: #74903B;
}
.table_5plans_pc tbody tr:nth-child(5) th h6 {
  color: #74903B;
  border-color: #74903B;
}
.table_5plans_pc tbody tr:nth-child(5) th h6 span {
  padding-top: 0;
}
.table_5plans_pc tbody tr td {
  border: 1px solid;
  text-align: center;
  font-weight: 500;
}
.table_5plans_pc tbody tr td small {
  font-size: 24px;
}
.table_5plans_pc tbody tr td small small {
  font-size: 20px;
}
.table_5plans_pc caption {
  margin-top: 20px;
  caption-side: bottom;
  text-align: right;
  font-size: 12px;
}

.table_5plans_sp_new {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 940px) {
  .table_5plans_sp_new {
    display: none !important;
  }
}
.table_5plans_sp_new li {
  display: block;
  width: 100%;
  border: 3px solid;
  border-radius: 10px;
  padding: 60px 35px;
  margin: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .table_5plans_sp_new li {
    padding: 25px;
  }
}
.table_5plans_sp_new li h5 {
  font-size: 14px;
  color: #333;
}
.table_5plans_sp_new li h5:before {
  content: "＼";
  font-weight: normal;
}
.table_5plans_sp_new li h5:after {
  content: "／";
  font-weight: normal;
}
.table_5plans_sp_new li h5 b {
  font-size: 18px;
}
.table_5plans_sp_new li h4 {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 20px;
  padding: 4px;
}
.table_5plans_sp_new li dl {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #aaa;
  padding-top: 15px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.table_5plans_sp_new li dl dd {
  padding-right: 3em;
}
.table_5plans_sp_new li dl.first dd {
  padding-right: 0;
}
.table_5plans_sp_new li dl.first dd b {
  font-size: 48px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.table_5plans_sp_new li small {
  font-size: 12px;
}
.table_5plans_sp_new_item--1 {
  border-color: #004AAD !important;
}
.table_5plans_sp_new_item--1 h5 b {
  color: #004AAD;
}
.table_5plans_sp_new_item--1 h4 {
  background-color: #004AAD;
}
.table_5plans_sp_new_item--1 dl.first dd {
  color: #004AAD;
}
.table_5plans_sp_new_item--2 {
  border-color: #0097B2 !important;
}
.table_5plans_sp_new_item--2 h5 b {
  color: #0097B2;
}
.table_5plans_sp_new_item--2 h4 {
  background-color: #0097B2;
}
.table_5plans_sp_new_item--2 dl.first dd {
  color: #0097B2;
}
.table_5plans_sp_new_item--3 {
  border-color: #87CEF8 !important;
}
.table_5plans_sp_new_item--3 h5 b {
  color: #87CEF8;
}
.table_5plans_sp_new_item--3 h4 {
  background-color: #87CEF8;
}
.table_5plans_sp_new_item--3 dl.first dd {
  color: #87CEF8;
}
.table_5plans_sp_new_item--4 {
  border-color: #BBE8A8 !important;
}
.table_5plans_sp_new_item--4 h5 b {
  color: #BBE8A8;
}
.table_5plans_sp_new_item--4 h4 {
  background-color: #BBE8A8;
  color: #333;
}
.table_5plans_sp_new_item--4 dl.first dd {
  color: #BBE8A8;
}
.table_5plans_sp_new_item--5 {
  border-color: #74903B !important;
}
.table_5plans_sp_new_item--5 h5 b {
  color: #74903B;
}
.table_5plans_sp_new_item--5 h4 {
  background-color: #74903B;
}
.table_5plans_sp_new_item--5 dl.first dd {
  color: #74903B;
}
.table_5plans_sp_new .slick-prev {
  left: -10px;
}
.table_5plans_sp_new .slick-next {
  right: -10px;
}
.table_5plans_sp_new .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 2;
}
.table_5plans_sp_new .slick-arrow:before {
  font-size: 25px;
  color: #545454;
}
@media screen and (min-width: 461px) {
  .table_5plans_sp_new .slick-arrow {
    display: none;
  }
}

.sec_flow {
  border-top: 2px solid #d7d7d7;
  width: calc(100% - 0.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .sec_flow {
    width: 100%;
  }
}
.sec_flow h2 {
  font-size: 0.54rem;
  text-align: center;
  letter-spacing: 0.07em;
  margin-top: 1em;
}
@media screen and (max-width: 460px) {
  .sec_flow h2 {
    font-size: 0.24rem;
  }
}
.sec_flow .in {
  width: 100%;
  max-width: 13rem;
  margin: auto;
  padding: 0.8rem 0;
}
@media screen and (max-width: 460px) {
  .sec_flow .in {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
  }
}
.sec_flow--booster {
  border: none;
}
@media screen and (max-width: 460px) {
  .sec_flow--booster .in {
    padding-bottom: 40px;
  }
}
.sec_flow--navi {
  border: none;
}
.sec_flow--navi .in {
  padding-top: 0.4rem;
}
@media screen and (max-width: 460px) {
  .sec_flow--navi {
    margin-bottom: 50px;
  }
}
.sec_flow .flow_box {
  width: 10.95rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_flow .flow_box--booster {
  width: 8.86rem;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box--booster {
    margin-top: 43px;
    gap: 30px;
  }
}
.sec_flow .flow_box--booster h4 {
  font-size: 0.25rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box--booster h4 {
    font-size: 0.2rem;
  }
}
.sec_flow .flow_box--booster h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 8.86rem;
  font-size: 0.4rem;
  color: #034593;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box--booster h5 {
    width: 100%;
    align-items: flex-start;
    font-size: 0.2rem;
    margin-top: 1.3rem;
  }
}
.sec_flow .flow_box--booster h5 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(16%);
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box--booster h5 span {
    transform: none;
  }
}
.sec_flow .flow_box--booster h5 span:before {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 0.105rem 0.16rem 0.105rem;
  border-color: transparent transparent #034493 transparent;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box {
    width: 100%;
    flex-wrap: wrap;
  }
}
.sec_flow .flow_box .secTit {
  width: 1.64rem;
}
.sec_flow .flow_box .secTit .tit {
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  color: #034593;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.2rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .secTit .tit {
    font-size: 0.4rem;
    margin-top: 0.37rem;
    text-align: center;
  }
}
.sec_flow .flow_box .secTit .txt {
  font-size: 0.18rem;
  line-height: 1.556;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 0.18rem 0;
  margin-top: 0.1rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .secTit .txt {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.467;
    padding: 0.14rem 0;
  }
}
.sec_flow .flow_box .secTit .txt:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #034593;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .secTit .txt:before {
    height: 1px;
  }
}
.sec_flow .flow_box .secTit .txt:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #034593;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .secTit .txt:after {
    height: 1px;
  }
}
.sec_flow .flow_box .column_box {
  width: 8.86rem;
  height: 1.9rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box {
    width: 100%;
    height: auto;
  }
}
.sec_flow .flow_box .column_box .detail_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box {
    flex-wrap: wrap;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail {
    width: 1.425rem;
    height: 1.425rem;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.105rem 0 0.105rem 0.16rem;
  border-color: transparent transparent transparent #034493;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.28rem;
  margin: auto;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail:after {
    display: none;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail dl {
  position: relative;
  height: 100%;
}
.sec_flow .flow_box .column_box .detail_box .detail dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5f2fc;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail dl:before {
    width: 1.425rem;
    height: 1.425rem;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail dl dt {
  font-size: 0.3rem;
  letter-spacing: 0.09em;
  color: #034593;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1;
  padding-top: 0.25rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail dl dt {
    font-size: 0.23rem;
    padding-top: 0.2rem;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail dl dt:after {
  content: "";
  width: 0.34rem;
  height: 2px;
  background-color: #034593;
  position: absolute;
  bottom: -0.07rem;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_flow .flow_box .column_box .detail_box .detail dl dd {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #034593;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-top: 0.32rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail dl dd {
    font-size: 0.14rem;
    line-height: 0.964;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(1) {
    order: 2;
    position: relative;
    top: -0.61rem;
  }
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.4rem;
    width: 0.38rem;
    height: 0.25rem;
    background-image: url(../img/index/flow_arrow01.png);
    background-size: cover;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail:nth-child(1) dt {
  letter-spacing: 0.15em;
}
.sec_flow .flow_box .column_box .detail_box .detail:nth-child(1) dd {
  letter-spacing: 0;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(2) {
    order: 1;
    position: relative;
    top: 0.32rem;
  }
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -0.4rem;
    width: 0.38rem;
    height: 0.25rem;
    background-image: url(../img/index/flow_arrow02.png);
    background-size: cover;
  }
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(3) {
    order: 4;
    position: relative;
    top: -0.02rem;
  }
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(3):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.4rem;
    width: 0.38rem;
    height: 0.25rem;
    background-image: url(../img/index/flow_arrow01.png);
    background-size: cover;
  }
}
.sec_flow .flow_box .column_box .detail_box .detail:nth-child(4):after {
  display: none;
}
.sec_flow .flow_box .column_box .detail_box .detail:nth-child(4) dd {
  margin-top: 0.41rem;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(4) {
    order: 3;
    position: relative;
    top: 0.91rem;
  }
  .sec_flow .flow_box .column_box .detail_box .detail:nth-child(4):before {
    margin-top: 0.33rem;
  }
}
.sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(1) dl::before {
  background-color: #DEE8F1;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(1) {
    top: 0;
  }
}
.sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(2) dl::before {
  background-color: #C9DCEA;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(2) {
    top: 0.93rem;
  }
}
.sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(3) dl::before {
  background-color: #B3CFE4;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(3) {
    top: 0.59rem;
  }
}
.sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(4) dl::before {
  background-color: #87B7DB;
}
@media screen and (max-width: 460px) {
  .sec_flow .flow_box .column_box .detail_box--booster .detail:nth-child(4) {
    top: 1.52rem;
  }
}

.sec_faq {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: 40px;
}
.sec_faq .wrap {
  width: 91.7%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec_faq .wrap {
    max-width: inherit;
  }
}
.sec_faq h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_faq h2 {
    font-size: 18px;
  }
}
.sec_faq h2 b {
  color: #005EAB;
  font-size: 48px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_faq h2 b {
    font-size: 24px;
  }
}
.sec_faq .drawer-item {
  background-color: #fff;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .sec_faq .drawer-item {
    margin-top: 20px;
  }
}
.sec_faq .drawer-item dl {
  display: flex;
  font-weight: bold;
}
.sec_faq .drawer-item dl dt, .sec_faq .drawer-item dl dd {
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.sec_faq .drawer-item dl dt {
  font-size: 25px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sec_faq .drawer-item dl dt {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item dl dt {
    width: 30px;
    font-size: 20px;
  }
}
.sec_faq .drawer-item dl dd {
  padding: 0 13.4% 0 1em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item dl dd {
    padding-left: 10px;
    padding-right: 40px;
  }
}
.sec_faq .drawer-item .title {
  position: relative;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .title {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.sec_faq .drawer-item .title dt {
  color: #fff;
  background-color: #00b3d0;
}
.sec_faq .drawer-item .title dd {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .title dd {
    font-size: 16px;
  }
}
.sec_faq .drawer-item .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../../img/index/reshot-icon-arrow-right.svg) no-repeat center center/contain;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .sec_faq .drawer-item .title:after {
    width: 2.9vw;
    height: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .title:after {
    width: 5.6vw;
    height: 5.6vw;
    right: 15px;
  }
}
.sec_faq .drawer-item .title.active:after {
  transform: translateY(-50%) rotate(270deg);
}
.sec_faq .drawer-item .more {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .more {
    padding-left: 30px;
  }
}
.sec_faq .drawer-item .more dl {
  align-items: flex-start;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .more dl {
    margin-top: 3.2vw;
  }
}
.sec_faq .drawer-item .more dl dt {
  background-color: #FA5700;
  color: white;
  line-height: 30px;
}
.sec_faq .drawer-item .more dl dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: justify;
  padding-top: 0;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .more dl dd {
    font-size: 14px;
  }
}
.sec_faq .drawer-item .more:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-left: -40px;
  background-color: #00b3d0;
}
@media screen and (max-width: 767px) {
  .sec_faq .drawer-item .more:before {
    margin-left: -15px;
  }
}
.sec_faq--top_page {
  background-color: #C7E0F3;
}
@media screen and (max-width: 767px) {
  .sec_faq--top_page {
    padding-bottom: 40px;
  }
}
.sec_faq--top_page .drawer-item .title dt {
  background-color: #00ABEB;
}
.sec_faq--top_page .drawer-item .title:after {
  background: url(../../img/index/reshot-icon-arrow-front-page.svg) no-repeat center center/contain;
  transform: translateY(-50%) rotate(-180deg);
}
.sec_faq--top_page .drawer-item .title.active:after {
  transform: translateY(-50%) rotate(0);
}
.sec_faq--top_page .drawer-item .more:before {
  background-color: #00ABEB;
}
.sec_faq--navi .drawer-item .title dt {
  background-color: #357DE3;
}
.sec_faq--navi .drawer-item .title:after {
  background: url(../../img/index/reshot-icon-arrow-navi.svg) no-repeat center center/contain;
  transform: translateY(-50%) rotate(-180deg);
}
.sec_faq--navi .drawer-item .title.active:after {
  transform: translateY(-50%) rotate(0);
}
.sec_faq--navi .drawer-item .more:before {
  background-color: #357DE3;
}
.sec_faq--fair .drawer-item .title dt {
  background-color: #FFA176;
}
.sec_faq--fair .drawer-item .title:after {
  background: url(../../img/index/reshot-icon-arrow-fair.svg) no-repeat center center/contain;
  transform: translateY(-50%) rotate(-180deg);
}
.sec_faq--fair .drawer-item .title.active:after {
  transform: translateY(-50%) rotate(0);
}
.sec_faq--fair .drawer-item .more:before {
  background-color: #FFA176;
}
.sec_faq--booster .drawer-item .title dt {
  background-color: #4DB7BB;
}
.sec_faq--booster .drawer-item .title:after {
  background: url(../../img/index/reshot-icon-arrow-booster.svg) no-repeat center center/contain;
  transform: translateY(-50%) rotate(-180deg);
}
.sec_faq--booster .drawer-item .title.active:after {
  transform: translateY(-50%) rotate(0);
}
.sec_faq--booster .drawer-item .more:before {
  background-color: #4DB7BB;
}
.sec_faq--area_page {
  margin-top: 0;
  background-color: #EFE9DE;
}/*# sourceMappingURL=service.css.map */