@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-smoothing: antialiased;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-404 {
  background: #5BC2D9;
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-404__content {
  text-align: center;
}

.p-404__title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 3rem;
  }
}

.p-404__number {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.p-404__text-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-404__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1rem;
  }
}

.p-404__btn-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-404__btn {
  background: #fff;
  color: #5BC2D9;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  width: 210px;
  width: 13.125rem;
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
}

.p-benefit {
  padding-top: 105px;
  padding-top: 6.5625rem;
  background: #eff2f5;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-benefit {
    padding-bottom: 6.25rem;
  }
}

.p-benefit__inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__inner {
    max-width: 58.75rem;
  }
}

.p-benefit__title-wrapper {
  text-align: center;
}

.p-benefit__topText {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__topText {
    font-size: 1.25rem;
  }
}

.p-benefit__title {
  font-weight: 700;
  color: #37414f;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__title {
    font-size: 2.25rem;
  }
}

.p-benefit__title span {
  color: #0096c7;
}

.p-benefit__block {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-benefit__row {
  border-bottom: 1px dotted #9d9d9d;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #9d9d9d;
  }
}

.p-benefit__row:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-benefit__row:last-child {
    border-bottom: 1px solid #9d9d9d;
  }
}

.p-benefit__row:not(:first-child) {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-benefit__number {
  background: #233B6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.25rem 0 1.25rem 0;
  width: 80px;
  width: 5rem;
  height: 90px;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__number {
    width: 7.5rem;
    height: 8.5rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-benefit__number--blue {
  background: #233B6C;
}

.p-benefit__number--green {
  background: #233B6C;
}

.p-benefit__ja {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__ja {
    font-size: 1rem;
  }
}

.p-benefit__num {
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__num {
    font-size: 3.125rem;
  }
}

.p-benefit__detail {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__detail {
    margin-top: 0;
    margin-top: initial;
    width: calc(100% - 7.5rem);
  }
}

.p-benefit__detailTitle {
  color: #0096c7;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__detailTitle {
    text-align: left;
  }
}

.p-benefit__detailTitle--blue {
  color: #0096c7;
}

.p-benefit__detailTitle--green {
  color: #0096c7;
}

.p-benefit__detailText {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  line-height: 1.8125;
}

.p-coach {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-coach {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-coach__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 61.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-coach__text-wrapper {
    text-align: center;
  }
}

.p-coach__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #222;
　margin-top: 32px;
  margin-top: 2rem;
}

.p-coach__block {
  border: 2px solid #37414f;
  border-radius: 0.625rem;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-coach__block {
    margin-top: 3rem;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-coach__img {
  max-width: 160px;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-coach__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 17.5rem;
  }
}

.p-coach__img img {
  aspect-ratio: 280/280;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-coach__detail {
    margin-left: 1.125rem;
  }
}

.p-coach__name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #37414f;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coach__name {
    text-align: left;
    text-align: initial;
  }
}

.p-coach__occupation {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(34, 34, 34, .8);
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-coach__text--small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
  line-height: 1.8571428571;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-learning {
/*
  padding-bottom: 90px;
  padding-bottom: 5.625rem;*/
  position: relative;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-learning {
    padding-top: 6.25rem;
  }
}
.p-learning__title-wrapper {
  text-align: center;
  position: relative;
}
.p-learning__title {
  font-weight: 700;
  color: #0096c7;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-learning__title {
    font-size: 2.25rem;
  }
}
.p-learning__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #222;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-learning__text {
/*
    margin-top: 3.8125rem;*/
    text-align: center;
  }
}

.p-learning__sub-ttl {
	font-weight: 700;
    font-size: 27px;
    font-size: 1.6875rem;
	text-decoration: underline;
	color: #233B6C;
    padding-top: 100px;
    padding-top: 6.25rem;
    text-align: left;
/*
	font-size: 20px;
    font-size: 1.25rem;
	color: #222;
	padding-top: 100px;
    padding-top: 6.25rem;
	font-weight: 700;*/
}
.p-learning__sub-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #37414f;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
  font-weight: 700;
}
.p-curric__img {
  margin-top: 53px;
  margin-top: 3.3125rem;
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-curric__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 335/1050;
}
@media screen and (min-width: 768px) {
  .p-curric__img img {
    aspect-ratio: 940/430;
  }
}

.p-learning__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
/*
  padding-bottom: 140px;
  padding-bottom: 8.75rem;*/
}
@media screen and (min-width: 768px) {
  .p-learning__cards {
    margin-top: 4rem;
/*
	padding-bottom: 6.25rem;*/
  }
}
.p-learning__card-text {
  font-size: 16px;
  font-size: 1rem;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-learning__card-text {
    text-align: center;
  }
}
.p-learning__lists {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-learning__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}
.p-learning__list {
  text-align: center;
  border: 2px solid #233B6C;
  background-color: #233B6C;
  border-radius: 0.625rem;
}
.p-learning__subTitle-wrapper {
  padding: 20px;
  padding: 1.25rem;
/*
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;*/
  text-align: center;
  background: #233B6C;
}

.p-learning__subTitle {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.p-learning__subTitle span {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: normal;
/*
  margin-left: 2px;
  margin-left: 0.125rem;*/
}

.p-contact {
  background: #fafafa;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 8.125rem;
    padding-bottom: 7.5rem;
  }
}

.p-contact .l-inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-contact .l-inner {
    display: block;
  }
}

.p-contact__title-wrapper {
  text-align: center;
}

.p-contact__title {
  color: #37414f;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.25rem;
  }
}

.p-contact__title span {
  color: #5BC2D9;
}

.p-contact__form {
  margin-top: 44px;
  margin-top: 2.75rem;
  background: #fff;
  border: 3px solid #efefef;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border: medium none currentColor;
    border: initial;
  }
}

.mw_wp_form_complete {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5BC2D9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete {
    font-size: 2rem;
  }
}

.p-contact--thanks {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa;
}

.p-course {
  background: #eff2f5;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-course {
    padding-top: 6.6875rem;
    padding-bottom: 6.375rem;
  }
}

.p-course__top {
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-course__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-course__subTitle {
  color: #37414f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-course__subTitle {
    text-align: left;
  }
}

.p-course__title {
  color: #37414f;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-course__title {
    text-align: left;
    font-size: 1.75rem;
  }
}

.p-course__attention {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #969696;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-course__attention {
    text-align: right;
  }
}

.p-course__topText {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #222;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-course__topText {
    text-align: center;
  }
}

.p-course__lists-wrapper {
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-course__lists-wrapper {
    margin-top: 4.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-course__lists-wrapper::before {
    position: absolute;
    content: "";
    background: url(../images/common/color_square.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 6.5625rem;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #707070;
  }
}

.p-course__lists {
  display: grid;
  max-width: 860px;
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/common/lists_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-course__lists {
    padding-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.p-course__list {
  text-align: center;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-bottom: 1px dotted #9d9d9d;
}
@media screen and (min-width: 768px) {
  .p-course__list {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
    border-bottom: 0;
    border-bottom: initial;
  }
}

.p-course__step-wrapper {
  text-align: center;
}

.p-course__step {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  display: inline-block;
  width: 130px;
  width: 8.125rem;
  border-radius: 9999px;
}

.p-course__step--yellow {
  background: #fdd000;
  position: relative;
}

.p-course__step--yellow::before {
  position: absolute;
  content: "";
  background: url(../images/common/triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  width: 1.375rem;
  height: 19px;
  height: 1.1875rem;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-course__step--green {
  background: #9bcb60;
  position: relative;
}

.p-course__step--green::before {
  position: absolute;
  content: "";
  background: url(../images/common/triangle_green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  width: 1.375rem;
  height: 19px;
  height: 1.1875rem;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-course__step--blue {
  background: #5bc2d9;
  position: relative;
}

.p-course__step--blue::before {
  position: absolute;
  content: "";
  background: url(../images/common/triangle_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  width: 1.375rem;
  height: 19px;
  height: 1.1875rem;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-course__circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-course__circle {
    display: block;
    margin-top: 1.375rem;
    border: 2px solid #222;
    border-radius: 9999px;
    background: #fff;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
/*
    z-index: 1;*/
  }
}

.p-course__listText-wrapper {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-course__listText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #37414f;
}

.p-course__small {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
}

.p-course__btn {
  margin-top: auto;
  color: #5BC2D9;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.p-course__include {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
  border: 1px solid #37414f;
  border-radius: 0.625rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  background: #ffffff;
}

.p-course__include-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #37414f;
  font-weight: 700;
}

.p-course__include-text {
  font-size: 16px;
  font-size: 1rem;
  color: #37414f;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-course__include-text span {
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-course__include-text {
		text-align: left;
		padding: 0 30px;
	}
}

.p-course__link-wrapper {
  margin-top: 63px;
  margin-top: 3.9375rem;
  text-align: center;
}

.p-certificate {
  padding-top: 105px;
  padding-top: 6.5625rem;
  background: #fff;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-certificate {
    padding-bottom: 6.25rem;
  }
}
.cert-table-wrapper {
	margin: 90px auto 30px;
}
.cert-table {
	margin: 0 auto;
	border-collapse: collapse;
    width: 100%;
}
.cert-table tr {
	border-bottom: 1px solid #dddddd;
	text-align: left;
}
.cert-table th {	
	width: 35%;
	background-color: #eff2f5;
	padding: 20px 0 20px 50px;
}
.cert-table th.blue {	
	background: #233B6C;
	color: #fff;
	text-align: center;
}
.cert-table td .sp-br {
	display: none;
}
.cert-table td {
	width: 65%;	
	padding: 20px 20px 20px 50px;
	background: #fff;
}
@media (max-width: 767px) {
	.cert-table th,
	.cert-table td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 20px 15px;
	}
	.cert-table td .sp-br {
		display: block;
	}
}

.p-feature {
  padding-bottom: 102px;
  padding-bottom: 6.375rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-top: 7.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 61.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-feature__img {
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: 20rem;
  }
}

.p-feature__img img {
  aspect-ratio: 320/144;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-feature__topDetail {
  margin-left: auto;
  max-width: 500px;
  max-width: 31.25rem;
}
@media (max-width: 767px) {
	.p-feature__topDetail {
		margin-left: 0;
	}
}


.p-feature__title {
  color: #37414f;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    margin-top: 0;
    margin-top: initial;
    text-align: left;
  }
}

.p-feature__small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #969696;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__small {
    text-align: right;
  }
}

.p-feature__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #222;
}

.p-feature__splide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-feature__splide {
    margin: 0;
    margin: initial;
    width: auto;
    width: initial;
  }
}

.p-feature__splide .splide__slide {
/*
  margin-top: 58px;
  margin-top: 3.625rem;*/
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-feature__splide .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	/*
    margin-top: 4.375rem;*/
	margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__splide .splide {
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__splide .splide__list {
    display: block;
  }
}

.p-feature__splide .splide__slide {
  border: 2px solid #233B6C;
  border-radius: 0.625rem;
  padding: 12px;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-feature__splide .splide__slide {
    padding-left: 5rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature .splide__slide + .splide__slide {
    margin-top: 1.75rem;
  }
}

.p-splide__img {
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-splide__img {
    margin-right: 0;
    margin-right: initial;
    margin-left: auto;
    max-width: 24.0625rem;
  }
}

.p-splide__img img {
  aspect-ratio: 385/336;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-splide__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-splide__detail {
    margin-top: 0;
    margin-top: initial;
    max-width: 27.875rem;
  }
}

.p-splide__title {
  font-weight: 700;
  color: #0096c7;
  line-height: 1.5;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-splide__title {
    font-size: 2rem;
  }
}

.p-splide__title span {
  color: #5BC2D9;
}

.p-splide__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-splide__text {
    margin-top: 2.5rem;
  }
}
.p-splide__text a {
	color: #0096c7;
    font-weight: 800;
    text-decoration: underline;
}

.p-feature__bottomLink-wrapper {
  text-align: center;
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__bottomLink-wrapper {
    margin-top: 2.75rem;
  }
}

.p-feature .splide__pagination {
  padding: 0;
  padding: initial;
  bottom: -40px;
  bottom: -2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature .splide__pagination {
    display: none;
  }
}

.p-feature .splide__pagination__page {
  border-radius: 0;
  border-radius: initial;
  background: rgba(150, 150, 150, .3);
  display: block;
  height: 3px;
  margin: 0;
  width: 100%;
}

.p-feature .splide__pagination__page.is-active {
  border-radius: 0;
  border-radius: initial;
  background: #5BC2D9;
  height: 3px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

.p-footer {
  background: #282f39;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 2.25rem;
    padding-bottom: 1.3125rem;
  }
}

.p-footer > .l-inner {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer > .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    text-align: left;
    text-align: initial;
  }
}

.p-footer__home {
  display: inline-block;
  width: 197px;
  width: 12.3125rem;
}

.p-footer__home img {
  aspect-ratio: 197/89;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  margin-top: 4rem;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    gap: 1.625rem;
    margin-top: 0;
    margin-top: initial;
    margin-left: 12.5rem;
  }
}

.p-footer__link {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-footer__small {
  margin-top: 57px;
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    text-align: left;
    text-align: initial;
    margin-left: auto;
    margin-top: 4rem;
  }
}

.p-footer__small small {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-footer__small p a {
	color: #fff;
	font-size: 15px;
    font-size: 0.9375rem;
}

.p-form__white {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__white {
    background: #fff;
    border: 3px solid #efefef;
    border-radius: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.75rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 3.125rem;
    max-width: 53.125rem;
    width: auto;
    width: initial;
    margin-top: 0;
    margin-top: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
}

.p-form__row {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-top: 1px solid #f0f0f0;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__row {
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__row:first-child {
  border-top: 0;
  border-top: initial;
}

@media screen and (min-width: 768px) {
  .p-form__dt {
    width: 13.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    padding-top: 0.75rem;
  }
}

.p-form__require {
  display: inline-block;
  width: 45px;
  text-align: center;
  flex-shrink: 0;
  height: 23px;
  height: 1.4375rem;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #5BC2D9;
  border-radius: 0.3125rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
}

.p-form__dt label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #37414f;
  line-height: 1.5;
}

.p-form__input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0.3125rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-form__dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__dd {
    margin-left: auto;
    max-width: 26.25rem;
  }
}

.p-form__dd--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-form__dd .mwform-radio-field-text {
  color: #222;
  font-size: 15px;
  font-size: 0.9375rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  margin-left: initial !important;
}

.mw_wp_form .horizontal-item {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222;
}

.p-form__dd textarea {
  border: 1px solid #cccccc;
  border-radius: 0.3125rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 100%;
}

.p-form__input::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-form__input::-moz-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-form__input::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-form__input::placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

textarea::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

textarea::-moz-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

textarea::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

textarea::placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-form__privacy {
  background: #fff;
  padding: 21px 15px;
  padding: 1.3125rem 0.9375rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  height: 15rem;
  overflow-y: auto;
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 1.25rem;
    max-width: 53.125rem;
  }
}
.confitm-txt {
  display: none;
}
.mw_wp_form_confirm .confitm-txt {
  display: block;
  text-align: center;
  margin: 30px auto;
}
.mw_wp_form_confirm .p-form__privacy {
  display: none;
}
.mw_wp_form_confirm .p-form__agree-wrapper {
  display: none;
}
.p-form__privacy-block {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-block {
    margin-top: 1.5rem;
  }
}

.p-form__bold {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: #222;
}

.p-form__privacy-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #222;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-form__dd {
  margin-top: 10px;
}

.p-form__dd input[type=radio].radio_btn_item {
  display: none;
}

.p-form__dd label {
  display: inline-block;
}

.p-form__dd .radio_btn_item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.p-form__dd .radio_btn_item + span::after,
.p-form__dd .radio_btn_item + span::before {
  border-radius: 9999px;
  content: "";
  display: block;
  position: absolute;
}

.p-form__dd .radio_btn_item + span::before {
  border: 1px solid #ccc;
  left: 0;
  top: 0;
  height: 23px;
  width: 23px;
}

.p-form__dd .radio_btn_item + span::after {
  background: #5BC2D9;
  height: 13px;
  left: 5px;
  opacity: 0;
  top: 5px;
  width: 13px;
}

.p-form__dd .radio_btn_item:checked + span::after {
  opacity: 1;
}

.p-form__dd {
  margin-top: 10px;
}

.p-form__dd input[type=checkbox].check_btn_item {
  display: none;
}

.p-form__dd label {
  display: inline-block;
}

.p-form__dd .check_btn_item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.p-form__dd .check_btn_item + span::after,
.p-form__dd .check_btn_item + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.p-form__dd .check_btn_item + span::before {
  border: 1px solid #cccccc;
  border-radius: 3px;
  left: 0;
  height: 23px;
  width: 23px;
}

.p-form__dd .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #5BC2D9;
  border-bottom: 3px solid #5BC2D9;
  height: 12px;
  left: 8px;
  opacity: 0;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.p-form__dd .check_btn_item:checked + span::after {
  opacity: 1;
}

.p-form__dd--company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  row-gap: 0.625rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__dd--company {
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }
}

.p-form__dd--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}

.p-form__dd--check > .horizontal-item {
  margin-right: 35px;
  margin-right: 2.1875rem;
}

.p-form__submit-wrapper {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-form__submit {
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    width: 28.75rem;
  }
}

.p-form__submit::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  width: 0.9375rem;
  height: 12.5px;
  height: 0.78125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.p-form__submit button[type=submit] {
  background: #5BC2D9;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 9999px;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__submit button[type=submit] {
    width: 28.75rem;
  }
}

.p-form__submit button[type=submit]:hover {
  opacity: 0.8;
}

button[type=submit] + button[type=submit] {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-form__agree-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__agree-wrapper input[type=checkbox].check_btn_item {
  display: none;
}

.p-form__agree-wrapper label {
  display: inline-block;
}

.p-form__agree-wrapper .check_btn_item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.p-form__agree-wrapper .check_btn_item + span::after,
.p-form__agree-wrapper .check_btn_item + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.p-form__agree-wrapper .check_btn_item + span::before {
  border: 1px solid #cccccc;
  border-radius: 3px;
  left: 0;
  height: 23px;
  width: 23px;
}

.p-form__agree-wrapper .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #5BC2D9;
  border-bottom: 3px solid #5BC2D9;
  height: 12px;
  left: 8px;
  opacity: 0;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.p-form__agree-wrapper .check_btn_item:checked + span::after {
  opacity: 1;
}

.p-form__dd-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-form__ddName-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
}

.p-form__ddName-wrapper input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0.3125rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-form__ddName-wrapper input[type=text]::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
}

.p-form__ddName-wrapper input[type=text]::-moz-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
}

.p-form__ddName-wrapper input[type=text]::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
}

.p-form__ddName-wrapper input[type=text]::placeholder {
  color: #c1c1c1;
  font-size: 16px;
  font-size: 1rem;
}

.p-form__ddName-wrapper .p-form__one {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9b9b9b;
}

.p-form__gray {
  color: rgba(55, 65, 79, .6);
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-form__gray {
    display: block;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-header {
/*
  position: fixed;
  background: transparent;*/
  background-color: #233B6C;
  width: 100%;
/*
  top: 0;
  left: 0;
  right: 0;*/
  z-index: 9999;
  height: 90px;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 9.375rem;
  }
}

.p-header__link {
  display: inline-block;
  width: 130px;
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    width: 17.9375rem;
  }
}

.p-header__link img {
  aspect-ratio: 287/150;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-important {
/*
  padding-bottom: 90px;
  padding-bottom: 5.625rem;*/
  position: relative;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-important {
    padding-top: 10.25rem;
  }
}

.p-important::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -2px;
  top: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 59px;
  width: 3.6875rem;
  height: 26px;
  height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-important::before {
    width: 5.8125rem;
    height: 2.5625rem;
  }
}

.p-important__title-wrapper {
  text-align: center;
  position: relative;
/*
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
*/
}
/*
.p-important__title-wrapper::before {
  position: absolute;
  content: "";
  background: url(../images/common/important_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  width: 21.25rem;
  height: 12px;
  height: 0.75rem;
  top: -16px;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-important__title-wrapper::before {
    top: -1.5rem;
    width: 34.5rem;
    height: 1.1875rem;
  }
}

.p-important__title-wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/common/important_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  width: 21.25rem;
  height: 12px;
  height: 0.75rem;
  bottom: -16px;
  bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .p-important__title-wrapper::after {
    bottom: -1.5rem;
    width: 34.5rem;
    height: 1.1875rem;
  }
}
*/
.p-important__read {
  font-size: 20px;
  font-size: 1.25rem;
  color: #5BC2D9;
  font-weight: 700;
}

.p-important__title {
  font-weight: 700;
  color: #0096c7;
/*
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
*/
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-important__title {
    font-size: 2.25rem;
  }
}

.p-important__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;  
}
@media screen and (min-width: 768px) {
  .p-important__cards {
    margin-top: 4rem;
	padding-bottom: 6.25rem;
  }
}

.p-important__card-text {
  font-size: 16px;
  font-size: 1rem;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-important__card-text {
    text-align: center;
  }
}

.p-important__lists {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-important__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-important__list {
  text-align: center;
  border: 2px solid #233B6C;
  border-radius: 0.625rem;
}

.p-important__list:nth-child(2) {
  border: 2px solid #233B6C;
}

.p-important__list:nth-child(3) {
  border: 2px solid #233B6C;
}

.p-important__subTitle-wrapper {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
  background: #233B6C;
}

.p-important__list:nth-child(2) .p-important__subTitle-wrapper {
  background: #233B6C;
}

.p-important__list:nth-child(3) .p-important__subTitle-wrapper {
  background: #233B6C;
}

.p-important__subTitle {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-important__subTitle span {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-left: 2px;
  margin-left: 0.125rem;
}

.p-important__block {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.p-important__img img {
  aspect-ratio: 230/118;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-important__detail {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-important__cardTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #37414f;
  text-decoration: underline;
}

.p-important__cardText {
  margin-top: 16px;
  margin-top: 1rem;
  color: #37414f;
  line-height: 1.8125;
  text-align: left;
}
.p-important__cardText a {
	color: #0096c7;
    font-weight: 800;
	text-decoration: underline;
}

.p-management {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-management__title-wrapper {
  text-align: center;
}

.p-management__topText {
  color: #0096c7;
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-management__topText {
    font-size: 1.25rem;
  }
}

.p-management__title {
  color: #0096c7;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-management__title {
    font-size: 2.25rem;
  }
}

.p-management__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  color: #222;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-management__text {
    margin-top: 3.8125rem;
    text-align: center;
  }
}

.p-management__img {
  margin-top: 53px;
  margin-top: 3.3125rem;
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-management__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 335/340;
}
@media screen and (min-width: 768px) {
  .p-management__img img {
    aspect-ratio: 940/409;
  }
}

.p-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 65, 79, .4);
  overflow-y: scroll;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.p-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  border-radius: 0.625rem;
  border: 3px solid #fdd000;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    margin-top: 7.5rem;
    max-width: 58.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-modal__content--green {
  border: 3px solid #9bcb60;
}

.p-modal__content--blue {
  border: 3px solid #5bc2d9;
}

.p-modal__close {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  right: 8px;
  right: 0.5rem;
  max-width: 35px;
  max-width: 2.1875rem;
  min-width: 35px;
  min-width: 2.1875rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    top: 1rem;
    right: 1rem;
    max-width: 2.8125rem;
    min-width: 2.8125rem;
  }
}

.p-modal__close img {
  aspect-ratio: 35/35;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-modal__close:hover {
  opacity: 0.8;
}

.p-modal__title {
  margin-top: 32px;
  margin-top: 2rem;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 1.5rem;
  }
}

.p-modal__small {
  margin-top: 18px;
  margin-top: 1.125rem;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-modal__grid {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.0625rem;
    max-width: 48.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-modal__grid1 {
  text-align: left;
  grid-area: 1/1/2/2;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px dotted #9d9d9d;
}
@media screen and (min-width: 768px) {
  .p-modal__grid1 {
    padding: 1.875rem 1.375rem;
    border-right: 1px dotted #9d9d9d;
  }
}

.p-modal__gridTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-modal__grid-number {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #37414f;
}

.p-modal__grid-title {
  font-size: 16px;
  font-size: 1rem;
  color: #37414f;
}

.p-modal__text-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-modal__text {
  line-height: 1.8666666667;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    font-size: 0.9375rem;
  }
}

.p-modal__grid2 {
  text-align: left;
  grid-area: 1/2/2/3;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px dotted #9d9d9d;
}
@media screen and (min-width: 768px) {
  .p-modal__grid2 {
    padding: 1.875rem 1.375rem;
  }
}

.p-modal__grid3 {
  text-align: left;
  grid-area: 2/1/3/2;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px dotted #9d9d9d;
}
@media screen and (min-width: 768px) {
  .p-modal__grid3 {
    padding: 1.875rem 1.375rem;
    border-bottom: 1px dotted #9d9d9d;
    border-right: 1px dotted #9d9d9d;
  }
}

.p-modal__grid4 {
  text-align: left;
  grid-area: 2/2/3/3;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px dotted #9d9d9d;
}
@media screen and (min-width: 768px) {
  .p-modal__grid4 {
    padding: 1.875rem 1.375rem;
    border-bottom: 1px dotted #9d9d9d;
  }
}

.p-mv {
  background: #233B6C;
/*
  padding-top: 92px;
  padding-top: 5.75rem;*/
  position: relative;
  overflow: hidden;
/*
  z-index: 1;*/
  padding-bottom: 112px;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-bottom: 6.25rem;
  }
}

.p-mv__submit-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__submit-wrapper {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-mv__submit {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.p-mv__submit.visible {
  opacity: 1;
  visibility: visible;
}

.p-mv__content {
/*
  padding-bottom: 80px;
  padding-bottom: 5rem;*/
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
/*
    border-bottom: 1px dotted #fff;*/
  }
}

.p-mv__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_top_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 145px;
  width: 9.0625rem;
  height: 177.5px;
  height: 11.09375rem;
  top: -32px;
  top: -2rem;
  right: -88px;
  right: -5.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__content::before {
    top: 0;
    right: 4.75rem;
  }
}

.p-mv__content::after {
  position: absolute;
  content: "";
  background: url(../images/common/mv_circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 122px;
  width: 7.625rem;
  height: 120px;
  height: 7.5rem;
  bottom: 40px;
  bottom: 2.5rem;
  left: -48px;
  left: -3rem;
}
@media screen and (min-width: 768px) {
  .p-mv__content::after {
    left: -13.125rem;
  }
}

.p-mv__title-wrapper {
  text-align: center;
  position: relative;
}

.p-mv__title-wrapper::before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: -500px;
  bottom: -31.25rem;
  background: url(../images/common/mv_crowd_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 168px;
  width: 10.5rem;
  height: 140px;
  height: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-wrapper::before {
    width: 13.5625rem;
    height: 9.9375rem;
    background: url(../images/common/mv_crowd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 35%;
    bottom: auto;
    bottom: initial;
  }
}
@media (max-width: 767px) {
	.p-mv__title-wrapper::before {
		display: none;
	}
}


.p-mv__title-wrapper::after {
  position: absolute;
  content: "";
  bottom: -570px;
  bottom: -35.625rem;
  right: 0;
  width: 168px;
  width: 10.5rem;
  height: 142px;
  height: 8.875rem;
  background: url(../images/common/mv_crowd2_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__title-wrapper::after {
    background: url(../images/common/mv_crowd2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.9375rem;
    height: 10.25rem;
    right: -1.25rem;
    top: 100%;
    bottom: auto;
    bottom: initial;
  }
}
@media (max-width: 767px) {
	.p-mv__title-wrapper::after {
		display: none;
	}
}

.p-mv__read {
  color: #ffe87e;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    font-size: 1.125rem;
  }
}

.p-mv__subTitle {
  font-weight: 700;
/*
  letter-spacing: 0.05em;*/
  line-height: 1.7333333333;
  color: #ffe87e;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-mv__subTitle {
    font-size: 1.875rem;
  }
}

.p-mv__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.3076923077;
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.5rem;
  }
}

.p-mv__title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  width: 0.25rem;
  height: 70px;
  height: 4.375rem;
  top: 40%;
  left: -18px;
  left: -1.125rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (min-width: 768px) {
  .p-mv__title::before {
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
    left: -2.5rem;
  }
}

.p-mv__title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  width: 0.25rem;
  height: 70px;
  height: 4.375rem;
  top: 40%;
  right: -18px;
  right: -1.125rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .p-mv__title::after {
    right: -2.5rem;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
}

.p-mv__text-wrapper {
  margin-top: 61px;
  margin-top: 3.8125rem;
  text-align: center;
  position: relative;
}

.p-mv__text-wrapper::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  width: 3.125rem;
  height: 6px;
  height: 0.375rem;
  top: -24px;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-mv__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-mv__text + .p-mv__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text + .p-mv__text {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-mv__text span {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
	.p-mv__text span.sp {
		font-size: 18px;
		font-size: 1.125rem;
}
}

.p-mv__btn-wrapper {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    margin-top: 2.75rem;
  }
}
.p-mv__btn-text {
  color: #ffe87e;
  font-weight: 700;
  line-height: 1.3076923077;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-text {
    font-size: 1.25rem;
  }
}
.p-mv__btn-text::before {
  position: absolute;
  content: "";
  background: #ffe87e;
  width: 2px;
  width: 0.125rem;
  height: 30px;
  height: 1.875rem;
  left: -20px;
  left: -1.25rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (min-width: 768px) {
  .p-mv__btn-text::before {
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
    left: -1.25rem;
  }
}

.p-mv__btn-text::after {
  position: absolute;
  content: "";
  background: #ffe87e;
  width: 2px;
  width: 0.125rem;
  height: 30px;
  height: 1.875rem;
  right: -20px;
  right: -1.25rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .p-mv__btn-text::after {
    right: -1.25rem;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
}

.p-mv__btn {
  background: #FDD000;
  font-size: 16px;
  font-size: 1rem;
  color: #37414f;
  font-weight: 700;
  border: 2px solid #37414f;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  width: 340px;
  width: 21.25rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-mv__bottom {
  max-width: 820px;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
/*
  margin-top: 240px;
  margin-top: 15rem;*/
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom {
    margin-top: 5.0625rem;
  }
}
@media (max-width: 767px) {
	.p-mv__bottom {
		margin-top: 5.0625rem;
		/*
		 margin-top: 112px;
		 margin-top: 7rem;*/
	}
}

.p-mv__box-img {
  position: absolute;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
/*
  bottom: -96px;
  bottom: -6rem;
  left: -55px;
  left: -3.4375rem;*/
/*
  top: -120px;
  left: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);*/
}
@media screen and (min-width: 768px) {
  .p-mv__box-img {
/*
    z-index: -80;*/
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    max-width: 15.5625rem;
    width: 100%;
    top: -2rem;
    bottom: auto;
    bottom: initial;
    left: -13.75rem;
  }
}
@media (max-width: 767px) {
	.p-mv__box-img {
		display: none;
	}
}

.p-mv__box-img img {
  aspect-ratio: 249/254;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-mv__triangle-img {
	position: relative;
    left: 45%;
    width: 59px;
    width: 3.6875rem;
    height: 26px;
    height: 1.625rem;
	margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .p-mv__triangle-img {
	  width: 5.8125rem;
      height: 2.5625rem;
	  margin-bottom: 5%;
  }
}
.p-mv__triangle-img img {
  aspect-ratio: 93/41;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-mv__bottomTitle-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-mv__box p.target {
	font-size: 14px;
	color: #37414f;
	text-align: center;
/*
	margin-left: 1.25rem;
	padding-left: 3.125rem;*/
}
@media (max-width: 767px) {
	.p-mv__box p.target {
		padding-bottom: 1.5625rem;
	}
}

.p-mv__bottomTitle,.p-mv__bottomTitle-2 {
  color: #fff;
  background: #0096c7;
  padding: 3px 23px;
  padding: 0.1875rem 1.4375rem;
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
  max-width: 294px;
  max-width: 18.375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomTitle,.p-mv__bottomTitle-2 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: none;
    max-width: initial;
  }
}

.p-mv__bottomTitle::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_people1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  width: 135px;
  width: 8.4375rem;
  height: 135px;
  height: 8.4375rem;
  top: -65px;
  right: -135px; 
/*right: -44px;
  right: -2.75rem;*/
/*
  bottom: -530px;
  bottom: -27.894rem;*/
/*
  bottom: -590px;
  bottom: -36.875rem;*/
}
@media screen and (min-width: 768px) {
  .p-mv__bottomTitle::before {
    top: -2rem;
    bottom: auto;
    bottom: initial;
    right: -16.875rem;
    width: 11.5rem;
    height: 11.5rem;
  }
}
@media (max-width: 767px) {
	.p-mv__bottomTitle::before {
		display: none;
	}
}

.p-mv__bottomTitle span,
.p-mv__bottomTitle-2 span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomTitle span,
  .p-mv__bottomTitle-2 span {
    font-size: 2.5rem;
  }
}

.p-mv__box {
  margin-top: -40px;
  margin-top: -2.5rem;
  border: 2px solid #37414f;
  border-radius: 0.625rem;
  padding-top: 71px;
  padding-top: 4.4375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  background: #FFF;
  position: relative;
/*
  z-index: -2;*/
}
@media screen and (min-width: 768px) {
  .p-mv__box {
    padding-bottom: 2.5rem;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}

.p-mv__box::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__box::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../images/common/mv_circle_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 11.25rem;
    height: 11.25rem;
    bottom: 5rem;
    right: -22.5rem;
    z-index: -1;
  }
}

.p-mv__block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mv__block + .p-mv__block {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__block + .p-mv__block {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-mv__subject {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0.125rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__subject {
    padding-left: 0;
    padding-left: initial;
    font-size: 0.875rem;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 3rem;
  }
}

.p-mv__check {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__check {
    margin-left: 1.25rem;
  }
}

.p-mv__checkText {
  color: #37414f;
  line-height: 1.5625;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: linear-gradient(to right, #37414f, #37414f 1px, transparent 1px, transparent 2px) repeat-x left bottom/4px 2px;
}
@media screen and (min-width: 768px) {
  .p-mv__checkText {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 1.0625rem;
    padding-left: 3.125rem;
  }
}

.p-mv__checkText1:last-child {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .p-mv__checkText1:last-child {
    background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 2px) repeat-x left bottom/4px 2px;
  }
}

.p-mv__checkText--last {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial !important;
}

.p-mv__checkText1,
.p-mv__checkText2 {
  position: relative;
}

.p-mv__checkText1::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_check1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__checkText1::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-mv__checkText2 {
	padding-left: 0 !important;
}
.p-mv__checkText2 span {
	font-size: 20px;
	font-weight: 800;
	color: #ffe87e;
}
/*
@media screen and (min-width: 768px) {
  .p-mv__checkText2::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
  }
}*/

.p-mv__worries {
  max-width: 48px;
  max-width: 3rem;
}

.p-mv__worries img {
  aspect-ratio: 48/120;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-seminar {
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, .16));
  border-radius: 0.625rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar {
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-seminar__title-wrapper {
  position: relative;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.p-seminar__title-wrapper::before {
  position: absolute;
  content: "";
  background: #233B6C;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-seminar__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #233B6C;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-seminar__dl {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-seminar__row {
  background: linear-gradient(to right, #9d9d9d, #9d9d9d 1px, transparent 1px, transparent 2px) repeat-x left bottom/4px 2px;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-seminar__row:last-child {
  background: transparent;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-seminar__dt {
    width: 5rem;
  }
}

.p-seminar__dt-text {
  color: #9d9d9d;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-seminar__dt-text::before {
  position: absolute;
  content: "";
  background: #9d9d9d;
  width: 3px;
  width: 0.1875rem;
  height: 17px;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-seminar__dd {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__dd {
    width: calc(100% - 5rem);
    margin-top: 0;
    margin-top: initial;
    margin-left: 1.125rem;
  }
}

.p-seminar__dd-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
}

.p-seminar__dd-text span {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: #222;
}
.p-seminar__dd-text a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #0096c7;
  text-decoration: underline;
} 
/*
.p-seminar__dd-text--orange {
  color: #5BC2D9;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}*/
.p-seminar__dd-text--blue {
  color: #0096c7;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  margin-bottom: 10px !important;
  font-weight: 800 !important;
}

.p-seminar__dd-text--small {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #222;
  line-height: 1.5384615385;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-seminar__dd-text--bold {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #222;
  line-height: 1.5384615385;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 800 !important;
}

.p-thanks__content {
  border: 1px solid #5BC2D9;
  border-radius: 0.3125rem;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}

.p-thanks__title {
  color: #5BC2D9;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 2.5rem;
  }
}

.p-thanks__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__detail {
    margin-top: 2.5rem;
  }
}

.p-thanks__topText {
  color: #444;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__topText {
    font-size: 1.75rem;
  }
}

.p-thanks__text {
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7777777778;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    margin-top: re(35);
    font-size: 1.125rem;
  }
}

.p-thanks__btn-wrapper {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-wrapper {
    margin-top: 3.4375rem;
  }
}

.p-thanks__btn {
  color: #5BC2D9;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    font-size: 1.125rem;
  }
}

.p-to-contact {
  display: block;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 30px;
  bottom: 1.875rem;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-to-contact {
    display: none;
  }
}

.p-to-contact__link {
  display: inline-block;
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-to-contact__link {
    display: none;
  }
}

.p-to-contact__link img {
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-voice {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-voice__title {
  text-align: center;
}

.p-voice__read {
  color: #37414f;
  text-decoration: underline;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__read {
    font-size: 1.25rem;
  }
}

.p-voice__row {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-voice .splide__list {
    max-width: 980px;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-voice__block {
  border: 2px solid #5BC2D9;
  border-radius: 0.625rem;
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__block {
    padding: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.p-voice__block::before {
  position: absolute;
  content: "";
  background: url(../images/common/voice_point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 26px;
  width: 1.625rem;
  height: 19px;
  height: 1.1875rem;
  top: -13px;
  top: -0.8125rem;
  left: 10px;
  left: 0.625rem;
}

.p-voice__people {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__people {
    min-width: 6.25rem;
    display: block;
  }
}

.p-voice__img {
  max-width: 100px;
  max-width: 6.25rem;
}

.p-voice__img img {
  aspect-ratio: 30/30;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-voice__name {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
}

.p-voice__text-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__text-wrapper {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-voice__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.8;
}

.p-voice .splide__pagination {
  padding: 0;
  padding: initial;
  bottom: -40px;
  bottom: -2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice .splide__pagination {
    display: none;
  }
}

.p-voice .splide__pagination__page {
  border-radius: 0;
  border-radius: initial;
  background: rgba(150, 150, 150, .3);
  display: block;
  height: 3px;
  margin: 0;
  width: 100%;
}

.p-voice .splide__pagination__page.is-active {
  border-radius: 0;
  border-radius: initial;
  background: #5BC2D9;
  height: 3px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
  top: 0px;
  top: 0rem;
}

@media screen and (min-width: 768px) {
  .p-voice__row .splide {
    visibility: visible;
  }
}

.p-voice .splide__track {
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-zoom {
  background: #233B6C;
/*
  background-image: url(../images/common/dotted_sp.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-zoom {
	background: #233B6C;
/*
    background-image: url(../images/common/dotted.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-zoom__inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-zoom__inner {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-zoom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.375rem;
  }
}

.p-zoom__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-zoom__block {
    max-width: 25rem;
  }
}

.p-zoom__circle {
  width: 86px;
  width: 5.375rem;
  height: 86px;
  height: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background: #2d8cff;
  font-weight: 780;
}

.p-zoom__circleText {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}

.p-zoom__read {
  color: #FFE87E;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-zoom__read {
    font-size: 0.875rem;
  }
}

.p-zoom__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 23px;
  font-size: 1.4375rem;
}

.p-zoom__text-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-zoom__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 500;
}

.p-zoom__text + .p-zoom__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-zoom__btn-wrapper {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-zoom__btn {
  display: inline-block;
  width: 340px;
  width: 21.25rem;
  text-align: center;
  border: 2px solid #37414f;
  border-radius: 9999px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  background: #FDD000;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.c-course-link {
  color: #969696;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
}

.c-course-link::before {
  position: absolute;
  content: "";
  background: url(../images/common/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  width: 1.0625rem;
  height: 15px;
  height: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -68px;
  right: -4.25rem;
}
@media screen and (min-width: 768px) {
  .c-course-link::before {
    right: -1.5rem;
  }
}

.c-main-title {
  color: #37414f;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-main-title {
    font-size: 2.25rem;
  }
}

/* 概要・流れテーブル */
.about-table {
	margin: 90px auto;
	border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dddddd;
}
.about-table tr {
	border-bottom: 1px solid #dddddd;
	text-align: left;
}
.about-table th {	
	width: 35%;
	background-color: #eff2f5;
	padding: 20px 0 20px 50px;
}
.about-table th.blue {
	background: #233B6C;
	color: #fff;
}
.about-table td .sp-br {
	display: none;
}
.about-table td {
	width: 65%;	
	padding: 20px 0 20px 50px;
	background: #fff;
}
.about-table td a {
	color: #e1b945 !important;
}
.about-table td span {
	font-weight: 700;
}

@media (max-width: 767px) {
	.about-table th,
	.about-table td {
		box-sizing: border-box;
		padding: 20px 15px;
	}
	.about-table td .sp-br {
		display: block;
	}
}

/* 概要・流れ：モバイル */
@media (max-width: 767px) {
	.about-table th,
	.about-table td {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

/* よくある質問 */
.p-serviceQa {
    background-color: #eff2f5;
}

.p-serviceQa__inner {
    width: 57%;
    margin: auto;
    max-width: 820px;
    max-width: 51.25rem;
    padding-top: 121px;
    padding-top: 7.5625rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
    .p-serviceQa__inner {
        width: 89.3%;
        padding-top: 4.9375rem;
        padding-bottom: 5.0625rem;
    }
}

.p-serviceQa__header h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-serviceQa__header h2 {
        font-size: 1.75rem;
    }
}

.p-serviceQa__container {
    padding-top: 59px;
    padding-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
    .p-serviceQa__container {
        padding-top: 3.125rem;
    }
}

.Qa__category-ttl {
  color: #0096c7;
  font-size: 17px;
  font-weight: 800 !important;
  margin-top: 30px;
}

.accordion-list {
    background-color: #fff;
    border-radius: 0.3125rem;
    padding: 28px 20px 30px;
    padding: 1.75rem 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
    .accordion-list {
        padding: 1rem 1.25rem 1.3125rem;
    }
}

.accordion-list:not(:first-child) {
    margin-top: 20px;
}

.accordion-title {
    cursor: pointer;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8;
    position: relative;
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 23px;
    padding-right: 1.4375rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .accordion-title {
        padding-left: 2.6875rem;
        font-size: 0.9375rem;
        padding-right: 1.375rem;
        left: 1.6;
    }
}

.accordion-title img {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    left: 0rem;
}
@media screen and (max-width: 767px) {
    .accordion-title img {
        width: 1.875rem;
        height: 1.875rem;
    }
}

.accordion-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 20px;
    background: #333;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-title:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 2px;
    width: 20px;
    background: #333;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-title.open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-title.open:after {
    opacity: 0;
}

.accordion-text {
    display: none;
    padding: 30px 0 0 60px;
    padding: 1.875rem 0 0 3.75rem;
    border-top: 1px dotted #707070;
    margin-top: 33px;
    margin-top: 2.0625rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    position: relative;
}
@media screen and (max-width: 767px) {
    .accordion-text {
        margin-top: 1.75rem;
        padding: 0.9375rem 0 0 2.75rem;
        line-height: 1.6;
    }
}

.accordion-text img {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
    position: absolute;
    top: 21px;
    top: 1.3125rem;
    left: 0px;
    left: 0rem;
}
@media screen and (max-width: 767px) {
    .accordion-text img {
        width: 1.875rem;
        height: 1.875rem;
    }
}
.mailto__link {
  color: #5BC2D9;
  font-weight: 800 !important;
}

/* 現場任せにしない */
.necessity {
  padding-top: 105px;
  padding-top: 6.5625rem;
  background: #eff2f5;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .necessity {
    padding-bottom: 6.25rem;
  }
}

.necessity__inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .necessity__inner {
    max-width: 58.75rem;
  }
}

.necessity__title-wrapper {
  text-align: center;
}

.necessity__title {
  font-weight: 700;
  color: #37414f;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .necessity__title {
    font-size: 2.25rem;
  }
}

.necessity__title span {
  color: #0096c7;
}

.necessity__content p {
	color: #222;
	line-height: 1.8125;
	margin-bottom: 24px;
    margin-bottom: 1.5rem;

}
.necessity__content ul {
  color: #222;
  list-style: none;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.necessity__content li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #37414f;
}
.necessity__content li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0096c7;
  border-radius: 5px;
}

/* キャンセルポリシー */
.c-policy__inner {
    width: 60%;
    margin: auto;
    max-width: 1100px;
    max-width: 68.75rem;
    padding-top: 101px;
    padding-top: 6.3125rem;
    padding-bottom: 163px;
    padding-bottom: 10.1875rem;
	color: #37414f;
}
@media screen and (max-width: 767px) {
    .c-policy__inner {
        width: 89.3%;
        padding-top: 2.375rem;
        padding-bottom: 2.5625rem;
    }
}
.c-policy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .c-policy__container {
        display: block;
    }
}
.c-policy__header h2 {
	font-size: 26px;
	font-size: 1.625rem;
	/*
    font-size: 36px;
    font-size: 2.25rem;*/
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .c-policy__header h2 {
        font-size: 1.75rem;
    }
}
.c-policy__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.c-policy__list dt,
.c-policy__list dd {
    flex: 1 0 50%;
    margin: 0;
}
.c-policy__list dt.title {
    font-weight: bold;
}
@media (max-width: 767px) {
    .c-policy__list {
        display: block;
    }
    .c-policy__list dt,
    .c-policy__list dd {
        flex: none;
        width: 100%;
    }
}

/* PM簡易説明 */
.pm-simple__cont {
/*
  margin: 0 calc(50% - 50vw);
  width: 100vw;*/
  margin: 0 auto;
/*
  width: 90vw;*/
}
@media screen and (min-width: 768px) {
  .pm-simple__cont {
    margin: 0;
    margin: initial;
    width: auto;
    width: initial;
  }
}

.pm-simple__cont .intro__slide {
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .pm-simple__cont .intro__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .pm-simple__cont .pm-intro {
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .pm-simple__cont .intro__list {
    display: block;
  }
}

.pm-simple__cont .intro__slide {
  border: 2px solid #233B6C;
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pm-simple__cont .intro__slide {
    padding-left: 5rem;
/*
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;*/
  }
}

.pm-simple__img {
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pm-simple__img {
    margin-right: 0;
    margin-right: initial;
    margin-left: auto;
    max-width: 24.0625rem;
  }
}

.pm-simple__img img {
  aspect-ratio: 385/336;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.pm-simple__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pm-simple__detail {
    margin-top: 0;
    margin-top: initial;
    max-width: 34rem;
  }
}

.pm-simple__title {
  font-weight: 700;
  color: #0096c7;
  line-height: 1.5;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .pm-simple__title {
    font-size: 2rem;
  }
}

.pm-simple__title span {
  color: #5BC2D9;
}

.pm-simple__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .pm-simple__text {
    margin-top: 2.5rem;
  }
}
.pm-simple__text a {
	color: #0096c7;
    font-weight: 800;
    text-decoration: underline;
}

/* 調整用 */
.mt-02 {
	margin-top: 2% !important;
}
.mt-05 {
	margin-top: 5% !important;
}
.fc-yellow {
	color: #ffe87e !important;
}
.fc-greyish {
	color: #37414f !important;
}
.fc-blue {
	color: #0096c7;
	font-weight: 700;
}
.jisage{
	text-indent: -1em;
	padding-left: 1em;
}
.marker-yellow {
	background-color: #ffe87e;
	font-weight: 700;
}
.uline-yellow {
	background:linear-gradient(transparent 60%, #ffe87e 60%);
	font-weight: 700;
}
.marker-orange {
	background-color: #f0ba7a;
	font-weight: 700;
}
.uline-orange {
	background:linear-gradient(transparent 60%, #f0ba7a 60%);
	font-weight: 700;
}
.marker-navy {
	background-color: #233B6C;
	color: #fff;
	font-weight: 700;
	padding: 2px;
}

/*# sourceMappingURL=styles.css.map */
