@charset "UTF-8";
/*! 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*/
}

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

body {
  letter-spacing: 0.05em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 600;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.width01 {
  width: 94%;
  margin: 0 auto;
}

.width02 {
  width: 88%;
  margin: 0 auto;
}

.width03 {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .width03 {
    width: 96%;
  }
}

img {
  vertical-align: bottom;
}

.sp-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta__apply {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #222;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta__apply a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta__line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta__line a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }
}
.l-header__fix {
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    display: none;
  }
}
.l-header__fix p {
  font-size: 16px;
}
.l-header__fix a {
  font-size: 12px;
  height: 30px;
  width: 80px;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__fix a:hover {
  opacity: 0.8;
}
.l-header__nav {
  height: 120px;
  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: 768px) {
  .l-header__nav {
    height: 60px;
  }
}
.l-header__nav--logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__nav--logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  .l-header__nav--logo img {
    width: 130px;
  }
}
.l-header__nav ul {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 1160px) {
  .l-header__nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .l-header__nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav ul {
    display: none;
  }
}
.l-header__nav ul li {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__nav ul li:hover {
  opacity: 0.8;
}
.l-header__nav ul .line {
  font-size: 15px;
  color: #fff;
  height: 44px;
  width: 148px;
}
.l-header__nav ul .line a {
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-header__nav--ham {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav--ham {
    display: block;
    width: 35px;
    height: 27px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100;
    position: relative;
  }
  .l-header__nav--ham span {
    display: block;
    height: 2.5px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__nav--ham.active span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
    width: 35px;
    background-color: #fff;
  }
  .l-header__nav--ham.active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__nav--ham.active span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 35px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff;
  }
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 98;
}
.drawer__content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background-color: #111;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 99;
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  .drawer__content {
    width: 250px;
  }
}
.drawer__nav .l-header__spnav--hammenu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer__nav .l-header__spnav--hammenu li {
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer__nav .l-header__spnav--hammenu li a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 769px) {
  .drawer__nav .l-header__spnav--hammenu li a {
    font-size: 18px;
    padding: 18px 25px;
  }
}
.drawer__nav .l-header__spnav--hammenu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.drawer.active .drawer__overlay {
  opacity: 1;
  visibility: visible;
}
.drawer.active .drawer__content {
  right: 0;
}

#lunch,
#cafe,
#dinner {
  scroll-margin-top: 100px;
}

.l-footer {
  margin-top: 150px;
  background-color: #000;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 25px 0 100px;
  }
}
.l-footer__wrapper {
  margin-bottom: 100px;
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    font-size: 14px;
  }
}
.l-footer__wrapper--item {
  -moz-text-align-last: left;
  text-align-last: left;
}
.l-footer__wrapper--item p {
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__wrapper--item p:not(:first-child) {
  padding-top: 15px;
}
.l-footer__wrapper--item p:hover {
  opacity: 0.8;
}
.l-footer__wrapper--item ul li {
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper--item ul li {
    font-size: 13px;
  }
}
.l-footer__wrapper--item ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__wrapper--item ul li a:hover {
  opacity: 0.8;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
.l-footer__sns--logo {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__sns--logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .l-footer__sns--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
  }
}
.l-footer__sns--container a {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__sns--container a {
    margin-right: unset;
  }
}
.l-footer__sns--container a:hover {
  opacity: 0.8;
}
.l-footer small {
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 10px;
  }
}

.c-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 150px;
  text-align: center;
  font-size: 80px;
  line-height: 1;
  font-size: clamp(55px, 5.55vw, 80px);
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-top: 80px;
    line-height: 1.2;
  }
}
.c-title .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title .pc_none {
    display: block;
  }
}

.c-sub {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-size: clamp(15px, 1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-sub {
    width: 94%;
    margin: 30px auto 0;
  }
}

.c-title02 {
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-title02 {
    margin-top: 80px;
    font-size: 28px;
  }
}
.c-title02 .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title02 .pc_none {
    display: block;
  }
}

.c-sub02 {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sub02 {
    width: 96%;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.c-sub02 p {
  font-size: 24px;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-sub02 p {
    font-size: 20px;
  }
}
.c-sub02 p span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-sub02 p span {
    font-size: 16px;
  }
}

.c-comment {
  margin-top: 150px;
  background-color: #222;
  padding: 75px 0;
}
.c-comment__line {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .c-comment__line {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
  }
}
.c-comment__line span {
  font-weight: normal;
}

.c-kv {
  position: relative;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .c-kv {
    height: 65svh;
  }
}
.c-kv img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-kv__head {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-kv__head {
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .c-kv .sp_white {
    color: #fff;
  }
}

.white {
  color: #fff;
}

.c-head {
  margin-top: 150px;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-head {
    font-size: 40px;
    width: 96%;
    margin: 80px auto 0;
  }
}

.textleft {
  -moz-text-align-last: left;
  text-align-last: left;
}

.c-catch {
  margin-top: 100px;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-catch {
    margin: 80px 0 auto;
    font-size: 40px;
  }
}

.c-subhead {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-subhead {
    font-size: 16px;
    width: 96%;
    margin: 50px auto 0;
  }
}

.c-bg {
  margin-top: 150px;
  height: 410px;
}
@media screen and (max-width: 768px) {
  .c-bg {
    height: 300px;
  }
}
.c-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-pan {
  margin-top: 50px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-pan {
    font-size: 14px;
  }
}
.c-pan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-pan__list {
    gap: 30px;
  }
}
.c-pan__list--link {
  position: relative;
}
.c-pan__list--link:not(:last-of-type)::after {
  content: "<";
  position: absolute;
  top: 0;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .c-pan__list--link:not(:last-of-type)::after {
    right: -20px;
  }
}

body.home .p-hero {
  position: relative;
}
body.home .p-hero__wrapper {
  height: calc(100vh - 185px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.home .p-hero__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-hero__wrapper {
    height: calc(100svh - 50px);
  }
}
body.home .p-hero__wrapper--kv {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home .p-hero__wrapper--kv {
    width: 100%;
  }
}
body.home .p-hero__wrapper--persons {
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  background-color: #000;
  padding: 45px 0;
  border-radius: 80px 0 0 80px;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .p-hero__wrapper--persons {
    display: none;
  }
}
body.home .p-hero__wrapper--persons span {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 55px;
}
body.home .p-hero__title {
  position: absolute;
  top: 80px;
  left: 3%;
  color: #fff;
  line-height: 1;
  font-size: 68px;
}
@media screen and (max-width: 768px) {
  body.home .p-hero__title {
    top: 100px;
  }
}
body.home .p-hero__title--number {
  font-size: 80px;
  letter-spacing: 0;
}
@media screen and (max-width: 1040px) {
  body.home .p-hero__title--number {
    font-size: 55px;
  }
}
body.home .p-hero__title--number br {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .p-hero__title--number br {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  body.home .p-hero__title .sp-text {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-hero__title .sp-text {
    font-size: clamp(40px, 6.5vw, 80px);
  }
}
body.home .p-hero__title--cebu {
  display: block;
  font-size: 40px;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  body.home .p-hero__title--cebu {
    font-size: 30px;
  }
}
body.home .p-hero__sub {
  position: absolute;
  bottom: 85px;
  left: 3%;
  color: #fff;
  line-height: 1.4;
  font-size: 48px;
  font-size: clamp(34px, 3.3vw, 48px);
}
@media screen and (max-width: 768px) {
  body.home .p-hero__sub {
    bottom: 30px;
  }
}
body.home .p-hero__sub span {
  font-family: "Inter";
  letter-spacing: 0;
}
body.home .p-sppersons {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .p-sppersons {
    display: block;
    text-align: center;
    font-size: 30px;
    border: solid 1px #000;
    border-radius: 999px;
    width: 70%;
    margin: 50px auto;
    padding: 20px 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body.home .p-sppersons span {
    font-size: 45px;
    margin-right: 3px;
    margin-left: 3px;
    position: relative;
    top: 2px;
  }
}
body.home .p-achieve__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
body.home .p-achieve__container--it {
  width: 50%;
  border: #888888 solid 1px;
  border-radius: 10px;
  padding-top: 75px;
}
@media screen and (max-width: 1070px) {
  body.home .p-achieve__container--it {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--it {
    width: 100%;
    padding-top: 35px;
  }
}
body.home .p-achieve__container--it h3 {
  font-size: 28px;
  text-align: center;
}
body.home .p-achieve__container--it h3 span {
  font-family: "Inter";
}
body.home .p-achieve__container--it__logo {
  padding: 50px 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1070px) {
  body.home .p-achieve__container--it__logo {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--it__logo {
    padding: 30px 20px;
    gap: 25px;
  }
}
body.home .p-achieve__container--it__logo img {
  width: 100%;
}
body.home .p-achieve__container--it__logo img:nth-child(8) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
body.home .p-achieve__container--it__logo img:nth-child(10) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
body.home .p-achieve__container--it__logo img:nth-child(14) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
body.home .p-achieve__container--en {
  padding-top: 75px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: #888888 solid 1px;
  border-radius: 10px;
}
@media screen and (max-width: 1070px) {
  body.home .p-achieve__container--en {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--en {
    padding-top: 35px;
  }
}
body.home .p-achieve__container--en h3 {
  font-size: 28px;
  text-align: center;
}
body.home .p-achieve__container--en__logo {
  padding: 50px 75px;
}
@media screen and (max-width: 1070px) {
  body.home .p-achieve__container--en__logo {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--en__logo {
    padding: 30px 20px;
  }
}
body.home .p-achieve__container--en__logo--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--en__logo--01 {
    gap: 25px;
  }
}
body.home .p-achieve__container--en__logo--01 img {
  width: 100%;
  height: 100%;
}
body.home .p-achieve__container--en__logo--02 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1070px) {
  body.home .p-achieve__container--en__logo--02 {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--en__logo--02 {
    gap: 25px;
  }
}
body.home .p-achieve__container--en__logo--02 img {
  width: 100%;
  height: 100%;
}
body.home .p-achieve__container--en__logo--03 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__container--en__logo--03 {
    gap: 25px;
  }
}
body.home .p-achieve__container--en__logo--03 img {
  width: 100%;
}
body.home .p-achieve__container--en__logo--03 img:nth-child(2) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
body.home .p-achieve__alert {
  font-weight: normal;
  font-size: 12px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__alert {
    font-size: 10px;
  }
}
body.home .p-achieve__free {
  padding: 75px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: #888888 solid 1px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__free {
    padding: 45px 0;
  }
}
body.home .p-achieve__free--head {
  text-align: center;
  font-size: 28px;
}
body.home .p-achieve__free--inner {
  font-size: 20px;
  margin: 50px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 80%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.home .p-achieve__free--inner {
    margin: 30px auto 0;
    font-size: 15px;
    width: 90%;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
body.home .p-achieve__free--inner p {
  text-align: center;
}
body.home .p-change__number {
  margin-top: 100px;
  line-height: 1;
  text-align: center;
  font-size: clamp(100px, 23vw, 300px);
}
body.home .p-change__bg {
  margin-top: 100px;
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home .p-change__bg {
    -o-object-fit: contain;
    object-fit: contain;
    height: unset;
    margin-top: 80px;
  }
}
body.home .p-reason__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
body.home .p-reason__wrapper--item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__wrapper--item {
    width: 96%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-reason__wrapper--item img {
    width: 120px;
  }
}
body.home .p-reason__wrapper--item p {
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__wrapper--item p {
    width: 250px;
    font-size: 15px;
  }
}
body.home .p-reason__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
body.home .p-reason__detail--item {
  width: 300px;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__detail--item {
    width: 90%;
    margin: 0 auto;
  }
}
body.home .p-reason__detail--item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -13%;
}
@media screen and (max-width: 768px) {
  body.home .p-reason__detail--item:not(:last-child)::after {
    display: none;
  }
}
body.home .p-reason__detail--item h3 {
  text-align: center;
  font-size: 24px;
}
body.home .p-reason__detail--item p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  -moz-text-align-last: left;
  text-align-last: left;
}
body.home .p-life__wrapper {
  width: 80%;
  margin: 100px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-life__wrapper {
    margin: 80px auto 0;
    width: 95%;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
body.home .p-life__wrapper--item {
  background-color: #f5f5f7;
  padding: 30px 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .p-life__wrapper--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.home .p-life__wrapper--item img {
  width: 155px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body.home .p-life__wrapper--item img {
    width: 90%;
  }
}
body.home .p-life__wrapper--item p {
  font-size: 16px;
  font-weight: normal;
  width: 150px;
}
@media screen and (max-width: 768px) {
  body.home .p-life__wrapper--item p {
    text-align: center;
    width: 95%;
  }
}
body.home .p-course__detail {
  margin-top: 100px;
}
body.home .p-course__detail--wrapper {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-course__detail--wrapper {
    width: 96%;
    gap: 15px;
  }
}
body.home .p-course__detail--wrapper__item {
  position: relative;
}
body.home .p-course__detail--wrapper__item p {
  font-size: 24px;
  color: #222;
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.home .p-course__detail--wrapper__item p {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
  }
}
body.home .p-course__detail--wrapper__item img {
  width: 100%;
}
body.home .p-course__feature {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature {
    width: 96%;
  }
}
body.home .p-course__feature--arrow {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--arrow {
    margin-top: 20px;
  }
}
body.home .p-course__feature--arrow img {
  width: 100%;
}
body.home .p-course__feature--output {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--output {
    margin-top: 20px;
    gap: 20px;
  }
}
body.home .p-course__feature--output__detail {
  width: 100%;
  background-color: #f5f5f7;
  padding: 25px 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  body.home .p-course__feature--output__detail {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--output__detail {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
body.home .p-course__feature--output__detail img {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--output__detail img {
    width: 60px;
  }
}
body.home .p-course__feature--output__detail p {
  font-size: 20px;
  width: 220px;
}
@media screen and (max-width: 1250px) {
  body.home .p-course__feature--output__detail p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--output__detail p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
body.home .p-course__feature--input {
  width: 100%;
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 40px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
}
body.home .p-course__feature--input > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.home .p-course__feature--input > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.home .p-course__feature--input > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.home .p-course__feature--input > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--input {
    margin: 20px auto 0;
    gap: 20px;
  }
}
body.home .p-course__feature--input__detail {
  width: 100%;
  background-color: #f5f5f7;
  padding: 25px 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  body.home .p-course__feature--input__detail {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--input__detail {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
body.home .p-course__feature--input__detail img {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--input__detail img {
    width: 60px;
  }
}
body.home .p-course__feature--input__detail .img02 {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--input__detail .img02 {
    width: 50px;
    height: 50px;
  }
}
body.home .p-course__feature--input__detail p {
  font-size: 20px;
  width: 220px;
}
@media screen and (max-width: 1250px) {
  body.home .p-course__feature--input__detail p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.home .p-course__feature--input__detail p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
body.home .p-residence__bg {
  position: relative;
  margin-top: 100px;
  background-color: #f5f5f7;
  height: 740px;
}
@media screen and (max-width: 768px) {
  body.home .p-residence__bg {
    height: 500px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 550px) {
  body.home .p-residence__bg {
    height: 360px;
  }
}
@media screen and (max-width: 450px) {
  body.home .p-residence__bg {
    height: 320px;
  }
}
@media screen and (max-width: 400px) {
  body.home .p-residence__bg {
    height: 260px;
  }
}
body.home .p-residence__bg img {
  width: 60%;
  width: 1050px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
  body.home .p-residence__bg img {
    max-width: 95%;
    height: auto;
  }
}
body.home .p-media__container {
  margin-top: 100px;
  background-color: #f5f5f7;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  body.home .p-media__container {
    margin-top: 80px;
  }
}
body.home .p-media__container--head {
  font-size: 28px;
  text-align: center;
}
body.home .p-media__container--head br {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .p-media__container--head br {
    display: block;
  }
}
body.home .p-media__container--item {
  width: 80%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.home .p-media__container--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 40px auto 0;
  }
}
body.home .p-media__container--item__article img {
  width: 100%;
}
body.home .p-media__container--item__article p {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.home .p-media__container--item__article p {
    font-size: 14px;
    margin-top: 10px;
  }
}

body.about .p-catch {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.about .p-catch {
    width: 96%;
    margin: 50px auto 0;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.about .p-catch p {
  font-size: 18px;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.about .p-catch p {
    font-size: 15px;
  }
}
body.about .p-shift__wrapper {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  body.about .p-shift__wrapper {
    margin: 80px auto 0;
  }
}
body.about .p-shift__wrapper--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.about .p-shift__wrapper--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
body.about .p-shift__wrapper--item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.about .p-shift__wrapper--item:not(:first-of-type) {
    margin-top: 40px;
  }
}
body.about .p-shift__wrapper--item__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 24px;
  width: 430px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  body.about .p-shift__wrapper--item__head {
    width: 85%;
    font-size: 28px;
  }
}
body.about .p-shift__wrapper--item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.about .p-shift__wrapper--item__detail {
    font-size: 16px;
  }
}
body.about .p-challenge__wrapper {
  margin: 100px auto 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  body.about .p-challenge__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto 0;
  }
}
body.about .p-challenge__wrapper--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.4em;
  border-radius: 8px;
  height: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.about .p-challenge__wrapper--item {
    line-height: 2;
  }
}
body.about .p-challenge__wrapper--item:nth-child(1) {
  background-color: #b2b2b2;
}
body.about .p-challenge__wrapper--item:nth-child(2) {
  background-color: #7c7c7c;
}
body.about .p-challenge__wrapper--item:nth-child(3) {
  background-color: #636363;
}
body.about .p-challenge__wrapper--item:nth-child(4) {
  background-color: #424242;
}
body.about .p-teacher__wrapper {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
body.about .p-teacher__wrapper--item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.about .p-teacher__wrapper--item h3 {
  line-height: 0.9;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper--item h3 {
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
  }
}
body.about .p-teacher__wrapper--item h3 span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper--item h3 span {
    font-size: 20px;
  }
}
body.about .p-teacher__wrapper--item p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper--item p {
    font-size: 16px;
    margin-top: 20px;
  }
}
body.about .p-teacher__wrapper--item .cta-wrapper {
  -moz-text-align-last: left;
  text-align-last: left;
  margin-top: unset;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper--item .cta-wrapper {
    display: none;
  }
}
body.about .p-teacher__wrapper--pic {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper--pic {
    gap: 10px;
  }
}
body.about .p-teacher__wrapper--pic img {
  width: 100%;
  height: 100%;
}
body.about .p-teacher__wrapper .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  body.about .p-teacher__wrapper .pc_none {
    display: block;
  }
}
body.about .p-company__wrapper {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
body.about .p-company__wrapper--pic {
  width: 460px;
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper--pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper--pic img {
    width: 100%;
    height: 400px;
  }
}
body.about .p-company__wrapper--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.about .p-company__wrapper--item h3 {
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper--item h3 {
    font-size: 40px;
  }
}
body.about .p-company__wrapper--item p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper--item p {
    margin-top: 20px;
    font-size: 16px;
  }
}
body.about .p-company__wrapper--item .cta-wrapper {
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.about .p-company__wrapper--item .cta-wrapper {
    text-align: center;
  }
}

body.mentor .p-reason__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.mentor .p-reason__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
body.mentor .p-reason__wrapper--item {
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 768px) {
  body.mentor .p-reason__wrapper--item {
    margin: 0 auto;
  }
}
body.mentor .p-reason__wrapper--item p {
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.mentor .p-reason__wrapper--item p {
    margin-top: 10px;
  }
}
body.mentor .p-mentor {
  margin-top: 150px;
}
body.mentor .p-mentor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
body.mentor .p-mentor__wrapper:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper:not(:first-of-type) {
    margin-top: 80px;
  }
}
body.mentor .p-mentor__wrapper--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.mentor .p-mentor__wrapper--item h3 {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper--item h3 {
    font-size: 28px;
  }
}
body.mentor .p-mentor__wrapper--item__name {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper--item__name {
    margin-top: 10px;
    font-size: 18px;
  }
}
body.mentor .p-mentor__wrapper--item__detail {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper--item__detail {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }
}
body.mentor .p-mentor__wrapper--pic img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.mentor .p-mentor__wrapper--pic img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
}

body.course_and_price .p-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.course_and_price .p-img {
    width: 96%;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  body.course_and_price .p-img img {
    width: 100%;
  }
}
body.course_and_price .p-detail {
  max-width: 720px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  body.course_and_price .p-detail {
    width: 96%;
  }
}
body.course_and_price .p-detail__wrapper h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: #888 solid 1px;
}
body.course_and_price .p-detail__wrapper--item {
  padding-bottom: 20px;
  border-bottom: #888 solid 1px;
  margin-top: 40px;
}
body.course_and_price .p-detail__wrapper--item h4 {
  font-size: 21px;
}
body.course_and_price .p-detail__wrapper--item p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
}

body.flow .p-flow__wrapper {
  max-width: 960px;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper {
    width: 96%;
    margin: 150px auto 0;
  }
}
body.flow .p-flow__wrapper--item {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0;
  border-radius: 8px;
  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;
}
body.flow .p-flow__wrapper--item:not(:first-of-type) {
  margin-top: 25px;
}
body.flow .p-flow__wrapper--item:nth-child(3) {
  background-color: #e1e1e1;
}
body.flow .p-flow__wrapper--item:nth-child(2)::after,
body.flow .p-flow__wrapper--item:nth-child(3)::after,
body.flow .p-flow__wrapper--item:nth-child(6)::after {
  content: "";
  display: block;
  width: 98%;
  background-color: #ccc;
  height: 1px;
  position: absolute;
  bottom: -12.5px;
  left: 2%;
  -webkit-transform: translateX(-1%);
  transform: translateX(-1%);
}
body.flow .p-flow__wrapper--item__inner {
  width: 83%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner {
    width: 92%;
    gap: 30px;
  }
}
body.flow .p-flow__wrapper--item__inner--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner--text {
    gap: 20px;
    display: unset;
    width: 52%;
  }
}
body.flow .p-flow__wrapper--item__inner--text h4 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner--text h4 {
    font-size: 50px;
  }
}
body.flow .p-flow__wrapper--item__inner--text p {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner--text p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner img {
    width: 90px;
  }
}
body.flow .p-flow__wrapper--item__inner .cta-wrapper {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  body.flow .p-flow__wrapper--item__inner .cta-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  body.curriculum .p-subject {
    padding-top: 80px;
  }
}
body.curriculum .p-subject__wrapper--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  body.curriculum .p-subject__wrapper--item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
body.curriculum .p-subject__wrapper--item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item:not(:first-of-type) {
    margin-top: 30px;
  }
}
body.curriculum .p-subject__wrapper--item__inner {
  min-height: 150px;
  border: #ccc solid 1px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__inner {
    width: 100%;
    padding: 0px 25px;
    gap: 30px;
  }
}
body.curriculum .p-subject__wrapper--item__inner img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__inner img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__inner__head {
    width: 100%;
    font-size: 24px;
    min-height: 100px;
  }
}
body.curriculum .p-subject__wrapper--item__inner .ai {
  width: 200px;
  text-align: center;
}
body.curriculum .p-subject__wrapper--item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  body.curriculum .p-subject__wrapper--item__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__detail {
    font-size: 14px;
  }
}
body.curriculum .p-subject__wrapper--item__detail .cta-wrapper {
  height: 36px;
  margin-top: unset;
  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;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__detail .cta-wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.curriculum .p-subject__wrapper--item__detail .cta-wrapper .cta-btn {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-subject__wrapper--item__detail .cta-wrapper .cta-btn {
    font-size: 14px;
  }
}
body.curriculum .p-shift__wrapper {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper {
    margin: 80px auto 0;
  }
}
body.curriculum .p-shift__wrapper--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  body.curriculum .p-shift__wrapper--item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
body.curriculum .p-shift__wrapper--item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item:not(:first-of-type) {
    margin-top: 30px;
  }
}
body.curriculum .p-shift__wrapper--item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 24px;
  width: 430px;
  height: 150px;
  padding: 0px 40px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__inner {
    width: 100%;
    padding: 0px 25px;
    gap: 30px;
  }
}
body.curriculum .p-shift__wrapper--item__inner img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__inner img {
    width: 40px;
  }
}
body.curriculum .p-shift__wrapper--item__inner .arrow {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__inner__head {
    width: 100%;
    font-size: 24px;
    min-height: 100px;
  }
}
body.curriculum .p-shift__wrapper--item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  body.curriculum .p-shift__wrapper--item__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__detail {
    font-size: 14px;
  }
}
body.curriculum .p-shift__wrapper--item__detail--description {
  line-height: 1.6;
}
body.curriculum .p-shift__wrapper--item__detail .cta-wrapper {
  height: 36px;
  margin-top: unset;
  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;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__detail .cta-wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.curriculum .p-shift__wrapper--item__detail .cta-wrapper .cta-btn {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-shift__wrapper--item__detail .cta-wrapper .cta-btn {
    font-size: 14px;
  }
}
body.curriculum .p-goal__pic {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-goal__pic {
    width: 96%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  body.curriculum .p-goal__pic img {
    width: 100%;
  }
}
body.curriculum .p-goal .c-head {
  margin-top: 100px;
}
body.curriculum .p-stack {
  margin-top: 100px;
}
body.curriculum .p-stack__wrapper {
  background-color: #f5f5f5;
  padding: 75px 0;
}
body.curriculum .p-stack__wrapper--inner {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-stack__wrapper--inner {
    width: 90%;
  }
}
body.curriculum .p-stack__wrapper--inner__item {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-stack__wrapper--inner__item {
    font-size: 15px;
    margin-top: 25px;
  }
}
body.curriculum .p-stack__wrapper--inner__item h5 {
  line-height: 1.4;
}
body.curriculum .p-stack__wrapper--inner__item p {
  margin-top: 8px;
  color: #666;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-stack__wrapper--inner__item p {
    margin-top: 5px;
  }
}
body.curriculum .p-stack__wrapper--inner__alert {
  margin-top: 32px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.curriculum .p-stack__wrapper--inner__alert {
    font-size: 13px;
    margin-top: 25px;
  }
}
body.curriculum .p-stack__wrapper h4 {
  font-size: 21px;
}

body.performance .p-graduate {
  margin-top: 100px;
}
body.performance .p-graduate__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.performance .p-graduate__wrapper {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.performance .p-graduate__wrapper--item {
  background-color: #f5f5f5;
  padding: 30px 0;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.performance .p-graduate__wrapper--item {
    padding: 15px 0;
  }
}
body.performance .p-graduate__wrapper--item__inner {
  width: 88%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.performance .p-graduate__wrapper--item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
body.performance .p-graduate__wrapper--item__inner img {
  width: 155px;
}
body.performance .p-graduate__wrapper--item__inner p {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.performance .p-graduate__wrapper--item__inner p {
    font-size: 15px;
  }
}

body.residence .p-section {
  margin-top: 150px;
}
body.residence .p-section__en {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__en {
    font-size: 18px;
  }
}
body.residence .p-section__head {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__head {
    font-size: 30px;
  }
}
body.residence .p-section__detail {
  margin-top: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__detail {
    font-size: 16px;
    margin-top: 15px;
  }
}
body.residence .p-section__wrapper {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1300px) {
  body.residence .p-section__wrapper {
    margin: 30px auto 0;
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1300px) {
  body.residence .p-section__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  body.residence .p-section__wrapper--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.residence .p-section__wrapper--item img {
  height: auto;
}
body.residence .p-section__wrapper--item p {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__wrapper--item p {
    margin-top: 5px;
    font-size: 16px;
  }
}
body.residence .p-section__type {
  margin-top: 50px;
  background-color: #f5f5f5;
  border-radius: 8px;
  max-width: 620px;
  padding: 32px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type {
    margin-top: 30px;
  }
}
body.residence .p-section__type--text {
  padding-left: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type--text {
    padding-left: unset;
    width: 95%;
    margin: 0 auto;
    font-size: 15px;
  }
}
body.residence .p-section__type--text span {
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type--text span {
    font-size: 12px;
  }
}
body.residence .p-section__type .cta-wrapper {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type .cta-wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type .cta-wrapper .cta-btn {
    font-size: 15px;
  }
}
body.residence .p-section__type--private {
  margin-top: 25px;
  font-size: 12px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body.residence .p-section__type--private {
    padding-left: unset;
    width: 95%;
    margin: 15px auto 0;
  }
}
body.residence .p-section .line_bottom {
  margin-top: 75px;
}
body.residence .p-section .line_bottom--cta {
  margin: 0 auto;
}
body.residence .p-section .btnarea {
  margin-top: 25px;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media screen and (max-width: 768px) {
  body.residence .p-section .btnarea .cta-btn {
    font-size: 15px;
  }
}

body.privacy .p-privacy {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.privacy .p-privacy {
    font-size: 14px;
  }
}
body.privacy .p-privacy__wrapper {
  max-width: 1000px;
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  body.privacy .p-privacy__wrapper {
    width: 96%;
    margin: 75px auto 0;
  }
}
body.privacy .p-privacy__wrapper--item {
  margin-top: 30px;
}
body.privacy .p-privacy__wrapper--item h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.privacy .p-privacy__wrapper--item h4 {
    font-size: 18px;
  }
}
body.privacy .p-privacy__wrapper--item a {
  color: #1274e0;
  border-bottom: 1px solid #1274e0;
}

body.company .p-company__wrapper {
  max-width: 1000px;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  body.company .p-company__wrapper {
    width: 96%;
    margin: 150px auto 0;
  }
}
body.company .p-company__wrapper--item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.company .p-company__wrapper--item:last-of-type {
  border-bottom: 1px solid #ccc;
}
body.company .p-company__wrapper--item h4 {
  margin-left: 15px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  body.company .p-company__wrapper--item h4 {
    width: 140px;
  }
}
body.company .p-company__wrapper--item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.company .p-company__wrapper--item p {
    font-size: 15px;
  }
}
body.company .p-company__wrapper--item p a {
  color: #1274e0;
  border-bottom: 1px solid #1274e0;
}

body.app_form .p-apply {
  max-width: 1000px;
  margin: 0 auto;
}
body.app_form .p-apply__detail {
  margin-top: 50px;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__detail {
    width: 96%;
    margin: 20px auto 0;
    font-size: 12px;
  }
}
body.app_form .p-apply__detail p {
  margin-top: 10px;
  line-height: 1;
  color: #222;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__detail p {
    line-height: 1.4;
    margin-top: 5px;
  }
}
body.app_form .p-apply__detail p .colorBlue {
  color: #1274e0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.app_form .p-apply__detail p .colorBlue:hover {
  opacity: 0.8;
}
body.app_form .p-apply__detail p .lineLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #1274e0;
}
body.app_form .p-apply__detail p .lineLink:hover {
  opacity: 0.8;
}
body.app_form .p-apply__form {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form {
    width: 96%;
    margin: 100px auto 0;
  }
}
body.app_form .p-apply__form h4 {
  font-size: 24px;
}
body.app_form .p-apply__form form {
  line-height: 1;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
body.app_form .p-apply__form form .course-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
body.app_form .p-apply__form form .course-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .course-fields h5 {
    font-size: 15px;
    width: 90px;
  }
}
body.app_form .p-apply__form form .course-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .course-fields__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .course-fields__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.app_form .p-apply__form form .course-fields__wrapper .course-field select {
  font-weight: normal;
  min-width: 200px;
  padding: 16px 14px;
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
}
@media screen and (max-width: 768px) {
  body.app_form
    .p-apply__form
    form
    .course-fields__wrapper
    .course-field
    select {
    width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .course-fields__wrapper
  .course-field
  select.is-selected {
  color: #222;
}
body.app_form .p-apply__form form .name-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
body.app_form .p-apply__form form .name-fields:not(:first-of-type) {
  border-top: 1px dashed #ccc;
}
body.app_form .p-apply__form form .name-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .name-fields h5 {
    font-size: 15px;
    width: 90px;
  }
}
body.app_form .p-apply__form form .name-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .name-fields__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .name-fields__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.app_form .p-apply__form form .name-fields__wrapper .name-field input {
  font-weight: normal;
  min-width: 200px;
  padding: 16px 14px;
  border: 1px solid #666;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .name-fields__wrapper .name-field input {
    width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .name-fields__wrapper
  .name-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .name-fields__wrapper
  .name-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .name-fields__wrapper
  .name-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .name-fields__wrapper
  .name-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .name-fields__wrapper
  .name-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .gender-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-top: 1px dashed #ccc;
}
body.app_form .p-apply__form form .gender-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .gender-fields h5 {
    font-size: 15px;
    width: 90px;
  }
}
body.app_form .p-apply__form form .gender-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .gender-fields__wrapper {
  font-weight: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
body.app_form .p-apply__form form .gender-fields__wrapper label input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
}
body.app_form .p-apply__form form .birthday-fields {
  border-top: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
body.app_form .p-apply__form form .birthday-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .birthday-fields h5 {
    font-size: 15px;
    width: 90px;
  }
}
body.app_form .p-apply__form form .birthday-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .birthday-fields .birthday-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.app_form
  .p-apply__form
  form
  .birthday-fields
  .birthday-input
  input[type="date"] {
  padding: 8px 14px;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 16px;
  min-width: 200px;
  color: #888;
  font-weight: normal;
}
body.app_form
  .p-apply__form
  form
  .birthday-fields
  .birthday-input
  input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.app_form
  .p-apply__form
  form
  .birthday-fields
  .birthday-input
  input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.app_form
  .p-apply__form
  form
  .birthday-fields
  .birthday-input
  input.is-selected {
  color: #222;
}
body.app_form .p-apply__form form .address-fields {
  border-top: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 25px 0;
}
body.app_form .p-apply__form form .address-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .address-fields h5 {
    font-size: 15px;
    width: 90px;
  }
}
body.app_form .p-apply__form form .address-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .address-fields__wrapper {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .address-fields__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input {
  margin-top: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form
    .p-apply__form
    form
    .address-fields__wrapper
    .postal-code-field
    input {
    min-width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .postal-code-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .address-fields__wrapper .prefecture-field {
  margin-top: 15px;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input {
  margin-top: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form
    .p-apply__form
    form
    .address-fields__wrapper
    .prefecture-field
    input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .prefecture-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .address-fields__wrapper .city-field {
  margin-top: 15px;
}
body.app_form .p-apply__form form .address-fields__wrapper .city-field input {
  margin-top: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .address-fields__wrapper .city-field input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .city-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .city-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .city-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .city-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .city-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .address-fields__wrapper .town-field {
  margin-top: 15px;
}
body.app_form .p-apply__form form .address-fields__wrapper .town-field input {
  margin-top: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .address-fields__wrapper .town-field input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .town-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .town-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .town-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .town-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .town-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .address-fields__wrapper .address-field {
  margin-top: 15px;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input {
  margin-top: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  font-size: 16px;
  min-width: 320px;
  width: auto;
}
@media screen and (max-width: 768px) {
  body.app_form
    .p-apply__form
    form
    .address-fields__wrapper
    .address-field
    input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .address-fields__wrapper
  .address-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .tel-fields {
  border-top: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
body.app_form .p-apply__form form .tel-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .tel-fields h5 {
    font-size: 15px;
    width: 90px;
    line-height: 1.4;
  }
}
body.app_form .p-apply__form form .tel-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .tel-fields h5 .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .tel-fields h5 .pc_none {
    display: block;
  }
}
body.app_form .p-apply__form form .tel-fields__number {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
}
body.app_form .p-apply__form form .tel-fields__number input {
  padding: 16px 14px;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .tel-fields__number input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .tel-fields__number
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form .p-apply__form form .tel-fields__number input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .tel-fields__number
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .tel-fields__number
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form .p-apply__form form .tel-fields__number input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .email-fields {
  border-top: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 25px 0;
}
body.app_form .p-apply__form form .email-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .email-fields h5 {
    font-size: 15px;
    width: 90px;
    line-height: 1.4;
  }
}
body.app_form .p-apply__form form .email-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .email-fields h5 .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .email-fields h5 .pc_none {
    display: block;
  }
}
body.app_form .p-apply__form form .email-fields__wrapper {
  font-weight: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.app_form .p-apply__form form .email-fields__wrapper .email-field,
body.app_form .p-apply__form form .email-fields__wrapper .email-confirm-field {
  margin-top: 15px;
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field:first-child,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field:first-child {
  margin-top: 0;
}
body.app_form .p-apply__form form .email-fields__wrapper .email-field input,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 16px 14px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .email-fields__wrapper .email-field input,
  body.app_form
    .p-apply__form
    form
    .email-fields__wrapper
    .email-confirm-field
    input {
    width: 100%;
    min-width: 100%;
  }
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field
  input::-webkit-input-placeholder,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input::-webkit-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field
  input::-moz-placeholder,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input::-moz-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field
  input:-ms-input-placeholder,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input:-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field
  input::-ms-input-placeholder,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input::-ms-input-placeholder {
  color: #888;
}
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-field
  input::placeholder,
body.app_form
  .p-apply__form
  form
  .email-fields__wrapper
  .email-confirm-field
  input::placeholder {
  color: #888;
}
body.app_form .p-apply__form form .email-fields__wrapper .error-message {
  display: block;
  margin-top: 5px;
}
body.app_form .p-apply__form form .check-fields {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}
body.app_form .p-apply__form form .check-fields h5 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .check-fields h5 {
    font-size: 15px;
    width: 90px;
    line-height: 1.4;
  }
}
body.app_form .p-apply__form form .check-fields h5 span {
  color: #ff2e51;
}
body.app_form .p-apply__form form .check-fields h5 .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  body.app_form .p-apply__form form .check-fields h5 .pc_none {
    display: block;
  }
}
body.app_form .p-apply__form form .check-fields__wrapper {
  font-weight: normal;
}
body.app_form .p-apply__form form .check-fields__wrapper input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
body.app_form .p-apply__form form .check-fields__wrapper a {
  margin-left: 8px;
  color: #1274e0;
  border-bottom: #1274e0 solid 1px;
}
body.app_form .p-apply__form form .submit {
  margin-top: 75px;
  text-align: center;
}
body.app_form .p-apply__form form .submit__button {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  height: 44px;
  width: 90px;
  color: #fff;
  border-radius: 34px;
  background-color: #1274e0;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff2e51;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000 !important;
  text-align: center;
  padding: 15px 0;
  color: #222;
  font-size: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff2e51 !important;
  text-align: center;
  padding: 15px 0;
  color: #ff2e51;
  font-size: 20px;
}

.wpcf7-list-item {
  margin: unset !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item.first {
  padding-right: 15px;
}

body.column .p-main__wrapper {
  margin-top: 100px;
}
body.column .p-main__wrapper--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item {
    width: 96%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
body.column .p-main__wrapper--item:not(:first-of-type) {
  margin-top: 50px;
}
body.column .p-main__wrapper--item img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item img {
    width: 100%;
  }
}
body.column .p-main__wrapper--item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.column .p-main__wrapper--item__detail h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail h4 {
    font-size: 20px;
  }
}
body.column .p-main__wrapper--item__detail .title {
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail .title {
    margin-top: 10px;
    font-size: 14px;
  }
}
body.column .p-main__wrapper--item__detail .date {
  margin-top: 20px;
  color: #888;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail .date {
    margin-top: 10px;
    font-size: 14px;
  }
}
body.column .p-main__wrapper--item__detail--category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail--category {
    gap: 20px;
  }
}
body.column .p-main__wrapper--item__detail--category__head {
  width: 150px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail--category__head {
    margin-top: 8px;
  }
}
body.column .p-main__wrapper--item__detail--category__tag {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.column .p-main__wrapper--item__detail--category__tag span {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  border: solid 1px #888;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail--category__tag span {
    font-size: 14px;
    margin-top: 8px;
    margin-right: 8px;
  }
}
body.column .p-main__wrapper--item__detail--category__tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-top: 15px;
  border: solid 1px #888;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__wrapper--item__detail--category__tag a {
    font-size: 14px;
    margin-top: 8px;
    margin-right: 8px;
  }
}
body.column .p-main__wrapper--page {
  font-size: 18px;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.column .p-main__wrapper--page li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
body.column .p-main__wrapper--page li:first-of-type {
  color: #fff;
  background-color: #000;
}
body.column .p-main__wrapper--page .arrow {
  font-size: 32px;
}
body.column .p-main__wrapper--page .wp-pagenavi {
  font-size: 18px;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.column .p-main__wrapper--page .wp-pagenavi .current {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: unset;
}
body.column .p-main__wrapper--page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: unset;
}
body.column .p-main__wrapper--page .wp-pagenavi .nextpostslink {
  font-size: 32px;
}
body.column .p-main__wrapper--page .wp-pagenavi .previouspostslink {
  font-size: 32px;
}
body.column .p-main__categories {
  width: 60%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  body.column .p-main__categories {
    width: 90%;
  }
}
body.column .p-main__categories p {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 14px;
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 40px;
  color: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__categories p {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
body.column .p-main__categories p:first-of-type {
  background-color: #000;
  color: #fff;
}
body.column .p-main__categories a {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 14px;
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 40px;
  color: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  body.column .p-main__categories a {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
body.column .p-main__categories .is-active {
  background-color: #000;
}

.single {
  max-width: 1000px;
  margin: 0 auto;
}
.single .pan {
  margin-top: 50px;
  margin-bottom: 150px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .single .pan {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single .pan__list {
    line-height: 2;
  }
}
.single .pan__list--link {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.single .pan__list--link:not(:last-of-type)::after {
  content: "<";
  position: absolute;
  top: 0;
  right: -25px;
}
.single__news--info__date {
  color: #888;
}
@media screen and (max-width: 768px) {
  .single__news--info__date {
    font-size: 14px;
  }
}
.single__news--info__title {
  margin-top: 30px;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .single__news--info__title {
    font-size: 36px;
  }
}
.single__news--info__category {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .single__news--info__category {
    font-size: 15px;
  }
}
.single__news--info__tag a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  border: solid 1px #888;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  .single__news--info__tag a {
    font-size: 14px;
  }
}
.single__news--info__text {
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .single__news--info__text {
    font-size: 14px;
  }
}
.single__news--image {
  margin-top: 30px;
}
.single__news--image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.single__news--nav {
  font-size: 18px;
  margin-top: 100px;
  margin: 100px auto 0;
  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: 40px;
}
.single__news--nav__next a {
  font-size: 32px;
}
.single__news--nav__prev a {
  font-size: 32px;
}
.single__news--container {
  margin-top: 100px;
}
.single__news--container h3 {
  line-height: 1.05;
  font-size: 30px;
}
.single__news--container h3 span {
  font-size: 20px;
  font-weight: normal;
}
.single__news--container__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .single__news--container__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single__news--container__wrapper a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single__news--container__wrapper a .image-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single__news--container__wrapper a .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.single__news--container__wrapper a p {
  font-size: 18px;
}

.wp-singular .single__news--content h1 {
  font-size: 38px;
  line-height: 1.5em;
  margin: 1.5em 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h1 {
    font-size: 28px;
  }
}
.wp-singular .single__news--content h2 {
  font-size: 22px;
  line-height: 1.5em;
  margin: 1.5em 0 20px;
  color: #fff;
  background-color: #222;
  padding: 0.6em 1em 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h2 {
    font-size: 20px;
  }
}
.wp-singular .single__news--content h3 {
  background: #e5e5e5;
  font-size: 20px;
  margin: 20px auto 5px;
  padding: 0.5em;
  border: 0;
  color: #222;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h3 {
    font-size: 18px;
  }
}
.wp-singular .single__news--content h4 {
  font-size: 18px;
  margin: 1em 0;
  line-height: 1.3em;
  color: #fff;
  padding: 0.5em;
  background-color: #424242;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h4 {
    font-size: 16px;
  }
}
.wp-singular .single__news--content h5 {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.3em;
  color: #222;
  padding: 0.5em;
  background: #dadada;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h5 {
    font-size: 14px;
  }
}
.wp-singular .single__news--content h6 {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.3em;
  color: #fff;
  padding: 0.5em;
  background-color: #424242;
}
@media screen and (max-width: 768px) {
  .wp-singular .single__news--content h6 {
    font-size: 14px;
  }
}
.wp-singular .single__news--content p {
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .wp-singular .c-kv .black {
    color: #222;
  }
}

.p-confirm {
  max-width: 1000px;
  margin: 0 auto;
}
.p-confirm__list {
  margin-top: 50px;
  font-weight: normal;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-confirm__list {
    width: 96%;
    margin: 40px auto 0;
  }
}
.p-confirm__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 15px 0;
}
.p-confirm__list--item:not(:first-of-type) {
  border-top: 1px dashed #ccc;
}
.p-confirm__list--item:last-of-type {
  border-bottom: 1px dashed #ccc;
}
.p-confirm__list--item h5 {
  font-weight: bold;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p-confirm__list--item h5 {
    width: 85px;
  }
}
.p-confirm__list--item h5 .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-confirm__list--item h5 .pc_none {
    display: block;
  }
}
.p-confirm__list--item .name-fields__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list--item .address-fields__wrapper .postal-code-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list--item .address-fields__wrapper .prefecture-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list--item .address-fields__wrapper .city-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list--item .address-fields__wrapper .town-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list--item .address-fields__wrapper .address-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-confirm__list .bottomline {
  border-bottom: 1px dashed #ccc;
}
.p-confirm__list p .wpcf7-form-control.wpcf7-previous {
  margin-top: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-confirm__list p .wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.8;
}
.p-confirm__list .submit {
  text-align: center;
  margin-top: 75px;
}
.p-confirm__list .submit p input {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  height: 44px;
  width: 90px;
  color: #fff;
  border-radius: 34px;
  background-color: #1274e0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-confirm__list .submit p input:hover {
  opacity: 0.8;
}

.wpcf7-list-item-label::before {
  display: none;
}

.thanks-page #smooth-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.thanks-page #smooth-content .p-thanks {
  max-width: 1000px;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  .thanks-page #smooth-content .p-thanks {
    width: 96%;
  }
}
.thanks-page #smooth-content .p-thanks__head {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .thanks-page #smooth-content .p-thanks__head {
    font-size: 30px;
  }
}
.thanks-page #smooth-content .p-thanks__sub {
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .thanks-page #smooth-content .p-thanks__sub {
    font-size: 16px;
    margin-top: 15px;
  }
}
.thanks-page #smooth-content footer {
  margin-top: auto !important;
}

body.error404 .p-error__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
body.error404 .p-error__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  body.error404 .p-error__contents__title {
    font-size: 20px;
  }
}
body.error404 .p-error__contents__description {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.error404 .p-error__contents__description {
    margin-top: 40px;
  }
}
body.error404 .p-error__text {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.error404 .p-error__text {
    font-size: 13px;
  }
}
body.error404 .p-error__text .u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  body.error404 .p-error__text .u-pc-none {
    display: block;
  }
}
body.error404 .p-error .text02 {
  margin-top: 10px;
}

.cta {
  background-color: #1274e0;
  border-radius: 999px;
  font-weight: normal;
}

.cta-line {
  background-color: #06c655;
  padding-top: 1px;
  font-weight: normal;
}

.line_bottom {
  margin-top: 150px;
  text-align: center;
}
.line_bottom--title {
  font-size: 48px;
}
.line_bottom--sub {
  margin-top: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .line_bottom--sub {
    width: 95%;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .line_bottom--sub br {
    display: block;
  }
}
.line_bottom--cta {
  margin: 50px auto 0;
  color: #fff;
  font-size: 18px;
  background-color: #06c655;
  border-radius: 900px;
  height: 44px;
  width: 148px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 1px;
  font-weight: normal;
}
.line_bottom--cta:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .line_bottom--cta {
    margin: 30px auto 0;
  }
}
.line_bottom--cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cta-wrapper {
  text-align: center;
  margin-top: 75px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .cta-wrapper {
    margin-top: 45px;
  }
}

.cta-btn {
  background-color: #1274e0;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 100%;
  padding: 2px 27px 0px 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: normal;
}
.cta-btn:hover {
  opacity: 0.8;
}

.thanksLine {
  color: #1274e0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none; /* 下線が不要な場合 */
}
.thanksLine:hover {
  opacity: 0.8;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 70px;
  }
}

.mt150 {
  margin-top: 150px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.inter {
  font-family: "Inter";
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
/* ==========================================
   サイトマップページ スタイル
========================================== */

/* サイトマップコンテナ */
.sitemap-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px 20px;
}
.wsp-pages-title {
  display: none;
}
.sitemap-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

/* リストのスタイルリセット */
.sitemap-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-container li {
  margin-bottom: 15px;
}

/* 子ページのインデント */
.sitemap-container ul ul {
  margin-top: 10px;
  margin-left: 30px;
}

.sitemap-container ul ul li {
  margin-bottom: 10px;
}

/* リンクのスタイル */
.sitemap-container a {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.sitemap-container a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/* 「サイトマップ」ページ自体を非表示 */
.sitemap-container a[href*="sitemap"] {
  display: none;
}

/* サイトマップのリストアイテムごと非表示にする場合 */
.sitemap-container li:has(a[href*="sitemap"]) {
  display: none;
}
.page-item-1082 {
  display: none;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sitemap-container {
    padding: 20px 15px;
  }

  .sitemap-container h1 {
    font-size: 2rem;
  }

  .sitemap-container ul ul {
    margin-left: 20px;
  }
}
