@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  mixin
============================== */
:root {
  height: 100%;
}

body {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  body {
    background: #fff;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #3b8fc0;
}

main a {
  text-decoration: none;
}

/* ============================== */
/* template */
/* ============================== */
/* ============================== */
/* module */
/* ============================== */
.display--sp {
  display: block !important;
}
.display--pc {
  display: none !important;
}
@media (min-width: 768px) {
  .display--sp {
    display: none !important;
  }
  .display--pc {
    display: block !important;
  }
}

.anchor {
  position: absolute;
  top: -12vw;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 768px) {
  .anchor {
    top: -65px;
  }
}

.wrapper {
  position: relative;
}

.l-inner {
  max-width: 850px;
  margin: 0 auto;
}

.p-heading {
  padding: 16px 0;
  background: #F37734;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-heading {
    padding: 4vw 0;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.5;
  }
}

/* ============================== */
/* header */
/* ============================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 1;
}
.header h1 {
  margin-bottom: 0;
  padding: 20px 0;
  line-height: 1;
  background: url("../images/logo.svg") no-repeat;
  background-size: 300px 68px;
  background-position: left 10px center;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .header h1 {
    padding: 5vw 0;
    background-size: 47vw 68px;
  }
}
.header__logo {
  width: 325px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 53.6vw;
  }
}
.header__btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header__btn {
    right: 10px;
  }
}
.header__btn .btn__shadow {
  width: 200px;
  height: 46px;
}
@media (max-width: 767px) {
  .header__btn .btn__shadow {
    width: 44.6vw;
  }
}
.header__btn .btn {
  height: 46px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header__btn .btn {
    width: 100%;
    font-size: 14px;
  }
}

/* ========================================
  hero
======================================== */
.hero {
  display: block;
  position: relative;
}
.hero__img {
  display: block;
  position: relative;
}
.hero__img img {
  width: 100%;
}

/* ========================================
  benefit
======================================== */
.benefit {
  position: relative;
  padding-bottom: 80px;
  background: #ebe9e5;
  color: #000;
}
@media (max-width: 767px) {
  .benefit {
    padding-bottom: 0;
  }
}
.benefit__inner {
  padding: 9vw 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .benefit__inner {
    padding: 70px 0 0;
  }
}
.benefit__ttl {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .benefit__ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.benefit__lead {
  margin-top: 5.33vw;
  font-size: 4vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .benefit__lead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.benefit__lead span {
  font-size: 3.46vw;
}
@media (min-width: 768px) {
  .benefit__lead span {
    font-size: 14px;
  }
}
.benefit__slider {
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #c8c8c9;
  border-bottom: 1px solid #c8c8c9;
}
@media (max-width: 767px) {
  .benefit__slider {
    margin-top: 8vw;
  }
}
.benefit__slider .slick-track {
  display: flex;
}
.benefit__slider__item {
  min-width: 45.3vw !important;
  height: auto;
  padding: 5.3vw 3vw;
  border-left: 1px solid #c8c8c9;
}
@media (min-width: 768px) {
  .benefit__slider__item {
    min-width: 240px !important;
    min-height: 12.8vw;
    padding: 30px 20px 20px;
  }
}
.benefit__slider__bottom {
  border-bottom: 1px solid #c8c8c9;
}
.benefit__slider__img {
  padding: 0 6.6vw;
}
@media (min-width: 768px) {
  .benefit__slider__img {
    padding: 0 32px;
  }
}
.benefit__slider__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8em;
  margin-top: 12px;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 1.3;
  direction: ltr;
}
@media (min-width: 768px) {
  .benefit__slider__name {
    min-height: 60px;
    font-size: 14px;
  }
}
.benefit__link {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .benefit__link {
    margin-top: 7.5vw;
  }
}
.benefit__link__item {
  position: relative;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .benefit__link__item {
    font-size: 3.73vw;
  }
}
.benefit__link__item::after {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: -0.5em 0 0 0.5em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) translateY(-40%);
}
.benefit__link__item:hover {
  opacity: 0.7;
}

/* ========================================
  about
======================================== */
.about {
  display: block;
  position: relative;
  padding: 65px 0 85px;
}
@media (max-width: 767px) {
  .about {
    padding: 12vw 6.6vw 18vw;
  }
}
.about__ttl {
  margin-bottom: 45px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .about__ttl {
    margin-bottom: 6vw;
    font-size: 7.2vw;
    font-weight: 500;
  }
}
.about__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about__txt {
    font-size: 3.73vw;
  }
}

/* ========================================
  point
======================================== */
.point {
  position: relative;
}
.point__content {
  position: relative;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .point__content {
    padding: 11.3vw 6.6vw 26vw;
  }
  .point__content + .point__content {
    padding-top: 0;
  }
}
.point__content:nth-of-type(even) {
  background: #ebe9e5;
}
@media (max-width: 767px) {
  .point__content:nth-of-type(even) {
    background: #fff;
  }
}
.point__content__inner {
  max-width: 645px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .point__content__inner {
    display: flex;
    flex-direction: column;
  }
}
.point__content__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .point__content__ttl {
    margin-bottom: 4vw;
    font-size: 6vw;
  }
}
.point__content__ttl strong {
  display: inline-block;
  margin-bottom: 0.3em;
  color: #8f6c44;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #8f6c44;
}
@media (max-width: 767px) {
  .point__content__ttl strong {
    font-size: 4.8vw;
  }
}
.point__content__txt {
  max-width: 480px;
  margin: 0 auto 40px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .point__content__txt {
    margin-bottom: 0;
    font-size: 3.73vw;
    line-height: 1.6;
    order: 2;
  }
}
.point__content__txt__attention {
  font-size: 0.8em;
}
.point__content__img {
  text-align: center;
}
@media (max-width: 767px) {
  .point__content__img {
    margin-bottom: 4vw;
  }
}

/* ========================================
  case
======================================== */
.case {
  display: block;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .case {
    padding-bottom: 32.4vw;
  }
}
.case_link_top {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
}
.case_link_bottom {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
}
.case_link_top a, .case_link_bottom a {
  border-bottom: 2px solid #222;
}
.case__thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 140px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .case__thumb {
    margin-top: 13vw;
    padding: 0 4vw;
  }
}
.case__thumb__item {
  display: block;
  position: relative;
  width: 140px;
  margin: 0 15px 30px;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .case__thumb__item {
    width: calc(25% - 20px);
    margin: 0 10px 40px;
  }
}
.case__thumb__item:hover {
  opacity: 0.7;
}
.case__thumb__item img {
  width: 100%;
  height: auto;
}
.case__thumb__item.thumbnail-current::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 10px;
  background: #343434;
}
@media (max-width: 767px) {
  .case__thumb__item.thumbnail-current::after {
    bottom: -10px;
    height: 4px;
  }
}
.case__slider {
  display: block;
  max-width: 750px;
  margin: 100px auto 0 !important;
}
@media (max-width: 767px) {
  .case__slider {
    max-width: 100%;
    width: 65vw;
    margin-top: 13vw !important;
  }
}
.case__slider__item {
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .case__slider__item {
    max-width: 65vw;
  }
}
.case__slider__name {
  margin-bottom: 46px;
  text-align: center;
  color: #000;
  font-size: 28px;
}
@media (max-width: 767px) {
  .case__slider__name {
    margin-bottom: 3vw;
    font-size: 4.26vw;
  }
}
.case__slider__img {
  position: relative;
}
.case__slider__img img {
  width: 100%;
  height: auto;
}
.case__slider__img figcaption {
  margin-top: 35px;
  text-align: center;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  .case__slider__img figcaption {
    margin-top: 4vw;
    font-size: 3.73vw;
    text-align: left;
  }
}
.case__slider__link {
  display: inline-block;
  position: relative;
  margin-top: 55px;
  color: #000;
  font-size: 20px;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  .case__slider__link {
    margin-top: 5vw;
    font-size: 3.73vw;
  }
}
.modal__slider .slick-dots,
.case__slider .slick-dots {
  margin-top: 58px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__slider .slick-dots,
  .case__slider .slick-dots {
    margin-top: 19vw;
  }
}
.modal__slider .slick-dots li,
.case__slider .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0.3em;
  background: #e2d2c0;
  border-radius: 50%;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .modal__slider .slick-dots li,
  .case__slider .slick-dots li {
    width: 2.6vw;
    height: 2.6vw;
  }
}
.modal__slider .slick-dots li.slick-active,
.case__slider .slick-dots li.slick-active {
  background: #a2815c;
}

.modal__slider .slick-dots li button,
.case__slider .slick-dots li button {
  text-indent: -9999px;
}

.modal__slider .slick-arrow,
.case__slider .slick-arrow {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  text-indent: -9999px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .modal__slider .slick-arrow,
  .case__slider .slick-arrow {
    width: 4vw;
    height: 4vw;
  }
}

@media (max-width: 767px) {
  .modal__slider .slick-arrow {
    top: 44vw;
  }
}

@media (max-width: 767px) {
  .modal__slider .slick-prev {
    left: -4vw;
  }
}

.modal__slider .slick-next,
.case__slider .slick-prev {
  left: -77px;
  border-top: none;
  border-right: none;
}
@media (max-width: 767px) {
  .modal__slider .slick-next,
  .case__slider .slick-prev {
    left: -8vw;
  }
}

.case__slider .slick-next {
  right: -77px;
  border-bottom: none;
  border-left: none;
}
@media (max-width: 767px) {
  .case__slider .slick-next {
    right: -8vw;
  }
}
.modal__slider .slick-next {
  left: auto;
  right: -77px;
  border: 2px solid #000;
  border-bottom: none;
  border-left: none;
}
@media (max-width: 767px) {
  .modal__slider .slick-next {
    right: -4vw;
  }
}

.modal__slider .slick-prev {
  left: -77px;
  border-top: none;
  border-right: none;
}
@media (max-width: 767px) {
  .modal__slider .slick-prev {
    left: -8vw;
  }
}

@media (max-width: 767px) {
  .modal__slider .slick-prev {
    left: -4vw;
  }
}

/* ========================================	
.howto	
======================================== */
.howto {
  display: block;
  position: relative;
}

.howto__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 20px 90px;
}

@media (max-width: 767px) {
  .howto__inner {
    padding: 12.8vw 6.6vw 26vw;
  }
}
#video {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; /*背景を黒で表示*/
}

/* ========================================
  .step 
======================================== */
.step {
  display: block;
  position: relative;
}
.step__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 90px 0 190px;
}
@media (max-width: 767px) {
  .step__inner {
    padding: 12.8vw 6.6vw 26vw;
  }
}
.step__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.step__item__content {
  position: relative;
  width: 320px;
}
@media (max-width: 767px) {
  .step__item__content {
    width: 40vw;
  }
}
.step__item__content:nth-of-type(n+3) {
  margin-top: 3em;
}
.step__item__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.step__item__number {
  width: 110px;
  padding-bottom: 0.1em;
  font-size: 20px;
  background: #a2815c;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .step__item__number {
    width: 14.6vw;
    font-size: 3.73vw;
    letter-spacing: -0.02em;
  }
}
.step__item__ttl {
  margin-left: 10px;
  color: #a2815c;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step__item__ttl {
    margin-left: 0.5em;
    font-size: 3.46vw;
  }
}
.step__item__txt {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .step__item__txt {
    margin-top: 0.5em;
    font-size: 3.46vw;
    line-height: 1.4;
  }
}
.step__item__img {
  width: 320px;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .step__item__img {
    width: 100%;
  }
}

/* ========================================
  info 
======================================== */
.info {
  display: block;
  position: relative;
  padding-bottom: 165px;
}
@media (max-width: 767px) {
  .info {
    padding-bottom: 17.3vw;
  }
}
.info__inner {
  max-width: 1000px;
  margin: 120px auto 0;
}
@media (max-width: 767px) {
  .info__inner {
    margin-top: 11vw;
    padding: 0 6.6vw;
  }
}
.info__box {
  display: block;
  position: relative;
}
.info__heading {
  position: relative;
  padding: 30px 0;
  border-bottom: 2px solid #808080;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .info__heading {
    padding: 3.73vw 0;
    font-size: 4.26vw;
    border-bottom: 1px solid #808080;
  }
}
.info__heading::after {
  content: "";
  position: absolute;
  right: 240px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: solid 3px #636363;
  border-left: solid 3px #636363;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .info__heading::after {
    right: 8vw;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #636363;
    border-left: solid 2px #636363;
  }
}
.info__heading.is--active::after {
  top: 40%;
  transform: rotate(-45deg);
}
.info__content {
  display: block;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .info__content {
    padding: 5.3vw 6vw;
  }
}
.info__list {
  position: relative;
}
.info__list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info__list li {
    font-size: 3.73vw;
  }
}
.info__list li + li {
  margin-top: 1em;
}
.info__attention {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info__attention {
    font-size: 3.2vw;
  }
}
.info__entry {
  display: block;
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info__entry {
    font-size: 3.73vw;
  }
}
.info__entry + .info__entry {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .info__entry + .info__entry {
    margin-top: 1em;
  }
}
.info__entry__ttl {
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
}
.info__entry__txt {
  margin-top: 0.2em;
  padding-left: 1em;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .info__entry__txt {
    margin-top: 0;
    line-height: 1.6;
  }
}
.info__img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .info__img {
    overflow: scroll;
    width: 73vw;
    margin: 1em auto 0;
  }
  .info__img img {
    display: block;
    width: 180vw;
    max-width: 180vw;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 74.6vw;
  height: 17.3vw;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 0px #0b4ebc inset;
  background: #0442dd;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0442dd), color-stop(100%, #0b2f7e));
  background: linear-gradient(to bottom, #0442dd 0%, #0b2f7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0442dd", endColorstr="#0b2f7e", GradientType=0 );
  font-size: 5.6vw;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  border-radius: 17vw;
  transition: 1s;
}
.btn__box {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .btn__box {
    margin-top: 9vw;
  }
}
.btn--black {
  box-shadow: 0px 0px 6px 0px #000 inset;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(74, 74, 74) 100%);
}
@media (min-width: 768px) {
  .btn {
    width: 100%;
    height: 80px;
    font-size: 26px;
    border-radius: 40px;
  }
}
.btn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.btn__shadow {
  width: 74.6vw;
  height: 17.3vw;
  margin: 0 auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
  border-radius: 17vw;
}
@media (min-width: 768px) {
  .btn__shadow {
    width: 436px;
    height: 80px;
    border-radius: 40px;
  }
  .case__lco__modal .btn__shadow {
    width: 590px;
  }
}
.btn__inner {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 6px 0px #0b4ebc inset;
  border-radius: 8px;
}

/* ========================================
  faq 
======================================== */
.faq-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.faq-tab-btn {
  width: 32.5%;
}
.faq-tab-btn a {
  display: block;
  position: relative;
  padding: 0.7em 0;
  background: #f4f4f4;
  border-radius: 8px;
  text-align: center;
  font-size: 0.8em;
  color: #a2815c;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .faq-tab-btn a {
    font-size: 0.6em;
    letter-spacing: normal;
  }
}
.faq-tab-btn.is-active a,
.faq-tab-btn a:hover {
  background: #a2815c;
  color: #fff;
  text-decoration: none;
}

.faq-area {
  display: none;
}
.faq-area.is-active {
  display: block;
}

/* ========================================
  form 
======================================== */
.upload-area {
  margin: 1em auto;
  padding: 1em 1em 0;
  background: #f4f4f4;
  border-radius: 10px;
}
.upload-area p {
  margin-bottom: 1em !important;
}
.upload-area input {
  width: 100% !important;
  background: #fff;
}

/* ========================================
  modal 
======================================== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 100;
}

.p-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1000px;
  background: #fff;
  z-index: 100;
}
@media (max-width: 767px) {
  .p-modal {
    max-width: 86.6vw;
    min-width: 86.6vw;
  }
}
.p-modal__inner {
  position: relative;
  padding: 125px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .p-modal__inner {
    padding: 12vw 6.6vw 16vw;
  }
}
.p-modal__content {
  display: none;
  position: relative;
}
.p-modal__ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-modal__ttl {
    font-size: 4.26vw;
  }
}
.p-modal__ttl__sub {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-modal__ttl__sub {
    margin-top: 6.6vw;
    font-size: 3.73vw;
  }
}
.p-modal__catch {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .p-modal__catch {
    margin-top: 6.6vw;
    font-size: 3.73vw;
  }
}
.p-modal__img {
  max-width: 520px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .p-modal__img {
    margin-top: 6.6vw;
  }
}
.p-modal__txt {
  max-width: 520px;
  margin: 40px auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-modal__txt {
    margin: 8vw auto;
    font-size: 3.73vw;
    line-height: 1.6;
  }
}
.p-modal__txt a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.p-modal__list {
  display: block;
  position: relative;
  max-width: 520px;
  margin: 30px auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-modal__list {
    margin: 6.6vw auto;
  }
}
.p-modal__list__ttl {
  font-weight: 500;
}
.p-modal__list__txt {
  font-weight: 300;
}
.p-modal__voice__ttl {
  position: relative;
  margin-top: 130px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-modal__voice__ttl {
    margin-top: 15vw;
    font-size: 4.26vw;
  }
}
.p-modal__voice__name {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-modal__voice__name {
    margin-top: 1em;
    font-size: 3.73vw;
  }
}
.p-modal__link {
  display: flex;
  justify-content: space-between;
}
.p-modal__link.link--one {
  justify-content: center;
}
.p-modal__link__btn {
  padding: 0.5em 1em;
  background: #a2815c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-modal__link__btn {
    font-size: 3.46vw;
  }
}
.p-modal__link__btn:hover {
  color: #fff;
  text-decoration: none;
}
.p-modal__close {
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-modal__close {
    margin-top: 13vw;
    font-size: 4.8vw;
  }
}
.p-modal__close__icon {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-modal__close__icon {
    top: 2vw;
    right: 2.6vw;
    font-size: 6.6vw;
    font-weight: 400;
  }
}

.case__slider__item {
  height: auto;
}

.case__lco__modal {
  text-align: center;
  margin: 1em 0 1em;
}

.slick-dotted.slick-slider + .case__lco__modal {
  margin-top: 5em;
}

.case__lco__modal .case__slider__link a {
  font-size: 20px;
}

@media (max-width: 767px) {
  .case__lco__modal .case__slider__link a {
    font-size: 3.73vw;
  }
}
.p-modal__content .case__slider__item {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .p-modal__content .case__slider__item {
    width: 75vw;
    max-width: 75vw;
  }
}
.case__lco__modal .btn__shadow {
  width: 590px;
}

@media (max-width: 767px) {
  .case__lco__modal .btn__shadow {
    width: 80vw;
  }
  .case__lco__modal .btn {
    width: 80vw;
    line-height: 1.2;
  }
  .lco__img {
    /* width: 75vw!important; */
    width: 100%;
  }
}
.accordion-title-L {
  position: relative;
}

.accordion-title-L:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  transform: rotate(135deg);
}

.accordion-title-L.open:after {
  transform: rotate(-45deg);
  top: 35%;
}

.case__modal {
  position: relative;
  font-size: 16px;
  text-decoration: none;
}
.case__modal::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../images/icon_modal.png) no-repeat center;
  background-size: contain;
}

.footer {
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .footer {
    font-size: 14px;
  }
}
.footer_inner {
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .footer_inner {
    max-width: 932px;
    margin: 0 auto;
    padding: 40px 2vw;
  }
}
@media (min-width: 992px) {
  .footer_inner {
    padding: 40px 0;
  }
}
.footer_logo {
  width: 41px;
}
@media (min-width: 768px) {
  .footer_logo {
    width: 41px;
  }
}
.footer_list {
  display: flex;
  margin-top: 41px;
}
@media (min-width: 768px) {
  .footer_list {
    margin-top: 24px;
  }
}
.footer_item {
  padding-right: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer_item {
    padding-right: 16px;
  }
}
.footer_item + .footer_item {
  border-left: 1px solid #666;
  padding: 0 0 0 16px;
}
@media (min-width: 768px) {
  .footer_item + .footer_item {
    padding-right: 16px;
  }
}
.footer_copyright {
  margin-top: 24px;
  color: #666;
}
@media (min-width: 768px) {
  .footer_copyright {
    margin-top: 24px;
  }
}

.p-modal__content {
  display: block !important;
}/*# sourceMappingURL=style.css.map */