@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #282828;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  background: #113f6e;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap ul {
    gap: 1rem;
  }
}
.l-footer__wrap ul li {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap ul li {
    padding-left: 1rem;
  }
}
.l-footer__wrap ul li:not(:first-child) {
  border-left: solid 1px #ffffff;
}
.l-footer__wrap ul li a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap ul li a {
    font-size: 1.2rem;
  }
}
.l-footer__copy {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 2rem;
  }
}

.p-fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #282828;
  background: rgba(0, 0, 16, 0.65);
  padding: 1rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-fixed {
    padding: 0;
  }
}
.p-fixed.is-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-fixed ul {
  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;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fixed ul {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed ul li {
    width: 100%;
  }
}
.p-fixed ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  width: 30rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fixed ul li a {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-fixed ul li a.btn-1 {
  background: #ffc62d;
  border-radius: 5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fixed ul li a.btn-1 {
    border-radius: 0;
  }
}
.p-fixed ul li a.btn-1 img {
  width: 1.9rem;
}
.p-fixed ul li a.btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #f6ad10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.p-fixed ul li a.btn-1:hover::before {
  right: 0;
  opacity: 1;
}
.p-fixed ul li a.btn-2 {
  background: #32b918;
  color: #ffffff;
  border-radius: 5rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fixed ul li a.btn-2 {
    border-radius: 0;
  }
}
.p-fixed ul li a.btn-2 img {
  width: 2.1rem;
}
.p-fixed ul li a.btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #00a322;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.p-fixed ul li a.btn-2:hover::before {
  right: 0;
  opacity: 1;
}
.p-fixed ul li a p {
  height: 100%;
  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;
  gap: 1.5rem;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fixed ul li a p {
    gap: 1rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem;
  }
}

.l-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .l-logo {
    margin-left: 0;
  }
}
.l-logo a {
  display: block;
  width: 16.4rem;
}
@media screen and (max-width: 767px) {
  .l-logo a {
    width: 12rem;
  }
}
.l-logo h1 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.5rem 0 0.5rem 2rem;
  margin-left: 2rem;
  border-left: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .l-logo h1 {
    font-size: 0.8rem;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.l-logo h1 span {
  color: #113f6e;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    display: none;
  }
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-gNav ul li.btn-1 a {
  background: #ffc62d;
  overflow: hidden;
  position: relative;
}
.l-gNav ul li.btn-1 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #f6ad10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.l-gNav ul li.btn-1 a:hover::before {
  right: 0;
  opacity: 1;
}
.l-gNav ul li.btn-1 a p {
  position: relative;
  z-index: 10;
}
.l-gNav ul li.btn-1 a img {
  width: 1.9rem;
}
.l-gNav ul li.btn-2 a {
  background: #32b918;
  color: #ffffff;
  position: relative;
}
.l-gNav ul li.btn-2 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #00a322;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.l-gNav ul li.btn-2 a:hover::before {
  right: 0;
  opacity: 1;
}
.l-gNav ul li.btn-2 a p {
  position: relative;
  z-index: 10;
}
.l-gNav ul li.btn-2 a img {
  width: 2.1rem;
}
.l-gNav ul li a {
  display: block;
  min-width: 22rem;
}
.l-gNav ul li a p {
  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;
  gap: 1rem;
  height: 7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-view {
  padding: 10rem 0 8rem;
  background: url(../../assets/img/kv_bg.jpg) center/170rem;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding: 6rem 3rem;
    background: #ffc62d;
  }
}
.p-view__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-view__catch {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-view__catch {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-view__img {
    width: 100%;
  }
}

.p-cta {
  padding: 4rem 3rem;
  background: #113f6e;
}
@media screen and (max-width: 767px) {
  .p-cta {
    pad: 3rem 2rem;
  }
}
.p-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-cta__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__desc {
    position: relative;
  }
}
.p-cta__desc p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: 7rem;
  }
}
.p-cta__desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-cta__desc dl dt {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dt {
    width: 4.8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-cta__desc dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd {
    padding-bottom: 3rem;
  }
}
.p-cta__desc dl dd h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffc62d;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd h2 {
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cta__desc dl dd h2 .small {
  font-size: 2.3rem;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd h2 .small {
    font-size: 1.7rem;
  }
}
.p-cta__desc dl dd h2 .large-1 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd h2 .large-1 {
    font-size: 2.4rem;
  }
}
.p-cta__desc dl dd h2 .large-2 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd h2 .large-2 {
    font-size: 2.1rem;
  }
}
.p-cta__desc dl dd h2 .large-3 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc dl dd h2 .large-3 {
    font-size: 2.2rem;
  }
}
.p-cta__btn {
  width: 39rem;
  position: relative;
}
.p-cta__btn .dec {
  position: absolute;
  width: 12rem;
  top: -2rem;
  left: -2rem;
  z-index: 10;
}
.p-cta__btn a {
  font-size: 1.8rem;
  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;
  gap: 1rem;
  background: #ffc62d;
  border-radius: 5rem;
  height: 7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
.p-cta__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #f6ad10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5rem;
  opacity: 0;
}
.p-cta__btn a:hover::before {
  right: 0;
  opacity: 1;
}
.p-cta__btn a p {
  position: relative;
  z-index: 10;
}
.p-cta__btn a .ico {
  width: 2.6rem;
  position: relative;
  z-index: 10;
}
.p-cta__btn a .arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  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-cta__btn a .arrow::after {
  content: "";
  display: block;
  background: #ffc62d;
  width: 0.6rem;
  height: 1rem;
  margin-left: 0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-intr {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .p-intr {
    padding: 6rem 0;
  }
}
.p-intr__desc {
  font-weight: 500;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-intr__desc {
    margin-bottom: 5rem;
    line-height: 1.5;
  }
}
.p-intr__desc p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.p-intr__desc h2 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-intr__desc h2 span {
  display: inline-block;
  padding: 0 0.5rem 0.6rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  font-size: 6rem;
  color: #113f6e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffc62d));
  background: linear-gradient(transparent 70%, #ffc62d 70%);
  line-height: 1;
}
.p-intr__desc h2 span small {
  font-size: 4rem;
}
.p-intr .splide__slide {
  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-intr .splide__slide img {
  max-height: 6.4rem;
  max-width: 13rem;
}

.p-wor {
  padding: 10rem 3rem 5rem;
  background: #f6f8f9;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-wor {
    padding: 6rem 3rem;
  }
}
.p-wor::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8rem;
  background: #f6f8f9;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-wor::before {
    height: 4rem;
  }
}
.p-wor__desc {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 500;
}
.p-wor__desc p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-wor__desc p {
    font-size: 1.7rem;
  }
}
.p-wor__desc h2 {
  margin-top: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #113f6e;
}
@media screen and (max-width: 767px) {
  .p-wor__desc h2 {
    font-size: 2.2rem;
  }
}
.p-wor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-wor__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-wor__img {
  width: 50%;
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-wor__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-wor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-wor__list {
    width: 100%;
    max-width: 100%;
  }
}
.p-wor__list li {
  position: relative;
  z-index: 10;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-wor__list li {
    padding: 2rem 1rem;
    text-align: center;
  }
}
.p-wor__list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #113f6e;
  z-index: -1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .p-wor__list li::before {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
}
.p-wor__list li:nth-of-type(1) {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}
@media screen and (max-width: 767px) {
  .p-wor__list li:nth-of-type(1) {
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-wor__list li:nth-of-type(3) {
  -webkit-transform: translateX(-8rem);
          transform: translateX(-8rem);
}
@media screen and (max-width: 767px) {
  .p-wor__list li:nth-of-type(3) {
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-wor__list li p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-wor__list li p {
    font-size: 1.4rem;
  }
}
.p-wor__list li p span {
  color: #ffc62d;
}

.p-sol {
  padding: 20rem 3rem 10rem;
  background: url(../../assets/img/bg-1.jpg);
}
@media screen and (max-width: 767px) {
  .p-sol {
    padding: 8rem 3rem;
  }
}
.p-sol__desc {
  text-align: center;
}
.p-sol__desc p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-sol__desc h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  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;
  gap: 1rem;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-sol__desc h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sol__desc h2::before, .p-sol__desc h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 5rem;
  background: #113f6e;
}
@media screen and (max-width: 767px) {
  .p-sol__desc h2::before, .p-sol__desc h2::after {
    display: none;
  }
}
.p-sol__desc h2::before {
  right: calc(100% + 4rem);
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.p-sol__desc h2::after {
  left: calc(100% + 4rem);
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
.p-sol__desc h2 img {
  display: block;
  max-width: 15rem;
}
.p-sol__wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sol__wrap {
    margin-top: 6rem;
  }
}
.p-sol__item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10rem;
  padding: 4rem 0 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-sol__item {
    display: block;
    padding: 3rem 2rem;
  }
}
.p-sol__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sol__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-sol__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 10rem;
  left: 0;
  background: #113f6e;
  border: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .p-sol__item::before {
    right: 0;
  }
}
.p-sol__item dt {
  width: 100%;
  max-width: 37rem;
}
.p-sol__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sol__item dd h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 2;
  color: #ffc62d;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-decoration: underline;
  text-underline-offset: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sol__item dd h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-sol__item dd p {
  font-size: 1.6rem;
  line-height: 1.65;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-sol__item dd p {
    font-size: 1.4rem;
  }
}

.p-pdca {
  position: relative;
  padding: 11rem 3rem 15rem;
}
@media screen and (max-width: 767px) {
  .p-pdca {
    padding: 6rem 3rem;
  }
}
.p-pdca__desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.p-pdca h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.p-pdca h2 img {
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-pdca h2 img {
    max-width: 70%;
  }
}

.p-point {
  padding: 15rem 3rem 8rem;
  background: url(../../assets/img/bg-2.jpg) center/160rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding: 6rem 3rem;
  }
}
.p-point__desc {
  text-align: center;
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-point__desc {
    margin-bottom: 5rem;
  }
}
.p-point__desc h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point__desc h2 {
    font-size: 2.4rem;
  }
}
.p-point__desc h2 span {
  color: #113f6e;
}
.p-point__desc h2 img {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-point__desc h2 img {
    width: 8rem;
  }
}
.p-point__desc p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-point__wrap dl {
  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;
  gap: 3.5rem;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl {
    margin-left: 0;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-point__wrap dl:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-point__wrap dl:not(:last-child) {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.p-point__wrap dl dt {
  width: 50%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dt {
    width: 100%;
    max-width: 100%;
  }
}
.p-point__wrap dl dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd {
    margin-top: 2rem;
  }
}
.p-point__wrap dl dd .num {
  position: absolute;
  top: -6.3rem;
  left: -7rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd .num {
    left: 0;
    top: -6rem;
  }
}
.p-point__wrap dl dd .num img {
  height: 9rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd .num img {
    height: 4rem;
  }
}
.p-point__wrap dl dd .title {
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd .title {
    font-size: 1.8rem;
  }
}
.p-point__wrap dl dd .title span {
  display: inline-block;
  padding: 1rem;
  color: #ffffff;
  background: #113f6e;
}
.p-point__wrap dl dd .title span:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd .title span:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.p-point__wrap dl dd .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap dl dd .text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-point__wrap dl dd .text span {
  background: #ffc62d;
}

.p-voice {
  padding: 8rem 0 12rem;
  background: url(../../assets/img/bg-2.jpg) center/160rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 1rem 0 6rem;
  }
}
.p-voice__catch {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__catch {
    margin-bottom: 5rem;
  }
}
.p-voice__catch h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #113f6e;
}
@media screen and (max-width: 767px) {
  .p-voice__catch h2 {
    font-size: 2.8rem;
  }
}
.p-voice__catch p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-voice__item {
  background: #ffffff;
  height: 100%;
}
.p-voice__item figure img {
  width: 100%;
}
.p-voice__desc {
  padding: 3rem 3rem 4rem;
}
.p-voice__desc .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-voice__desc .name {
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 3rem;
}
.p-voice__desc .more {
  width: 18rem;
  height: 4.5rem;
  border: solid 1px #000000;
  text-align: center;
  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-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-voice__desc .more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-voice__desc .more::after {
  content: "▶︎";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-voice__desc .more:hover {
  color: #ffffff;
}
.p-voice__desc .more:hover::before {
  right: 0;
}
.p-voice__desc .more:hover::after {
  color: #ffffff;
}
.p-voice .splide__pagination {
  bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .p-voice .splide__pagination {
    bottom: -3.5rem;
  }
}
.p-voice .splide__pagination__page.is-active {
  background: #000000;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.p-case {
  padding: 10rem 3rem;
  background: url(../../assets/img/bg-3.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 6rem 3rem;
  }
}
.p-case h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.p-case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case ul {
    gap: 1rem;
  }
}
.p-case ul li {
  text-align: center;
  background: #ffffff;
  width: calc((100% - 14rem) / 5);
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-case ul li {
    width: calc(50% - 1rem);
  }
}
.p-case ul li h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
  color: #113f6e;
}
.p-case ul li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case ul li p {
    font-size: 1rem;
  }
}

.p-service {
  padding: 13rem 3rem;
  background: url(../../assets/img/bg-4.jpg);
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 6rem 0 0;
  }
}
.p-service__desc {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service__desc {
    margin-bottom: 5rem;
  }
}
.p-service__desc h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #113f6e;
}
@media screen and (max-width: 767px) {
  .p-service__desc h2 {
    font-size: 2.8rem;
    line-height: 1.35;
  }
}
.p-service__desc p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2rem;
}
.p-tab__item {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0 1.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tab__item {
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.p-tab__item:nth-of-type(1) {
  background: #20aedb;
}
.p-tab__item:nth-of-type(2) {
  background: #c7161e;
}
.p-tab__item:nth-of-type(3) {
  background: #0151ac;
}
.p-tab__item.is-active {
  font-size: 1.8rem;
  padding: 2.5rem 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-tab__item.is-active {
    font-size: 1.2rem;
    padding: 1.5rem 0;
    border-radius: 1rem 1rem 0 0;
  }
}
.p-tab__cont {
  background: #f5f5f5;
}
.p-tab__panel {
  background: #ffffff;
  display: none;
}
.p-tab__panel:nth-of-type(1) {
  border-top: solid 0.8rem #20aedb;
  border-bottom: solid 0.8rem #20aedb;
}
.p-tab__panel:nth-of-type(2) {
  border-top: solid 0.8rem #c7161e;
  border-bottom: solid 0.8rem #c7161e;
}
.p-tab__panel:nth-of-type(3) {
  border-top: solid 0.8rem #0151ac;
  border-bottom: solid 0.8rem #0151ac;
}
.p-tab__panel.is-active {
  display: block;
  padding: 5.5rem 3rem 6rem;
}
.p-tab__panel h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-tab__panel h3 {
    font-size: 1.6rem;
  }
}
.p-tab__panel p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-tab__panel figure {
  max-width: 60rem;
  margin: 3rem auto 4rem;
}
.p-tab__panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tab__panel ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-tab__panel ul li {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #f1f3f5;
  min-width: 18rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tab__panel ul li {
    min-width: 0;
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.p-tab__panel.panel-1 h3 span {
  color: #20aedb;
}
.p-tab__panel.panel-1 ul li {
  color: #20aedb;
}
.p-tab__panel.panel-2 h3 span {
  color: #c7161e;
}
.p-tab__panel.panel-2 ul li {
  color: #c7161e;
}
.p-tab__panel.panel-3 h3 span {
  color: #0151ac;
}
.p-tab__panel.panel-3 ul li {
  color: #0151ac;
}

.p-plan {
  background: #2781cd;
  padding: 13rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 6rem 0 0;
  }
}
.p-plan h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 6rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan h2 {
    font-size: 2.4rem;
    line-height: 1.35;
    margin-bottom: 3rem;
  }
}
.p-plan__wrap {
  position: relative;
  background: #ffffff url(../../assets/img/frame.png) no-repeat center/100% 100%;
  padding: 5rem 5rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap {
    padding: 3rem;
    background-size: 77rem;
  }
}
.p-plan__wrap h3 {
  width: 90%;
  max-width: 46rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-22%, -80%);
          transform: translate(-22%, -80%);
}
.p-plan__wrap dl {
  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;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-plan__wrap dl dt {
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-plan__wrap dl dd h4 {
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  color: #2781cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap dl dd h4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 2rem;
  }
}
.p-plan__wrap dl dd h4 span {
  display: block;
  margin-bottom: 0.6rem;
}
.p-plan__wrap dl dd h4 b {
  display: block;
  font-size: 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffc62d));
  background: linear-gradient(transparent 80%, #ffc62d 80%);
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap dl dd h4 b {
    font-size: 3.6rem;
  }
}
.p-plan__wrap dl dd h4 b small {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap dl dd h4 b small {
    font-size: 3.2rem;
  }
}
.p-plan__wrap p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin: 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 2rem 0;
  }
}
.p-plan__wrap a {
  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: auto;
  width: 46rem;
  height: 7.5rem;
  padding-right: 2rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 5rem;
  background: #32b918;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan__wrap a {
    width: 28rem;
    height: 6.5rem;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
}
.p-plan__wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #00a322;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.p-plan__wrap a:hover::before {
  right: 0;
  opacity: 1;
}
.p-plan__wrap a span {
  position: relative;
  z-index: 10;
}
.p-plan__wrap a .arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  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-plan__wrap a .arrow::after {
  content: "";
  display: block;
  background: #32b918;
  width: 0.6rem;
  height: 1rem;
  margin-left: 0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-flow {
  padding: 13rem 3rem;
  background: #e2eef5;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 6rem 3rem;
  }
}
.p-flow h2 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color: #113f6e;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.p-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-flow ul li {
  width: 100%;
  background: #ffffff;
  position: relative;
  padding: 3rem 2.5rem;
}
.p-flow ul li .num {
  position: absolute;
  top: -2.5rem;
  left: 1rem;
  width: 10rem;
}
.p-flow ul li h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #113f6e;
  margin: 2rem 0;
}
.p-flow ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-pro {
  padding: 3rem 3rem 13rem;
  background: #e2eef5;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-pro {
    padding: 3rem 3rem 6rem;
  }
}
.p-pro .name {
  position: absolute;
  right: 0;
  top: 0;
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-pro .name {
    width: 12rem;
    z-index: -1;
  }
}
.p-pro h2 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color: #113f6e;
  margin-bottom: 10rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-pro h2 {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}
.p-pro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pro dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-pro dl dt {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-pro dl dt {
    width: 100%;
  }
}
.p-pro dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-pro dl dd {
    width: 100%;
  }
}
.p-pro dl dd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  border-bottom: solid 1px #113f6e;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-pro dl dd h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.p-pro dl dd h3 span {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pro dl dd h3 span {
    font-size: 2.2rem;
  }
}
.p-pro dl dd p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-pro dl dd p {
    font-size: 1.5rem;
  }
}
.p-pro dl dd p:not(:last-child) {
  margin-bottom: 2rem;
}

.p-faq {
  background: #113f6e;
  padding: 13rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6rem 3rem;
  }
}
.p-faq h2 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-faq h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.p-faq dl {
  background: #ffffff;
}
.p-faq dl:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq dl dt {
  padding: 2rem 4rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq dl dt {
    padding: 2rem 4rem 2rem 2rem;
    font-size: 1.5rem;
  }
}
.p-faq dl dt span {
  color: #ffc62d;
  font-size: 2.3rem;
  font-weight: 600;
}
.p-faq dl dt:after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #8f8f8f;
  border-right: solid 2px #8f8f8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq dl dt:after {
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-faq dl dt.is-open:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-faq dl dd .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .text {
    padding: 2rem;
  }
}
.p-faq dl dd .text p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .text p {
    font-size: 1.4rem;
  }
}
.p-faq dl dd .text p span {
  color: #113f6e;
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: -0.8rem;
  display: block;
}
.p-faq dl dd .text p b {
  font-weight: 500;
  background: #f6ad10;
}

.p-form {
  padding: 12rem 3rem;
  background: #f0f2f3;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 6rem 3rem;
  }
}
.p-form__desc {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__desc {
    margin-bottom: 4rem;
  }
}
.p-form__desc h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  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-bottom: 4.5rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__desc h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 3.5rem;
  }
}
.p-form__desc h2 img {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__desc h2 img {
    width: 1.2rem;
  }
}
.p-form__desc p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-form__desc p {
    font-size: 1.4rem;
  }
}
.p-form__desc p span {
  background: #ffc62d;
}
.p-form iframe {
  width: 100%;
}
.p-form__wrap {
  background: #ffffff;
  padding: 4rem 0;
}