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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1199px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
html.is-open {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  overflow: hidden;
}
body * {
  letter-spacing: 0.05em;
}

a {
  color: #FF8000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: auto;
  width: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 53px;
  width: 53px;
}
@media screen and (max-width: 1199px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(53 / 1200 * 100vw);
    width: calc(53 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(53 / 375 * 100vw);
    width: calc(53 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  background-image: url(../images/icon_prev.svg);
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  background-image: url(../images/icon_next.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #DADEE2;
  height: 13px;
  margin: 0 10px;
  opacity: 1;
  width: 13px;
}
@media screen and (max-width: 1199px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(13 / 1200 * 100vw);
    width: calc(13 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(13 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #007D83;
}

@media screen and (max-width: 767px) {
  .lity-wrap {
    bottom: auto;
    padding-top: calc(20 / 375 * 100vw);
  }
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover {
  display: none;
}

.lity-close:active {
  top: 0;
}

.l-container {
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(54 / 1200 * 100vw);
    padding-right: calc(54 / 1200 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
  }
}

.c-sectionTitle {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle {
    margin-bottom: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.c-sectionTitle__title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle__title {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(40 / 1200 * 100vw);
    padding-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(43 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.c-sectionTitle__title::after {
  background-color: #FF8000;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle__title::after {
    width: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle__title::after {
    width: calc(59 / 375 * 100vw);
  }
}
.c-sectionTitle__title span {
  color: #FF8000;
}
.c-sectionTitle__text {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle__text {
    font-size: calc(21 / 1200 * 100vw);
    line-height: calc(34 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.c-sectionTitle--white .c-sectionTitle__title {
  color: #ffffff;
}
.c-sectionTitle--white .c-sectionTitle__title::after {
  background-color: #ffffff;
}
.c-sectionTitle--white .c-sectionTitle__text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle--white .c-sectionTitle__text {
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle--white .c-sectionTitle__text span {
    display: none;
  }
}

.c-subSectionTitle {
  border-bottom: 1px solid #FF8000;
  margin-bottom: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .c-subSectionTitle {
    margin-bottom: calc(70 / 1200 * 100vw);
    padding-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle {
    margin-bottom: calc(30 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.c-subSectionTitle__en {
  color: #FF8000;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-subSectionTitle__en {
    font-size: calc(25 / 1200 * 100vw);
    margin-bottom: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle__en {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-subSectionTitle__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-subSectionTitle__title {
    font-size: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle__title {
    font-size: calc(22 / 375 * 100vw);
  }
}
.c-subSectionTitle__title span {
  color: #FF8000;
}

.c-button {
  align-items: center;
  background-color: #007D83;
  border-radius: 40px;
  color: #ffffff;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 397px;
  z-index: 100;
}
.c-button_2 {
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  color: #007D83;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 397px;
  border: solid 1px #007D83;
}

@media screen and (max-width: 1199px) {
  .c-button {
    border-radius: calc(40 / 1200 * 100vw);
    font-size: calc(22 / 1200 * 100vw);
    height: calc(80 / 1200 * 100vw);
    width: calc(397 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    border-radius: calc(32 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }
}
.c-button::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 21px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1199px) {
  .c-button::after {
    height: calc(21 / 1200 * 100vw);
    right: calc(20 / 1200 * 100vw);
    width: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button::after {
    height: calc(18 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-button--header {
  border-radius: 23px;
  font-size: 1.3rem;
  height: 45px;
  padding: 0 25px;
  width: auto;
}
.floatBox{
  display: flex;
}
.jinzai_btn{
  margin-left: 10px !important;
}
@media screen and (max-width: 1439px) {
  .c-button--header {
    border-radius: calc(23 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    padding: 0 calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button--header {
    border-radius: calc(17 / 375 * 100vw);
    /*font-size: calc(13 / 375 * 100vw);*/
    font-size: calc(10 / 375 * 100vw);
    height: calc(33 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
    margin: 0 0 0 7px;
  }
  .jinzai_btn{
    display: none;
  }
}
.c-button--header::after {
  display: none;
}

header h1 {
  display: none;
}

.p-header {
  height: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(70 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 25px;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0 calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 97px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(97 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(115 / 375 * 100vw);
  }
}
.p-header__navList {
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-header__navList {
    margin-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navList {
    display: none;
  }
}
.p-header__navList > ul {
  align-items: center;
  display: flex;
}
.p-header__navList > ul > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-header__navList > ul > li + li {
    margin-left: calc(40 / 1440 * 100vw);
  }
}
.p-header__navList a {
  color: #303030;
  display: block;
  font-size: 1.2rem;
  line-height: 17px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-header__navList a {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
  }
}
.p-header__button {
  margin-left: auto;
}
.p-header__humberger {
  display: none;
  margin-left: calc(16 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
}
.p-header__humberger img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__humberger {
    display: block;
  }
}
.p-header--thanks .p-header__navList,
.p-header--thanks .p-header__button,
.p-header--thanks .p-header__humberger, .p-header--error .p-header__navList,
.p-header--error .p-header__button,
.p-header--error .p-header__humberger {
  display: none;
}
.p-header.is-clone {
  background-color: #ffffff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header.is-clone {
    display: block;
  }
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}

.p-mainVisualA {
  height: 636px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA {
    height: calc(636 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualA {
    background-color: #F4F4F4;
    background-image: url(../images/bg_mainVisual_a_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: calc(634 / 375 * 100vw);
  }
}
.p-mainVisualA::before {
  background-color: #FF8000;
  content: "";
  display: inline-block;
  height: 636px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(700 / 1440 * 100vw);
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA::before {
    height: calc(636 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualA::before {
    display: none;
  }
}
.p-mainVisualA::after {
  background-image: url(../images/bg_mainVisualA.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 662px;
  position: absolute;
  right: 0;
  top: -80px;
  width: calc(990 / 1440 * 100vw);
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA::after {
    height: calc(662 / 1440 * 100vw);
    top: calc(-80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualA::after {
    display: none;
  }
}
.p-mainVisualA__inner {
  align-items: center;
  display: flex;
  height: 636px;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__inner {
    height: calc(636 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualA__inner {
    display: none;
  }
}
.p-mainVisualA__content {
  position: relative;
  z-index: 1;
}
.p-mainVisualA__content__title {
  background-image: url(../images/title_mainVisual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 165px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 515px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__title {
    height: calc(165 / 1440 * 100vw);
    width: calc(515 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__badgeList {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__badgeList {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__badgeList > ul {
  align-items: center;
  display: flex;
}
.p-mainVisualA__content__badgeList > ul > li {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  height: 145px;
  justify-content: center;
  width: 145px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__badgeList > ul > li {
    height: calc(145 / 1440 * 100vw);
    width: calc(145 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__badgeList > ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__badgeList > ul > li + li {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__badgeList__badge {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__badgeList__badge {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__badgeList__badge span {
  font-size: 2.9rem;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__badgeList__badge span {
    font-size: calc(29 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__buttonBox {
  margin-top: 50px;
  text-align: center;
  width: 397px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__buttonBox {
    margin-top: calc(50 / 1440 * 100vw);
    width: calc(397 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__buttonBox__button a {
  align-items: center;
  background-color: #007D83;
  border-radius: 40px;
  color: #ffffff;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 397px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__buttonBox__button a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    width: calc(397 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__buttonBox__button a::after {
  /*background-image: url(../images/icon_arrow_button.svg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 21px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__buttonBox__button a::after {
    height: calc(21 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
.p-mainVisualA__content__buttonBox__notice {
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualA__content__buttonBox__notice {
    font-size: calc(13 / 1440 * 100vw);
    margin: 0 calc(-30 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}

.p-mainVisualB {
  background-color: #FF8000;
  height: 537px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB {
    height: calc(537 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualB {
    background-image: url(../images/bg_mainVisual_b_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: calc(624 / 375 * 100vw);
  }
}
.p-mainVisualB__inner {
  align-items: center;
  display: flex;
  height: 537px;
  margin: 0 auto;
  position: relative;
  width: 1060px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__inner {
    height: calc(537 / 1440 * 100vw);
    width: calc(1060 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisualB__inner {
    display: none;
  }
}
.p-mainVisualB__inner::after {
  background-image: url(../images/decoration_mainVisualB.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 600px;
  left: 512px;
  position: absolute;
  width: 668px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__inner::after {
    height: calc(600 / 1440 * 100vw);
    left: calc(512 / 1440 * 100vw);
    width: calc(668 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__title {
  background-image: url(../images/title_mainVisual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 165px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 515px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__title {
    height: calc(165 / 1440 * 100vw);
    width: calc(515 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__badgeList {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__badgeList {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__badgeList > ul {
  align-items: center;
  display: flex;
}
.p-mainVisualB__content__badgeList > ul > li {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  height: 145px;
  justify-content: center;
  width: 145px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__badgeList > ul > li {
    height: calc(145 / 1440 * 100vw);
    width: calc(145 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__badgeList > ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__badgeList > ul > li + li {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__badgeList__badge {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__badgeList__badge {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
.p-mainVisualB__content__badgeList__badge span {
  color: #FF8000;
  font-size: 2.9rem;
}
@media screen and (max-width: 1439px) {
  .p-mainVisualB__content__badgeList__badge span {
    font-size: calc(29 / 1440 * 100vw);
  }
}

.p-cta {
  background-color: #F4F4F4;
}
.p-cta__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-cta__inner {
    padding-bottom: calc(50 / 1200 * 100vw);
    padding-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-cta__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-cta__button {
  text-align: center;
}
.p-cta__notice {
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-cta__notice {
    font-size: calc(13 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__notice {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-cta.is-a {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta.is-a {
    display: block;
  }
}

.p-about__inner {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 900px;
}
@media screen and (max-width: 1199px) {
  .p-about__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-about__inner {
    width: calc(900 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-about__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-about__aboutList > ul > li + li {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList > ul > li + li {
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-about__aboutList > ul > li:nth-child(2n) .p-about__aboutList__aboutBox {
  flex-direction: row-reverse;
}
.p-about__aboutList__aboutBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox {
    display: block;
  }
}
.p-about__aboutList__aboutBox__thumbnail {
  width: 400px;
}
.p-about__aboutList__aboutBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList__aboutBox__thumbnail {
    width: calc(400 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox__thumbnail {
    width: 100%;
  }
}
.p-about__aboutList__aboutBox__textBox {
  width: 415px;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList__aboutBox__textBox {
    width: calc(415 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox__textBox {
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__aboutList__aboutBox__textBox__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList__aboutBox__textBox__title {
    font-size: calc(22 / 1200 * 100vw);
    line-height: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}
.p-about__aboutList__aboutBox__textBox__title span {
  color: #FF8000;
  font-size: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList__aboutBox__textBox__title span {
    font-size: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox__textBox__title span {
    font-size: calc(32 / 375 * 100vw);
  }
}
.p-about__aboutList__aboutBox__textBox__text {
  font-size: 1.5rem;
  line-height: 27px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-about__aboutList__aboutBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__aboutList__aboutBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-movie {
  background-color: #FF8000;
}
.p-movie__inner {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-movie__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-movie__inner {
    padding-bottom: calc(30 / 1200 * 100vw);
    padding-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-movie__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-movie__iframe {
  margin: -40px auto 0;
  width: 547px;
}
@media screen and (max-width: 1199px) {
  .p-movie__iframe {
    margin: calc(-40 / 1200 * 100vw) auto 0;
    width: calc(547 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__iframe {
    margin: calc(-15 / 375 * 100vw) auto 0;
    width: 100%;
  }
}
.p-movie__iframe__inner {
  height: 0;
  padding-top: 56%;
  position: relative;
  width: 100%;
}
.p-movie__iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-setsumeikai__inner {
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__inner {
    margin-bottom: calc(-100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__inner {
    margin-bottom: calc(-40 / 375 * 100vw);
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-setsumeikai__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-setsumeikai__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-setsumeikai__merit {
  background-color: #F4F4F4;
}
.p-setsumeikai__merit__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-setsumeikai__merit__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-setsumeikai__merit__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__inner {
  margin: 0 auto;
  width: 905px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__inner {
    width: calc(905 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__inner {
    width: 100%;
  }
}
.p-setsumeikai__merit__content__meritList > ul > li + li {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList > ul > li + li {
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList > ul > li + li {
    margin-top: calc(48 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList > ul > li:nth-child(2n) .p-setsumeikai__merit__content__meritList__meritBox {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList > ul > li:nth-child(2n) .p-setsumeikai__merit__content__meritList__meritBox {
    left: calc(-30 / 375 * 100vw);
    right: 0;
  }
}
.p-setsumeikai__merit__content__meritList > ul > li:nth-child(2n) .p-setsumeikai__merit__content__meritList__meritBox__list {
  left: auto;
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList > ul > li:nth-child(2n) .p-setsumeikai__merit__content__meritList__meritBox__list {
    right: calc(-30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList > ul > li:nth-child(2n) .p-setsumeikai__merit__content__meritList__meritBox__list {
    left: calc(30 / 375 * 100vw);
    right: auto;
  }
}
.p-setsumeikai__merit__content__meritList__meritBox {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 272px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox {
    box-shadow: 0px 0px calc(20 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox {
    box-shadow: 0px 0px calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox {
    height: calc(272 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox {
    background-color: transparent;
    box-shadow: none;
    display: block;
    height: auto;
    position: relative;
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__thumbnail {
  height: 272px;
  width: 399px;
}
.p-setsumeikai__merit__content__meritList__meritBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__thumbnail {
    height: calc(272 / 1200 * 100vw);
    width: calc(399 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__thumbnail {
    height: calc(235 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__textBox {
  flex-shrink: 0;
  padding: 0 40px;
  width: 506px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox {
    padding: 0 calc(40 / 1200 * 100vw);
    width: calc(506 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox {
    background-color: #ffffff;
    margin-top: calc(65 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__textBox__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox__title {
    font-size: calc(22 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__textBox__title span {
  color: #FF8000;
}
.p-setsumeikai__merit__content__meritList__meritBox__textBox__text {
  font-size: 1.5rem;
  line-height: 27px;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__list {
  align-items: center;
  background-color: #FF8000;
  bottom: -30px;
  display: flex;
  height: 166px;
  justify-content: center;
  left: -30px;
  position: absolute;
  width: 290px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list {
    bottom: calc(-30 / 1200 * 100vw);
    height: calc(166 / 1200 * 100vw);
    left: calc(-30 / 1200 * 100vw);
    width: calc(290 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list {
    bottom: auto;
    height: calc(141 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(187 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__list > ul > li {
  color: #ffffff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list > ul > li {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(23 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list > ul > li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__list > ul > li + li {
  border-top: 1px solid #ffffff;
  margin-top: 6px;
  padding-top: 6px;
}
@media screen and (max-width: 1199px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list > ul > li + li {
    margin-top: calc(6 / 1200 * 100vw);
    padding-top: calc(6 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-setsumeikai__merit__content__meritList__meritBox__list > ul > li + li {
    margin-top: calc(6 / 375 * 100vw);
    padding-top: calc(6 / 375 * 100vw);
  }
}
.p-setsumeikai__merit__content__meritList__meritBox__list > ul > li::before {
  content: "＃";
  margin-right: 0.5em;
}

.p-fit__inner {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 1038px;
}
@media screen and (max-width: 1199px) {
  .p-fit__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-fit__inner {
    width: calc(1038 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__inner {
    padding-bottom: 40px;
    padding-bottom: calc(80 / 375 * 100vw) !important;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-fit__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fit__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList {
    margin-top: calc(107 / 375 * 100vw);
  }
}
.p-fit__personList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fit__personList > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList > ul > li + li {
    margin-top: calc(90 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList > ul > li:nth-child(2n) .p-fit__personList__person__text {
    margin-left: 0;
  }
}
.p-fit__personList__person {
  padding-top: 253px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person {
    padding-top: calc(253 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person {
    padding-top: 0;
  }
}
.p-fit__personList__person::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 304px;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person::before {
    height: calc(304 / 1200 * 100vw);
    top: calc(-20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person::before {
    height: auto;
    top: auto;
    z-index: 2;
  }
}
.p-fit__personList__person__text {
  align-items: center;
  background-color: #FF8000;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 159px;
  justify-content: center;
  line-height: 26px;
  position: relative;
  text-align: center;
  width: 230px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person__text {
    font-size: calc(18 / 1200 * 100vw);
    height: calc(159 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
    width: calc(230 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person__text {
    font-size: calc(16 / 375 * 100vw);
    height: calc(133 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-left: auto;
    width: calc(195 / 375 * 100vw);
  }
}
.p-fit__personList__person--person1::before {
  background-image: url(../images/decoration_fit_person_1.png);
  left: 27px;
  width: 185px;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person--person1::before {
    left: calc(27 / 1200 * 100vw);
    width: calc(185 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person--person1::before {
    background-image: url(../images/decoration_fit_person_1_sp.png);
    height: calc(280 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-90 / 375 * 100vw);
    width: calc(173 / 375 * 100vw);
  }
}
.p-fit__personList__person--person2::before {
  background-image: url(../images/decoration_fit_person_2.png);
  left: 0;
  width: 230px;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person--person2::before {
    width: calc(230 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person--person2::before {
    background-image: url(../images/decoration_fit_person_2_sp.png);
    height: calc(275 / 375 * 100vw);
    left: auto;
    right: calc(-30 / 375 * 100vw);
    top: calc(-96 / 375 * 100vw);
    width: calc(209 / 375 * 100vw);
  }
}
.p-fit__personList__person--person3::before {
  background-image: url(../images/decoration_fit_person_3.png);
  left: -23px;
  width: 253px;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person--person3::before {
    left: calc(-23 / 1200 * 100vw);
    width: calc(253 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person--person3::before {
    background-image: url(../images/decoration_fit_person_3_sp.png);
    height: calc(280 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-71 / 375 * 100vw);
    width: calc(181 / 375 * 100vw);
  }
}
.p-fit__personList__person--person4::before {
  background-image: url(../images/decoration_fit_person_4.png);
  left: -34px;
  width: 351px;
}
@media screen and (max-width: 1199px) {
  .p-fit__personList__person--person4::before {
    left: calc(-34 / 1200 * 100vw);
    width: calc(351 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-fit__personList__person--person4::before {
    background-image: url(../images/decoration_fit_person_4_sp.png);
    height: calc(275 / 375 * 100vw);
    left: auto;
    right: calc(-30 / 375 * 100vw);
    top: calc(-95 / 375 * 100vw);
    width: calc(221 / 375 * 100vw);
  }
}

.p-sempai {
  background-color: #F4F4F4;
}
.p-sempai__inner {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 997px;
}
@media screen and (max-width: 1199px) {
  .p-sempai__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-sempai__inner {
    width: calc(997 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__inner {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-sempai__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sempai__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-sempai__sempaiList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList > ul {
    display: block;
  }
}
.p-sempai__sempaiList > ul > li {
  margin-top: 38px;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList > ul > li {
    margin-top: calc(38 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList > ul > li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-sempai__sempaiList > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList > ul > li:nth-child(-n+2) {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-sempai__sempaiList__sempaiBox {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 36px 40px;
  position: relative;
  width: 480px;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox {
    box-shadow: 0px 0px calc(20 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox {
    box-shadow: 0px 0px calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox {
    padding: calc(36 / 1200 * 100vw) calc(40 / 1200 * 100vw);
    width: calc(480 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox {
    padding: calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-sempai__sempaiList__sempaiBox__titleBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__titleBox {
    align-items: center;
  }
}
.p-sempai__sempaiList__sempaiBox__titleBox__icon {
  width: 90px;
}
.p-sempai__sempaiList__sempaiBox__titleBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox__titleBox__icon {
    width: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__titleBox__icon {
    width: calc(90 / 375 * 100vw);
  }
}
.p-sempai__sempaiList__sempaiBox__titleBox__title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  width: 296px;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox__titleBox__title {
    font-size: calc(15 / 1200 * 100vw);
    padding-top: calc(10 / 1200 * 100vw);
    width: calc(296 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding-top: 0;
    width: calc(143 / 375 * 100vw);
  }
}
.p-sempai__sempaiList__sempaiBox__transition {
  font-size: 1.4rem;
  font-weight: bold;
  left: 145px;
  line-height: 24px;
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox__transition {
    font-size: calc(14 / 1200 * 100vw);
    left: calc(145 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
    top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__transition {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    position: static;
  }
}
.p-sempai__sempaiList__sempaiBox__transition span {
  color: #FF8000;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox__transition span {
    font-size: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__transition span {
    font-size: calc(25 / 375 * 100vw);
  }
}
.p-sempai__sempaiList__sempaiBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-sempai__sempaiList__sempaiBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sempai__sempaiList__sempaiBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-occupation {
  position: relative;
}
.p-occupation__inner {
  padding-bottom: 100px;
  padding-bottom: 400px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-occupation__inner {
    padding-bottom: calc(400 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__inner {
    padding-bottom: 40px;
    padding-bottom: calc(200 / 375 * 100vw) !important;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-occupation__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-occupation__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-occupation::after {
  background-image: url(../images/bg_flow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 272px;
  position: absolute;
  width: calc(1440 / 1440 * 100vw);
}
@media screen and (max-width: 1199px) {
  .p-occupation::after {
    height: calc(272 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation::after {
    height: calc(161 / 375 * 100vw);
  }
}
.p-occupation__occupationList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-occupation__occupationList > ul {
    flex-wrap: wrap;
  }
}
.p-occupation__occupationList > ul > li {
  align-items: center;
  background-color: #FF8000;
  display: flex;
  height: 191px;
  justify-content: center;
  width: 191px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__occupationList > ul > li {
    height: calc(191 / 1200 * 100vw);
    width: calc(191 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__occupationList > ul > li {
    height: calc(146 / 375 * 100vw);
    /*margin-top: calc(20 / 375 * 100vw);*/
    margin-bottom: calc(20 / 375 * 100vw);
    width: calc(146 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__occupationList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-occupation__occupationList__text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-occupation__occupationList__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__occupationList__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-occupation__occupationList__text span {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .p-occupation__occupationList__text span {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__occupationList__text span {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-occupation__text {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 40px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-occupation__text {
    font-size: calc(25 / 1200 * 100vw);
    line-height: calc(40 / 1200 * 100vw);
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-occupation__text span {
  color: #FF8000;
}

.p-flow {
  background-color: #F4F4F4;
}
.p-flow__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-flow__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-flow__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-flow__step + .p-flow__step {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step + .p-flow__step {
    margin-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step + .p-flow__step {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-flow__step__content__inner {
  margin: 0 auto;
  width: 998px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__inner {
    width: calc(998 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__inner {
    width: 100%;
  }
}
.p-flow__step__content__stepList {
  background-color: #ffffff;
  padding: 0 65px 30px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList {
    padding: 0 calc(65 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList {
    padding: calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-flow__step__content__stepList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList > ul > li {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-flow__step__content__stepList > ul > li:last-child .p-flow__step__content__stepList__stepBox::after {
  display: none;
}
.p-flow__step__content__stepList__stepBox {
  padding-top: 80px;
  position: relative;
  width: 214px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox {
    padding-top: calc(80 / 1200 * 100vw);
    width: calc(214 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox {
    padding-top: 0;
    width: 100%;
  }
}
.p-flow__step__content__stepList__stepBox::after {
  border-color: transparent transparent transparent #FF8000;
  border-style: solid;
  border-width: 17.5px 0 17.5px 17px;
  content: "";
  display: inline-block;
  height: 0;
  margin: auto 0;
  position: absolute;
  right: -70px;
  top: 135px;
  width: 0;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox::after {
    border-width: calc(17.5 / 1200 * 100vw) 0 calc(17.5 / 1200 * 100vw) calc(17 / 1200 * 100vw);
    right: calc(-70 / 1200 * 100vw);
    top: calc(135 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox::after {
    border-color: #FF8000 transparent transparent transparent;
    border-width: calc(14 / 375 * 100vw) calc(14.5 / 375 * 100vw) 0 calc(14.5 / 375 * 100vw);
    bottom: calc(-30 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
  }
}
.p-flow__step__content__stepList__stepBox__icon {
  align-items: center;
  background-color: #FF8000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 91px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -40px;
  width: 91px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox__icon {
    font-size: calc(16 / 1200 * 100vw);
    height: calc(91 / 1200 * 100vw);
    top: calc(-40 / 1200 * 100vw);
    width: calc(91 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox__icon {
    display: none;
  }
}
.p-flow__step__content__stepList__stepBox__thumbnail {
  width: 100%;
}
.p-flow__step__content__stepList__stepBox__thumbnail img {
  height: auto;
  width: 100%;
}
.p-flow__step__content__stepList__stepBox__textBox {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox__textBox {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox__textBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-flow__step__content__stepList__stepBox__textBox__title {
  color: #FF8000;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox__textBox__title {
    font-size: calc(17 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox__textBox__title {
    font-size: calc(17 / 375 * 100vw);
  }
}
.p-flow__step__content__stepList__stepBox__textBox__text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-flow__step__content__stepList__stepBox__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__content__stepList__stepBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-faq__inner {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 998px;
}
@media screen and (max-width: 1199px) {
  .p-faq__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-faq__inner {
    width: calc(998 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-faq__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-faq__faqList > ul > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 60px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox {
    box-shadow: 0px 0px calc(20 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    box-shadow: 0px 0px calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox {
    padding: calc(40 / 1200 * 100vw) calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    padding: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__a {
  border-bottom: 1px solid #FF8000;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__a {
    margin-bottom: calc(25 / 1200 * 100vw);
    padding-bottom: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__a {
    margin-bottom: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__a__icon {
  color: #FF8000;
  font-family: "Barlow", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__a__icon {
    font-size: calc(35 / 1200 * 100vw);
    margin-right: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__a__icon {
    font-size: calc(35 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__a__text {
  color: #FF8000;
  font-size: 2.1rem;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__a__text {
    font-size: calc(21 / 1200 * 100vw);
    padding-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__a__text {
    font-size: calc(19 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-top: calc(2 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__q {
  display: flex;
}
.p-faq__faqList__faqBox__q__icon {
  color: #BABABA;
  font-family: "Barlow", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__q__icon {
    font-size: calc(35 / 1200 * 100vw);
    margin-right: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__q__icon {
    font-size: calc(35 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__q__text {
  font-size: 1.5rem;
  line-height: 27px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__q__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__q__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    text-align: justify;
  }
}

.p-overview__content {
  align-items: center;
  background-color: #F4F4F4;
  display: flex;
  height: 412px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-overview__content {
    height: calc(412 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content {
    display: block;
    height: auto;
  }
}
.p-overview__content::after {
  background-image: url(../images/thumbnail_overview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 412px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(725 / 1440 * 100vw);
}
@media screen and (max-width: 1199px) {
  .p-overview__content::after {
    height: calc(412 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content::after {
    position: static;
  }
}
.p-overview__content__inner {
  margin: 0 auto;
  padding-left: 680px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .p-overview__content__inner {
    padding-left: calc(680 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-overview__content__infoList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-overview__content__infoList > ul > li + li {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content__infoList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-overview__content__infoList dl {
  align-items: center;
  display: flex;
}
.p-overview__content__infoList dl dt {
  align-items: center;
  background-color: #FF8000;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: bold;
  height: 57px;
  justify-content: center;
  line-height: 17px;
  margin-right: 30px;
  width: 57px;
}
@media screen and (max-width: 1199px) {
  .p-overview__content__infoList dl dt {
    font-size: calc(13 / 1200 * 100vw);
    height: calc(57 / 1200 * 100vw);
    line-height: calc(17 / 1200 * 100vw);
    margin-right: calc(30 / 1200 * 100vw);
    width: calc(57 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content__infoList dl dt {
    font-size: calc(16 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw);
    width: calc(70 / 375 * 100vw);
  }
}
.p-overview__content__infoList dl dd {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  .p-overview__content__infoList dl dd {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content__infoList dl dd {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    width: calc(214 / 375 * 100vw);
  }
}
.p-overview__content__infoList dl dd span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .p-overview__content__infoList dl dd span {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-overview__content__infoList dl dd span {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }
}

.p-application__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-application__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-application__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-application__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-application__form {
  border: 1px solid #e5e8ed;
  padding: 40px 30px;
}
@media screen and (max-width: 1199px) {
  .p-application__form {
    padding: calc(40 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form {
    border: 0;
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.p-application__form * + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-application__form * + h3 {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form * + h3 {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-application__form h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-application__form h3 {
    font-size: calc(18 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form h3 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-application__form input[type=text],
.p-application__form input[type=email] {
  border: 1px solid #e5e8ed;
  border-radius: 5px;
  font-size: 1.4rem;
  height: 50px;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-application__form input[type=text],
.p-application__form input[type=email] {
    border-radius: calc(5 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(50 / 1200 * 100vw);
    padding: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form input[type=text],
.p-application__form input[type=email] {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(50 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
}
.p-application__form input[type=text].parsley-error,
.p-application__form input[type=email].parsley-error {
  background-color: #F2DEDE;
}
.p-application__form label {
  align-items: center;
  background-color: #F4F4F4;
  border: 1px solid #e5e8ed;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .p-application__form label {
    border-radius: calc(5 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    padding: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form label {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
}
.p-application__form label input {
  margin: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  .p-application__form label input {
    margin-right: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form label input {
    margin-right: calc(5 / 375 * 100vw);
  }
}
.p-application__form select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  border: 1px solid #e5e8ed;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px;
  width: 150px;
}
@media screen and (max-width: 1199px) {
  .p-application__form select {
    background-position: right calc(10 / 1200 * 100vw) center;
    background-size: calc(12 / 1200 * 100vw) calc(6 / 1200 * 100vw);
    border-radius: calc(5 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    padding: calc(10 / 1200 * 100vw);
    width: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form select {
    background-position: right calc(10 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(6 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    padding: calc(10 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
}
.p-application__form input[type=submit] {
  background-color: #007D83;
  border-radius: 35px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: bold;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-application__form input[type=submit] {
    border-radius: calc(35 / 1200 * 100vw);
    font-size: calc(19 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form input[type=submit] {
    border-radius: calc(35 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
}
.p-application__form .choices {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .choices {
    margin-bottom: calc(-10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .choices {
    display: block;
    margin-bottom: calc(-10 / 375 * 100vw);
  }
}
.p-application__form .choices label {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .choices label {
    margin-bottom: calc(10 / 1200 * 100vw);
    margin-right: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .choices label {
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: 0;
    width: 100%;
  }
}
.p-application__form .notice {
  font-size: 1.2rem;
  line-height: 21px;
  margin-top: 40px;
}

.p-application__form span.require {
  font-size: 1rem;
  color: #FF8000;
  border: 1px solid #FF8000;
  padding: 2px 5px;
  margin-left: 8px;
  border-radius: 3px;
}

.p-application__form span.optional {
  font-size: 1rem;
  color: #007D83;
  border: 1px solid #007D83;
  padding: 2px 5px;
  margin-left: 8px;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .p-application__form .notice {
    font-size: calc(12 / 1200 * 100vw);
    line-height: calc(21 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .notice {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-application__form .button {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .button {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-application__form .button p {
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 348px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .button p {
    height: calc(70 / 1200 * 100vw);
    width: calc(348 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .button p {
    height: calc(60 / 375 * 100vw);
    width: calc(285 / 375 * 100vw);
  }
}
.p-application__form .button p::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 21px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .button p::after {
    height: calc(21 / 1200 * 100vw);
    right: calc(20 / 1200 * 100vw);
    width: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .button p::after {
    height: calc(21 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.p-application__form .parsley-custom-error-message {
  color: crimson;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-application__form .parsley-custom-error-message {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form .parsley-custom-error-message {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-footer {
  background-color: #222222;
  margin-top: 60px;
}
.p-footer__inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-footer__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer__snsList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer__snsList > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .p-footer__snsList > ul > li + li {
    margin-left: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__snsList > ul > li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-footer__snsList a {
  align-items: center;
  border: 1px solid #777777;
  border-radius: 50%;
  color: #bbbbbb;
  display: flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
@media screen and (max-width: 1199px) {
  .p-footer__snsList a {
    font-size: calc(16 / 1200 * 100vw);
    height: calc(44 / 1200 * 100vw);
    width: calc(44 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__snsList a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    width: calc(44 / 375 * 100vw);
  }
}
.p-footer__snsList a:hover {
  background-color: #FF8000;
  border: 1px solid #FF8000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__snsList a:hover {
    background-color: transparent;
    border: 1px solid #777777;
    color: #bbbbbb;
  }
}
.p-footer__copyright {
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-footer__copyright {
    font-size: calc(13 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-footer__gotop {
  z-index: 3000;
  bottom: 25px;
  font-size: 2rem;
  position: fixed;
  right: 25px;
}
@media screen and (max-width: 1199px) {
  .p-footer__gotop {
    bottom: calc(25 / 1200 * 100vw);
    font-size: calc(20 / 1200 * 100vw);
    right: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__gotop {
    bottom: calc(80 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    right: calc(25 / 375 * 100vw);
  }
}
.p-footer__gotop a {
  align-items: center;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
@media screen and (max-width: 1199px) {
  .p-footer__gotop a {
    height: calc(40 / 1200 * 100vw);
    width: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__gotop a {
    height: calc(40 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.p-footer__gotop a:hover {
  background-color: #FF8000;
  border: 1px solid #FF8000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__gotop a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
  }
}

.p-drawer {
  background-color: #FF8000;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    overflow: scroll;
  }
}
.p-drawer__inner {
  height: 100vh;
  padding-bottom: 75px;
  padding-top: 105px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-drawer__inner {
    padding-bottom: calc(75 / 1440 * 100vw);
    padding-top: calc(105 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    height: 100%;
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-drawer__close {
  position: absolute;
  right: calc(17 / 375 * 100vw);
  top: calc(17 / 375 * 100vw);
  width: calc(44 / 375 * 100vw);
}
.p-drawer__close img {
  height: auto;
  width: 100%;
}
.p-drawer__navList > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: calc(30 / 375 * 100vw);
  padding-right: calc(30 / 375 * 100vw);
}
.p-drawer__navList a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: calc(17 / 375 * 100vw);
  height: calc(96 / 375 * 100vw);
  line-height: calc(28 / 375 * 100vw);
}
.p-drawer--thanks, .p-drawer--error {
  display: none;
}
.p-drawer.is-show {
  opacity: 1;
  z-index: 1000;
}

.p-result {
  height: calc(100vh - 80px - 157px);
}
@media screen and (max-width: 1439px) {
  .p-result {
    height: calc(100vh - (80 / 1440 * 100vw) - 157px);
  }
}
@media screen and (max-width: 1199px) {
  .p-result {
    height: calc(100vh - (80 / 1440 * 100vw) - (157 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-result {
    height: calc(560 / 375 * 100vw);
  }
}
.p-result .l-container {
  height: 100%;
}
.p-result__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-result__textBox__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-result__textBox__title {
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-result__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-result__textBox__text {
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-result__textBox__text {
    font-size: calc(18 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-result__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: left;
  }
}
.p-result__textBox__text a {
  white-space: nowrap;
}
.p-result__textBox__button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-result__textBox__button {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-result__textBox__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-result--thanks .p-result__textBox__text {
  text-align: center;
}

.contents-button {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

