@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: inline-block;
  }
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}

a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 81px;
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 57px;
  }
}
.l-header__logo {
  width: 216px;
  margin: 0 0 0 29px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 161px;
    margin: 0 0 0 13px;
  }
}
.l-header__logo > a {
  display: block;
  width: inherit;
}
.l-header__logo > img {
  width: inherit;
}
.l-header__list {
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-header__item {
    display: block;
  }
}
.l-header__item > a, .l-header__item div {
  line-height: 1;
  height: 81px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .l-header__item > a, .l-header__item div {
    height: 57px;
  }
}
.l-header__item > a.is-phone, .l-header__item div.is-phone {
  color: #1F6AB5;
}
@media (max-width: 768px) {
  .l-header__item > a.is-phone.is-pc, .l-header__item div.is-phone.is-pc {
    display: none;
  }
}
.l-header__item > a.is-phone.is-sp, .l-header__item div.is-phone.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .l-header__item > a.is-phone.is-sp, .l-header__item div.is-phone.is-sp {
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__item > a.is-phone.is-sp > span, .l-header__item div.is-phone.is-sp > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.l-header__item > a.is-phone.is-sp > span::before, .l-header__item div.is-phone.is-sp > span::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/99_common/phone_blue.svg) no-repeat center center/contain;
  margin: 0 0 5px;
}
.l-header__item > a.is-phone > div, .l-header__item div.is-phone > div {
  text-align: right;
}
.l-header__item > a.is-phone > div > p, .l-header__item div.is-phone > div > p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  letter-spacing: 0em;
}
.l-header__item > a.is-phone > div > p::before, .l-header__item div.is-phone > div > p::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/99_common/phone_blue.svg) no-repeat center center/contain;
}
.l-header__item > a.is-phone > div > span, .l-header__item div.is-phone > div > span {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  padding: 0 5px 0 0;
}
.l-header__item > a.is-contact, .l-header__item div.is-contact {
  color: #fff;
  background: #1F6AB5;
  font-size: 14.5px;
  font-size: 0.90625rem;
  font-weight: bold;
  padding: 0 13px;
  margin: 0 0 0 26px;
}
@media (max-width: 768px) {
  .l-header__item > a.is-contact, .l-header__item div.is-contact {
    padding: 0 5px;
    margin: 0 0 0 16px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-header__item > a.is-contact > div, .l-header__item div.is-contact > div {
  width: 26px;
  height: 18px;
  margin: 0 0 14px;
}
@media (max-width: 768px) {
  .l-header__item > a.is-contact > div, .l-header__item div.is-contact > div {
    width: 24px;
    height: 16px;
  }
}
.l-header__item > a.is-contact > div > img, .l-header__item div.is-contact > div > img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .l-header__item > a.is-contact > span, .l-header__item div.is-contact > span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.l-footer {
  padding: 27px 0 16.4px;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 28px 0 55.9px;
  }
}
.l-footer__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.l-footer__content {
  width: 50%;
}
@media (max-width: 768px) {
  .l-footer__content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-footer__content.is-company {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .l-footer__content.is-company {
    margin: 0 0 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-footer__content.is-contact {
    width: 60%;
  }
}
.l-footer__content__logo {
  width: 234px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .l-footer__content__logo {
    margin: 0 auto 15px;
  }
}
.l-footer__content__logo > img {
  width: 100%;
}
.l-footer__content__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .l-footer__content__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 4px;
  }
}
.l-footer__content__top > a {
  letter-spacing: 0.05em;
  display: block;
}
.l-footer__content__top > a.is-contact {
  background: #1F6AB5;
  width: 254px;
  height: 49.13px;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .l-footer__content__top > a.is-contact {
    -ms-flex-order: 1;
        order: 1;
    width: 265px;
    height: 50.4px;
  }
}
.l-footer__content__top > a.is-contact > div > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
}
.l-footer__content__top > a.is-contact > div > p::before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 19px;
  background: url(../img/99_common/contact.svg) no-repeat center center/contain;
  margin: 0 21px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-footer__content__top > a.is-contact > div > p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-footer__content__top > a.is-phone {
  text-align: center;
  margin: 0 0 0 18px;
}
@media (max-width: 768px) {
  .l-footer__content__top > a.is-phone {
    -ms-flex-order: 0;
        order: 0;
    margin: 0 0 8px;
  }
}
.l-footer__content__top > a.is-phone > div > p {
  color: #1F6AB5;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-footer__content__top > a.is-phone > div > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-footer__content__top > a.is-phone > div > p.is-error {
  font-size: 28px;
  font-size: 1.75rem;
}
.l-footer__content__top > a.is-phone > div > p::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/99_common/phone_blue.svg) no-repeat center center/contain;
  margin: 0 5px 0 0;
}
.l-footer__content__top > a.is-phone > span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.l-footer__information {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__information {
    text-align: center;
  }
}
.l-footer__information > b {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-footer__information > b {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer__information > p {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .l-footer__information > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__copyright {
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    text-align: center;
  }
}
.l-footer__copyright > small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.l-floating {
  width: 44px;
  display: inline-block;
  transition: opacity 0.3s;
  position: fixed;
  right: 14px;
  bottom: 8px;
  display: none;
  opacity: 0.7;
}
.l-floating:hover {
  opacity: 1;
  cursor: pointer;
}
.l-floating > p {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-floating > p::before {
  display: inline-block;
  content: "";
  width: 19.3px;
  height: 9.7px;
  background: url(../img/99_common/footer_pagetop.svg) no-repeat center center/contain;
  margin: 0 0 3px;
}

.c-inner1000 {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}
.c-inner1000.is-contact {
  border-bottom: 1px solid #999;
  padding: 0 0 58px;
}
@media (max-width: 768px) {
  .c-inner1000.is-contact {
    border-bottom: none;
    padding: 0 25px;
  }
}
.c-inner1000.is-confirm {
  padding: 0 0 87px;
  border-bottom: 1px solid #999;
}
@media (max-width: 768px) {
  .c-inner1000.is-confirm {
    padding: 0 25px 0;
    border-bottom: none;
  }
}
.c-inner1000.is-thanks {
  border-bottom: 1px solid #999;
  padding: 41px 0 112px;
}
@media (max-width: 768px) {
  .c-inner1000.is-thanks {
    border-bottom: none;
    padding: 0 25px;
  }
}

.c-title01 {
  padding: 90px 0 0;
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title01 {
    padding: 50px 0 0;
    margin: 0 0 35px;
  }
}
.c-title01 > span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-title01 > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-title01.is-legal {
  margin: 0 0 70px;
  padding: 48px 0 0 13px;
}
@media (max-width: 768px) {
  .c-title01.is-legal {
    margin: 0 0 37px;
  }
}
.c-title01.is-company {
  padding: 47px 0 0;
  margin: 0 0 44px;
}
@media (max-width: 768px) {
  .c-title01.is-company {
    padding: 41px 0 0;
    margin: 0 0 24px;
  }
}
.c-title01.is-breakup {
  padding: 52px 0 0;
  margin: 0 0 77px;
}
@media (max-width: 768px) {
  .c-title01.is-breakup {
    padding: 43px 0 0;
    margin: 0 0 44px;
  }
}

.c-button01 {
  display: inline-block;
  min-width: 250px;
  padding: 6px 0;
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.36);
  box-shadow: 0px 3px 20px rgba(96, 96, 96, 0.36);
  border-radius: 999px;
  border: 2px solid #fff;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .c-button01 {
    font-size: 13px;
    font-size: 0.8125rem;
    min-width: 210px;
  }
}
.c-button01::after {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 21px;
  height: 14px;
  background: url(../img/99_common/arrow.svg) no-repeat center center/contain;
}

.c-button02 {
  display: inline-block;
  min-width: 330px;
  padding: 20px 0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  background: #1F6AB5;
  border-radius: 999px;
  border: 2px solid #fff;
  position: relative;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(96, 96, 96, 0.16);
  transition: opacity 0.3s;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .c-button02 {
    min-width: 303px;
    padding: 17px 0 22px;
  }
}
.c-button02:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-button02::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 28.3px;
  height: 19.2px;
  background: url(../img/99_common/contact.svg) no-repeat center center/contain;
}
.c-button02::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 31px;
  height: 14px;
  background: url(../img/99_common/arrow.svg) no-repeat center center/contain;
}
.c-button02.is-thanks::before {
  display: none;
}
.c-button02.is-thanks::after {
  display: none;
}

.c-scroll {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.c-scroll > span::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #bebebe;
}
@media (max-width: 768px) {
  .c-scroll > span::before {
    height: 34px;
  }
}
.c-scroll > span::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #1f6ab5;
}
@media (max-width: 768px) {
  .c-scroll > span::after {
    height: 34px;
  }
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.p-breakup {
  background-color: #F7F7F7;
  padding: 46px 0 105px;
}
@media (max-width: 768px) {
  .p-breakup {
    padding: 35.1px 0 76.5px;
  }
}
.p-breakup__top {
  margin: 0 0 15px;
}
.p-breakup__top__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-breakup__top__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    row-gap: 0;
    margin: 0 0 31.9px;
  }
}
.p-breakup__top__content {
  width: 46.3%;
  margin: 0 0 68.2px;
}
@media (max-width: 768px) {
  .p-breakup__top__content {
    row-gap: 0;
    width: 100%;
  }
  .p-breakup__top__content:not(:last-child) {
    margin: 0 0 18.7px;
  }
}
.p-breakup__top__content > figure {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .p-breakup__top__content > figure {
    width: 100%;
  }
}
.p-breakup__top__content > p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-breakup__top__content > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.p-breakup__under__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .p-breakup__under__contents {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .p-breakup__under__contents {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.p-breakup__under__content {
  width: 35.6%;
}
@media (max-width: 768px) {
  .p-breakup__under__content {
    width: 48.3%;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .p-breakup__under__content.is-center {
    padding: 0 20px;
  }
}
.p-breakup__under__content > figure {
  margin: 0 0 10px;
}
.p-breakup__under__content > p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-breakup__under__content > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 0.5833333333;
    letter-spacing: 0.05em;
  }
}

.p-company {
  margin: 63.4px 0 83.9px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-company {
    margin: 56px 0 54.8px;
  }
}
.p-company > div > p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  margin: 0 0 38px;
}
@media (max-width: 768px) {
  .p-company > div > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    margin: 0 0 22px;
  }
}
.p-company__table {
  margin: 0 0 0 140px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-company__table {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .p-company__table {
    margin: 0;
  }
}
.p-company__table > tbody > tr > th {
  font-weight: bold;
  padding: 0 38.9px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-company__table > tbody > tr > th {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > th {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > th {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    width: 80px;
    text-align: left;
  }
}
.p-company__table > tbody > tr > td {
  padding: 0 0 22px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > td {
    padding: 0 0 19px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-company__table > tbody > tr > td > div {
  margin: 0 0 11px;
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > td > div {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-company__table > tbody > tr > td > div > .is-small {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.0869565217;
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > td > div > .is-small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.0625;
  }
}
.p-company__table > tbody > tr > td > div > .is-small.is-company {
  margin: 0 0 0 13px;
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > td > div > .is-small.is-company {
    margin: 0;
  }
}
.p-company__table > tbody > tr > td > div > .is-large {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .p-company__table > tbody > tr > td > div > .is-large {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 0.8947368421;
    margin: 0 0 16.9px;
  }
}
.p-company__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  padding: 0 0 0 21.5%;
}
@media (max-width: 768px) {
  .p-company__contact {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    padding: 0 0 0 78px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-company__contact > figure,
.p-company__contact > div {
  padding: 0 12.5px;
}
@media (max-width: 768px) {
  .p-company__contact > figure,
.p-company__contact > div {
    padding: 0;
  }
}
.p-company__contact > figure {
  width: 217.62px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .p-company__contact > figure {
    margin: 0 0 10px;
  }
}

.page-contact {
  /*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
}
.page-contact__background {
  height: 18.92vw;
  background: url(../img/06_contact/contact_img.jpg) no-repeat center center/cover;
  position: relative;
  margin: 0 0 7px;
}
@media (max-width: 768px) {
  .page-contact__background {
    height: 32.5vw;
    margin: 0;
  }
}
.page-contact__background > p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  .page-contact__background > p {
    font-size: 25px;
    font-size: 1.5625rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-contact__background > p > span.is-large {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) {
  .page-contact__background > p > span.is-small {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.page-contact__background > p > span > span {
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (max-width: 768px) {
  .page-contact__background > p > span > span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.page-contact__breadcrumb {
  margin: 0 0 30px 40px;
}
@media (max-width: 768px) {
  .page-contact__breadcrumb {
    margin: 0 0 18px 16px;
  }
}
.page-contact__breadcrumb.is-confirm {
  margin: 0 0 34px 40px;
}
@media (max-width: 768px) {
  .page-contact__breadcrumb.is-confirm {
    margin: 0 0 34px 16px;
  }
}
@media (max-width: 768px) {
  .page-contact__breadcrumb.is-thanks {
    margin: 0 0 56px 16px;
  }
}
.page-contact__breadcrumb > a, .page-contact__breadcrumb span {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .page-contact__breadcrumb > a, .page-contact__breadcrumb span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.page-contact__breadcrumb > a {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.page-contact__breadcrumb > a:link, .page-contact__breadcrumb a:visited, .page-contact__breadcrumb a:hover, .page-contact__breadcrumb a:active {
  color: #0A0101;
}
.page-contact__lead {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9333333333;
  letter-spacing: 0.1em;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .page-contact__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
    margin: 0 0 19px;
    line-height: 1.6923076923;
  }
}
.page-contact__lead.is-thanks {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 27px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .page-contact__lead.is-thanks {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 65px;
    line-height: 2;
  }
}
.page-contact #formWrap {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-contact #formWrap.is-confirm {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-contact #formWrap.is-confirm.is-check tr:nth-of-type(1) th::after {
    left: 58px;
  }
}
@media screen and (min-width: 769px) {
  .page-contact #formWrap.is-confirm.is-check tr:nth-of-type(2) th::after {
    left: 92px;
  }
}
@media screen and (min-width: 769px) {
  .page-contact #formWrap.is-confirm.is-check tr:nth-of-type(4) th::after {
    left: 95px;
  }
}
@media screen and (min-width: 769px) {
  .page-contact #formWrap.is-confirm.is-check tr:nth-of-type(5) th::after {
    left: 144px;
  }
}
@media screen and (min-width: 769px) {
  .page-contact #formWrap.is-confirm.is-check tr:nth-of-type(7) th::after {
    left: 166px;
  }
}
.page-contact table.formTable {
  width: 100%;
  margin: 0 auto 47px;
  border-collapse: collapse;
}
.page-contact table.formTable.is-confirm {
  margin: 0 auto 63px;
}
.page-contact table.formTable.is-confirm th, .page-contact table.formTable.is-confirm td {
  padding: 30.1px 52px 36px 15px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm th, .page-contact table.formTable.is-confirm td {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm th {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr {
    padding: 17.5px 16px 20px;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr.is-textarea {
    padding: 17.5px 16px 30px;
  }
}
.page-contact table.formTable.is-confirm tr th {
  position: relative;
  top: 0;
}
.page-contact table.formTable.is-confirm tr th::after {
  position: absolute;
  top: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "必須";
  color: #fff;
  background: #1F6AB5;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1px 3px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr th::after {
    top: 11px;
  }
}
.page-contact table.formTable.is-confirm tr:nth-of-type(1) th::after {
  left: 53px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr:nth-of-type(1) th::after {
    left: 43px;
  }
}
.page-contact table.formTable.is-confirm tr:nth-of-type(2) th::after {
  left: 84px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr:nth-of-type(2) th::after {
    left: 74px;
  }
}
.page-contact table.formTable.is-confirm tr:nth-of-type(3) th::after {
  display: none;
}
.page-contact table.formTable.is-confirm tr:nth-of-type(4) th::after {
  left: 87px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr:nth-of-type(4) th::after {
    left: 77px;
  }
}
.page-contact table.formTable.is-confirm tr:nth-of-type(5) th::after {
  left: 132px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr:nth-of-type(5) th::after {
    left: 122px;
  }
}
.page-contact table.formTable.is-confirm tr:nth-of-type(6) {
  display: none;
}
.page-contact table.formTable.is-confirm tr:nth-of-type(7) th::after {
  left: 151px;
}
@media (max-width: 768px) {
  .page-contact table.formTable.is-confirm tr:nth-of-type(7) th::after {
    left: 141px;
  }
}
.page-contact table.formTable.is-confirm tr td {
  font-size: 18px;
  font-size: 1.125rem;
}
.page-contact table.formTable tr {
  border-bottom: 1px dotted #B2B2B2;
}
@media (max-width: 768px) {
  .page-contact table.formTable tr {
    padding: 17.5px 16px 26px;
    display: block;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable tr.is-mail {
    padding: 17.5px 16px 35px;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable tr.is-textarea {
    padding: 17.5px 16px 47px;
  }
}
.page-contact table.formTable th, .page-contact table.formTable td {
  padding: 30.1px 15px 25px;
}
@media (max-width: 768px) {
  .page-contact table.formTable th, .page-contact table.formTable td {
    width: auto;
    display: block;
    padding: 0;
  }
}
.page-contact table.formTable th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  position: relative;
  top: 7px;
}
@media (max-width: 768px) {
  .page-contact table.formTable th {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
    font-size: 0.9375rem;
    top: 0;
    margin: 0 0 5px;
  }
}
.page-contact table.formTable th > span {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #1F6AB5;
  margin: 0 0 0 7px;
  padding: 3px 6px;
}
@media (max-width: 768px) {
  .page-contact table.formTable th > span {
    line-height: 1;
    padding: 3px;
  }
}
.page-contact table.formTable td input[type=text].is-top {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .page-contact table.formTable td input[type=text].is-top {
    margin: 0 0 13px;
  }
}
.page-contact table.formTable td input[type=text].is-bottom {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .page-contact table.formTable td input[type=text].is-bottom {
    margin: 0 0 5px;
  }
}
@media (max-width: 768px) {
  .page-contact table.formTable td > p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.page-contact table.formTable input[type=text],
.page-contact table.formTable input[type=mail],
.page-contact table.formTable input[type=tel],
.page-contact table.formTable input[type=tel],
.page-contact table.formTable textarea {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  padding: 5px 12px;
}
.page-contact table.formTable input[type=text],
.page-contact table.formTable input[type=mail],
.page-contact table.formTable input[type=tel] {
  height: 41px;
}
.page-contact table.formTable textarea {
  resize: vertical;
  min-height: 200px;
}
@media (max-width: 768px) {
  .page-contact table.formTable textarea {
    min-height: 184px;
  }
}
.page-contact table.formTable input[type=submit] {
  display: inline-block;
  min-width: 330px;
  padding: 16px 0 22px;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  background: #1F6AB5;
  border-radius: 999px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  box-shadow: 0px 3px 6px rgba(96, 96, 96, 0.16);
  transition: opacity 0.3s;
}
.page-contact table.formTable input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-contact__button {
  text-align: center;
}
@media (max-width: 768px) {
  .page-contact__button {
    padding: 0 0 67px;
    border-bottom: 1px solid #999;
  }
}
.page-contact__button.is-confirm {
  padding: 0 0 46px;
}
@media (max-width: 768px) {
  .page-contact__button.is-thanks {
    padding: 0 0 45px;
  }
}
.page-contact__button > div {
  position: relative;
  margin: 0 auto;
  width: 330px;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .page-contact__button > div {
    width: auto;
  }
}
@media (any-hover: hover) {
  .page-contact__button > div a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.page-contact__button > div::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 25.7px;
  height: 14.3px;
  background: url(../img/99_common/arrow.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .page-contact__button > div::after {
    right: 28px;
  }
}
.page-contact__button > div.is-reverse::after {
  right: auto;
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.page-contact__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #1F6AB5;
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .page-contact__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.page-contact__title.is-thanks {
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .page-contact__title.is-thanks {
    margin: 0 0 3px;
  }
}
.page-contact__check-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 43px;
}
@media (max-width: 768px) {
  .page-contact__check-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 23px;
  }
}
.p-contact {
  padding: 63px 0 75px;
  text-align: center;
  background: url(../img/06_contact/contact_img.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 35px 0 48px;
    background: url(../img/06_contact/sp_contact_img.jpg) no-repeat center center/cover;
  }
}
.p-contact__head {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .p-contact__head {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin: 0 0 35px;
  }
}
.p-contact__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
  margin: 0 0 65px;
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}
.p-contact__bottom__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .p-contact__bottom__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-contact__bottom__content {
  padding: 0 2px 0 43px;
  letter-spacing: 0.03em;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .p-contact__bottom__content {
    padding: 0;
  }
}
.p-contact__bottom__content.is-phone {
  width: 280px;
}
@media (max-width: 768px) {
  .p-contact__bottom__content.is-phone {
    margin: 0 0 25px;
  }
}
.p-contact__bottom__content.is-phone > a {
  display: block;
}
.p-contact__bottom__content.is-phone > a > div > p {
  font-size: 39px;
  font-size: 2.4375rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
.p-contact__bottom__content.is-phone > a > div > p::before {
  display: inline-block;
  content: "";
  width: 36.7px;
  height: 36.7px;
  background: url(../img/99_common/phone_white.svg) no-repeat center center/contain;
  margin: 0 7px 0 0;
  vertical-align: -5px;
}
.p-contact__bottom__content.is-phone > a > span {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0 -10px;
}
.p-contact__bottom__content.is-phone a:link, .p-contact__bottom__content.is-phone a:visited, .p-contact__bottom__content.is-phone a:hover, .p-contact__bottom__content.is-phone a:active {
  color: #fff;
}
.p-contact__bottom__content.is-form {
  width: 330px;
}
@media (max-width: 768px) {
  .p-contact__bottom__content.is-form {
    width: auto;
    padding: 0;
  }
}
.p-legal {
  background-color: #EFF6FD;
  padding: 77.3px 0 85.8px;
}
@media (max-width: 768px) {
  .p-legal {
    padding: 42.9px 0 62.6px;
  }
}
.p-legal__item:not(:last-of-type) {
  margin: 0 0 104px;
}
@media (max-width: 768px) {
  .p-legal__item:not(:last-of-type) {
    margin: 0 0 40px;
  }
}
.p-legal__item.is-02 {
  margin: 0 0 104px;
}
@media (max-width: 768px) {
  .p-legal__item.is-02 {
    margin: 0 0 30px;
  }
}
.p-legal__item.is-03 {
  margin: 0 0 104px;
}
@media (max-width: 768px) {
  .p-legal__item.is-03 {
    margin: 0 0 61px;
  }
}
.p-legal__item__top {
  margin: 0 0 66px;
}
@media (max-width: 768px) {
  .p-legal__item__top {
    margin: 0 0 21px;
  }
}
.p-legal__item__top.is-04 {
  margin: 0 0 108px;
}
@media (max-width: 768px) {
  .p-legal__item__top.is-04 {
    margin: 0 0 20px;
  }
}
.p-legal__item__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .p-legal__item__contents {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-legal__item__contents.is-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-legal__item__content.is-number {
  width: 17.2%;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-number {
    width: 35.5%;
  }
}
@media (max-width: 768px) {
  .p-legal__item__content.is-number.is-03 {
    width: 30%;
  }
}
.p-legal__item__content.is-text {
  width: 82.8%;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-text {
    width: 67%;
  }
}
.p-legal__item__content.is-text.is-01 {
  width: 74%;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-text.is-01 {
    width: 67%;
    margin: 0 0 0 -2%;
  }
}
.p-legal__item__content.is-text.is-02 {
  width: 74%;
  padding: 0px 5% 0 0;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-text.is-02 {
    width: 67%;
    padding: 0;
  }
}
.p-legal__item__content.is-text.is-03 {
  width: 75%;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-text.is-03 {
    width: 67%;
  }
}
.p-legal__item__content.is-text.is-04 {
  width: 74%;
  padding: 0px 5% 0 0;
}
@media (max-width: 768px) {
  .p-legal__item__content.is-text.is-04 {
    width: 76.5%;
  }
}
.p-legal__item__number {
  position: relative;
  z-index: 0;
}
.p-legal__item__number::before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 300px;
  font-size: 18.75rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #CBDEF1;
  font-weight: bold;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-legal__item__number::before {
    font-size: 195px;
    font-size: 12.1875rem;
  }
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01 {
    padding: 41% 0 0 10%;
  }
}
.p-legal__item__number.is-01::before {
  top: 29%;
  left: 38%;
  content: "1";
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01::before {
    top: 63%;
    left: 43%;
  }
}
.p-legal__item__number.is-01 > .is-number01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 113px;
  height: 33px;
  background: #1F6AB5;
  border-radius: 999px;
  text-align: center;
  margin: 11px 0 0 9px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01 > .is-number01 {
    width: 74px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01 > .is-number01 {
    margin: 0;
  }
}
.p-legal__item__number.is-01 > .is-number01 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01 > .is-number01 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-legal__item__number.is-01 > .is-number01 > .is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0 0 0 7px;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-01 > .is-number01 > .is-large {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-legal__item__number.is-02::before {
  top: 29%;
  left: 36%;
  content: "2";
}
@media (max-width: 768px) {
  .p-legal__item__number.is-02::before {
    left: 53%;
  }
}
.p-legal__item__number.is-02 > .is-number02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 113px;
  height: 33px;
  background: #1F6AB5;
  border-radius: 999px;
  text-align: center;
  margin: 45px 0 0 11px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-02 > .is-number02 {
    width: 73px;
    height: 22px;
    margin: 52px 0 0 24px;
  }
}
.p-legal__item__number.is-02 > .is-number02 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-02 > .is-number02 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-legal__item__number.is-02 > .is-number02 > .is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0 0 0 7px;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-02 > .is-number02 > .is-large {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .p-legal__item__number.is-03 {
    padding: 0 0 0 9%;
  }
}
.p-legal__item__number.is-03::before {
  top: 29%;
  left: 38%;
  content: "3";
}
@media (max-width: 768px) {
  .p-legal__item__number.is-03::before {
    left: 44%;
  }
}
.p-legal__item__number.is-03 > .is-number03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 113px;
  height: 33px;
  background: #1F6AB5;
  border-radius: 999px;
  text-align: center;
  margin: -8px 0 0 13px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-03 > .is-number03 {
    width: 74px;
    height: 21px;
    margin: 56px 0 0;
  }
}
.p-legal__item__number.is-03 > .is-number03 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-03 > .is-number03 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-legal__item__number.is-03 > .is-number03 > .is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0 0 0 7px;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-03 > .is-number03 > .is-large {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-legal__item__number.is-04::before {
  top: 29%;
  left: 37%;
  content: "4";
}
@media (max-width: 768px) {
  .p-legal__item__number.is-04::before {
    left: 52%;
  }
}
.p-legal__item__number.is-04 > .is-number04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 113px;
  height: 33px;
  background: #1F6AB5;
  border-radius: 999px;
  text-align: center;
  margin: 67px 0 0 9px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-04 > .is-number04 {
    width: 73px;
    height: 22px;
    margin: 64px 0 0 18px;
  }
}
.p-legal__item__number.is-04 > .is-number04 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-04 > .is-number04 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-legal__item__number.is-04 > .is-number04 > .is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0 0 0 7px;
}
@media (max-width: 768px) {
  .p-legal__item__number.is-04 > .is-number04 > .is-large {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-legal__item__head {
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 1.2549019608;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  color: #000;
}
@media (max-width: 768px) {
  .p-legal__item__head {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    display: inline-block;
  }
}
.p-legal__item__head.is-01 {
  margin: 0 0 0 -40px;
}
@media (max-width: 768px) {
  .p-legal__item__head.is-01 {
    margin: 0;
  }
}
.p-legal__item__head.is-02 {
  margin: 0 0 0 -40px;
}
@media (max-width: 768px) {
  .p-legal__item__head.is-02 {
    margin: 0 0 0 25px;
  }
}
.p-legal__item__head.is-03 {
  margin: 0 0 0 -31px;
}
@media (max-width: 768px) {
  .p-legal__item__head.is-03 {
    margin: 0;
  }
}
.p-legal__item__head.is-04 {
  margin: 0 0 0 -44px;
}
@media (max-width: 768px) {
  .p-legal__item__head.is-04 {
    margin: 0 0 0 20px;
  }
}
.p-legal__item__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 0 0 12.2px;
}
@media (max-width: 768px) {
  .p-legal__item__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    margin: 0 0 8px;
  }
}
@media (max-width: 768px) {
  .p-legal__item__title.is-02 {
    margin: 0 0 16px;
  }
}
.p-legal__item__title.is-04 {
  margin: 0 0 26.2px;
}
@media (max-width: 768px) {
  .p-legal__item__title.is-04 {
    margin: 0 0 11px;
  }
}
.p-legal__item__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-legal__item__lead.is-01-top {
  margin: 0 0 7px;
}
@media (max-width: 768px) {
  .p-legal__item__lead.is-01-top {
    margin: 0 0 -6px;
  }
}
.p-legal__item__under {
  background-color: #fff;
  padding: 26.6px 42px 23.8px 36px;
  margin: 0 auto 52.9px;
  width: calc(100% - 84px);
}
@media (max-width: 768px) {
  .p-legal__item__under {
    padding: 16.6px 18px 15px;
    margin: 0 0 31.6px;
    width: 100%;
  }
}
.p-legal__item__under.is-top {
  margin: 0 auto 134px;
}
@media (max-width: 768px) {
  .p-legal__item__under.is-top {
    margin: 0 0 31.6px;
  }
}
.p-legal__item__under__title {
  text-align: center;
  margin: 0 auto 26px;
}
@media (max-width: 768px) {
  .p-legal__item__under__title.is-last {
    margin: 0 auto 14px;
  }
}
.p-legal__item__under__title > b {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-left: -22px;
  display: block;
}
@media (max-width: 768px) {
  .p-legal__item__under__title > b {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-legal__item__under__title > .is-large {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1363636364;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #1F6AB5;
  margin: 0px 19px 5.2px 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-legal__item__under__title > .is-large {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    margin: 0;
  }
}
.p-legal__item__under__title > .is-small {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-legal__item__under__title > .is-small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-legal__item__under__notice {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-legal__item__under__notice {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.5555555556;
  }
}
.p-legal__item__under__notice > span {
  margin: 0 10px 0 0;
}
.p-legal__item__under__notice.is-after {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__under__notice.is-after {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6;
  }
}
.p-legal__item__under__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin: 0 0 53px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-legal__item__under__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: justify;
    margin: 0 0 33px;
  }
}
.p-legal__item__under__guideline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 36.9px;
}
@media (max-width: 768px) {
  .p-legal__item__under__guideline {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    padding: 0 18px;
    margin: 0 0 32.2px;
  }
}
.p-legal__item__before {
  border: 3px solid #1F6AB5;
  text-align: center;
  position: relative;
  margin: 0 0 74.4px;
  position: relative;
}
@media (max-width: 768px) {
  .p-legal__item__before {
    margin: 0 0 56.1px;
  }
}
.p-legal__item__before::after {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: "";
  width: 166px;
  height: 33px;
  background: url(../img/03_legal/legal_item_after.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .p-legal__item__before::after {
    width: 123px;
    height: 25px;
  }
}
.p-legal__item__before__title {
  position: absolute;
  color: #fff;
  background-color: #1F6AB5;
  border-radius: 25px;
  padding: 3px 42px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-legal__item__before__title {
    padding: 3px 22px;
  }
}
@media (max-width: 768px) {
  .p-legal__item__before__title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    width: 227px;
    padding: 0 18px 5.2px;
  }
}
.p-legal__item__before__flow1 {
  padding: 36.9px 0 58px;
  position: relative;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow1 {
    padding: 19px 0 39px;
  }
}
.p-legal__item__before__flow1::after {
  position: absolute;
  top: 74px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: "";
  width: 109.09px;
  height: 38.7px;
  background: url(../img/03_legal/legal_item_before_flow.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow1::after {
    width: 80.42px;
    height: 28.53px;
    top: 64px;
  }
}
.p-legal__item__before__flow1 > .is-large {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow1 > .is-large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    display: block;
  }
}
.p-legal__item__before__flow1 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow1 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
.p-legal__item__before__flow2 {
  width: 428.93px;
  height: 46.11px;
  background-color: #1F6AB5;
  margin: 0 auto 21.2px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow2 {
    width: 234.77px;
    height: 63.22px;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto 15px;
  }
}
.p-legal__item__before__flow2 > .is-large {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 0.9523809524;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow2 > .is-large {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}
.p-legal__item__before__flow2 > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__before__flow2 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
.p-legal__item__before__arrow2 {
  margin: 0 0 16px;
  position: relative;
  z-index: 999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__before__arrow2 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 3;
  }
}
.p-legal__item__before__arrow2::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  content: "";
  width: 109.09px;
  height: 38.7px;
  background: url(../img/03_legal/legal_item_before_flow.svg) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-legal__item__before__arrow2::after {
    width: 80.42px;
    height: 28.53px;
  }
}
.p-legal__item__before__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 8px 20.4px 0;
}
@media (max-width: 768px) {
  .p-legal__item__before__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 34.2px;
  }
}
.p-legal__item__before__content {
  width: 364px;
  background-color: #F2F2F2;
  padding: 7.5px 19px 11.5px;
}
@media (max-width: 768px) {
  .p-legal__item__before__content {
    width: 234.77px;
  }
}
.p-legal__item__before__content > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-legal__item__before__content > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.p-legal__item__before__content > span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__before__content > span {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
    display: block;
    line-height: 1.5;
  }
}
.p-legal__item__before__content:first-of-type {
  margin: 0 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 768px) {
  .p-legal__item__before__content:first-of-type {
    margin: 0 0 12px;
  }
}
.p-legal__item__after {
  border: 3px solid #999;
  padding: 25.2px 0 17.4px;
  position: relative;
  margin: 0 0 7.8px;
}
.p-legal__item__after__title {
  position: absolute;
  color: #fff;
  background-color: #666;
  border-radius: 25px;
  width: 313px;
  height: 33px;
  text-align: center;
  padding: 5px 26px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-legal__item__after__title {
    width: 227px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    padding: 0;
    height: 26px;
    line-height: 26px;
  }
}
.p-legal__item__after__contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 44px;
}
@media (max-width: 768px) {
  .p-legal__item__after__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 20px;
  }
}
.p-legal__item__after__content.is-first {
  width: 58%;
}
@media (max-width: 768px) {
  .p-legal__item__after__content.is-first {
    width: 100%;
  }
}
.p-legal__item__after__content.is-control {
  margin: 0 0 0 6px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 768px) {
  .p-legal__item__after__content.is-control {
    margin: 0;
  }
}
.p-legal__item__after__content.is-control > ul > li {
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-legal__item__after__content.is-control > ul > li > span {
  line-height: 1.45;
  margin: 0 0 0 19px;
}
@media (max-width: 768px) {
  .p-legal__item__after__content.is-control > ul > li > span {
    margin: 0 0 0 14px;
  }
}
.p-legal__item__after__list > li {
  display: -ms-flexbox;
  display: flex;
}
.p-legal__item__after__list > li > p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .p-legal__item__after__list > li > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.p-legal__item__after__list > li > span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media (max-width: 768px) {
  .p-legal__item__after__list > li > span {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.2;
  }
}
.p-legal__table {
  margin: 0 auto 21.5px;
  max-width: 837.57px;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-legal__table {
    margin: 0 auto 15.5px;
  }
}
.p-legal__table > table, .p-legal__table td, .p-legal__table th {
  border: 2px #ccc solid;
  vertical-align: middle;
}
.p-legal__table > tbody > tr > th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 5px 19px 13px;
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  .p-legal__table > tbody > tr > th {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 4px 0 5.7px 5.7px;
  }
}
.p-legal__table > tbody > tr > th.is-target {
  width: 285px;
}
@media (max-width: 1000px) {
  .p-legal__table > tbody > tr > th.is-target {
    width: 30%;
  }
}
.p-legal__table > tbody > tr > th.is-type {
  width: 177px;
}
@media (max-width: 1000px) {
  .p-legal__table > tbody > tr > th.is-type {
    width: 28%;
  }
}
.p-legal__table > tbody > tr > td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding: 13px;
}
@media (max-width: 768px) {
  .p-legal__table > tbody > tr > td {
    padding: 4px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .p-legal__table > tbody > tr > td.is-legal.is-first {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .p-legal__table > tbody > tr > td.is-legal.is-second {
    width: 78px;
  }
}
.p-legal__table > tbody > tr > td > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (max-width: 768px) {
  .p-legal__table > tbody > tr > td > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
.p-legal__button {
  text-align: center;
}
.p-legal b {
  font-weight: bold;
}

.p-license {
  padding: 0 0 84px;
}
@media (max-width: 768px) {
  .p-license {
    padding: 0 0 52.1px;
  }
}
.p-license__top {
  margin: 0 0 66.2px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-license__top {
    margin: 0 0 18.4px;
  }
}
.p-license__top__image {
  max-width: 272px;
  width: 100%;
  border: 1px solid #999999;
  margin: 0 auto 9px;
}
.p-license__top__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-license__top__contents {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-license__top__content {
  width: calc(33.33% - 25px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-license__top__content {
    width: calc(50% - 3px);
  }
  .p-license__top__content:nth-of-type(-n+2) {
    margin: 0 0 20px;
  }
}
.p-license__top__content > figure {
  border: 1px solid #999999;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .p-license__top__content.is-height01 {
    margin: 0 6px 0 0;
  }
}
.p-license__top__content.is-height01 > figure {
  width: 100%;
}
@media (max-width: 768px) {
  .p-license__top__content.is-height01 > figure {
    margin: 0 auto 2.4px;
  }
}
.p-license__top__content.is-height02 > figure {
  width: 100%;
}
@media (max-width: 768px) {
  .p-license__top__content.is-height02 > figure {
    margin: 0 auto 2.4px;
  }
}
.p-license__top__content.is-height03 > figure {
  width: 100%;
}
@media (max-width: 768px) {
  .p-license__top__content.is-height03 > figure {
    margin: 0 auto 2.4px;
  }
}
.p-license__under__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 693px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-license__under__content {
  width: 46.8%;
}
@media (max-width: 768px) {
  .p-license__under__content {
    width: 49.3%;
  }
}
.p-license__under__content > figure {
  border: 1px solid #999999;
  margin: 0 0 12px;
}
.p-license__under__figcaption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-license__under__figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}

#slide {
  width: 100.5vw;
  height: calc(100vh - 81px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #slide {
    height: calc(100vh - 57px);
  }
}
#slide ul, #slide li, #slide .slider-element {
  width: 100%;
  height: 100%;
}
#slide .slider-element {
  position: relative;
}
#slide .slider-element > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slide .message {
  display: none;
  width: 100%;
  height: 100%;
}
#slide .message.is-01 h2 {
  position: absolute;
  top: 45.7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #slide .message.is-01 h2 {
    top: 44%;
  }
}
@media (max-width: 768px) {
  #slide .message.is-01 h2 {
    top: 44%;
    left: 52%;
    line-height: 1.7;
  }
}
#slide .message.is-01 h2 > span {
  letter-spacing: 0.1em;
  color: #fff;
}
#slide .message.is-01 h2 > span.is-large {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-01 h2 > span.is-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#slide .message.is-01 h2 > span.is-large.is-space {
  letter-spacing: 0.05em;
}
#slide .message.is-01 h2 > span.is-small {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #slide .message.is-01 h2 > span.is-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
#slide .message.is-01 h2 > span.is-small.is-space {
  letter-spacing: 0.05em;
}
#slide .message.is-01 .box01 {
  position: absolute;
  top: 6.4%;
  left: 6.4%;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #slide .message.is-01 .box01 {
    top: 4.5%;
    left: 6.4%;
  }
}
#slide .message.is-01 .box01 > span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #slide .message.is-01 .box01 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-01 .box01 > p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-01 .box01 > p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}
#slide .message.is-01 .box02 {
  position: absolute;
  bottom: 18%;
  right: 5.8%;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #slide .message.is-01 .box02 {
    bottom: 23%;
  }
}
@media (max-width: 768px) {
  #slide .message.is-01 .box02 {
    right: 6.8%;
    bottom: 19.5%;
    line-height: 1.5;
  }
}
#slide .message.is-01 .box02 > span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
@media (max-width: 768px) {
  #slide .message.is-01 .box02 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-02 .box01 {
  position: absolute;
  top: 11.1%;
  left: 6.2%;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box01 {
    top: 4.75%;
    left: 6.67%;
  }
}
#slide .message.is-02 .box01 > p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box01 > p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 7px;
  }
}
#slide .message.is-02 .box01 > span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box01 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-02 .box02 {
  position: absolute;
  bottom: 26%;
  right: 9.1%;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box02 {
    bottom: 25%;
    right: 7%;
  }
}
#slide .message.is-02 .box02 > p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box02 > p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
  }
}
#slide .message.is-02 .box02 > span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box02 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-02 .box02 > span > b {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-02 .box02 > span > b {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#slide .message.is-03 .box01 {
  position: absolute;
  top: 46.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  width: 570px;
  text-align: left;
}
@media (max-width: 768px) {
  #slide .message.is-03 .box01 {
    top: 47%;
    left: 48%;
    width: 67.8%;
    text-align: left;
  }
}
#slide .message.is-03 .box01 > span.is-small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #slide .message.is-03 .box01 > span.is-small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-03 .box01 > span.is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-03 .box01 > span.is-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#slide .message.is-03 h2 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin: 0 0 13px;
}
@media (max-width: 768px) {
  #slide .message.is-03 h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 9px;
  }
}
#slide .message.is-04 .box01 {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  max-width: 805px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #slide .message.is-04 .box01 {
    width: 82%;
  }
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 {
    top: 42.8%;
  }
}
#slide .message.is-04 .box01 .message__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
#slide .message.is-04 .box01 .message__content {
  max-width: 364px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #slide .message.is-04 .box01 .message__content {
    width: 290px;
  }
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content {
    width: 283px;
  }
}
#slide .message.is-04 .box01 .message__content > p {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content > p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 3px;
  }
}
#slide .message.is-04 .box01 .message__content__box {
  border: 2px solid #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__box {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__box.is-first {
    margin: 0 0 20px;
  }
}
#slide .message.is-04 .box01 .message__content__head {
  position: relative;
  margin: 0 0 26px;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__head {
    margin: 0 0 18px;
  }
}
#slide .message.is-04 .box01 .message__content__head::after {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/99_common/arrow.svg) no-repeat center center/contain;
}
#slide .message.is-04 .box01 .message__content__head > .is-small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__head > .is-small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#slide .message.is-04 .box01 .message__content__head > .is-large {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__head > .is-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#slide .message.is-04 .box01 .message__content__need {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #slide .message.is-04 .box01 .message__content__need {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#slide .message.is-04 h2 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin: 0 0 55px;
}
@media (max-width: 768px) {
  #slide .message.is-04 h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 36px;
  }
}
#slide .message.is-05 .box01 {
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  max-width: 620px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #slide .message.is-05 .box01 {
    width: 325px;
    top: 41.5%;
  }
}
#slide .message.is-05 .box01 > span.is-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #slide .message.is-05 .box01 > span.is-small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
#slide .message.is-05 .box01 > span.is-large {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 2;
}
@media (max-width: 768px) {
  #slide .message.is-05 .box01 > span.is-large {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}
#slide .message.is-05 .box01 > p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}
#slide .message.is-05 h2 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #slide .message.is-05 h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin: 0 0 10px;
    line-height: 1.3;
  }
}

.slide-button {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .slide-button {
    bottom: 6%;
  }
}

.p-main-visual__under {
  margin: 87px 0 85.6px;
}
@media (max-width: 768px) {
  .p-main-visual__under {
    margin: 38px 0 30px;
  }
}
.p-main-visual__under__headline {
  border-top: 2px solid #1F6AB5;
  border-bottom: 2px solid #1F6AB5;
  padding: 13px 12px 13px;
  max-width: 878px;
  margin: 0 auto 68.2px;
}
@media (max-width: 768px) {
  .p-main-visual__under__headline {
    padding: 12.3px 2.5px 16.5px;
    margin: 0 auto 52px;
  }
}
.p-main-visual__under__headline > div > p {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  color: #1F6AB5;
  font-weight: 900;
  text-align: center;
  margin: 3px 46px 6.8px 0px;
}
@media (max-width: 768px) {
  .p-main-visual__under__headline > div > p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin: 0 0 6.8px;
  }
}
.p-main-visual__under__headline__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .p-main-visual__under__headline__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 768px) {
  .p-main-visual__under__headline__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.p-main-visual__under__headline__content {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-main-visual__under__headline__content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-main-visual__under__headline__content.is-date {
  display: -ms-flexbox;
  display: flex;
  width: 456px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .p-main-visual__under__headline__content.is-date {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__under__headline__content.is-date {
    width: 317px;
    max-width: 100%;
    margin: 0 0 2px;
  }
}
.p-main-visual__under__headline__content.is-date > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-main-visual__under__headline__content.is-date > div > .is-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-main-visual__under__headline__content.is-date > div > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .p-main-visual__under__headline__content.is-date > div > .is-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-main-visual__under__headline__content.is-penalty {
  border: 3px solid #000;
  width: 380px;
  height: 45px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .p-main-visual__under__headline__content.is-penalty {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__under__headline__content.is-penalty {
    width: 314px;
    height: 35px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-main-visual__under__lead {
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 112.4px;
}
@media (max-width: 768px) {
  .p-main-visual__under__lead {
    white-space: nowrap;
    margin: 0 0 78px;
    line-height: 1.6;
  }
}
.p-main-visual__under__lead > .is-large {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #1F6AB5;
}
@media (max-width: 768px) {
  .p-main-visual__under__lead > .is-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-main-visual__under__lead > .is-large.is-main {
  letter-spacing: 0.26rem;
}
.p-main-visual__under__lead > .is-small {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-main-visual__under__lead > .is-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-main-visual__points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 42px;
}
@media (max-width: 768px) {
  .p-main-visual__points {
    row-gap: 27px;
  }
}
.p-main-visual__point {
  border: 2px solid #1F6AB5;
  width: 48.5%;
  row-gap: 42px;
  padding: 37px 23px 14px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-main-visual__point {
    padding: 29px 13px 10px;
  }
}
.p-main-visual__point > div {
  position: absolute;
  color: #fff;
  background-color: #1F6AB5;
  border-radius: 25px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 38px;
  width: 128px;
}
@media (max-width: 768px) {
  .p-main-visual__point > div {
    width: 88px;
    height: 31px;
    padding: 0 17px 6px;
    top: -17px;
  }
}
.p-main-visual__point > div > span {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.p-main-visual__point > div > .is-small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.2em;
  position: relative;
  top: -4px;
}
@media (max-width: 768px) {
  .p-main-visual__point > div > .is-small {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2727272727;
    top: -2px;
  }
}
.p-main-visual__point > div > .is-large {
  font-size: 27px;
  font-size: 1.6875rem;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .p-main-visual__point > div > .is-large {
    font-size: 20px;
    font-size: 1.25rem;
    top: -1px;
  }
}
.p-main-visual__point__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .p-main-visual__point__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1538461538;
    margin: 0 0 21px;
  }
}
.p-main-visual__point__title > .is-blue {
  color: #1F6AB5;
}
.p-main-visual__point__title.is-02 {
  margin: 0 0 17px;
}
@media (max-width: 768px) {
  .p-main-visual__point__title.is-02 {
    margin: 0 0 21px;
  }
}
.p-main-visual__point__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0 0 13px;
}
@media (max-width: 768px) {
  .p-main-visual__point__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0 0 15px;
  }
}
.p-main-visual__point__lead.is-01 {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .p-main-visual__point__lead.is-01 {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-main-visual__point__lead.is-center {
    text-align: center;
    margin: 0 0 19px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__point__lead.is-04 {
    margin: 0 0 4px;
  }
}
.p-main-visual__point__detail {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .p-main-visual__point__detail {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.p-main-visual__point__detail.is-02 {
  margin: 0;
}
@media (max-width: 768px) {
  .p-main-visual__point__detail.is-02 {
    margin: 0 0 14px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__point__detail.is-bottom {
    margin: 0;
  }
}