@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1320px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
input[type=text], input[type=password], input[type=checkbox], input[type=email], input[type=radio], input[type=submit], input[type=button],
select, textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  border: none;
  outline: 0;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}
button:hover {
  outline: none;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}
.is-pc-only_block {
  display: block !important;
}

.is-sp-only {
  display: none !important;
}
.is-sp-only_block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-pc-only_block {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
  .is-sp-only_block {
    display: block !important;
  }
}
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 81px;
  padding-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 14.667vw;
    padding-bottom: 16.533vw;
  }
}

.inner {
  max-width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

/*----------------------------------------------------------------------------
	c-parts
----------------------------------------------------------------------------*/
.c-opacity {
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-opacity:hover {
    opacity: 0.65;
  }
}

/*----------------------------------------------------------------------------
	modal
----------------------------------------------------------------------------*/
.modal {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  height: 473px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #05a499;
}
@media screen and (max-width: 767px) {
  .modal_content {
    width: 92vw;
    height: auto;
    border-radius: 2.667vw;
  }
}
.modal_close {
  position: absolute;
  top: 14px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .modal_close {
    top: 2.667vw;
    right: 3.2vw;
  }
}
.modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_close img {
    width: 9.6vw;
  }
}
.modal_item {
  width: 381px;
  padding-top: 47px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .modal_item {
    width: 100%;
    padding-top: 18.4vw;
    padding-right: 5.6vw;
    padding-left: 5.6vw;
    margin-right: 0;
    margin-left: 0;
  }
}
.modal_item-headline {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fffe55;
}
@media screen and (max-width: 767px) {
  .modal_item-headline {
    padding-top: 2.133vw;
    padding-bottom: 2.4vw;
    border-radius: 2.667vw;
    margin-bottom: 3.2vw;
  }
}
.modal_item-headline span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.1667;
}
@media screen and (max-width: 767px) {
  .modal_item-headline span {
    font-size: 5.333vw;
    line-height: 1.1;
  }
}
.modal_item-body {
  text-align: center;
}
.modal_item-body p {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3611;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .modal_item-body p {
    font-size: 7.467vw;
    line-height: 1.3571;
  }
}
.modal_box {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .modal_box {
    display: block;
    padding-bottom: 16vw;
  }
}
.modal_about {
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .modal_about {
    margin-right: 0;
  }
}
.modal_about-text {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .modal_about-text {
    text-align: center;
    margin-bottom: 6.667vw;
  }
}
.modal_about-text span {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4737;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .modal_about-text span {
    font-size: 4.533vw;
    line-height: 1.5294;
  }
}
.modal_about-apply {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #5ecb67;
  text-align: center;
}
.modal_about-apply::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 19px;
  height: 100%;
  background-color: #5ecb67;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.modal_about-apply strong {
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2105;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.modal_qr {
  -moz-flex: 0 0 158px;
  flex: 0 0 158px;
}
.modal_qr img {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .modal_link {
    width: 100%;
    padding-right: 5.6vw;
    padding-left: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .modal_link a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
    border-radius: 1.067vw;
    text-align: center;
    background-color: #5ecb67;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .modal_link a::after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 50%;
    right: 5.867vw;
    width: 3.467vw;
    height: 2.933vw;
    background-image: url(../images/common/arrow_middle.svg);
    transform: translate(0, -50%);
    filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(127deg) brightness(105%) contrast(101%);
  }
}
@media screen and (max-width: 767px) {
  .modal_link a span {
    font-size: 4.8vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}

a.modal_link2 {
  display: block;
  width: 100%;
  height: 100%;
}



/*----------------------------------------------------------------------------
  modal2
----------------------------------------------------------------------------*/
.modal2 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal2 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  aspect-ratio: 1419 / 1480;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-image: url(../images/common/modal_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .modal_content2 {
    width: 92vw;
    height: auto;
    border-radius: 2.667vw;
    aspect-ratio: 1379 / 1743;
    background-image: url(../images/common/sp/modal_bg.jpg);
  }
}
.modal_content2 a.link {
  display: block;
  width: 630px;
  aspect-ratio: 1419 / 1480;
  cursor: pointer;
  opacity: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .modal_content2  a.link {
    width: 92vw;
    height: auto;
    aspect-ratio: 1379 / 1743;
    margin-top: 15vw;
  }
}


/*----------------------------------------------------------------------------
  modal3
----------------------------------------------------------------------------*/
.modal3 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal3 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  aspect-ratio: 1419 / 1407;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-image: url(../images/common/modal_bg-2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .modal_content3 {
    width: 92vw;
    height: auto;
    border-radius: 2.667vw;
    aspect-ratio: 1379 / 1371;
    background-image: url(../images/common/sp/modal_bg-2.jpg);
  }
}
.modal_content3 .modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_content3 .modal_close img {
    width: 7.2vw;
  }
}

/*----------------------------------------------------------------------------
  modal4
----------------------------------------------------------------------------*/
.modal4 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal4 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  aspect-ratio: 1531 / 1465;
  transform: translate(-50%, -50%);
/*  border-radius: 10px;*/
  background-image: url(../images/common/modal_bg-3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .modal_content4 {
    width: 92vw;
    left: 46.5%;
    height: auto;
/*    border-radius: 2.667vw;*/
    aspect-ratio: 1429 / 1371;
    background-image: url(../images/common/sp/modal_bg-3.png);
  }
}
.modal_content4 .modal_close {
  top: 42px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .modal_content4 .modal_close {
    top: 5.667vw;
    right: 2.2vw;
  }
}
.modal_content4 .modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_content4 .modal_close img {
    width: 7.2vw;
  }
}

/*----------------------------------------------------------------------------
  modal5
----------------------------------------------------------------------------*/
.modal5 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal5 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  aspect-ratio: 1416 / 1408;
  transform: translate(-50%, -50%);
/*  border-radius: 10px;*/
  background-image: url(../images/common/modal_bg-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .modal_content5 {
    width: 90vw;
    left: 50%;
    height: auto;
/*    border-radius: 2.667vw;*/
/*    aspect-ratio: 1429 / 1371;*/
    background-image: url(../images/common/sp/modal_bg-4.png);
  }
}
.modal_content5 .modal_close {
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .modal_content5 .modal_close {
    top: -1.333vw;
    right: -1.8vw;
  }
}
.modal_content5 .modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_content5 .modal_close img {
    width: 7.2vw;
  }
}

/*----------------------------------------------------------------------------
  modal6
----------------------------------------------------------------------------*/
.modal6 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .modal6 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.modal_content5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  aspect-ratio: 1416 / 1408;
  transform: translate(-50%, -50%);
/*  border-radius: 10px;*/
  background-image: url(../images/common/modal_bg-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .modal_content5 {
    width: 90vw;
    left: 50%;
    height: auto;
/*    border-radius: 2.667vw;*/
/*    aspect-ratio: 1429 / 1371;*/
    background-image: url(../images/common/sp/modal_bg-5.png);
  }
}
.modal_content5 .modal_close {
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .modal_content5 .modal_close {
    top: -1.333vw;
    right: -1.8vw;
  }
}
.modal_content5 .modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_content5 .modal_close img {
    width: 7.2vw;
  }
}
.modal_content6 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  aspect-ratio: 1416 / 1408;
  transform: translate(-50%, -50%);
/*  border-radius: 10px;*/
  background-image: url(../images/common/modal_bg-6.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .modal_content6 {
    width: 90vw;
    left: 50%;
    height: auto;
/*    border-radius: 2.667vw;*/
/*    aspect-ratio: 1429 / 1371;*/
    background-image: url(../images/common/sp/modal_bg-6.png);
  }
}
.modal_content6 .modal_close {
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .modal_content6 .modal_close {
    top: -1.333vw;
    right: -1.8vw;
  }
}
.modal_content6 .modal_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .modal_content6 .modal_close img {
    width: 7.2vw;
  }
}

/*----------------------------------------------------------------------------
	trial
----------------------------------------------------------------------------*/
.trial {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .trial {
    height: 111.467vw;
    transform: translate(0, 100%);
    background-color: transparent;
    transition: all 0.6s ease;
  }
}
.trial.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .trial.is-open {
    transform: translate(0, 0);
  }
}
.trial_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 710px;
  height: 740px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-image: url(../images/index/trial_bg-3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .trial_container {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background-image: url(../images/common/sp/trial_bg.png);
    background-position: center top;
    overflow: auto;
    transform: translate(0, 0);
  }
}
.trial_close {
  position: absolute;
  top: 14px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .trial_close {
    top: 2.667vw;
    right: 4vw;
  }
}
.trial_close img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .trial_close img {
    width: 9.867vw;
  }
}
.trial_content {
  padding-top: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .trial_content {
    padding-top: 17.867vw;
    padding-bottom: 2.667vw;
  }
}
.trial_heading {
  text-align: center;
}
.trial_heading img {
  width: 553px;
}
@media screen and (max-width: 767px) {
  .trial_heading img {
    width: 89.6vw;
  }
}
.trial_title {
  position: relative;
  top: -23px;
  margin-bottom: -23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_title {
    top: -2.133vw;
    margin-bottom: -2.133vw;
  }
}
.trial_title img {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .trial_title img {
    width: 58.933vw;
  }
}
.trial_box {
  counter-reset: trial;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-template-rows: 65px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
  max-width: 586px;
  padding-top: 11px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .trial_box {
    grid-template-columns: 1fr;
    grid-auto-rows: 20vw;
    grid-template-rows: 20vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 4.8vw;
    max-width: 100%;
    padding-top: 2.933vw;
    padding-right: 2.667vw;
    padding-left: 2.667vw;
    margin-bottom: 2.667vw;
  }
}
.trial_item {
  counter-increment: trial;
  display: grid;
  grid-template-columns: 43px 1fr;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
@media screen and (max-width: 767px) {
  .trial_item {
    grid-template-columns: 13.3333333333vw 1fr;
    -moz-column-gap: 2.133vw;
         column-gap: 2.133vw;
  }
}
.trial_item-headline {
  position: relative;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_item-headline {
    padding-top: 3.2vw;
  }
}
.trial_item-headline::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  left: 0;
  width: 43px;
  height: 65px;
  background-image: url(../images/index/benefit_flag.svg);
}
@media screen and (max-width: 767px) {
  .trial_item-headline::before {
    width: 13.333vw;
    height: 20vw;
  }
}
.trial_item-headline::after {
  content: counter(trial);
  position: absolute;
  z-index: 2;
  top: 29px;
  left: 50%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .trial_item-headline::after {
    top: 9.333vw;
    font-size: 8.267vw;
  }
}
.trial_item-headline span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .trial_item-headline span {
    font-size: 4.533vw;
  }
}
.trial_item-body {
  display: grid;
  grid-template-columns: 136px 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 10px;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .trial_item-body {
    grid-template-columns: 41.3333333333vw 1fr;
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
    row-gap: 0;
  }
}
.trial_item-content {
  text-align: center;
}
.trial_item-content img {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .trial_item-content img {
    width: 41.333vw;
  }
}
.trial_item-free img {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .trial_item-free img {
    width: 26.133vw;
  }
}
.trial_item-discount img {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .trial_item-discount img {
    width: 26.133vw;
  }
}
.trial_item-development {
  grid-column: span 2;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 4px;
  border: 2px solid #fffe55;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .trial_item-development {
    max-width: 86.667vw;
    padding-top: 1.867vw;
    padding-bottom: 1.6vw;
    margin-right: auto;
    margin-bottom: 3.2vw;
    margin-left: auto;
  }
}
.trial_item-development img {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .trial_item-development img {
    width: 79.2vw;
  }
}
.trial_item:nth-child(3) .trial_item-body {
  align-self: flex-start;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .trial_item:nth-child(3) .trial_item-body {
    align-self: center;
    padding-top: 0;
  }
}
.trial_item:last-child .trial_item-body {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .trial_item:last-child .trial_item-body {
    padding-top: 0;
  }
}
.trial_text {
  position: relative;
  top: -25px;
  padding-left: 60px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  .trial_text {
    top: 0;
    padding-left: 2.667vw;
    margin-bottom: 4.8vw;
  }
}
.trial_text p {
  display: -moz-flex;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2143;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .trial_text p {
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 1.2143;
  }
}
.trial_text p::before {
  content: "※";
}
.trial_step {
  max-width: 584px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 22px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .trial_step {
    max-width: 86.667vw;
    padding-top: 1.6vw;
    padding-right: 1.6vw;
    padding-bottom: 1.6vw;
    padding-left: 1.6vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
.trial_step_box {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 32px;
  border: 1px solid #05a499;
}
@media screen and (max-width: 767px) {
  .trial_step_box {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 4.8vw;
  }
}
.trial_list-item span {
  display: -moz-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #05a499;
}
@media screen and (max-width: 767px) {
  .trial_list-item span {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.3333;
  }
}
.trial_list-item span::before {
  margin-right: 0.5em;
}
.trial_list-item:nth-child(1) span::before {
  content: "❶";
}
.trial_list-item:nth-child(2) span::before {
  content: "❷";
}
.trial_list-item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .trial_list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.trial_links {
  text-align: center;
  margin-top: 640px;
}
@media screen and (max-width: 767px) {
  .trial_links {
    margin-top: 2.667vw;
  }
}
.trial_links a {
  display: inline-block;
}
.trial_links a img {
  width: 389px;
}
@media screen and (max-width: 767px) {
  .trial_links a img {
    width: 59.2vw;
  }
}

/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00625a;
}
.header .inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  max-width: 1280px;
  padding-top: 13px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding-top: 2.133vw;
    padding-right: 4vw;
    padding-bottom: 2.133vw;
    padding-left: 4vw;
  }
}
.header_logo {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header_logo {
    position: relative;
    z-index: 103;
    margin-right: 0;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  width: 192px;
}
@media screen and (max-width: 767px) {
  .header_logo a img {
    width: 36.267vw;
  }
}

/*----------------------------------------------------------------------------
	primary
----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .primary {
    display: none;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00625a;
  }
}
.primary_list {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .primary_list {
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.primary_list-item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .primary_list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 9.067vw;
  }
}
.primary_list-item a {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.primary_list-item a span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .primary_list-item a span {
    font-size: 5.067vw;
  }
}
.primary_list-item a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .primary_list-item a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/*----------------------------------------------------------------------------
	secondary
----------------------------------------------------------------------------*/
.secondary {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .secondary {
    padding-bottom: 6.667vw;
  }
}
.secondary_list {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .secondary_list {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }
}
.secondary_list-item:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .secondary_list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5.333vw;
  }
}
.secondary_list-item a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.secondary_list-item a span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .secondary_list-item a span {
    font-size: 3.733vw;
  }
}

/*----------------------------------------------------------------------------
	sptoggle
----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .sptoggle {
    position: fixed;
    z-index: 103;
    top: 0;
    right: 0;
    width: 17.333vw;
    height: 14.933vw;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle span {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle span i {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle span i:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle.is-active span i {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle.is-active span i:nth-child(1) {
    margin-bottom: -2px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .sptoggle.is-active span i:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .sptoggle.is-active span i:nth-child(3) {
    margin-top: -2px;
    transform: rotate(45deg);
  }
}

/*----------------------------------------------------------------------------
	fixed
----------------------------------------------------------------------------*/
.fixed {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, rgb(255, 235, 0) 0%, rgb(255, 0, 156) 100%);
}
.fixed .inner {
  padding-top: 10px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .fixed .inner {
    padding-top: 2.133vw;
    padding-right: 4vw;
    padding-bottom: 0.533vw;
    padding-left: 4vw;
  }
}

.fixed .contact_title {
  margin: 5px auto;
  text-align: center;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .fixed .contact_title {
    margin: .5vw auto;
    text-align: center;
    width: 60vw;
  }
}

.fixed_item {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fixed_item {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.fixed_item-headline {
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .fixed_item-headline {
    margin-right: 0;
  }
}
.fixed_item-headline span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fixed_item-headline span {
    font-size: 4vw;
    line-height: 1.3333;
  }
}
.fixed_item-body a {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 377px;
  /*
  height: 60px;
  border-radius: 38px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  */
  /*
  &::before {
  	@include u.absolute-img;
  	top: 50%;
  	left: 38px;
  	width: 30px;
  	height: 21px;
  	background-image: url(../images/common/icon_application.svg);
  	transform: translate(0, -50%);
  	@include r.mq-sp {
  		@include u.p-vw(left, 11);
  		@include u.p-vw(width, 25);
  		@include u.p-vw(height, 17);
  	}
  }
  &::after {
  	@include u.absolute-img;
  	top: 50%;
  	right: 42px;
  	width: 13px;
  	height: 11px;
  	background-image: url(../images/common/arrow_middle.svg);
  	transform: translate(0, -50%);
  	@include u.filter-dd3a85;
  	@include r.mq-sp {
  		@include u.p-vw(right, 9);
  		@include u.p-vw(width, 12);
  		@include u.p-vw(height, 10);
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .fixed_item-body a {
    width: 46.133vw;
    /*
    @include u.p-vw(height, 45);
    @include u.p-vw(border-radius, 8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    */
  }
}
.fixed_item-body a span {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #dd3a85;
}
@media screen and (max-width: 767px) {
  .fixed_item-body a span {
    font-size: 4.267vw;
    line-height: 1.0625;
  }
}

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
.footer {
  background-color: #000;
}
.footer_logo {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    padding-top: 6.933vw;
    padding-bottom: 5.6vw;
  }
}
.footer_logo img {
  width: 358px;
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 67.467vw;
  }
}
.footer .inner {
  padding-top: 16px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding-top: 3.467vw;
    padding-bottom: 3.733vw;
  }
}
.footer_copyright {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 2.667vw;
  }
}
/*# sourceMappingURL=common.css.map */