@charset "UTF-8";
/* ==========================================================================
    Foundation
   ========================================================================== */
/*! destyle.css v4.0.1 | 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;
  min-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*/
  margin-top: 0 !important;
}

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

/* カラー */
/* グラデカラー */
/* 枠線用グラデカラー */
/* フォント太さ */
/* font-size */
/* breakpoint */
/* ==========================================================================
    Foundation
   ========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #131D34;
  min-width: 375px;
  overflow-x: hidden;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.js-fadein {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}
.js-fadein.late {
  -webkit-transition: 1s ease-in-out 0.6s;
  transition: 1s ease-in-out 0.6s;
}
.js-fadein.on {
  opacity: 1;
}

/* ==========================================================================
    Layout
   ========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  z-index: 10;
  font-weight: 700;
  width: 100%;
  height: 50px;
  line-height: 20px;
  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;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and ( min-width: 1024px ) {
  .l-header {
    height: 80px;
  }
}
.l-header a {
  display: block;
}
.l-header img {
  width: 113px;
  height: auto;
  margin-left: 10px;
}
@media screen and ( min-width: 1024px ) {
  .l-header img {
    width: 164px;
    margin-left: 20px;
  }
}
@media screen and ( min-width: 540px ) {
  .l-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__form {
  display: none;
}
@media screen and ( min-width: 540px ) {
  .l-header__form {
    display: block;
    height: 50px;
    color: #131D34;
    background: #FCE65C;
    font-size: 1.5rem;
    line-height: 50px;
  }
  .l-header__form a {
    display: block;
    padding: 0px 24px;
  }
  .l-header__form a:hover {
    opacity: 0.6;
  }
}
@media screen and ( min-width: 1024px ) {
  .l-header__form {
    height: 80px;
    line-height: 80px;
  }
}
.l-header__button {
  display: block;
  width: 55px;
  height: 50px;
  z-index: 2;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}
@media screen and ( min-width: 1024px ) {
  .l-header__button {
    width: 75px;
    height: 80px;
    padding: 0 25px;
  }
}
@media screen and ( min-width: 1290px ) {
  .l-header__button {
    display: none;
  }
}
.l-header__button span {
  font-size: 0;
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #131D34;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__button span::before, .l-header__button span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #131D34;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__button span::before {
  top: -9px;
}
.l-header__button span::after {
  top: 9px;
}
.l-header__button span.open {
  background: none;
}
.l-header__button span.open::before {
  top: -18px;
  -webkit-transform: translateY(18px) rotate(-45deg);
          transform: translateY(18px) rotate(-45deg);
}
.l-header__button span.open::after {
  top: 18px;
  -webkit-transform: translateY(-18px) rotate(45deg);
          transform: translateY(-18px) rotate(45deg);
}

.l-footer {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .l-footer {
    font-size: 0.875rem;
  }
}
.l-footer p {
  margin-bottom: 10px;
}
@media screen and ( min-width: 1024px ) {
  .l-footer p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 180px 0 45px;
  }
}
.l-footer small {
  font-size: 0.75rem;
}
@media screen and ( min-width: 1024px ) {
  .l-footer small {
    font-size: 0.875rem;
  }
}
.l-footer__box img {
  width: 141px;
  height: auto;
  padding: 50px 0 24px;
}
@media screen and ( min-width: 1024px ) {
  .l-footer__box img {
    width: 194px;
    padding: 45px 0 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and ( min-width: 1024px ) {
  .l-footer__list {
    text-align: left;
  }
}
.l-footer__list a {
  color: #1CA0BB;
}
.l-footer__list a:hover {
  opacity: 0.6;
}
.l-footer__list__item {
  line-height: normal;
  margin-bottom: 12px;
}
.l-footer__tekkun {
  width: 176px;
  height: 66px;
}
@media screen and ( min-width: 1024px ) {
  .l-footer__tekkun {
    width: 296px;
    height: 111px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 5%;
    margin-left: 8.2%;
  }
}
@media screen and ( min-width: 1024px ) {
  .l-footer .c-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ==========================================================================
    Object
   ========================================================================== */
/* Component */
@media screen and ( min-width: 1024px ) {
  .c-image--sp {
    display: none;
  }
}
.c-image--pc {
  display: none;
}
@media screen and ( min-width: 1024px ) {
  .c-image--pc {
    display: inline-block;
  }
}
.c-image--general {
  display: inline-block;
}

.c-wrap {
  margin: auto;
}
.c-wrap--border {
  position: relative;
  margin: auto;
  padding: 20px 0 12px;
  border-radius: 0px 20px;
  border: 2px solid #131D34;
  background: #FFFFFF;
}
@media screen and ( min-width: 1024px ) {
  .c-wrap--border {
    padding: 24px 0 16px;
    border-radius: 0px 25px;
    border: 3.5px solid #131D34;
  }
}
.c-wrap--border::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 0px 22px;
  border: 6px solid #FFFFFF;
  background: #FFFFFF;
  z-index: -1;
}
@media screen and ( min-width: 1024px ) {
  .c-wrap--border::before {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 0px 28px;
    border: 6.5px solid #FFFFFF;
  }
}
.c-wrap--double {
  position: relative;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#48D3C2), to(#13B8DC)) 1;
     border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
  background-color: #FFFFFF;
  padding: 2px 0 4px;
}
@media screen and ( min-width: 1024px ) {
  .c-wrap--double {
    border: 2px solid;
    -o-border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#48D3C2), to(#13B8DC)) 1;
       border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
    padding: 2px 0 5px;
  }
}
.c-wrap--double::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#48D3C2), to(#13B8DC)) 1;
     border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and ( min-width: 1024px ) {
  .c-wrap--double::before {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 2px solid;
    -o-border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#48D3C2), to(#13B8DC)) 1;
       border-image: linear-gradient(to right, #48D3C2, #13B8DC) 1;
  }
}

.c-bg {
  background-repeat: no-repeat;
}
.c-bg--gradation {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(91deg, #97F9F1 0.14%, #C8FFB4 100.14%);
  z-index: -10;
}
.c-bg--gradation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.c-bg--white-under {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FFFFFF 100%);
}
@media screen and ( min-width: 1024px ) {
  .c-bg--white-under {
    height: 120px;
  }
}
.c-bg--white-up {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(#FFFFFF));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FFFFFF 100%);
}

.c-button {
  cursor: pointer;
}
.c-button--fixed {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.c-button--fixed img {
  width: 120px;
  height: 113px;
}

.c-card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23.5px;
}
.c-card__thumbnail {
  width: 50%;
}
.c-card__contents {
  width: 50%;
  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;
}
.c-card__link {
  display: block;
  position: absolute; /* カード全体にリンク */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #FFFA9C));
  background: linear-gradient(transparent 68%, #FFFA9C 68%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.c-marker.on {
  background-size: 100% 100%;
}

.c-dot span {
  position: relative;
}
.c-dot span::before {
  content: "・";
  color: #2BB8D9;
  position: absolute;
  top: -1.3em;
  left: 0;
}

.c-triangle {
  background: #FFFFFF;
  height: 50px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and ( min-width: 1024px ) {
  .c-triangle {
    height: 192.5px;
  }
}
.c-triangle--yellow {
  background: #FFFA9C;
  height: 28.5px;
  width: 35.51px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}
@media screen and ( min-width: 1024px ) {
  .c-triangle--yellow {
    height: 47.5px;
    width: 125px;
  }
}

.c-text {
  font-size: 0.875rem;
  display: block;
  text-align: center;
  margin: 10px 0 8px;
}
@media screen and ( min-width: 1024px ) {
  .c-text {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 10px 0 7px;
  }
}

.c-more {
  text-align: center;
  line-height: 90px;
  height: 80px;
  background-color: #FFFA9C;
}
@media screen and ( min-width: 1024px ) {
  .c-more {
    line-height: 166px;
    height: 145px;
  }
}
.c-more__text {
  font-size: 2.1875rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .c-more__text {
    font-size: 4rem;
  }
}

/* Project */
.p-button {
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  width: 355px;
  height: 54.766px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #FCE65C;
  -webkit-box-shadow: 2px 4px 0px 0px #131D34;
          box-shadow: 2px 4px 0px 0px #131D34;
  margin: auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and ( min-width: 1024px ) {
  .p-button {
    font-size: 2.234375rem;
    width: 576.875px;
    height: 88.994px;
    gap: 10px;
    -webkit-box-shadow: 3.25px 6.5px 0px 0px #131D34;
            box-shadow: 3.25px 6.5px 0px 0px #131D34;
  }
}
.p-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(2px, 4px);
          transform: translate(2px, 4px);
}
@media screen and ( min-width: 1024px ) {
  .p-button:hover {
    -webkit-transform: translate(3.25px, 6.5px);
            transform: translate(3.25px, 6.5px);
  }
}
.p-button img {
  width: 17.5px;
  height: 19.59px;
}
@media screen and ( min-width: 1024px ) {
  .p-button img {
    width: 29px;
    height: 32px;
  }
}

.p-gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnavi__list {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}
@media screen and ( min-width: 1024px ) {
  .p-gnavi__list {
    top: 80px;
  }
}
@media screen and ( min-width: 1290px ) {
  .p-gnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
  }
}
.p-gnavi__list__item {
  line-height: 80px;
}
.p-gnavi__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 25px;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and ( min-width: 1290px ) {
  .p-gnavi__list__item a {
    border-bottom: none;
  }
}
.p-gnavi__list__item a:hover {
  opacity: 0.6;
}
@media screen and ( min-width: 540px ) {
  .p-gnavi__list__item:last-child {
    display: none;
  }
}
.p-gnavi .fa-icon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #131D34;
}
@media screen and ( min-width: 1290px ) {
  .p-gnavi .fa-icon::before {
    display: none;
  }
}

.p-firstview {
  width: 100%;
  text-align: center;
  background-image: url(../images/FV_bg_sp.jpg);
  background-position: 50%;
  background-size: cover;
  margin: 50px auto 0;
}
@media screen and ( min-width: 1024px ) {
  .p-firstview {
    background-image: url(../images/FV_bg_pc.jpg);
    background-position: right bottom;
    background-size: cover;
    margin: 80px auto 0;
  }
}
.p-firstview__container {
  max-width: 360px;
  margin: auto;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__container {
    display: inline-block;
    max-width: 80%;
  }
}
@media (min-width: 870px) and (max-width: 1024px) {
  .p-firstview__container {
    max-width: 62%;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-firstview__container {
    max-width: 624px;
  }
}
.p-firstview__title1 {
  width: 100%;
  margin: auto;
  padding: 40px 0 25px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title1 {
    padding: 70px 0 20px;
  }
}
.p-firstview__title1 .title1 {
  width: 100%;
}
.p-firstview__title2__wrap {
  margin: auto;
  padding-top: 50px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title2__wrap {
    padding-top: 60px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-firstview__title2__wrap {
    max-width: 592px;
  }
}
.p-firstview__title2 {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and ( min-width: 1024px ) {
  .p-firstview__title2 {
    max-width: 592px;
  }
}
.p-firstview__title2::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 29px;
  display: inline-block;
  background-image: url(../images/FV_bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 103px;
  height: 59px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title2::before {
    top: -52px;
    left: 13%;
    width: 24%;
    height: 72px;
  }
}
@media (min-width: 860px) and (max-width: 1024px) {
  .p-firstview__title2::before {
    left: 12%;
    height: 74px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-firstview__title2::before {
    top: -60px;
    left: 76px;
    width: 135px;
    height: 77px;
  }
}
.p-firstview__title2 .title2 {
  width: 100%;
}
.p-firstview__title2 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-firstview__title2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes shine {
  to {
    left: 125%;
  }
}
.p-firstview__title3 {
  display: inline-block;
  width: 152px;
  margin: 11px auto 10px;
  position: relative;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title3 {
    width: 242px;
    margin: 26px 21px 12.5px;
  }
}
.p-firstview__title3::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -102px;
  display: inline-block;
  background-image: url(../images/boy26.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 93px;
  height: 95px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title3::before {
    top: 0px;
    left: -174px;
    width: 154px;
    height: 158px;
  }
}
.p-firstview__title3::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -82px;
  display: inline-block;
  background-image: url(../images/tekkun07.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 74px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title3::after {
    top: 16px;
    right: -142px;
    width: 121px;
    height: 125px;
  }
}
.p-firstview__title3 .title3 {
  width: 100%;
}
.p-firstview__title4 {
  width: 216px;
  margin: auto;
  margin-top: -2px;
  padding-bottom: 52px;
}
@media screen and ( min-width: 700px ) {
  .p-firstview__title4 {
    width: 264px;
    padding-bottom: 100px;
  }
}
.p-firstview__title4 .title4 {
  width: 100%;
}
.p-firstview .c-image--sp {
  height: auto;
}
@media screen and ( min-width: 700px ) {
  .p-firstview .c-image--sp {
    display: none;
  }
}
.p-firstview .c-image--pc {
  height: auto;
}
@media screen and ( min-width: 700px ) {
  .p-firstview .c-image--pc {
    display: inline-block;
  }
}
.p-firstview .popping {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-firstview .hide {
  opacity: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.p-firstview .hero1 {
  -webkit-animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1s;
          animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1s;
}
.p-firstview .hero2 {
  -webkit-animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1.2s;
          animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1.2s;
}
.p-firstview .hero3 {
  -webkit-animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1.3s;
          animation: hero 0.4s cubic-bezier(0.4, 0, 0.4, 1) both 1.3s;
}
@-webkit-keyframes hero {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  60% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1);
            transform: scale3d(1.03, 1.03, 1);
  }
  to {
    -webkit-transform: scaleZ(1);
            transform: scaleZ(1);
  }
}
@keyframes hero {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  60% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1);
            transform: scale3d(1.03, 1.03, 1);
  }
  to {
    -webkit-transform: scaleZ(1);
            transform: scaleZ(1);
  }
}

.p-trouble {
  font-weight: 700;
  padding-bottom: 52px;
  text-align: center;
}
@media screen and ( min-width: 1024px ) {
  .p-trouble {
    padding-bottom: 0px;
  }
}
.p-trouble p {
  font-size: 1rem;
  margin-top: 80px;
  margin-bottom: 4px;
}
@media screen and ( min-width: 1024px ) {
  .p-trouble p {
    font-size: 1.875rem;
    margin-top: 107px;
    margin-bottom: 8px;
  }
}
.p-trouble h2 {
  font-size: 1.25rem;
}
@media screen and ( min-width: 1024px ) {
  .p-trouble h2 {
    font-size: 2rem;
  }
}
.p-trouble .c-wrap {
  width: 91%;
  text-align: left;
}
@media (min-width: 485px) and (max-width: 539px) {
  .p-trouble .c-wrap {
    width: 70%;
  }
}
@media screen and ( min-width: 540px ) {
  .p-trouble .c-wrap {
    text-align: center;
  }
}
.p-trouble .c-marker {
  font-size: 1.625rem;
}
@media screen and ( min-width: 1024px ) {
  .p-trouble .c-marker {
    font-size: 2.625rem;
  }
}
.p-trouble .c-image--sp,
.p-trouble .c-image--pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-trouble .c-image--sp {
  max-width: 351px;
  margin-top: 70px;
}
@media screen and ( min-width: 540px ) {
  .p-trouble .c-image--sp {
    display: none;
  }
}
@media screen and ( min-width: 540px ) {
  .p-trouble .c-image--pc {
    display: inline-block;
    max-width: 70%;
    margin-top: 78px;
  }
}
@media screen and ( min-width: 700px ) {
  .p-trouble .c-image--pc {
    max-width: 62%;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-trouble .c-image--pc {
    max-width: 760px;
  }
}

.p-point {
  position: relative;
  text-align: center;
  line-height: normal;
}
.p-point h2 {
  padding: 30px 0 30px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-point h2 {
    padding: 90px 0 66px;
    font-size: 1.875rem;
  }
}
.p-point h3 {
  margin-bottom: 13px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-point h3 {
    margin-bottom: 22px;
    font-size: 1.75rem;
  }
}
.p-point__list {
  width: 82%;
  margin: auto;
}
.p-point__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}
@media screen and ( min-width: 1024px ) {
  .p-point__list__item {
    font-size: 1.5rem;
    gap: 14px;
  }
}
.p-point__list__item img {
  width: 24px;
  height: 24px;
}
@media screen and ( min-width: 1024px ) {
  .p-point__list__item img {
    width: 34px;
    height: 34px;
  }
}
.p-point .c-wrap--border {
  max-width: 340px;
}
@media screen and ( min-width: 1024px ) {
  .p-point .c-wrap--border {
    max-width: 510px;
  }
}
.p-point .map-pin {
  position: absolute;
  top: -14px;
  left: 8px;
  width: 32px;
  height: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-point .map-pin {
    top: -20px;
    left: 16px;
    width: 38px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-point .c-wrap {
    width: 416px;
    text-align: left;
  }
}
.p-point__text {
  padding: 30px 0 16px;
}
@media screen and ( min-width: 1024px ) {
  .p-point__text {
    padding: 60px 0 33px;
    font-size: 1.375rem;
  }
}
.p-point .point-boy {
  width: 209.145px;
  height: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-point .point-boy {
    width: 303.801px;
  }
}

.p-intro {
  position: relative;
  z-index: -2;
  background-image: url(../images/slide_bg_sp.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
  line-height: normal;
  padding-top: 98px;
  margin-top: -28px;
}
@media screen and ( min-width: 1024px ) {
  .p-intro {
    background-image: url(../images/slide_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 90px;
  }
}
.p-intro h2 {
  width: 232px;
  margin: 0 auto 53px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-intro h2 {
    width: 385px;
    margin-bottom: 66px;
    font-size: 2rem;
  }
}
.p-intro__list {
  width: 95%;
  margin: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-intro__list {
    width: 69%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.p-intro__list__item {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and ( min-width: 1024px ) {
  .p-intro__list__item {
    margin-bottom: 0;
    width: 48.5%;
  }
}
.p-intro__list__item img {
  width: 100%;
  height: auto;
}
.p-intro__list__item:last-child {
  margin-bottom: 0;
}
@media screen and ( min-width: 1024px ) {
  .p-intro .c-bg--white-under {
    height: 143px;
  }
}

.p-benefits {
  position: relative;
  text-align: center;
  line-height: normal;
}
.p-benefits .c-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 61px);
  top: -61px;
  left: 0;
  background-image: url(../images/slide_bg_sp.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits .c-bg {
    height: calc(100% + 100px);
    top: -100px;
    background-image: url(../images/slide_bg_pc.jpg);
    background-repeat: no-repeat;
  }
}
.p-benefits .c-bg--white-up {
  height: 179px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-benefits .c-text {
  margin-top: 0;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits .c-text {
    margin-top: 12px;
  }
}
.p-benefits .c-text.u-margin--top {
  margin-top: 23px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits .c-text.u-margin--top {
    margin-top: 52.5px;
  }
}
.p-benefits h2 img {
  width: 258px;
  height: auto;
  margin-bottom: 134px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits h2 img {
    width: 398px;
    margin-bottom: 157.5px;
  }
}
.p-benefits .c-wrap {
  max-width: 340px;
  padding-bottom: 60px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits .c-wrap {
    max-width: 860px;
    padding-bottom: 117px;
  }
}
.p-benefits .c-wrap.gentei {
  padding-bottom: 19px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits .c-wrap.gentei {
    padding-bottom: 37px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.p-benefits__list__box {
  margin-bottom: 135px;
  padding: 30px 0 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list__box {
    width: 400px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.p-benefits__list__box .c-image--sp {
  position: absolute;
  top: -95px;
  width: 110px;
  height: auto;
}
.p-benefits__list__box .c-image--sp.left {
  left: 27px;
}
.p-benefits__list__box .c-image--sp.right {
  right: 27px;
}
.p-benefits__list__box .c-image--pc {
  position: absolute;
  top: -104px;
  width: 118px;
  height: auto;
}
.p-benefits__list__box .c-image--pc.left {
  left: 32px;
}
.p-benefits__list__box .c-image--pc.right {
  right: 38px;
}
.p-benefits__list__box .c-image--general {
  position: absolute;
  z-index: -2;
}
.p-benefits__list__box .c-image--general.right {
  width: 98px;
  height: auto;
  top: -62px;
  right: 44px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list__box .c-image--general.right {
    width: 114px;
    top: -75px;
    right: 53px;
  }
}
.p-benefits__list__box .c-image--general.left {
  width: 107px;
  height: auto;
  top: -65px;
  left: 27px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list__box .c-image--general.left {
    width: 125px;
    top: -77px;
    left: 34px;
  }
}
.p-benefits__list__box dt {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list__box dt {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.p-benefits__list__box dd {
  max-width: 300px;
  text-align: left;
  margin: 0 auto 16px;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list__box dd {
    font-size: 1.125rem;
    max-width: 323px;
    margin-bottom: 19.5px;
  }
}
.p-benefits__list .u-margin--top {
  margin-top: 0;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__list .u-margin--top {
    height: 100%;
  }
}
.p-benefits__list .u-margin--bottom {
  margin-bottom: 0;
}
.p-benefits__img1 {
  width: 133.17px;
  height: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__img1 {
    width: 150.22px;
  }
}
.p-benefits__img2 {
  width: 157.14px;
  height: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__img2 {
    width: 174.504px;
  }
}
.p-benefits__img3 {
  width: 235px;
  height: auto;
}
@media screen and ( min-width: 1024px ) {
  .p-benefits__img3 {
    width: 249px;
  }
}

.p-school-info {
  position: relative;
  text-align: center;
  line-height: normal;
}
.p-school-info .bubble {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background-image: url(../images/hukidasi_sp.svg);
  background-position: center bottom;
  background-size: cover;
}
@media screen and ( min-width: 700px ) {
  .p-school-info .bubble {
    height: 200px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info .bubble {
    height: 272px;
    background-image: url(../images/hukidasi_pc.svg);
  }
}
.p-school-info h2 {
  padding: 65px 0 51px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 700px ) {
  .p-school-info h2 {
    padding: 65px 0 85px;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info h2 {
    font-size: 2rem;
    padding: 90px 0 108px;
  }
}
.p-school-info__img1 {
  width: 69px;
  height: auto;
  padding-bottom: 30px;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__img1 {
    width: 131px;
    padding-bottom: 39px;
  }
}
.p-school-info h3 {
  width: 85.6%;
  text-align: left;
  margin: 0 auto 40px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and ( min-width: 700px ) {
  .p-school-info h3 {
    width: 75%;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info h3 {
    width: 60%;
  }
}
@media screen and ( min-width: 1290px ) {
  .p-school-info h3 {
    width: 47%;
    font-size: 1.75rem;
    margin-bottom: 60px;
  }
}
.p-school-info__box {
  max-width: 340px;
  padding: 30px 10px 8px;
  margin-bottom: 40px;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__box {
    max-width: 542px;
    padding: 30px 72px 24px;
    margin-bottom: 60px;
  }
}
.p-school-info__box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 26px;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__box h4 {
    font-size: 1.875rem;
    padding-bottom: 24px;
  }
}
.p-school-info__box h4 > small {
  vertical-align: top;
}
.p-school-info__box small {
  font-size: 0.75rem;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__box small {
    font-size: 1rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__box .u-ta-right {
    font-size: 1.25rem;
    margin: -30px -45px 20px;
  }
}
.p-school-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 6px;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__list {
    gap: 12px 18px;
  }
}
.p-school-info__list__item {
  position: relative;
  font-weight: 700;
  width: 100px;
  height: 100px;
  background-image: url(../images/skill_wrap1.png);
  background-size: contain;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__list__item {
    width: 117.5px;
    height: 117.5px;
  }
}
.p-school-info__list__item:nth-child(3) {
  line-height: 1.3;
}
.p-school-info__list__item:nth-child(n+4) {
  background-image: url(../images/skill_wrap2.png);
}
.p-school-info__list__item .frame {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.p-school-info__text {
  width: 85.6%;
  text-align: left;
  margin: 0 auto 20px;
}
@media screen and ( min-width: 700px ) {
  .p-school-info__text {
    width: 75%;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__text {
    width: 60%;
  }
}
@media screen and ( min-width: 1290px ) {
  .p-school-info__text {
    width: 41%;
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
.p-school-info__img2 {
  width: 202px;
  height: auto;
  margin-bottom: 25px;
}
@media screen and ( min-width: 1024px ) {
  .p-school-info__img2 {
    width: 279px;
    margin-bottom: 0;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-school-info .c-bg--white-under {
    height: 170px;
  }
}

.p-introduce {
  text-align: center;
  line-height: normal;
  margin-top: 50px;
}
.p-introduce h2 {
  width: 232px;
  margin: 0 auto 60px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce h2 {
    width: 385px;
    margin-bottom: 90px;
    font-size: 2rem;
  }
}
.p-introduce .c-wrap {
  width: 85.6%;
}
@media screen and ( min-width: 700px ) {
  .p-introduce .c-wrap {
    width: 60%;
  }
}
@media screen and ( min-width: 1024px ) {
  .p-introduce .c-wrap {
    width: 80%;
  }
}
@media screen and ( min-width: 1290px ) {
  .p-introduce .c-wrap {
    width: 64%;
  }
}
.p-introduce h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce h3 {
    font-size: 1.75rem;
    text-align: left;
  }
}
.p-introduce__box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box {
    display: block;
    margin-bottom: 80px;
  }
}
.p-introduce__box__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 24px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__title {
    width: 65%;
    margin-left: auto;
    margin-bottom: 21px;
  }
}
.p-introduce__box__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 250px;
  margin: auto;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__photo {
    float: left;
    width: calc(35% - 60px);
  }
}
.p-introduce__box__photo img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__photo img {
    margin-bottom: 10px;
  }
}
.p-introduce__box__photo .u-fs-18 {
  margin: 3px 0 24px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__photo .u-fs-18 {
    margin: 10px 0 0;
  }
}
.p-introduce__box__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__text {
    width: 65%;
    margin-left: auto;
  }
}
.p-introduce__box__text h4 {
  width: 100%;
  height: 41px;
  line-height: 39px;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(88deg, #48D3C2 5.75%, #13B8DC 99.24%);
  margin-bottom: 12px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__text h4 {
    height: 50px;
    line-height: 47px;
    font-size: 1.375rem;
    margin-bottom: 21px;
  }
}
.p-introduce__box__text p {
  line-height: 2;
  text-align: left;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__box__text p {
    line-height: 1.77;
    font-size: 1.125rem;
  }
}
.p-introduce__point {
  position: relative;
}
.p-introduce__point .c-bg--white-up {
  height: 71px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__point .c-bg--white-up {
    height: 171px;
  }
}
.p-introduce__point p {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__point p {
    font-size: 1.75rem;
    margin-bottom: 35px;
  }
}
.p-introduce__point img {
  width: 165px;
  height: auto;
  margin-bottom: 38px;
}
@media screen and ( min-width: 1024px ) {
  .p-introduce__point img {
    width: 250px;
    margin-bottom: 68px;
  }
}

.p-voice {
  position: relative;
  text-align: center;
  line-height: normal;
  padding: 64px 0 60px;
}
@media screen and ( min-width: 1024px ) {
  .p-voice {
    padding: 97px 0 89px;
  }
}
.p-voice .c-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/slide_bg_sp.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}
@media screen and ( min-width: 1024px ) {
  .p-voice .c-bg {
    background-image: url(../images/slide_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-voice h2 {
  width: 272px;
  margin: 0 auto 54px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and ( min-width: 1024px ) {
  .p-voice h2 {
    width: 435px;
    margin-bottom: 86px;
    font-size: 2rem;
  }
}
.p-voice__sns {
  width: 95%;
  max-width: 500px;
  margin: 0 auto 135px;
}
@media screen and ( min-width: 1024px ) {
  .p-voice__sns {
    max-width: 1320px;
    margin: 0 auto 175px;

  }
}
.p-voice__slick .slide-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  cursor: pointer;
}
@media screen and ( min-width: 1024px ) {
  .p-voice__slick .slide-arrow {
    width: 30px;
    height: 30px;
  }
}
.p-voice__slick .prev-arrow {
  left: 0;
  z-index: 1;
}
@media screen and ( min-width: 1024px ) {
  .p-voice__slick .prev-arrow {
    left: 30%;
  }
}
.p-voice__slick .next-arrow {
  right: 0;
}
@media screen and ( min-width: 1024px ) {
  .p-voice__slick .next-arrow {
    right: 30%;
  }
}
.p-voice__slick .slick-slide {
  margin: 0 20px;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
@media screen and ( min-width: 1024px ) {
  .p-voice__slick .slick-slide {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.p-voice__slick .slick-slide img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(19, 29, 52, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(19, 29, 52, 0.2);
}
.p-voice__slick .slick-list {
  width: 100%;
  margin: auto;
}
.p-voice__slick .slick-center {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.p-voice__slick .slick-dots {
  bottom: -35px;
}
.p-voice__slick .slick-dots li {
  margin: 0 10px;
}
.p-voice__slick .slick-dots li button:before {
  font-size: 12px;
  color: #ABECFB;
  opacity: 1;
}
.p-voice__slick .slick-dots li.slick-active button:before {
  color: #2BB8D9;
}
.p-voice__slick .slick-dots li button:after {
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #FFFFFF;
  z-index: -1;
}

.p-form {
  position: relative;
  text-align: center;
  height: 589px;
}
@media screen and ( min-width: 1024px ) {
  .p-form {
    height: 692px;
  }
}
.p-form h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 60px 0 40px;
}
@media screen and ( min-width: 1024px ) {
  .p-form h2 {
    font-size: 2.5rem;
    padding-top: 90px;
  }
}

.p-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../img/footer-bg-pc.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__wrapper {
  text-align: center;
}
.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15.7px;
  margin-bottom: 19px;
}
.p-footer__menu-li {
  padding: 0 14px;
}
.p-footer__menu-li:last-of-type {
  border-right: 0; /* 右の枠線は消す */
}
.p-footer__copyright {
  font-size: 11px;
}

/* Utility */
@media screen and ( min-width: 1024px ) {
  .u-br--pc {
    display: none;
  }
}
.u-br--wide {
  display: none;
}
@media screen and ( min-width: 1290px ) {
  .u-br--wide {
    display: inline;
  }
}

.u-margin--top {
  margin-top: -29px;
}
@media screen and ( min-width: 1024px ) {
  .u-margin--top {
    margin-top: -48px;
  }
}

.u-margin--bottom {
  margin-bottom: 20px;
}
@media screen and ( min-width: 1024px ) {
  .u-margin--bottom {
    margin-bottom: 45px;
  }
}

.u-fs-16 {
  font-size: 1rem;
}
@media screen and ( min-width: 1024px ) {
  .u-fs-16 {
    font-size: 1.125rem;
  }
}

.u-fs-18 {
  font-size: 1.125rem;
}
@media screen and ( min-width: 1024px ) {
  .u-fs-18 {
    font-size: 1.25rem;
  }
}

.u-fs-20 {
  font-size: 1.25rem;
}
@media screen and ( min-width: 1024px ) {
  .u-fs-20 {
    font-size: 1.4375rem;
  }
}

.u-fs-22 {
  font-size: 1.375rem;
}
@media screen and ( min-width: 1024px ) {
  .u-fs-22 {
    font-size: 1.625rem;
  }
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}/*# sourceMappingURL=style.css.map */

.wpcf7{
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}

.Form--seminar__inner{
  padding: 30px 20px 40px;
  background: #FFFFFF;
}
.Form--seminar__inner dl,.Form_submit{
  max-width: 350px;
  margin: 0 auto;
}
.Form--seminar__inner dl dt{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.Form--seminar__inner dl dt span{
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px 9px;
  background: #C44A4A;
  border-radius: 6px;

}
.Form--seminar__inner dl dd{
  padding: 8px 16px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: left;
}
.wpcf7-form-control-wrap input{
  font-weight: 400;
  color: #777777;
}
.confirm{
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  color: #777777;
}
@media screen and ( min-width: 1024px ) {
  .confirm{
    font-size: 14px;
  }
}

.confirm a{
  color: #1CA0BB;
}

.wpcf7-submit{
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  width: 305px;
  height: 54.766px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #FCE65C;
  -webkit-box-shadow: 2px 4px 0px 0px #131D34;
  box-shadow: 2px 4px 0px 0px #131D34;
  margin: auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.wpcf7-submit:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 4px);
  transform: translate(2px, 4px);
}
.wpcf7-submit img{
  width: 17.5px;
  height: 19.59px;
}
