@charset "UTF-8";

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "source-han-sans-japanese", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
.inner {
  width: 100%;
  margin: auto;
}

.inner-l {
  max-width: 1100px;
}

.inner-m {
  max-width: 972px;
}

.inner-s {
  max-width: 871px;
}

.inner-ss {
  max-width: 781px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
.header {
  background-color: #fff;
  height: 78px;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
}

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__icon {
  width: 60px;
}

.header__title {
  margin-left: 8px;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  padding-bottom: 152px;
}

.footer__top {
  background-color: #fff;
  padding: 40px 0 26px;
  text-align: center;
  color: #525252;
  font-weight: bold;
}

.footer__logo {
  width: 344px;
  margin: auto;
}

.footer__copyright {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.footer__copyright span {
  font-size: 17px;
  display: block;
}

.footer__attension {
  font-size: 14px;
  line-height: 1.4285;
  margin-top: 22px;
}

.footer__bottom {
  background-color: #FEFCCF;
  padding: 20px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.footer__bottom .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}

.footer__btns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

/* --------------------------------
btn
----------------------------------- */
.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  display: block;
}

.btn a {
  position: relative;
}

.btn a span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn p {
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.p-home {
  height: 1200px;
}

.mv {
  background-color: #EC427B;
  padding: 44px 0;
  text-align: center;
}

.mv__lead {
  font-size: 46px;
  line-height: 1.3043;
  color: #fff;
  font-weight: bold;
}

.mv__caption {
  margin-top: 30px;
}

.mv__img {
  margin-top: 20px;
}

.about {
  background-color: #FFC9D3;
  padding: 32px 0 72px;
}

.about__title {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.about__title .inner {
  position: relative;
}

.about__title p {
  width: 567px;
  margin: auto;
}

.about__title span {
  position: absolute;
  display: block;
  width: 170px;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-56%);
  transform: translateY(-56%);
}

.about__box {
  margin-top: 20px;
}

.about__btns {
  margin-top: 50px;
}

.worries {
  background-color: #EEEEEE;
  position: relative;
}

.worries__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.worries__bg img {
  width: 100%;
}

.worries-head__title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.worries-head__img {
  max-width: 911px;
  width: 100%;
  margin: auto;
}

.worries-body {
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

.worries-body__title {
  color: #fff;
  text-align: center;
  background-color: #34529B;
  line-height: 1.4375;
  font-size: 48px;
  font-weight: bold;
  padding: 11px 0 7px;
}

.worries-body__img {
  margin-top: 56px;
}

.worries-body__box {
  margin-top: 65px;
}

.worries-foot {
  margin-top: 54px;
  padding-bottom: 61px;
  position: relative;
  z-index: 2;
}

.worries-foot__title {
  text-align: center;
  line-height: 1.4375;
  font-size: 48px;
  font-weight: bold;
  color: #525252;
  padding: 9px;
  background-color: #fff;
}

.worries-foot__title span {
  color: #EC427B;
}

.worries-foot__subtitle {
  text-align: center;
  margin-top: 35px;
}

.worries-foot__subtitle span {
  color: #fff;
  font-weight: bold;
  background-color: #707070;
  display: inline-block;
  padding: 10px 12px;
  font-size: 29px;
}

.worries-foot__list {
  margin-top: 15px;
}

.worries-foot__item:nth-of-type(2) {
  margin-top: 5px;
}

.worries-foot__item:nth-of-type(3) {
  margin-top: 8px;
}

.worries-foot__list2 {
  max-width: 666px;
  width: 100%;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.worries-foot__item2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.worries-foot__source {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
  color: #707070;
}

.worries-foot__source a {
  color: inherit;
}

.safety {
  background-color: #EC427B;
  padding: 16px 0 100px;
}

.safety .inner-ss {
  padding: 0;
}

.safety__title {
  color: #fff;
  font-size: 48px;
  line-height: 1.4375;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.safety__title span {
  position: absolute;
  top: -60%;
  left: 11%;
  width: 135px;
  display: block;
}

.safety__img {
  margin-top: 28px;
}

.plan {
  background-color: #FEFCCF;
  text-align: center;
  padding-bottom: 91px;
  position: relative;
  padding-bottom: 115px;
}

.plan__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.plan__bg img {
  width: 100%;
}

.plan__inner {
  position: relative;
  z-index: 2;
}

.plan__title {
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
}

.plan__list {
  margin-top: 52px;
}

.plan__item {
  margin-top: 12px;
}

.plan__item:first-of-type {
  margin-top: 0;
}

.plan__plus {
  margin-top: 13px;
  width: 362px;
  margin-left: auto;
  margin-right: auto;
}

.plan__plus2 {
  width: 448px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.plan__btns {
  margin-top: 50px;
}

.content__title {
  margin-top: 37px;
}

.content__list {
  margin-top: 15px;
}

.tab {
  margin-top: 62px;
  position: relative;
  padding-bottom: 25px;
}

#tab1 {
  position: absolute;
  top: 0;
}

#tab2 {
  position: absolute;
  top: 0;
}

#tab3 {
  position: absolute;
  top: 0;
}

.tab::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 425px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.tab__inner {
  position: relative;
  z-index: 2;
}

.tab__fukidashi {
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  background-color: #FF3C76;
  border-radius: 999px;
  display: inline-block;
  padding: 5px 42px;
  position: relative;
}

.tab__fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #FF3C76 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 99%);
  transform: translate(-50%, 99%);
}

.tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tab__class {
  width: calc((100% - 30px) / 3);
  height: 108px;
  background-color: #939393;
  line-height: 108px;
  font-size: 35px;
  text-align: center;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fff;
  font-weight: bold;
  border-bottom: 6px solid #383837;
}

.tab__class:nth-of-type(2),
.tab__class:nth-of-type(3) {
  margin-left: 15px;
}

.tab__class span {
  font-size: 65px;
  display: inline-block;
  margin-right: 4px;
}

.tab input[name=tab_name] {
  display: none;
}

.tab input:checked+.tab__class1 {
  background-color: #FF3C76;
  border-bottom: 6px solid #AB2D53;
}

.tab input:checked+.tab__class2 {
  background-color: #FF3C76;
  border-bottom: 6px solid #9E225C;
}

.tab input:checked+.tab__class3 {
  background-color: #FF3C76;
  border-bottom: 6px solid #AE3520;
}

.tab__content {
  display: none;
  width: 100%;
  margin-top: 30px;
}

.tab input:checked+.tab__class+.tab__content {
  display: block;
}

.tab__attension {
  font-size: 17px;
  line-height: 1.47;
  margin-top: 18px;
  max-width: 733px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #707070;
}

.flow {
  position: relative;
  z-index: 2;
}

.flow__title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.3%;
  -ms-flex: 0 0 22.3%;
  flex: 0 0 22.3%;
  position: relative;
}

.flow__item:after {
  content: "";
  width: 0;
  display: block;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 15px;
  border-color: transparent transparent transparent #eeeeee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -26px;
}

.flow__item:nth-of-type(4):after {
  content: none;
}

.flow__title {
  text-align: center;
}

.flow__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  display: block;
  width: 196px;
}

.point {
  margin-top: 63px;
  position: relative;
  z-index: 2;
}

.point__title {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4693;
  color: #FF3C76;
}

.point__item {
  margin-top: 30px;
}

.faq {
  margin-top: 57px;
  position: relative;
  z-index: 2;
}

.faq dl {
  margin-top: 30px;
  color: #525252;
}

.faq dt {
  background-color: #FFC9D3;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq dt span {
  display: inline-block;
  margin-right: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
}

.faq dd {
  background-color: #fff;
  border-bottom: 3px solid #FF497F;
  border-right: 3px solid #FF497F;
  border-left: 3px solid #FF497F;
  padding: 18px 25px;
  font-weight: bold;
  line-height: 1.5;
}

.faq dd a {
  color: inherit;
}

.white {
  background-color: #fff;
  position: relative;
  padding-bottom: 56px;
}

.white__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.white__bg img {
  width: 100%;
}

.close {
  background-color: #FFC9D3;
  padding: 42px 0 64px;
}

.close__btns {
  margin-top: 64px;
}

.close__tel {
  margin-top: 50px;
}


/* -----------------------------------------------
* キャンペーンバナー
-------------------------------------------------- */

.about__camps{
	margin-top: 3vw;
	margin-bottom: 3vw;
}


@media (640px < width < 1228px) {
  .inner-block {
    margin: 0 auto;
  }

  .inner-l {
    max-width: 89.58vw;
  }

  .inner-m {
    max-width: 79.15vw;
  }

  .inner-s {
    max-width: 70.93vw;
  }

  .inner-ss {
    max-width: 63.6vw;
  }

  .header {
    height: 6.35vw;
  }

  .header__inner {
    height: 6.35vw;
  }

  .header__icon {
    width: 4.89vw;
  }

  .header__title {
    height: 0.65vw;
    width: 18.89vw;
  }

  .footer {
    padding-bottom: 12.38vw;
  }

  .footer__top {
    padding: 3.26vw 0 2.12vw;
  }

  .footer__logo {
    width: 28.01vw;
  }

  .footer__copyright {
    font-size: 1.63vw;
    margin-top: 2.61vw;
  }

  .footer__copyright span {
    font-size: 1.38vw;
  }

  .footer__attension {
    font-size: 1.14vw;
    margin-top: 1.79vw;
  }

  .footer__bottom {
    padding: 1.63vw 0 2.04vw;
  }

  .btn p {
    font-size: 1.2vw;
    margin-top: 0.81vw;
  }

  .mv {
    padding: 3.58vw 0;
  }

  .mv__lead {
    font-size: 3.75vw;
  }

  .mv__caption {
    margin-top: 2.44vw;
  }

  .mv__img {
    margin-top: 1.63vw;
  }

  .about {
    padding: 2.61vw 0 5.86vw;
  }

  .about__title {
    padding: 1.63vw 0;
  }

  .about__title .inner {
    position: static;
  }

  .about__title p {
    width: 46.17vw;
  }

  .about__title span {
    width: 13.84vw;
    left: 12vw;
  }

  .about__box {
    margin-top: 1.63vw;
  }

  .about__btns {
    margin-top: 4.07vw;
  }

  .worries-head__img {
    max-width: 74.19vw;
  }

  .worries-body {
    margin-top: 3.66vw;
  }

  .worries-body__title {
    font-size: 3.91vw;
    padding: 0.9vw 0.57vw;
  }

  .worries-body__img {
    margin-top: 4.56vw;
  }

  .worries-body__box {
    margin-top: 5.29vw;
  }

  .worries-foot {
    margin-top: 4.4vw;
    padding-bottom: 4.97vw;
  }

  .worries-foot__title {
    font-size: 3.91vw;
    padding: 0.73vw;
  }

  .worries-foot__subtitle {
    margin-top: 2.85vw;
  }

  .worries-foot__subtitle span {
    padding: 0.81vw 0.98vw;
    font-size: 2.36vw;
  }

  .worries-foot__list {
    margin-top: 1.22vw;
  }

  .worries-foot__item:nth-of-type(2) {
    margin-top: 0.41vw;
  }

  .worries-foot__item:nth-of-type(3) {
    margin-top: 0.65vw;
  }

  .worries-foot__list2 {
    max-width: 54.23vw;
    margin: 1.3vw auto 0;
  }

  .worries-foot__source {
    font-size: 1.22vw;
    margin-top: 1.63vw;
  }

  .safety {
    padding: 1.3vw 0 8.14vw;
  }

  .safety__title {
    font-size: 3.91vw;
  }

  .safety__title span {
    width: 10.99vw;
  }

  .safety__img {
    margin-top: 2.28vw;
  }

  .plan {
    padding-bottom: 10.41vw;
  }

  .plan__list {
    margin-top: 4.23vw;
  }

  .plan__item {
    margin-top: 0.98vw;
  }

  .plan__plus {
    margin-top: 1.06vw;
    width: 29.48vw;
  }

  .plan__plus2 {
    width: 36.48vw;
    margin-top: 1.06vw;
  }

  .plan__btns {
    margin-top: 4.07vw;
  }

  .content__title {
    margin-top: 3.01vw;
  }

  .content__list {
    margin-top: 1.22vw;
  }

  .tab {
    margin-top: 5.05vw;
    padding-bottom: 2.04vw;
  }

  .tab::after {
    height: 22.5vw;
  }

  .tab__fukidashi {
    font-size: 2.36vw;
    padding: 0.41vw 3.42vw;
  }

  .tab__fukidashi:after {
    border-width: 0.71vw 0.41vw 0 0.41vw;
  }

  .tab__list {
    margin-top: 1.63vw;
  }

  .tab__class {
    width: calc((100% - 2.44vw) / 3);
    height: 8.79vw;
    font-size: 2.85vw;
    line-height: 8.79vw;
    border-bottom: 0.49vw solid #383837;
  }

  .tab__class:nth-of-type(2),
  .tab__class:nth-of-type(3) {
    margin-left: 1.2vw;
  }

  .tab__class span {
    font-size: 5.29vw;
    margin-right: 0.33vw;
  }

  .tab input:checked+.tab__class1 {
    border-bottom: 0.49vw solid #AB2D53;
  }

  .tab input:checked+.tab__class2 {
    border-bottom: 0.49vw solid #9E225C;
  }

  .tab input:checked+.tab__class3 {
    border-bottom: 0.49vw solid #AE3520;
  }

  .tab__content {
    margin-top: 2.44vw;
  }

  .tab__attension {
    font-size: 1.38vw;
    margin-top: 1.47vw;
    max-width: 59.69vw;
  }

  .flow__item:after {
    right: -2.12vw;
    border-width: 1.83vw 0 1.83vw 1.22vw;
  }

  .flow__btn {
    width: 15.96vw;
  }

  .point {
    margin-top: 5.13vw;
  }

  .point__title {
    font-size: 3.99vw;
  }

  .point__item {
    margin-top: 2.44vw;
  }

  .faq {
    margin-top: 4.64vw;
  }

  .faq dl {
    margin-top: 2.44vw;
  }

  .faq dt {
    font-size: 1.63vw;
    padding: 1.63vw 2.44vw 0.81vw;
  }

  .faq dt span {
    margin-right: 0.9vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.34vw;
    -ms-flex: 0 0 3.34vw;
    flex: 0 0 3.34vw;
  }

  .faq dd {
    border-bottom: 0.24vw solid #FF497F;
    border-right: 0.24vw solid #FF497F;
    border-left: 0.24vw solid #FF497F;
    padding: 1.47vw 2.04vw;
  }

  .white {
    padding-bottom: 4.56vw;
  }

  .close {
    padding: 1.87vw 0 1.47vw;
  }

  .close__btns {
    margin-top: 5.21vw;
  }

  .close__tel {
    margin-top: 4.07vw;
  }
}

@media only screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .btn a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .inner {
    padding: 0 6.41vw;
  }

  .inner-l {
    max-width: 100%;
  }

  .inner-m {
    max-width: 100%;
  }

  .inner-s {
    max-width: 100%;
  }

  .inner-ss {
    max-width: 100%;
  }

  .header {
    position: relative;
    height: 17.18vw;
  }

  .header__inner {
    height: 17.18vw;
  }

  .header__left {
    padding-left: 9vw;
  }

  .header__icon {
    width: 13.33vw;
  }

  .header__title {
    width: 41.79vw;
  }

  .header__name {
    width: 19.49vw;
    position: absolute;
    top: 1.28vw;
    right: 2.56vw;
  }

  .footer {
    padding-bottom: 17vw;
  }

  .footer__logo {
    width: 49.74vw;
  }

  .footer__copyright {
    font-size: 3.08vw;
    margin-top: 3.2vw;
  }

  .footer__copyright span {
    font-size: 2.67vw;
  }

  .footer__attension {
    font-size: 2.93vw;
    margin-top: 3vw;
  }

  .footer__bottom {
    padding: 2vw 0 3.2vw;
  }

  .footer__img {
    display: none;
  }

  .footer__btns.btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__btns.btns .btn:nth-of-type(2) {
    margin-top: 0;
  }

  .btns {
    display: block;
    max-width: 77.69vw;
    margin: auto;
  }

  .btn:nth-of-type(2) {
    margin-top: 11.03vw;
  }

  .btn p {
    font-size: 3.59vw;
    margin-top: 2.79vw;
  }

  .mv {
    padding: 3.08vw 0 1.54vw;
  }

  .mv__lead {
    font-size: 4.36vw;
    line-height: 1.47;
  }

  .mv__caption {
    margin-top: 3.08vw;
  }

  .mv__img {
    margin-top: 0.56vw;
  }

  .about {
    padding: 5.64vw 0 14.1vw;
  }

  .about__title {
    padding: 2.56vw 0;
  }

  .about__title .inner {
    padding: 0 13px;
  }

  .about__title p {
    width: 74.95vw;
    margin-left: auto;
    margin-right: initial;
  }

  .about__title span {
    width: 18.46vw;
  }

  .about__btns {
    margin-top: 6.67vw;
  }

  .worries__bg {
    bottom: -48vw;
  }

  .worries-head__img {
    max-width: 70vw;
    margin-top: -10vw;
  }

  .worries-body {
    margin-top: 2.56vw;
  }

  .worries-body__title {
    font-size: 5.38vw;
  }

  .worries-body__img {
    margin-top: 5.38vw;
  }

  .worries-body__box {
    margin-top: 5.13vw;
  }

  .worries-foot {
    margin-top: 4.36vw;
    padding-bottom: 10.26vw;
  }

  .worries-foot__title {
    font-size: 5.38vw;
    padding: 3.59vw;
  }

  .worries-foot__subtitle {
    margin-top: 5.13vw;
  }

  .worries-foot__subtitle span {
    font-size: 4.1vw;
    padding: 0.71vw 1.79vw;
  }

  .worries-foot__list2 {
    display: block;
    max-width: 47.95vw;
    margin: 2.56vw auto 0;
  }

  .worries-foot__item2:nth-of-type(2) {
    margin-top: 2.56vw;
  }

  .worries-foot__source {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

  .worries-foot__source a {
    font-size: 2.8vw;
  }

  .worries-foot__source span {
    display: block;
    text-align: right;
  }

  .safety {
    position: relative;
    z-index: 2;
    padding: 3.33vw 0 10.77vw;
  }

  .safety__title {
    font-size: 6.15vw;
    padding: 0 3.41vw;
  }

  .safety__title span {
    width: 20vw;
    top: -79%;
    left: 8%;
  }

  .safety__img {
    padding: 0 6.41vw;
    margin-top: 4.87vw;
  }

  .plan {
    padding-bottom: 13vw;
  }

  .plan__item {
    margin-top: 3.08vw;
  }

  .plan__plus {
    width: 57.18vw;
    margin-top: 3.08vw;
  }

  .plan__plus2 {
    width: 73.08vw;
    margin-top: 3.08vw;
  }

  .plan__btns {
    margin-top: 6.15vw;
  }

  .tab {
    margin-top: 3.85vw;
  }

  .tab::after {
    height: 91.5vw;
  }

  .tab__fukidashi {
    font-size: 3.85vw;
    padding: 0.51vw 3.33vw;
  }

  .tab__class {
    height: 10.77vw;
    line-height: 10.77vw;
    font-size: 3.33vw;
    border-bottom: 0.77vw solid #383837;
    width: calc((100% - 3.08vw) / 3);
  }

  .tab__class:nth-of-type(2),
  .tab__class:nth-of-type(3) {
    margin-left: 1.54vw;
  }

  .tab__class span {
    font-size: 6.41vw;
  }

  .tab input:checked+.tab__class1 {
    border-bottom: 0.77vw solid #AB2D53;
  }

  .tab input:checked+.tab__class2 {
    border-bottom: 0.77vw solid #9E225C;
  }

  .tab input:checked+.tab__class3 {
    border-bottom: 0.77vw solid #AE3520;
  }

  .tab__attension {
    font-size: 2.82vw;
    margin-top: 3.85vw;
  }

  .flow__list {
    display: block;
    margin-top: -5vw;
  }

  .flow__item:after {
    border-width: 5.38vw 7.95vw 0 7.95vw;
    border-color: #eeeeee transparent transparent transparent;
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8.59vw;
    right: initial;
  }

  .flow__item {
    margin-top: 12.82vw;
  }

  .flow__item:first-of-type {
    margin-top: 0;
  }

  .flow__btn {
    width: 76.41vw;
  }

  .point {
    margin-top: 7.67vw;
  }

  .point__title {
    font-size: 5.38vw;
  }

  .point__item {
    margin-top: 5.38vw;
  }

  .point__item:first-of-type {
    margin-top: 3.08vw;
  }

  .faq {
    margin-top: 7.95vw;
  }

  .faq dl {
    margin-top: 4.62vw;
  }

  .faq dl:first-of-type {
    margin-top: 1.28vw;
  }

  .faq dt {
    padding: 2vw 3.08vw;
    font-size: 3.59vw;
  }

  .faq dt span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.44vw;
    -ms-flex: 0 0 7.44vw;
    flex: 0 0 7.44vw;
    margin-right: 2.56vw;
  }

  .faq dd {
    font-size: 3.33vw;
    padding: 3.33vw;
  }

  .white {
    padding-bottom: 8.72vw;
  }

  .close {
    padding-top: 6.13vw;
    padding-bottom: 4.8vw;
  }

  .close__btns {
    margin-top: 3.5vw;
  }
}

/*# sourceMappingURL=style.css.map */