@charset "utf-8";

/* CSS Document */
.nopc {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

main * {
  box-sizing: border-box;
  color: #333333;
}

a {
  text-decoration: none;
}


/***** common *****/

.inner__box {
  width: 992px;
  margin: auto;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

section h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

/***** mv *****/

.mv__container {
  background: url(../img/ttl_bg.jpg) no-repeat top center / cover;
  height: 300px;
  text-align: center;
}

.mv__ttl {
  width: 992px;
  margin: auto;
  padding-top: 48px;
}

/***** lead container *****/
.lead__container {
  padding: 20px 0 30px;
}

.lead__txt {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.lead__txt span {
  display: block;
  font-size: 80%;
}

.lead__txt2 {
  text-align: center;
}

/***** nav container *****/
.nav__container {
  width: 100%;
}

.nav__box--main,
.nav__box--sub {
  width: 992px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.nav__box--main {
  justify-content: center;
  margin-bottom: 30px;
}

.nav__box--sub {
  justify-content: space-between;
}

.nav__box--main li,
.nav__box--sub li {
  text-align: center;
}

.nav__box--main li {
  width: calc(100% / 2 - 60px);
  border: #e9537d 3px solid;
  border-radius: 25px;
  background-color: #fff;
  filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, .2));
}

.nav__box--main li:first-child {
  margin-right: 20px;
}

.nav__box--sub li {
  width: calc(100% / 4 - 10px);
  border: #009e9f 1px solid;
  border-radius: 5px;
}

.nav__box--main li a,
.nav__box--sub li a {
  padding: 15px 0;
  text-align: center;
  display: block;
  position: relative;
}

.nav__box--main li a {
  color: #e9537d;
  font-size: 30px;
  font-weight: 900;
}

.nav__box--sub li a {
  font-size: 20px;
  font-weight: 900;
}

.nav__box--sub li:nth-child(3) a {
  padding-left: 20px;
}

.nav__box--main li a::after,
.nav__box--sub li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav__box--main li a::after {
  right: 20px;
  width: 15px;
  height: 24px;
  background: url(../img/arrow_pk.png) no-repeat center / contain;
}

.nav__box--main li:last-child a::after {
  transform: rotate(0.25turn);
}

.nav__box--main.second li:last-child a::after {
  transform: rotate(-0.25turn);
}

.nav__box--sub li a::before {
  width: 13px;
  height: 18px;
  background: url(../img/navi_arrow_gr.png) no-repeat center / contain;
}

.nav__box--sub li:first-child a::before,
.nav__box--sub li:last-child a::before {
  left: 35px;
}

.nav__box--sub li:nth-child(2) a::before {
  left: 45px;
}

.nav__box--sub li:nth-child(3) a::before {
  left: 15px;
}

.nav__box--main li:hover {
  background-color: #e9537d;
  transition: .5s;
}

.nav__box--main li a:hover {
  color: #fff;
}

.nav__box--sub li a:hover {
  opacity: 0.7;
}

.nav__box--main li:hover a::after {
  background: url(../img/arrow_wt.png) no-repeat center / contain;
}

/***** service container *****/
.service__container,
.serviceflow__container,
.inquiry__container {
  padding: 30px 0;
}

.service__container h2 {
  margin-bottom: 30px;
}

.case__ttl {
  color: #0063b2;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
  background: url(../img/line1.png) repeat center / 21px;
  position: relative;
}

.case__ttl::before,
.case__ttl::after {
  content: "";
  position: absolute;
  margin: auto;
}

.case__ttl::before {
  width: 146px;
  height: 146px;
  background: url(../img/casepic.png) no-repeat center / contain;
  top: -25px;
  left: 20px;
}

.case__ttl::after {
  width: 100px;
  height: 36px;
  background: url(../img/triangle.png) no-repeat center / contain;
  top: 102px;
  left: 440px;
}

.case__ttl span {
  display: block;
  margin-bottom: 10px;
}

.service__box {
  position: relative;
  padding-left: 90px;
}

.service__box::before {
  content: "";
  width: 74px;
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.case1__box {
  margin-bottom: 60px;
}

.case2__box {
  margin-bottom: 100px;
}

.case1__box .service__box::before {
  background: url(../img/icon_1.png) no-repeat center / contain;
}

.case2__box .service__box::before {
  background: url(../img/icon_2.png) no-repeat center / contain;
}

.service__box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #0063b2;
  margin-bottom: 20px;
}

.service__box h3 span {
  display: block;
  font-size: 80%;
}

.device__box {
  margin: 20px auto 10px;
}

.device__box li:first-child {
  width: 42%;
}

.device__box li:last-child {
  width: 58%;
  text-align: right;
}

.device__txt {
  margin-bottom: 3px;
}

.device__txt span::before,
.payment__txt span::before {
  display: inline-block;
  content: "■";
  color: #84cccc;
}

.noteice__txt,
.repeater__notice li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}

.noteice__txt::before,
.repeater__notice li::before {
  display: inline-block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.noteice__txt2 {}

.noteice__txt2::before {
  content: "●";
}

.mg--top {
  margin-top: 20px;
}

.other__txt2 {
  margin-top: 20px;
}

.payment__txt span {
  display: block;
  margin-bottom: 3px;
}

.repeater__box {
  padding: 35px 40px;
  background-color: #fffcd8;
  position: relative;
}

.repeater__box::before,
.repeater__inner::before {
  content: "";
  position: absolute;
  margin: auto;
}

.repeater__box::before {
  width: 326px;
  height: 163px;
  background: url(../img/oblong.png) no-repeat center / contain;
  top: -55px;
  left: 333px;
}

.repeater__inner::before {
  width: 144px;
  height: 39px;
  background: url(../img/more.png) no-repeat center / contain;
  top: -62px;
  left: 386px;
}

.repeater__inner {
  padding: 20px 0;
  border-top: #009e9f 3px solid;
  border-bottom: #009e9f 3px solid;
  position: relative;
}

.repeater__txt {
  display: flex;
  font-size: 24px;
  font-weight: 900;
  width: 100%;
  height: 55px;
  align-items: center;
  background: url(../img/repeater.png) no-repeat 515px center / contain;
}

.repeater__txt2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.under__line {
  background: url(../img/line.png) no-repeat center bottom / contain;
}

.special__txt {
  font-size: 60px;
}

.repeater__item {
  margin-bottom: 20px;
}

.repeater__item li {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  border: #009e9f 3px solid;
  border-radius: 5px;
  padding: 20px 10px;
}

.repeater__item li p {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.special__txt2 {
  font-size: 22px;
  padding-left: 0px;
}

.repeater__notice li {
  margin-bottom: 3px;
}

.repeater__notice li:last-child {
  margin-bottom: 0;
}

/* .repeater__txt3 {
  margin-bottom: 5px;
} */

/***** rateplan container *****/

.rateplan__container h2,
.serviceflow__container h2,
.question__container h2 {
  margin-bottom: 20px;
}

.rateplan__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.left__content {
  width: 42%;
  position: relative;
}

.right__content {
  width: 58%;
  line-height: 1.2;
}

.left__content p {
  font-size: 30px;
  font-weight: 900;
  color: #0063b2;
  background: url(../img/line2.png) no-repeat 38px 54px / 265px 16px;
  position: relative;
  padding-left: 38px;
}

.left__content p::after {
  content: "";
  width: 66px;
  height: 56px;
  background: url(../img/arrow1.png) no-repeat center / contain;
  position: absolute;
  top: 10px;
  right: 20px;
  margin: auto;
}

.left__content p span {
  color: #0063b2;
}

.special__txt3 {
  font-size: 55px;
}

.special__txt4 {
  font-size: 18px;
}

.content--1 {
  font-size: 24px;
  font-weight: 900;
  padding-top: 6px;
  position: relative;
}

.content--1::after {
  content: "※1";
  font-size: 12px;
  font-weight: normal;
}

.content--2 {
  font-size: 36px;
  font-weight: 900;
}

.special__txt5 {
  font-size: 65px;
  color: #e9537d;
}

.rateplan__txt {
  width: 80%;
  margin: 0 auto 30px;
}

.rateplan__model {
  padding: 30px 30px 20px;
  background-color: #fffcd8;
  font-size: 24px;
  font-weight: 900;
}

.rateplan__model h3 {
  font-weight: 900;
  margin-bottom: 10px;
}

.model__img:first-of-type {
  margin-bottom: 50px;
}

/***** serviceflow container *****/
.serviceflow__box {
  margin-bottom: 50px;
}

.serviceflow__box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #0063b2;
  margin-bottom: 32px;
  background: url(../img/line2.png) no-repeat 126px bottom / 265px 16px, url(../img/line2.png) no-repeat 230px bottom / 265px 16px;
  position: relative;
  padding-left: 126px;
}

.serviceflow__box h3::before {
  content: "";
  width: 112px;
  height: 86px;
  position: absolute;
  top: -12px;
  left: 0;
  margin: auto;
}

.type--1 h3::before {
  background: url(../img/ico_date_recovery.png) no-repeat center / contain;
}

.type--2 h3::before {
  background: url(../img/ico_date_repair.png) no-repeat center / contain;
}

.serviceflow__txt {
  padding-left: 20px;
  margin-bottom: 30px;
}

.serviceflow__item {
  padding-left: 50px;
}

.serviceflow__item li {
  font-size: 18px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.serviceflow__item li:last-child {
  margin-bottom: 0;
}

.item__1 {
  width: 8%;
}

.item__2 {
  width: 92%;
}

.serviceflow__item--txt {
  font-weight: 900;
  color: #009e9f;
  position: relative;
}

.serviceflow__item--txt2 {}

.serviceflow__item--txt::before {
  content: "";
  position: absolute;
  margin: auto;
  border-left: 2px solid #009e9f;
  width: 1px;
  height: 70%;
  top: 30px;
  left: 30px;
}

.serviceflow__item li:last-child .serviceflow__item--txt::before {
  display: none;
}

.other__txt a,
.other__txt2 a,
.serviceflow__item a {
  text-decoration: underline;
}

.other__txt a:hover,
.other__txt2 a:hover,
.serviceflow__item a:hover {
  text-decoration: none;
}

.serviceflow__item .noteice__txt {
  margin-left: 20px;
}

.serviceflow__txt2 {
  padding-left: 50px;
  margin-top: 30px;
}

.cancel__box {
  text-align: center;
}

.cancel__box h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 30px;
}

.cancel__btn {
  margin-top: 20px;
}

.cancel__btn a {
  font-size: 18px;
  font-weight: 900;
  padding: 10px 120px;
  background: #fff;
  color: #009e9f;
  border: 2px solid #009e9f;
  border-radius: 30px;
  position: relative;
}

.cancel__btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  background: url(../img/arrow_green.png) no-repeat center / contain;
  width: 15px;
  height: 16px;
  top: 0;
  right: 20px;
  bottom: 0;
}

.cancel__btn a:hover {
  transition: .5s;
  background-color: #009e9f;
  color: #fff;
}

.cancel__btn a:hover:after {
  background: url(../img/arrow_wt.png) no-repeat center / contain;
}

/***** question container *****/

.question__container {
  padding: 60px 0 30px;
}

.question__item {
  margin-bottom: 30px;
}

.question__item:last-of-type {
  margin-bottom: 0;
}

.question__item h3,
.question__item p {
  display: flex;
}

.question__item h3 {
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.question__item p {
  background-color: #fffcd8;
  padding: 20px 20px 20px 72px;
  position: relative;
}

.question__item h3::before,
.question__item p::before {
  content: "";

}

.question__item h3::before {
  width: 60px;
  height: 60px;
  background: url(../img/ico_q.png) no-repeat center / contain;
  margin-right: 10px;
}

.question__item p::before {
  position: absolute;
  width: 19px;
  height: 30px;
  background: url(../img/ico_a.png) no-repeat center / contain;
  top: 16px;
  left: 24px;
}

.question__txt {
  text-align: center;
  margin: 60px auto 20px;
}

/* inquiry__container */
.inquiry__box {
  border: #009e9f 2px solid;
  padding: 30px;
}

.inquiry__box h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.inquiry__box--inner {
  text-align: center;
}

.tel__txt .tel__number span {
  font-size: 42px;
  font-weight: 900;
  color: #0057B8;
}

.voice__guid {
  width: 37%;
  margin: 10px auto 0;
}

.voice__guid--txt {
  position: relative;
  padding-left: 7em;
}

.voice__guid--txt::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.voice__guid li:first-child .voice__guid--txt::before {
  content: "■ 音声案内① ";
}

.voice__guid li:nth-child(2) .voice__guid--txt::before {
  content: "■ 音声案内② ";
}

.voice__guid li:nth-child(3) .voice__guid--txt::before {
  content: "■ 音声案内③ ";
}

.voice__guid li:nth-child(4) .voice__guid--txt::before {
  content: "■ 音声案内④ ";
}

.voice__guid li {
  margin-bottom: 5px;
}

.voice__guid li:last-child {
  margin-bottom: 0;
}

#back-to-top {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 500;
}

.movie-container{
  margin: 30px auto
}
.movie__content{
  text-align: center;
}