/*
 * foundation
 */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

html {
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans CJK JP", sans-serif;
  overflow-x: hidden;
}

body.js-active {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 0.595vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6667vw;
  }
}
main {
  overflow-x: hidden;
}

h1 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "Noto Serif JP", sans-serif;
}

h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}

a,
li,
p,
th,
td {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  a,
  li,
  p,
  th,
  td {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.font-red {
  color: #cc0000;
}

.font-bold {
  font-weight: bold;
}

.font18 {
  font-size: 1.8rem;
}

.font24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only-inline {
    display: inline !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.sp-only-table {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only-table {
    display: table-cell !important;
  }
}

/*
  * layout
  */
.l-footer {
  background-color: #f2f2f2;
  padding: 6rem 0 4rem;
}
.l-footer-title {
  margin-bottom: 1.5rem;
}
.l-footer-title p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer-title p {
    font-size: 1.9rem;
  }
}
.l-footer-address {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer-address {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-address p {
    font-size: 1.5rem;
  }
}
.l-footer-wrap {
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-wrap {
    display: block;
  }
}
.l-footer-button {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer-button {
    display: block;
  }
}
.l-footer-item {
  border: #f9ae3b 0.1rem solid;
  background-color: #fff;
  height: 4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  width: 34rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer-item {
    margin-bottom: 1rem;
  }
}
.l-footer-item p {
  color: #f9ae3b;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer-copy {
    margin-top: 3rem;
  }
}
.l-footer-copy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer-copy p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.l-footer-map {
  width: 50rem;
  height: 22rem;
}
@media screen and (max-width: 768px) {
  .l-footer-map {
    width: 34rem;
  }
}
.l-footer-map iframe {
  width: 100%;
  height: 100%;
}

.l-header {
  position: fixed;
  width: 100vw;
  background-color: #fff;
  z-index: 888;
  height: 6.7rem;
}
.l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.l-header__title {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .l-header__title {
    margin-left: 1.8rem;
  }
}
.l-header__menu {
  display: flex;
  margin-right: 3rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
}
.l-header__menu-item {
  border: #f9ae3b 0.1rem solid;
  height: 4.2rem;
  border-radius: 2.1rem;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
}
.l-header__menu-item p {
  color: #f9ae3b;
  font-weight: bold;
}
.l-header__menu-item.-type02 {
  background-color: #f9ae3b;
  padding: 0 2rem 0 4.8rem;
}
.l-header__menu-item.-type02 p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__sidemenu {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu {
    width: 34rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
  }
}
.l-header__sidemenu-dl {
  background-color: #f9ae3b;
  margin-bottom: 1rem;
  padding: 4rem 0 1.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  border-radius: 1.5rem 0 0 1.5rem;
  position: relative;
}
.l-header__sidemenu-dl.-type01::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background-image: url(../image/icon-panph.png);
  background-size: cover;
  position: absolute;
  left: 2.1rem;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu-dl.-type01::before {
    top: 1.1rem;
    left: 1.8rem;
  }
}
.l-header__sidemenu-dl.-type02::before {
  content: "";
  width: 1.5rem;
  height: 2rem;
  background-image: url(../image/icon-recruitment.png);
  background-size: cover;
  position: absolute;
  left: 2.3rem;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu-dl.-type02::before {
    top: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu-dl {
    width: 17rem;
    height: 4rem;
    margin-bottom: 0;
    padding: 0 0 0 2rem;
    border-radius: 0;
  }
  .l-header__sidemenu-dl.-type01 {
    border-radius: 1.5rem 0 0 0;
    border-right: 0.1rem solid #fff;
  }
  .l-header__sidemenu-dl.-type02 {
    border-radius: 0 1rem 0 0;
  }
}
.l-header__sidemenu-dl p {
  color: #fff;
  writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu-dl p {
    writing-mode: unset;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 5rem;
  }
}
.l-header__drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 5rem);
  margin-top: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.l-header__drawer-nav-img {
  position: relative;
}
.l-header__drawer-nav-img.-type01 {
  width: 6.2rem;
  height: 2rem;
}
.l-header__drawer-nav-img.-type02 {
  width: 7.1rem;
  height: 2rem;
}
.l-header__drawer-nav-img.-type03 {
  width: 10.5rem;
  height: 2rem;
}
.l-header__drawer-nav-img.-type04 {
  width: 28.6rem;
  height: 2rem;
}
.l-header__drawer-nav-img.-type05 {
  width: 11.1rem;
  height: 2rem;
}
.l-header__drawer-nav.js-active .l-header__drawer-nav-inner {
  opacity: 1;
}
.l-header__drawer-nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f9ae3b;
  overflow: scroll;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__drawer-nav-menu {
  list-style: none;
  padding-left: 0;
}
.l-header__drawer-nav-menu.-type01 li {
  height: 8rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem #fff solid;
  padding-left: 7rem;
  position: relative;
}
.l-header__drawer-nav-menu.-type01 li::before {
  content: "";
  position: absolute;
}
.l-header__drawer-nav-menu.-type01 li a {
  color: #fff;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", sans-serif;
}
.l-header__drawer-nav-menu.-type02 li {
  background-color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem #cacaca solid;
  padding-left: 2.8rem;
}
.l-header__drawer-nav-menu.-type02 li a {
  color: #f9ae3b;
  font-size: 1.4rem;
}
.l-header__drawer-nav-menu.-type03 li {
  background-color: #ffebc6;
  height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem #cacaca solid;
  padding-left: 7rem;
  position: relative;
}
.l-header__drawer-nav-menu.-type03 li a {
  color: #f9ae3b;
  font-size: 1.4rem;
}
.l-header__drawer-nav-item.-type01::before {
  content: "";
  width: 1.8rem;
  height: 5.3rem;
  background-image: url(../image/menu1-sp.png);
  background-size: cover;
  position: absolute;
  left: 2.8rem;
  bottom: 0.5rem;
}
.l-header__drawer-nav-item.-type02::before {
  content: "";
  width: 2.8rem;
  height: 5.3rem;
  background-image: url(../image/menu2-sp.png);
  background-size: cover;
  position: absolute;
  left: 2.4rem;
  bottom: 0.5rem;
}
.l-header__drawer-nav-item.-type03::before {
  content: "";
  width: 2.8rem;
  height: 5.3rem;
  background-image: url(../image/menu3-sp.png);
  background-size: cover;
  position: absolute;
  left: 2.5rem;
  bottom: 0.5rem;
}
.l-header__drawer-nav-item.-type04::before {
  content: "";
  width: 3.2rem;
  height: 5.3rem;
  background-image: url(../image/menu4-sp.png);
  background-size: cover;
  position: absolute;
  left: 2.3rem;
  bottom: 0.5rem;
}
.l-header__drawer-nav-item.-type05::before {
  content: "";
  width: 2.8rem;
  height: 5.3rem;
  background-image: url(../image/menu5-sp.png);
  background-size: cover;
  position: absolute;
  left: 2.6rem;
  bottom: 0.5rem;
}
.l-header__drawer-nav-item.-type06::before {
  content: "";
  width: 1.9rem;
  height: 1.3rem;
  background-image: url(../image/icon-sp-mail.png);
  background-size: cover;
  position: absolute;
  left: 2.8rem;
  bottom: 1.3rem;
}
.l-header__drawer-nav-item.-type07::before {
  content: "";
  width: 1.5rem;
  height: 2rem;
  background-image: url(../image/icon-sp-recruitment.png);
  background-size: cover;
  position: absolute;
  left: 2.9rem;
  bottom: 1rem;
}
.l-header__drawer-nav-item.-type08::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background-image: url(../image/icon-sp-panph.png);
  background-size: cover;
  position: absolute;
  left: 2.8rem;
  bottom: 1rem;
}
.l-header__drawer-nav-link {
  display: block;
  color: #fff;
}
.l-header__drawer-nav.js-active {
  opacity: 1;
  visibility: visible;
}
.l-header__anchor {
  display: flex;
  background-color: #fff;
  justify-content: center;
  width: 100vw;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  padding: 1.5rem 0;
  border-bottom: #cacaca 0.1rem solid;
  position: absolute;
  top: -6.7rem;
  opacity: 0;
  z-index: 0;
  transition: 0.5s;
}
.l-header__anchor.js-show {
  top: 6.7rem;
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__anchor {
    display: none;
  }
}
.l-header__anchor-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  position: relative;
}
.l-header__anchor-button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: #f9ae3b 0.3rem solid;
  border-right: #f9ae3b 0.3rem solid;
  position: absolute;
  transform: rotate(45deg);
  right: -2rem;
  bottom: 1.7rem;
}
.l-header__anchor-image {
  width: 4rem;
  height: 4rem;
}

.l-header__drawer-button {
  top: 0rem;
  right: 1rem;
  position: fixed;
  width: 7rem;
  height: 5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 0 2rem;
}
.l-header__drawer-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.2rem;
  background-color: #000;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__drawer-button span {
    left: 65%;
    width: 4rem;
  }
}
.l-header__drawer-button span:first-child {
  transform: translate(-50%, calc(-50% - 1rem));
  transition: transform 0.3s ease;
}
.l-header__drawer-button span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.l-header__drawer-button span:last-child {
  transform: translate(-50%, calc(-50% + 1rem));
  transition: transform 0.3s ease;
}
.l-header__drawer-button.js-active {
  background-color: #f9ae3b;
  right: 0;
}
.l-header__drawer-button.js-active span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  .l-header__drawer-button.js-active span:first-child {
    transform: translate(-75%, -50%) rotate(-25deg);
  }
}
.l-header__drawer-button.js-active span:nth-child(2) {
  opacity: 0;
}
.l-header__drawer-button.js-active span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  .l-header__drawer-button.js-active span:last-child {
    transform: translate(-75%, -50%) rotate(25deg);
  }
}

.l-main__container {
  width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-main__container {
    width: 34rem;
  }
}

/*
   * object
   */
.c-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-title {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.c-title.-type01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 {
    margin-bottom: 4rem;
  }
}
.c-title.-type01 .c-title__text-en.-type01 {
  width: 20.8rem;
  height: 6.9rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 .c-title__text-en.-type01 {
    width: 13rem;
    height: 4.2rem;
  }
}
.c-title.-type01 .c-title__text-en.-type02 {
  width: 24.4rem;
  height: 6.9rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 .c-title__text-en.-type02 {
    width: 15rem;
    height: 4.2rem;
  }
}
.c-title.-type01 .c-title__text-en.-type03 {
  width: 35.2rem;
  height: 6.9rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 .c-title__text-en.-type03 {
    width: 22.2rem;
    height: 4.2rem;
  }
}
.c-title.-type01 .c-title__text-en.-type04 {
  width: 95.6rem;
  height: 6.9rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 .c-title__text-en.-type04 {
    width: 23.8rem;
    height: 5.8rem;
  }
}
.c-title.-type01 .c-title__text-en.-type05 {
  width: 37.2rem;
  height: 6.9rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 .c-title__text-en.-type05 {
    width: 23.4rem;
    height: 4.2rem;
  }
}
.c-title.-type02 {
  align-items: center;
}
.c-title.-type02 .c-title__number {
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .c-title.-type02 .c-title__number {
    width: 9rem;
    height: 9rem;
  }
}
.c-title.-type02 h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-title.-type02 h3 {
    width: 24rem;
  }
}
.c-title__number {
  width: 14rem;
  height: 14rem;
}

.c-title__number img {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .c-title__number {
    width: 9rem;
    height: 9rem;
  }
}
.c-title__text-ja h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-title__text-ja h2 {
    font-size: 2.1rem;
  }
}

.c-table.-type01 {
  margin-top: 5rem;
}
.c-table.-type01 .c-table__list {
  border-top: #cacaca solid 0.1rem;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
}
.c-table.-type01 .c-table__list:last-child {
  border-bottom: #cacaca solid 0.1rem;
}
.c-table.-type01 .c-table__list-number {
  margin-top: 1.5rem;
  width: 5rem;
  height: 7rem;
}
.c-table.-type01 .c-table__list-text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-table.-type01 .c-table__list-text {
    width: 28rem;
    padding: 2rem 0;
  }
}
.c-table.-type01 .c-table__list-text p {
  line-height: 1.8;
}
.c-table.-type02 {
  margin-top: 4rem;
}
.c-table.-type02 table {
  border-collapse: separate;
  border-spacing: 1rem 0;
  margin-left: -1rem;
  font-weight: bold;
}
.c-table.-type02 table thead tr th {
  background-color: #ffebc6;
  text-align: center;
  font-weight: bold;
  text-align: center;
  height: 6rem;
  vertical-align: middle;
}
.c-table.-type02 table thead tr th:nth-child(1) {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type02 table thead tr th:nth-child(1) {
    width: 7rem;
  }
}
.c-table.-type02 table thead tr th:nth-child(2) {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type02 table thead tr th:nth-child(2) {
    width: 26rem;
  }
}
.c-table.-type02 table thead tr th:nth-child(3) {
  width: 61rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type02 table thead tr th:nth-child(4) {
    width: 26rem;
  }
}
.c-table.-type02 table tbody tr td {
  height: 6rem;
  vertical-align: middle;
  border-bottom: #cacaca 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .c-table.-type02 table tbody tr td {
    padding: 1.5rem 0;
  }
}
.c-table.-type02 table tbody tr td:nth-child(1) {
  text-align: center;
}

/* 個別相談会の表の文字位置調整 */
.c-table.-type02 table tbody tr td:nth-child(2) {
  font-family: 'Courier New', 'MS Gothic', monospace;
  text-align: left;
  padding-left: 1rem;
  white-space: nowrap;
}

/* 日付部分の数字を右揃えにするための調整 */
.c-table.-type02 table tbody tr td:nth-child(2) {
  position: relative;
}

/* 年月日の数字部分を等幅で表示 */
.c-table.-type02 table tbody tr td:nth-child(2) {
  letter-spacing: 0.05em;
}

.c-table.-type02 table tbody tr td:nth-child(2) .u-ml {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type02 table tbody tr td:nth-child(4) {
    padding-left: 1rem;
  }
}
.c-table.-type03 {
  margin-top: 4rem;
}
.c-table.-type03 table {
  border-collapse: separate;
  border-spacing: 1rem 0.2rem;
  margin-left: -1rem;
}
.c-table.-type03 table tbody tr th {
  background-color: #ffebc6;
  text-align: center;
  font-weight: bold;
  text-align: center;
  height: 6rem;
  width: 24rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table.-type03 table tbody tr th {
    width: 10rem;
  }
}
.c-table.-type03 table tbody tr td {
  height: 6rem;
  width: 99rem;
  vertical-align: middle;
  border-bottom: #cacaca 0.1rem solid;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type03 table tbody tr td {
    width: 23rem;
    padding: 1rem 0 1rem 1rem;
  }
}
.c-table.-type04 table tbody tr td {
  height: 6rem;
  width: 124rem;
  vertical-align: middle;
  border-bottom: #cacaca 0.1rem solid;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type04 table tbody tr td {
    padding: 1rem 0 1rem 1rem;
    height: auto;
    width: 34rem;
  }
}
.c-table.-type05 {
  margin-top: 4rem;
}
.c-table.-type05 .c-table__wrap {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.c-table.-type05 .c-table__number {
  width: 5rem;
  height: 7rem;
}
.c-table.-type05 .c-table__headline {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type05 .c-table__headline {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-table.-type05 .c-table__headline.-type01 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table.-type05 .c-table__headline.-type01:before {
    content: "";
    background-image: url(../image/learning1.png);
    width: 5rem;
    height: 7rem;
    position: absolute;
    background-size: cover;
    top: -1.5rem;
    left: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table.-type05 .c-table__headline.-type02 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table.-type05 .c-table__headline.-type02:before {
    content: "";
    background-image: url(../image/learning2.png);
    width: 5rem;
    height: 7rem;
    position: absolute;
    background-size: cover;
    top: -1.5rem;
    left: -6rem;
  }
}
.c-table.-type05 .c-table__headline p {
  font-weight: bold;
}
.c-table.-type07 {
  margin-top: 4rem;
}
.c-table.-type07 table {
  border-collapse: separate;
  border-spacing: 1rem 0.2rem;
  margin-left: -1rem;
  width: 100%;
}
.c-table.-type07 table tbody tr th {
  background-color: #ffebc6;
  text-align: center;
  font-weight: bold;
  text-align: center;
  height: 6rem;
  width: 24rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table.-type07 table tbody tr th {
    width: 28rem;
  }
}
.c-table.-type07 table tbody tr td {
  height: 6rem;
  vertical-align: middle;
  border-bottom: #cacaca 0.1rem solid;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type07 table tbody tr td {
    padding: 1rem 0 1rem 1rem;
    width: 25rem;
  }
}
.c-table.-type07 table tbody tr td:nth-child(1) {
  width: 36rem;
}
.c-table.-type07 table tbody tr td:nth-child(2) {
  width: 62rem;
}
.c-table.-type08 table {
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table {
    margin-left: 0;
  }
}
.c-table.-type08 table tbody {
  margin-top: 1rem;
}
.c-table.-type08 table tbody tr {
  margin-bottom: 1rem;
}
.c-table.-type08 table tbody tr th {
  padding-bottom: 1.5rem;
}
.c-table.-type08 table tbody tr th p {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr th p {
    font-size: 1.8rem;
  }
}
.c-table.-type08 table tbody tr td {
  display: flex;
}
.c-table.-type08 table tbody tr td .wpcf7-form-control-wrap input {
  border: 0.1rem solid #bbbbbb;
  width: 80rem;
  height: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr td .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.c-table.-type08 table tbody tr td .wpcf7-form-control-wrap .wpcf7-radio input {
  width: auto;
}
.c-table.-type08 table tbody tr td .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr td .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
    width: 100%;
  }
}
.c-table.-type08 table tbody tr td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}
.c-table.-type08 table tbody tr td p .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr td p .wpcf7-list-item {
    margin-bottom: 2rem;
  }
}
.c-table.-type08 table tbody tr td p .postal-code {
  margin-left: 1rem;
}
.c-table.-type08 table tbody tr td p .postal-code input {
  width: 77rem;
}
@media screen and (max-width: 768px) {
  .c-table.-type08 table tbody tr td p .postal-code input {
    width: 92%;
  }
}
.c-table.-type08 table tbody tr td p .required {
  background-color: #f00;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 0.6rem;
  margin-left: 1rem;
  margin-right: 3rem;
  border-radius: 0.2rem;
  display: inline-block;
}
.c-table.-type08 table tbody tr td p .required-white {
  font-size: 1.4rem;
  padding: 0.2rem 0.6rem;
  margin-left: 1rem;
  margin-right: 3rem;
  border-radius: 0.2rem;
  display: inline-block;
  border: 0.1rem solid #000;
}

.c-button.-type01 {
  background-color: #f9ae3b;
  height: 4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  margin-top: 1.5rem;
}
.c-button.-type01 p {
  color: #fff;
  margin-bottom: 0 !important;
}
.c-button.-type01 p input {
  min-width: unset !important;
  padding: 0 !important;
  border-bottom: none !important;
}
.c-button.-type01-large {
  background-color: #f9ae3b;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-type01-large {
    width: 100%;
  }
}
.c-button.-type01-large p {
  color: #fff;
  font-size: 1.6rem;
}
.c-button.-type02 {
  background-color: #f9ae3b;
  height: 4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button.-type02 {
    height: auto;
    background-color: unset;
    border-radius: unset;
  }
}
.c-button.-type02:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: #fff 0.2rem solid;
  border-right: #fff 0.2rem solid;
  position: absolute;
  transform: rotate(45deg);
  right: 1.1rem;
  bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .c-button.-type02:after {
    border-bottom: #000 0.2rem solid;
    border-right: #000 0.2rem solid;
    right: 0.5rem;
    bottom: 1rem;
  }
}
.c-button.-type02 p {
  color: #fff;
  padding: 0 3rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-type02 p {
    color: #000;
    text-decoration: underline;
    padding-right: 2rem;
  }
}

.p-articles__cat {
  border: 0.1rem solid #000;
  width: -moz-fit-content;
  width: fit-content;
}
.p-articles__cat p {
  font-weight: bold;
  margin: 0 2rem;
  line-height: 1.8;
}
.p-articles__title {
  margin-top: 2rem;
}
.p-articles__title h2 {
  font-size: 3.2rem;
  line-height: 1.8;
}
.p-articles__date {
  margin-top: 4rem;
}
.p-articles__date p {
  font-weight: bold;
  line-height: 1.8;
}
.p-articles__content {
  margin-top: 10rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content {
    margin-top: 8rem;
  }
}
.p-articles__content h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.p-articles__content h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.p-articles__content p {
  margin-bottom: 4rem;
  line-height: 1.8;
}
.p-articles__content p a {
  text-decoration: underline;
}
.p-articles__content .wp-block-image {
  width: 100%;
  height: auto;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content .wp-block-image {
    margin-bottom: 8rem;
  }
}
.p-articles__content .wp-block-columns {
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content .wp-block-columns {
    margin-bottom: 8rem;
    flex-flow: column;
    row-gap: 2rem;
  }
}
.p-articles__content .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.p-articles__button {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-articles__button {
    width: 100%;
  }
}
.p-articles__thumbnail {
  width: 59rem;
  height: 37rem;
}
@media screen and (max-width: 768px) {
  .p-articles__thumbnail {
    width: 100%;
    height: auto;
  }
}

#contact {
  padding-left: 1.6rem;
}

#contact .contents-block {
  margin-bottom: 6rem;
}

#contact .grid-wrap {
  gap: 0 17rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

#contact .grid-column {
  flex: 0 0 auto;
}

#contact .contact__label {
  font-size: 2rem;
  font-weight: bold;
}

#contact .contact__label.required span::after {
  content: "*";
  color: #ff0000;
}

#contact input,
#contact textarea {
  min-width: 40rem;
  padding: 1rem 0;
  border-bottom: solid 1px #000000;
}

#contact textarea {
  min-width: 97rem;
}

#contact input[type="checkbox"] {
  display: none;
}

#contact input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 3rem;
}

#contact input[type="checkbox"] + span:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.9rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000000;
  content: "";
}

#contact input[type="checkbox"] + span:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  margin-top: -9px;
  width: 0.9rem;
  height: 1.5rem;
  border-right: 3px solid #f9ae3b;
  border-bottom: 3px solid #f9ae3b;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  z-index: 1;
}

#contact input[type="checkbox"]:checked + span:before {
  opacity: 1;
}

#contact input[type="radio"] {
  display: none;
}

#contact input[type="radio"] + span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 3rem;
}

#contact input[type="radio"] + span:after {
  content: "";
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.9rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #000000;
}

#contact input[type="radio"] + span:before {
  content: "";
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: block;
  margin-top: -0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #f9ae3b;
  opacity: 0;
  z-index: 1;
}

#contact input[type="radio"]:checked + span:before {
  opacity: 1;
}

#contact input:focus {
  outline: none;
}

#contact textarea:focus {
  outline: none;
}

#contact .wpcf7-list-item {
  margin-left: 0;
}

#contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2rem;
}

#contact .submit-arrow {
  position: relative;
}

#contact .submit-arrow input[type="submit"] {
  font-weight: bold;
  min-width: 10rem;
  border-bottom: none;
}

#contact .submit-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2.1rem;
  width: 3.2rem;
  height: 0.5rem;
  background-color: #f9ae3b;
  transition: width 0.4s;
}

#contact .submit-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 0 0 2.1rem;
  border-color: transparent transparent transparent #f9ae3b;
}

#contact .submit-arrow .wpcf7-spinner {
  position: absolute;
}

#contact .submit-arrow:hover::before {
  width: 5.2rem;
}

.wpcf7-response-output {
  color: #ff0000;
  font-size: 1.8rem;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 0 1rem;
  }
  #contact .contents-block {
    margin-bottom: 0;
  }
  #contact .grid-wrap {
    display: block;
  }
  #contact .grid-column {
    margin-top: 6rem;
  }
  #contact input,
  #contact textarea {
    min-width: auto;
    width: 100%;
  }
  #contact input:focus {
    outline: none;
  }
  #contact textarea:focus {
    outline: none;
  }
  #contact .submit-arrow {
    display: inline-block;
  }
  #contact .submit-arrow input[type="submit"] {
    width: auto;
  }
  .wpcf7-response-output {
    margin-top: 1rem;
  }
}
.p-block__1column-wrap {
  padding-top: 14rem;
  margin-top: -14rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-block__1column-wrap {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
.p-block__1column-headline {
  margin-bottom: 4rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-block__1column-headline {
    margin-top: -6.7rem;
    padding-top: 6.7rem;
  }
}
.p-block__1column-anchor {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-block__1column-anchor {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2rem;
  }
}
.p-block__bgyellow {
  background-color: #fff7e8;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  padding: 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-block__bgyellow {
    margin-top: 4rem;
    padding: 2rem 1rem;
  }
}
.p-block__bgyellow-headline {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
}
.p-block__2column.-type01 {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-block__bgyellow-headline {
    font-size: 2rem;
  }
  .p-block__2column.-type01 {
    display: block;
  }
}
.p-block__2column.-type01 .p-block__2column-image {
  flex: 1;
  min-width: 0;
}

.p-block__2column.-type01 .p-block__2column-image.-type01 {
  height: 30.6rem;
}

.p-block__2column.-type01 .p-block__2column-image.-type02 {
  height: 34rem;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .p-block__2column.-type01 .p-block__2column-image.-type01,
  .p-block__2column.-type01 .p-block__2column-image.-type02 {
    width: 100%;
    height: auto;
  }
  .p-block__2column.-type01 .p-block__2column-image.-type02 {
    margin-top: 0;
  }
}

.p-block__2column.-type01 .p-block__2column-image img {
  width: fit-content;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 768px) {
  .p-block__2column.-type01 .p-block__2column-image img {
    width: 100%;
  }
}
.p-block__2column-detail {
  width: 85rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-block__2column-detail {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-block__2column-copy {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column-copy {
    margin-bottom: 4rem;
  }
}
.p-block__2column-copy p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
.p-block__2column-headline {
  margin-bottom: 4rem;
}
.p-block__2column-text {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column-text {
    margin-bottom: 4rem;
  }
}
.p-block__2column.-type02 {
  margin-top: 10rem;
}
.p-block__2column.-type02 .p-block__2column-wrap {
  margin-left: calc(50% - 50vw);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-wrap {
    display: block;
    margin: 0 auto;
  }
}
.p-block__2column.-type02 .p-block__2column-overlap {
  position: relative;
}
.p-block__2column.-type02 .p-block__2column-image.-type01 {
  width: 72rem;
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-image.-type01 {
    width: 100%;
    height: 14rem;
    margin-bottom: 2rem;
  }
}
.p-block__2column.-type02 .p-block__2column-image.-type02 {
  width: 72rem;
  height: 32rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-image.-type02 {
    width: 100%;
    height: 14rem;
    margin-bottom: 2rem;
  }
}
.p-block__2column.-type02 .p-block__2column-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-image-title {
    width: 34rem;
  }
}
.p-block__2column.-type02 .p-block__2column-image-title p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-image-title p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type02 .p-block__2column-item {
    margin-bottom: 4rem;
  }
}
.p-block__2column.-type03 {
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type03 {
    display: block;
  }
}
.p-block__2column.-type03 .p-block__2column-headline {
  border-bottom: #cacaca solid 0.1rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type03 .p-block__2column-headline {
    padding-bottom: 2rem;
  }
}
.p-block__2column.-type03 .p-block__2column-headline p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
.p-block__2column.-type03 .p-block__2column-article {
  border-bottom: #cacaca solid 0.1rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type03 .p-block__2column-article {
    padding: 1.8rem 0;
  }
}
.p-block__2column.-type03 .p-block__2column-date {
  margin-bottom: 1.5rem;
}
.p-block__2column.-type03 .p-block__2column-date p {
  font-weight: bold;
}
.p-block__2column.-type03 .p-block__2column-box {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column.-type03 .p-block__2column-box {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.p-block__2column-note {
  margin-top: 4rem;
}
.p-block__2column-note p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-block__2column-note p {
    font-size: 1.4rem;
  }
}
.p-block__2column-note.-type01 {
  margin-top: 10rem;
}
.p-block__3column {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-block__3column {
    flex-direction: column;
  }
}
.p-block__3column-box {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  .p-block__3column-box {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.p-block__3column-headline {
  border-bottom: #cacaca solid 0.1rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-block__3column-headline {
    padding-bottom: 2rem;
  }
}
.p-block__3column-headline p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
.p-block__3column-article {
  border-bottom: #cacaca solid 0.1rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-block__3column-article {
    padding: 1.8rem 0;
  }
}
.p-block__3column-date {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.p-block__3column-date p {
  font-weight: bold;
}
.p-block__contact {
  margin-left: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-block__contact {
    margin-left: 0;
  }
}
.p-block__contact ol {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-block__contact ol {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-block__contact ol li {
    margin-bottom: 1rem;
  }
}
.p-block__contact h4 {
  font-size: 2rem;
  font-weight: bold;
}
.p-block__letter {
  margin-bottom: 8rem;
}
.p-block__letter-inner {
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-block__letter-inner {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-block__letter-headline {
  border-bottom: #cacaca solid 0.1rem;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-block__letter-headline {
    margin-bottom: 2.5rem;
  }
}
.p-block__letter-headline p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-block__letter-headline p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-block__letter-wrapper {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-block__letter-wrapper {
    width: 16.5rem;
  }
}
.p-block__letter-thumbnail {
  width: 30rem;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  .p-block__letter-thumbnail {
    width: 16.5rem;
    height: 14.3rem;
    margin-top: 0;
  }
}
.p-block__letter-date {
  font-size: 1.5rem;
}
.p-block__letter-article {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-block__letter-article {
    padding: 1rem 0;
  }
}

.p-section__mv {
  width: 100vw;
  height: 53.6vw;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-section__mv {
    height: 50.6rem;
    width: 34rem;
    padding-top: 5rem;
    margin: 0 auto;
  }
}
.p-section__emergency {
  width: 92rem;
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  .p-section__emergency {
    width: 34rem;
    margin-bottom: 6rem;
  }
}
.p-section__emergency-img {
  width: 12.4rem;
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__emergency-img {
    width: 12rem;
    height: 3rem;
  }
}
.p-section__emergency-wrap {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__emergency-wrap {
    flex-wrap: wrap;
    row-gap: 2rem;
    margin-bottom: 3.5rem;
  }
}
.p-section__emergency-date p {
  color: #cc0000;
}
.p-section__emergency-text p {
  color: #cc0000;
}
.p-section__news {
  margin-bottom: 20rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__news {
    margin-bottom: 10rem;
    margin-top: -6.7rem;
    padding-top: 6.7rem;
  }
}
.p-section__anchor {
  width: 116rem;
  margin: 0 auto 14rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-section__anchor {
    width: 34rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.p-section__anchor-button {
  width: 16rem;
  height: 16rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__anchor-button {
    width: 6rem;
    height: 6rem;
  }
}
.p-section__anchor-image {
  width: 16rem;
  height: 16rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__anchor-image {
    width: 6rem;
    height: 6rem;
  }
}
.p-section__anchor-text {
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-section__anchor-text {
    width: 6rem;
    top: 6.5rem;
  }
  .p-section__anchor-text:after {
    content: "";
    position: absolute;
    background-image: url(../image/anchor-arrow-sp.png);
    width: 2rem;
    height: 1.3rem;
    background-size: cover;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.p-section__anchor-text p {
  overflow: visible;
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-section__anchor-text p {
    font-size: 1.1rem;
    white-space: wrap;
    text-align: center;
  }
}
.p-section__about {
  margin-bottom: 20rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__about {
    margin-bottom: 10rem;
    margin-top: -6.7rem;
    padding-top: 6.7rem;
  }
}
.p-section__learning {
  margin-bottom: 20rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__learning {
    margin-top: -6.7rem;
    padding-top: 6.7rem;
    margin-bottom: 8rem;
  }
}
.p-section__individual {
  margin-bottom: 20rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__individual {
    margin-bottom: 10rem;
    margin-top: -6.7rem;
    padding-top: 6.7rem;
  }
}
.p-section__overview {
  margin-bottom: 20rem;
  margin-top: -13.7rem;
  padding-top: 13.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__overview {
    margin-bottom: 10rem;
    margin-top: -6.7rem;
    padding-top: 6.7rem;
  }
}
.p-section__single {
  padding-top: 16rem;
  margin-bottom: 20rem;
}
.p-section__single-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-section__single-inner {
    flex-direction: column;
  }
}
.p-section__single-wrapper {
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .p-section__single-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-section__single {
    padding-top: 11rem;
    margin-bottom: 10rem;
  }
}

.u-border-top {
  border-top: #cacaca 0.1rem solid;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-before-01 {
  position: relative;
}
.u-before-01::before {
  content: "";
  width: 1.8rem;
  height: 1.3rem;
  background-image: url(../image/icon-mail.png);
  background-size: contain;
  position: absolute;
  left: 2.3rem;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .u-before-01::before {
    top: 1.1rem;
  }
}
.u-before-02 {
  position: relative;
}
.u-before-02::before {
  content: "";
  width: 1.5rem;
  height: 2rem;
  background-image: url(../image/icon-recruitment.png);
  background-size: contain;
  position: absolute;
  left: 2.3rem;
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-before-02::before {
    top: 1.1rem;
  }
}
.u-before-03 {
  position: relative;
}
.u-before-03::before {
  content: "";
  width: 1.7rem;
  height: 2rem;
  background-image: url(../image/icon-panph.png);
  background-size: contain;
  position: absolute;
  left: 2.1rem;
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-before-03::before {
    top: 1.1rem;
    left: 0.9rem;
  }
}

.u-mt-25 {
  margin-top: 2.5rem;
}

.u-m-50 {
  margin: 5rem auto;
}

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

.u-ml {
  margin-left: 0.9rem;
}

.u-ml2 {
  margin-left: 1.8rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-response-output {
  margin-top: 2.25rem;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sidemenu a:only-child .l-header__sidemenu-dl {
    width: 34rem;
    border-radius: 1rem 1rem 0 0;
  }
  .l-header__sidemenu a:only-child .l-header__sidemenu-dl::before {
    left: 7.2rem;
  }
  .l-header__sidemenu a:only-child .l-header__sidemenu-dl br {
    display: none;
  }
}

.l-header__sidemenu .num {
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .l-header__sidemenu .num {
    text-orientation: upright;
  }
}

.hedding_notice {
  color: #f30100;
  font-size: 2rem;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 1rem;
}

.c-title__text-ja h2.uniq {
  font-size: 2.4rem;
}

/*# sourceMappingURL=styles.css.map */
/* Orange List Component */
.c-orange-list {
  margin: 2rem 0 6rem;
}

.c-orange-list__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.c-orange-list__item:last-child {
  margin-bottom: 0;
}

.c-orange-list__number {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #f9ae3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 2px;
}

.c-orange-list__text {
  flex: 1;
  line-height: 1.6;
}

.c-orange-list__text p {
  margin: 0;
} /* Pol
icy List Component */
.c-policy-list {
  margin: 20px 0;
}

.c-policy-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.c-policy-list__item {
  background-color: #f8f9fa;
  border: 2px solid #f9ae3b;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.c-policy-list__description {
  line-height: 1.6;
  margin-bottom: 15px;
}

.c-policy-list__teacher-note {
  background-color: #fff8f5;
  border-left: 4px solid #f9ae3b;
  padding: 15px;
  margin-top: 15px;
  border-radius: 0 8px 8px 0;
}

.c-policy-list__teacher-note p {
  margin: 0;
  font-style: italic;
  color: #555;
}
/* Learning Features Component */
.c-learning-features {
  margin: 20px 0;
}

.c-learning-features__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.c-learning-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-learning-features__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.c-learning-features__item:last-child {
  border-bottom: none;
}

.c-learning-features__number {
  flex-shrink: 0;
  color: #f9ae3b;
  font-weight: bold;
  font-size: 48px;
  margin-right: 20px;
  margin-top: -5px;
  line-height: 1;
}

.c-learning-features__text {
  flex: 1;
  line-height: 1.6;
  padding-top: 8px;
}

.c-learning-features__text p {
  margin: 0;
}

.c-learning-features__text .font-red {
  color: #e74c3c;
  font-weight: bold;
} /* Learn
ing Schedule Component */
.c-learning-schedule {
  margin: 60px 0 30px;
}

.c-learning-schedule__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.c-learning-schedule__description {
  margin-bottom: 20px;
  line-height: 1.6;
}

.c-learning-schedule__table-wrapper {
  overflow-x: auto;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}

.c-learning-schedule__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
}

.c-learning-schedule__table th,
.c-learning-schedule__table td {
  width: 16.66%;
}

.c-learning-schedule__table th {
  background-color: #f9ae3b;
  color: white;
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  font-size: 14px;
}

.c-learning-schedule__table td {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.c-learning-schedule__table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.c-learning-schedule__note {
  background-color: #fff8f5;
  border-left: 4px solid #f9ae3b;
  padding: 15px;
  margin-top: 15px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

.c-learning-schedule__note p {
  margin: 0;
}

@media (max-width: 768px) {
  .c-learning-schedule__table {
    font-size: 12px;
  }

  .c-learning-schedule__table th,
  .c-learning-schedule__table td {
    padding: 8px 4px;
  }
}

/* Subject Table Component */
.c-subject-table {
  margin: 30px 0;
}

.c-subject-table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}

.c-subject-table__table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
}

.c-subject-table__table th {
  background-color: #f9ae3b;
  color: white;
  padding: 10px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.c-subject-table__table .subject-header {
  background-color: #ffb366;
  font-size: 16px;
  font-weight: bold;
}

.c-subject-table__table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.3;
}

.c-subject-table__table td:empty {
  background-color: #f5f5f5;
}

.c-subject-table__table .category-cell {
  background-color: #ffeee6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.c-subject-table__table .subject-name {
  text-align: left;
  padding-left: 12px;
  background-color: #fff;
}

.c-subject-table__table .required-mark {
  color: #e74c3c;
  font-weight: bold;
}

.c-subject-table__table .elective-mark {
  color: #3498db;
  font-weight: bold;
}

.c-subject-table__table tr:hover {
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  .c-subject-table__table {
    font-size: 12px;
    min-width: 900px;
  }

  .c-subject-table__table th,
  .c-subject-table__table td {
    padding: 6px 4px;
    font-size: 1.4rem;
  }
}
/* Subtitle Component */
.c-subtitle {
  color: #e74c3c;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 4px solid #e74c3c;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .c-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
} /* Numbere
d List Component */
.c-numbered-list {
  margin-top: 2rem;
}

.c-numbered-list__item {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.c-numbered-list__item:last-child {
  margin-bottom: 0;
}

.c-numbered-list__title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.c-numbered-list__sub-list {
  margin-left: 20px;
  margin-top: 10px;
}

.c-numbered-list__sub-item {
  margin-bottom: 8px;
  line-height: 1.6;
}

.c-numbered-list__sub-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-numbered-list__sub-list {
    margin-left: 15px;
  }
}
/* Three Policies Component */
.c-three-policies {
    margin: 60px 0;
}

.c-three-policies__container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .c-three-policies__container {
        flex-direction: column;
        gap: 40px;
    }
}

.c-three-policies__column {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.c-three-policies__header {
    background-color: #f9ae3b;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.c-three-policies__content {
    padding: 25px 20px;
}

.c-three-policies__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-three-policies__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.c-three-policies__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.c-three-policies__number {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: #f9ae3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
}

.c-three-policies__text {
    flex: 1;
    line-height: 1.6;
    font-size: 16px;
}

.c-three-policies__text p {
    margin: 0;
}

@media (max-width: 768px) {
    .c-three-policies__header {
        font-size: 16px;
        padding: 15px;
    }
    
    .c-three-policies__content {
        padding: 20px 15px;
    }
    
    .c-three-policies__text {
        font-size: 14px;
    }
}/*
 個別相談会の表の日付フォーマット調整 */
.c-table.-type02 table tbody tr td:nth-child(2) {
  font-variant-numeric: tabular-nums;
  text-align: left;
}

/* 日付の各部分を等幅で表示 */
.c-table.-type02 table tbody tr td:nth-child(2) {
  font-feature-settings: "tnum";
}

@media screen and (max-width: 768px) {
  .c-table.-type02 table tbody tr td:nth-child(2) {
    font-size: 1.4rem;
  }
}