@charset "UTF-8";
body {
  font-family: "Haru TP R", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  body {
    font-size: 0.75rem;
  }
}

/* リキッドレイアウト対応
PCは960px,SPは400pxを基準。960px~800pxまで,374px~は全体的に縮小していく */
/* PCファースト */
html {
  font-size: 16px;
}
@media (max-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 799px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* ホバー */
.l-main a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-main a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  .l-main a:hover {
    opacity: 1;
  }
}

.l-main img {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* リセットCSS
---------------------------------------------------------------------------- */
*,
*::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;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* 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;
}

video {
  height: auto;
  border: none;
}

strong {
  display: inline-block;
  color: inherit;
}

dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section,
label,
input,
textarea {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

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

/* 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: none;
}

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

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

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

/* CSS
---------------------------------------------------------------------------- */
.c-section-title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 33px;
  font-size: 2.0625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #eec100));
  background: linear-gradient(transparent 85%, #eec100 0%);
  line-height: 1;
}
@media screen and (max-width: 799px) {
  .c-section-title {
    font-size: 1.3125rem;
  }
}

.c-section-title.c-section-title--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #0d9c89));
  background: linear-gradient(transparent 85%, #0d9c89 0%);
}

.c-section-title.c-section-title--pc-left {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 799px) {
  .c-section-title.c-section-title--pc-left {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-header {
  height: 80px;
  height: 5rem;
}
@media screen and (max-width: 799px) {
  .l-header {
    height: auto;
  }
}

.l-inner {
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .l-inner {
    max-width: 37.5rem;
    padding-right: 22px;
    padding-left: 22px;
  }
}

.l-service {
  margin-top: 0;
}

.p-example {
  background-color: #f4f4f4;
  padding: 50px 0 55px;
  padding: 3.125rem 0 3.4375rem;
}
@media screen and (max-width: 799px) {
  .p-example {
    padding: 1.9375rem 0 1.8125rem;
  }
}

.p-example__slide {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 799px) {
  .p-example__slide {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 799px) {
  .p-header {
    padding-top: 1.25rem;
  }
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 799px) {
  .p-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  height: 22px;
  height: 1.375rem;
}
@media screen and (max-width: 799px) {
  .p-header__logo {
    max-width: 12.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: linear-gradient(0deg, rgb(220, 237, 235) 20%, rgba(255, 255, 255, 0) 60%);
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 799px) {
  .p-mv {
    padding-bottom: 2.8125rem;
  }
}

.p-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-mv__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 799px) {
  .p-mv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.25rem;
  }
}

.p-mv__content {
  width: 100%;
  max-width: 546px;
  max-width: 34.125rem;
  line-height: 1.1;
  margin-top: 54px;
  margin-top: 3.375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-right: max(-3.84vw, -48px);
  margin-right: max(-3.84vw, -3rem);
}
@media screen and (max-width: 799px) {
  .p-mv__content {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}

.p-mv__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 799px) {
  .p-mv__text {
    font-size: min(4.25vw, 1.3125rem);
    margin-bottom: 0.25rem;
  }
}

.p-mv__title {
  display: inline;
  font-size: 68px;
  font-size: 4.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(0%, #eec100));
  background: linear-gradient(transparent 86%, #eec100 0%);
}
@media screen and (max-width: 799px) {
  .p-mv__title {
    font-size: min(10.25vw, 3.1875rem);
  }
}
.p-mv__title span {
  font-size: 55px;
  font-size: 3.4375rem;
}
@media screen and (max-width: 799px) {
  .p-mv__title span {
    font-size: min(7.5vw, 2.375rem);
  }
}

.p-mv__img-block {
  margin-top: 10px;
  margin-right: max(-6.64vw, -83px);
  margin-right: max(-6.64vw, -5.1875rem);
}
@media screen and (max-width: 799px) {
  .p-mv__img-block {
    margin-top: -1.25rem;
    margin-left: 0.5rem;
    margin-right: 0;
    width: calc(100% - 0.625rem);
  }
}

.p-mv__img {
  width: min(43.68vw, 546px);
  width: min(43.68vw, 34.125rem);
}
@media screen and (max-width: 799px) {
  .p-mv__img {
    width: min(83.75vw, 31.375rem);
  }
}

.p-mv__logo {
  width: 100%;
  max-width: 123px;
  max-width: 7.6875rem;
  margin-top: max(-2.4vw, -30px);
  margin-top: max(-2.4vw, -1.875rem);
  margin-left: auto;
  margin-right: min(6.8vw, 85px);
  margin-right: min(6.8vw, 5.3125rem);
}
@media screen and (max-width: 1100px) {
  .p-mv__logo {
    margin-right: 2.8125rem;
  }
}
@media screen and (max-width: 799px) {
  .p-mv__logo {
    max-width: 5.375rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: -1.5625rem;
  }
}

.p-mv__news {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 799px) {
  .p-mv__news {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-mv__btn {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 799px) {
  .p-mv__btn a {
    width: 145px !important;
    height: 40px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 799px) {
  .p-mv__btn svg {
    margin-right: 8px !important;
  }
}

.p-mv__obliqueline {
  position: absolute;
  width: 100%;
  max-width: 144px;
  max-width: 9rem;
  top: 0;
  left: 8px;
  left: 0.5rem;
}
@media screen and (max-width: 799px) {
  .p-mv__obliqueline {
    max-width: 4.5rem;
    left: 0.625rem;
  }
}
@media screen and (max-width: 799px) {
  .p-nav__items {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-nav {
    width: 100%;
    height: auto;
    height: initial;
  }
}

.p-nav__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .p-nav__items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.p-nav__item {
  height: inherit;
}

.p-nav__item a {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 19px;
  padding: 0 1.1875rem;
}
@media screen and (max-width: 799px) {
  .p-nav__item a {
    justify-content: center;
    font-size: 1.0625rem;
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-nav__item a {
    padding: 0.3rem;
  }
}

.p-nav__item:last-child a {
  padding-right: 0;
}

.p-news__items {
  border: 3px solid #0d9c89;
  background: #fff;
  padding: 25px 27px;
  padding: 1.5625rem 1.6875rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}
@media screen and (max-width: 799px) {
  .p-news__items {
    border-width: 2px;
    padding: 0.8125rem 0.875rem;
  }
}

.p-news__item {
  padding: 4px 0;
  padding: 0.25rem 0;
}

.p-news__item,
.p-news__item a {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 799px) {
  .p-news__item,
  .p-news__item a {
    font-size: 0.6875rem;
  }
}

.p-news__title {
  display: inline-block;
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  background-color: #0d9c89;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  min-width: 115px;
  min-width: 7.1875rem;
  padding: 7px 12px 5px 12px;
  padding: 0.4375rem 0.75rem 0.3125rem 0.75rem;
  line-height: 1;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 799px) {
  .p-news__title {
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    min-width: 5.3125rem;
  }
}

.p-news__date {
  width: 100%;
  max-width: 96px;
  max-width: 6rem;
}
@media screen and (max-width: 799px) {
  .p-news__date {
    max-width: 3.75rem;
  }
}

.p-news__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 42px;
  margin-left: 2.625rem;
}
@media screen and (max-width: 799px) {
  .p-news__text {
    margin-left: 2.25rem;
  }
}

.p-news__item a .p-news__text::before {
  content: "";
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: -16px;
  left: -1rem;
  background-image: url(../img/link_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  width: 0.625rem;
  height: 14px;
  height: 0.875rem;
}
@media screen and (max-width: 799px) {
  .p-news__item a .p-news__text::before {
    width: 0.375rem;
    height: 0.5625rem;
    top: 0.1875rem;
    left: -0.625rem;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 799px) {
  .p-price__inner {
    max-width: 100%;
  }
}

.p-price__table {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 799px) {
  .p-price__table {
    margin-top: 1.25rem;
  }
}

.p-price__info {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #0d9c89;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 799px) {
  .p-price__info {
    font-size: 1.25rem;
    padding: 1.25rem min(5vw, 1.25rem);
    line-height: 1.45;
    margin-top: 0.8125rem;
  }
}
.p-price__info strong {
  display: inline;
  font-size: 26px;
  font-size: 1.625rem;
  color: #eec100;
}
@media screen and (max-width: 799px) {
  .p-price__info strong {
    font-size: 1.25rem;
  }
}
.p-price__info span {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 799px) {
  .p-price__info span {
    font-size: 1.25rem;
  }
}

.p-price__info.p-price__info--small {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small {
    font-size: min(2.75vw, 0.6875rem);
    line-height: 2;
    padding: 0.4375rem min(3.75vw, 0.9375rem);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-price__info.p-price__info--small strong {
  padding: 0 3px;
  padding: 0 0.1875rem;
}
@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small strong {
    font-size: min(3.75vw, 0.9375rem);
  }
}
@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small span {
    font-size: min(3.75vw, 0.9375rem);
  }
}

.p-price__text {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 799px) {
  .p-price__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-price__add {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 799px) {
  .p-price__add {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 0.625rem;
  }
}

.p-section-box01 {
  position: relative;
  overflow: hidden;
}

.p-section-box01__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 0 21px;
  padding: 2.5rem 0 1.3125rem;
}
@media screen and (max-width: 799px) {
  .p-section-box01__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.9375rem 0 1.625rem;
  }
}

.p-section-box01__contents::before {
  background-color: #eff6f6;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 9999px;
  border-radius: 200px 0 0 200px;
}
@media screen and (max-width: 799px) {
  .p-section-box01__contents::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-section-box01__img {
  width: 100%;
  max-width: 301px;
  max-width: 18.8125rem;
}
@media screen and (max-width: 799px) {
  .p-section-box01__img {
    max-width: none;
    max-width: initial;
    width: min(37.5vw, 14.0625rem);
    min-width: 150px;
    margin-top: 1.75rem;
  }
}

.p-section-box01__title {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 799px) {
  .p-section-box01__title {
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-section-box01__content {
  width: 100%;
  max-width: 408px;
  max-width: 25.5rem;
  margin-left: 120px;
  margin-left: 7.5rem;
}
@media screen and (max-width: 799px) {
  .p-section-box01__content {
    display: contents;
  }
}

.p-section-box01__items {
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 799px) {
  .p-section-box01__items {
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-top: 0.75rem;
  }
}

.p-section-box01__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-box01__item + .p-section-box01__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 799px) {
  .p-section-box01__item + .p-section-box01__item {
    margin-top: 0.625rem;
  }
}

.p-section-box01__obliqueline {
  position: absolute;
  top: 38px;
  top: 2.375rem;
  left: 0;
  width: 100%;
  max-width: 88px;
  max-width: 5.5rem;
}
@media screen and (max-width: 799px) {
  .p-section-box01__obliqueline {
    max-width: 2.6875rem;
    top: 1.375rem;
  }
}

.p-section-box02 {
  overflow: hidden;
}

.p-section-box02__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 83px 0 73px;
  padding: 5.1875rem 0 4.5625rem;
}
@media screen and (max-width: 799px) {
  .p-section-box02__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 4.5625rem 0 3.5625rem;
  }
}

.p-section-box02__contents::before {
  background-color: #eff6f6;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 9999px;
  border-radius: 0 200px 200px 0;
}
@media screen and (max-width: 799px) {
  .p-section-box02__contents::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-section-box02__img {
  max-width: 485px;
  max-width: 30.3125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 799px) {
  .p-section-box02__img {
    max-width: none;
    max-width: initial;
    width: min(67.5vw, 25.3125rem);
    min-width: 270px;
    margin-top: 1.5625rem;
  }
}

.p-section-box02__title {
  width: 100%;
  max-width: 328px;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-section-box02__title {
    margin-left: 0;
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-section-box02__content {
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
}
@media screen and (max-width: 799px) {
  .p-section-box02__content {
    display: contents;
  }
}

.p-section-box02__items {
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 328px;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-section-box02__items {
    margin-left: 0;
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-top: 1.5625rem;
  }
}

.p-section-box02__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-box02__item + .p-section-box02__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 799px) {
  .p-section-box02__item + .p-section-box02__item {
    margin-top: 0.625rem;
  }
}

.p-section-wrap {
  position: relative;
  padding: 56px 0 63px;
  padding: 3.5rem 0 3.9375rem;
}
@media screen and (max-width: 799px) {
  .p-section-wrap {
    padding: 3.25rem 0 2.3125rem;
  }
}

.p-section-wrap__body + .p-section-wrap__body {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 799px) {
  .p-section-wrap__body + .p-section-wrap__body {
    margin-top: 3.125rem;
  }
}

.p-section-wrap__obliqueline {
  width: min(17.28vw, 216px);
  width: min(17.28vw, 13.5rem);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 799px) {
  .p-section-wrap__obliqueline {
    width: 27.25vw;
    right: 0.0625rem;
  }
}

.p-section-wrap__triangle {
  position: absolute;
  z-index: -1;
  width: min(34vw, 425px);
  width: min(34vw, 26.5625rem);
}
@media screen and (max-width: 799px) {
  .p-section-wrap__triangle {
    width: 48vw;
  }
}

.p-section-wrap__triangle.p-section-wrap__triangle--01 {
  top: 0;
  left: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--02 {
  top: 0;
  right: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--03 {
  left: 0;
  bottom: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--04 {
  right: 0;
  bottom: 0;
}

.p-video {
  position: relative;
  background-color: #f4f4f4;
  padding: 90px 0;
  padding: 5.625rem 0;
}
@media screen and (max-width: 799px) {
  .p-video {
    padding: 2.5rem 0 1.5625rem;
  }
}

.p-service__videocontainer {
  text-align: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 799px) {
  .p-service__videocontainer {
    text-align: center;
    margin-top: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service__videocontainer iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 799px) {
  .p-service__videocontainer iframe {
    aspect-ratio: 16 / 9;
    width: 80%;
    height: auto;
  }
}

.p-service {
  position: relative;
  background-color: #f4f4f4;
  padding: 90px 0;
  padding: 5.625rem 0;
}
@media screen and (max-width: 799px) {
  .p-service {
    padding: 2.5rem 0 1.5625rem;
  }
}

.p-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 799px) {
  .p-service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5625rem;
  }
}

.p-service__item {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .p-service__item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 799px) {
  .p-service__item + .p-service__item {
    margin-top: 2.1875rem;
  }
}

.p-service__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service__item.p-service__item--1 {
  max-width: 238px;
  max-width: 14.875rem;
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--1 {
    max-width: none;
    max-width: initial;
    width: min(70vw,24.875rem);
  }
}
.p-service__item.p-service__item--1 .p-service__img {
  max-width: 183px;
  max-width: 11.4375rem;
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--1 .p-service__img {
    width: min(27vw,10.125rem);
    min-width: 108px;
  }
}

.p-service__item.p-service__item--2 {
  max-width: 288px;
  max-width: 18rem;
  margin-left: min(7.6vw,95px);
  margin-left: min(7.6vw,5.9375rem);
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--2 {
    max-width: none;
    max-width: initial;
    width: min(70vw,24.875rem);
    margin-left: auto;
  }
}
.p-service__item.p-service__item--2 .p-service__img {
  max-width: 288px;
  max-width: 18rem;
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--2 .p-service__img {
    width: min(48.25vw,18rem);
    min-width: 193px;
  }
}

.p-service__item.p-service__item--3 {
  max-width: 270px;
  max-width: 16.875rem;
  margin-left: min(5.36vw,67px);
  margin-left: min(5.36vw,4.1875rem);
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--3 {
    max-width: none;
    max-width: initial;
    width: min(70vw,24.875rem);
    margin-left: auto;
  }
}
.p-service__item.p-service__item--3 .p-service__img {
  max-width: 270px;
  max-width: 16.875rem;
}
@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--3 .p-service__img {
    width: min(45.75vw,16.875rem);
    min-width: 183px;
  }
}

.p-service__content {
  text-align: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  min-height: 143px;
  min-height: 8.9375rem;
}
@media screen and (max-width: 799px) {
  .p-service__content {
    margin-top: 0.75rem;
    min-height: 0;
    min-height: initial;
  }
}

.p-service__sub-title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 799px) {
  .p-service__sub-title {
    font-size: 0.9375rem;
  }
}

.p-service__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 799px) {
  .p-service__text {
    text-align: left;
    margin-top: 0.25rem;
  }
}

.p-service__obliqueline {
  position: absolute;
  width: 100%;
  max-width: 78px;
  max-width: 4.875rem;
  top: -93px;
  top: -5.8125rem;
  right: 0;
}
@media screen and (max-width: 799px) {
  .p-service__obliqueline {
    max-width: 2.4375rem;
    top: -4.5rem;
  }
}

.p-swiper {
  position: relative;
  width: 100%;
}
.p-swiper .p-swiper__slide {
  opacity: 0.4;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.p-swiper .p-swiper__body {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 22px 28px;
  padding: 1.375rem 1.75rem;
  min-height: 137px;
  min-height: 8.5625rem;
  background-color: #fff;
  border: 2px solid #0d9c89;
}
@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__body {
    padding: 1.0625rem 1rem;
    min-height: 7.9375rem;
  }
}
.p-swiper .swiper-slide-active .p-swiper__body {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-swiper .swiper-slide .p-swiper__title {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-swiper .swiper-slide-active .p-swiper__title {
  opacity: 1;
}
.p-swiper .p-swiper__title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__title {
    font-size: 1.0625rem;
  }
}
.p-swiper .p-swiper__text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.p-swiper .p-swiper__items {
  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;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__items {
    margin-top: 0.75rem;
  }
}
.p-swiper .swiper-button-prev,
.p-swiper .swiper-button-next {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 799px) {
  .p-swiper .swiper-button-prev,
  .p-swiper .swiper-button-next {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-swiper .swiper-button-prev:after,
.p-swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
}
@media screen and (max-width: 799px) {
  .p-swiper .swiper-button-prev:after,
  .p-swiper .swiper-button-next:after {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-swiper .swiper-button-prev:after {
  background-image: url(../img/example_arrow_l.png);
  background-repeat: no-repeat;
}
.p-swiper .swiper-button-next:after {
  background-image: url(../img/example_arrow_r.png);
}
.p-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-swiper .swiper-pagination-custom,
.p-swiper .swiper-pagination-fraction {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 799px) {
  .p-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .p-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-swiper .swiper-pagination-custom,
  .p-swiper .swiper-pagination-fraction {
    margin-top: 0.1875rem;
  }
}
.p-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  margin: 0 0.5rem;
}
.p-swiper .swiper-pagination-bullet {
  background-color: #0d9c89;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (max-width: 799px) {
  .p-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-table {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 799px) {
  .p-table {
    font-size: min(3.25vw, 1.1875rem);
  }
}

.p-table__title {
  width: 390px;
  padding: 0 17px;
  padding: 0 1.0625rem;
  border: solid 2px #9f9f9f;
}
@media screen and (max-width: 799px) {
  .p-table__title {
    padding: 0 0.3125rem;
    width: min(46.75vw, 18.4375rem);
  }
}
.p-table__title span {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 799px) {
  .p-table__title span {
    display: block;
    font-size: 0.625rem;
  }
}

.p-table__text {
  width: 150px;
  border: solid 2px #9f9f9f;
  padding: 0 3px;
  padding: 0 0.1875rem;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-table__text {
    width: min(18vw, 8.125rem);
  }
}

/* 非表示設定 */
.u-hidden-sp {
  display: block;
}
@media screen and (max-width: 799px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 799px) {
  .u-hidden-pc {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */