@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* ↑↑ reset.css ↑↑ */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.l-header {
  width: 100%;
}
.l-header__logo-inner {
  width: 100%;
  max-width: 116rem;
  margin-inline: auto;
  padding-inline: 4rem;
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-inner {
    height: 6.6rem;
    padding-inline: 1rem;
    display: flex;
    align-items: flex-end;
  }
}
.l-header__logo {
  width: 54rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 30rem;
    height: auto;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  background-color: #000079;
}
.l-header__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 116rem;
  padding-inline: 4rem;
  width: 100%;
  height: 5rem;
  margin-inline: auto;
}
.l-header__nav-item {
  border-right: 0.2rem solid #f8b500;
}
.l-header__nav-item:first-child {
  border-left: 0.2rem solid #f8b500;
}
.l-header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  height: 5rem;
  color: #ffff7d;
  font-size: 1.8rem;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.l-header__nav-link:hover {
  background-color: #f8b500;
  color: #000079;
}

.l-footer {
  width: 100%;
  height: 5rem;
  background: #000079;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 4rem;
  }
}
.l-footer::before, .l-footer::after {
  content: "";
  position: absolute;
  top: -6.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer::before, .l-footer::after {
    top: -4rem;
  }
}
.l-footer::before {
  background: url(../img/common/footer-01.svg) no-repeat center center/cover;
  width: 6.8rem;
  height: 7.4rem;
  left: max(0rem, (100vw - 110rem) / 2);
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    width: 4rem;
    height: 4.6rem;
    left: 1.6rem;
  }
}
.l-footer::after {
  background: url(../img/common/footer-02.svg) no-repeat center center/cover;
  width: 6.8rem;
  height: 7.4rem;
  right: max(0rem, (100vw - 110rem) / 2);
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    width: 4rem;
    height: 4.6rem;
    right: 1.6rem;
  }
}
.l-footer__copyright {
  padding-top: 1.8rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    padding-top: 1.3rem;
  }
}

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

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

.c-page-top {
  position: fixed;
  z-index: 99;
  background: url(../img/common/to-top.svg) no-repeat center center/cover;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  bottom: 2rem;
  right: max(1.6rem, 50% - 62rem);
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 1rem;
    bottom: 9rem;
  }
}
.c-page-top.js-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-page-top.js-show:hover {
  opacity: 0.7;
}

body.is-drawer-open {
  overflow: hidden;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 6rem;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.drawer__icon {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}
.drawer__icon--bar {
  position: absolute;
  left: 50%;
  width: 4rem;
  height: 0.2rem;
  background: #000079;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.drawer__icon--bar:nth-of-type(1) {
  top: 1.8rem;
}
.drawer__icon--bar:nth-of-type(2) {
  top: 3rem;
}
.drawer__icon--bar:nth-of-type(3) {
  top: 4.2rem;
}
.drawer__icon-text {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.drawer__icon-text::before {
  content: "MENU";
}
.drawer__icon.js-show {
  background: #000079;
}
.drawer__icon.js-show .drawer__icon--bar {
  background: #ffff7d;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  top: 3rem;
  transform: translateX(-50%) rotate(45deg);
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  top: 3rem;
  transform: translateX(-50%) rotate(-45deg);
}
.drawer__icon.js-show .drawer__icon-text {
  color: #000079;
}
.drawer__icon.js-show .drawer__icon-text::before {
  content: "CLOSE";
}
.drawer__body {
  min-height: 100%;
  padding: 4.8rem 3rem 5rem;
  min-height: 29rem;
  background: rgba(0, 0, 121, 0.8);
  color: #ffff7d;
}
.drawer__list {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  font-size: 1.8rem;
}
.drawer__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  color: #ffff7d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.drawer__link::before {
  content: "";
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.2rem solid #ffff7d;
  border-right: 0.2rem solid #ffff7d;
  transform: rotate(45deg);
}
.drawer__item {
  position: relative;
}
.drawer__item-head {
  display: flex;
  gap: 1.6rem;
  align-items: start;
}
.drawer__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.drawer__logo {
  width: 5rem;
}
.drawer__content {
  padding-top: 1.8rem;
}
.drawer__title {
  display: inline-block;
  color: #000079;
  font-size: 1.6rem;
  font-weight: 500;
}
.drawer__toggle {
  position: relative;
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #000079;
}
.drawer__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/common/common05.svg) no-repeat center center/cover;
}
.drawer .drawer__item.is-open .drawer__toggle::before {
  transform: translateY(-50%) rotate(0deg);
}
.drawer__sub-list {
  display: none;
  margin-top: 2.2rem;
  flex-direction: column;
  gap: 1.2rem;
}
.drawer__item.is-open .drawer__sub-list {
  display: flex;
}
.drawer__sub-link {
  display: inline-flex;
  align-items: center;
  color: #000079;
  font-size: 1.6rem;
  font-weight: 500;
}
.drawer__sub-link::before {
  content: "→";
  margin-right: 0.6rem;
}
.drawer__instagram {
  display: block;
  width: 3.6rem;
}
.drawer__decoration {
  width: 24rem;
  margin-inline: auto;
  margin-top: 2rem;
}
.drawer__bottom-links {
  margin-top: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
}
.drawer__bottom-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000079;
  font-size: 1.6rem;
  font-weight: 500;
}
.drawer__bottom-link::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.drawer__bottom-link--access::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/common/common03.svg);
}
.drawer__bottom-link--recruit::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/common/common04.svg);
}

.c-inner {
  padding-inline: 2rem;
  max-width: 112rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 1.6rem;
  }
}

.c-template__info {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-template__info {
    margin-top: 2rem;
  }
}
.c-template__info-body {
  margin-top: 3.2rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-template__info-body {
    margin-top: 2rem;
    padding-left: 0;
  }
}
.c-template__info-body-text {
  line-height: 1.56;
}
.c-template__info-item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  column-gap: 2.6rem;
  align-items: start;
  line-height: 1.56;
}
.c-template__info-item:not(:first-child) {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-template__info-item {
    grid-template-columns: 9rem 1fr;
    column-gap: 1.2rem;
  }
}
.c-template__info-head {
  position: relative;
  font-weight: 400;
}
.c-template__info-head::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.c-template__info-desc {
  overflow-wrap: anywhere;
}
.c-template__info-desc a {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #0066cc;
}
.c-template__info-desc a:hover {
  opacity: 0.7;
}

.c-section-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 1.8rem 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.c-page-mv {
  background-color: #fff;
  position: relative;
}
.c-page-mv__image {
  width: 100%;
  min-height: 22rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__image {
    min-height: 7rem;
  }
}
.c-page-mv__image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.c-page-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 700;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-page-mv__title {
    font-size: 2.8rem;
  }
}

.c-button-wrap {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .c-button-wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-button-wrap .c-button-link {
  border-radius: 99rem;
  min-width: 40rem;
  padding-block: 2rem;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-button-wrap .c-button-link {
    min-width: 100%;
    font-size: 2rem;
  }
}
.c-button-wrap .c-button-link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
}
.c-button-wrap .c-button-link--site {
  background: #1464aa;
}
.c-button-wrap .c-button-link--site::after {
  background: url(../img/common/icon-site01.svg) no-repeat center center/contain;
}
.c-button-wrap .c-button-link--pdf {
  background: #dc4b3c;
}
.c-button-wrap .c-button-link--pdf::after {
  background: url(../img/common/icon-pdf01.svg) no-repeat center center/contain;
}

.c-yellow-line {
  position: relative;
  display: inline-block;
}
.c-yellow-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: -1;
  width: 100%;
  height: 1rem;
  background: #ffff9b;
}/*# sourceMappingURL=common.css.map */