@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
}

html {
  min-width: 375px;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 62.5%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: normal;
  color: #414141;
}
@media (max-width: 48em) {
  html {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    min-width: unset;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  body.is-hidden {
    overflow: hidden;
  }
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  margin: 0;
}

cite,
dfn,
em,
i,
var {
  font-style: inherit;
}

small {
  font-size: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
a:hover {
  opacity: 0.5;
}
a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
}

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

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

img {
  max-width: 100%;
}

.c-footer {
  padding-top: 75px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-footer {
    padding-top: 6.6666666667vw;
  }
}

.c-footer__container {
  max-width: 1100px;
  margin: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__container {
    padding: 0 3.90625vw;
  }
}

.c-footer__container,
.c-footer__navi,
.c-footer__navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-footer__container {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .c-footer__logo {
    width: 13.0666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-footer__navi {
    display: block;
    margin-top: 6.6666666667vw;
  }
}

.c-footer__navi-wrap .c-footer__navi-items + .c-footer__navi-items {
  margin-left: 34px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__navi-wrap .c-footer__navi-items + .c-footer__navi-items {
    margin-left: 3.3203125vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-wrap .c-footer__navi-items + .c-footer__navi-items {
    margin-left: 6vw;
  }
}

.c-footer__logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 44px;
  margin-right: 44px;
  border-right: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1024px) {
  .c-footer__logo_wrap {
    padding-right: 4.296875vw;
    margin-right: 4.296875vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__logo_wrap {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
  }
}

.c-footer__logo {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .c-footer__logo {
    margin-right: 2.6666666667vw;
  }
}

.c-footer__logo-text {
  font-size: 1.4rem;
}
.c-footer__logo-text span {
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .c-footer__logo-text {
    font-size: 1.1rem;
  }
}

.c-footer__navi-group {
  font-size: 1.4rem;
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__navi-group {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-group {
    border-top: 1px solid #E5E5E5;
    padding: 5.3333333333vw 0;
    margin-left: 0;
  }
}
.c-footer__navi-group:first-child {
  margin-left: 0;
}

.c-footer__navi-group:last-child {
  margin-left: 48px;
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-group:last-child {
    margin-left: 0;
  }
  .c-footer__navi-group:last-child .c-footer__navi-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer__navi-group:last-child .c-footer__navi-in {
    width: 50%;
  }
  .c-footer__navi-group:last-child .c-footer__navi-in:nth-child(2) {
    margin-top: 0;
  }
}

.c-footer__navi-link {
  text-decoration: underline;
}

.c-footer__navi-items {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-items {
    margin-top: 2.6666666667vw;
  }
}

.c-footer__navi-item {
  margin-top: 20px;
}
.c-footer__navi-item:first-child {
  margin-top: 0;
}

.c-footer__navi-item-link {
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-item-link {
    padding-left: 4.6666666667vw;
  }
}
.c-footer__navi-item-link::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #b4b4b4;
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-item-link::before {
    width: 3.0666666667vw;
  }
}

.c-footer__navi-out .c-footer__navi-item-link {
  color: #414141;
  padding-right: 20px;
}
.c-footer__navi-out .c-footer__navi-item-link::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 13px;
  height: 10px;
  background: url("../images/components/hf_window_icon.png") no-repeat center;
}
@media only screen and (max-width: 768px) {
  .c-footer__navi-out .c-footer__navi-item-link {
    padding-right: 4.6666666667vw;
  }
}
.c-footer__navi-out .c-footer__navi-item-link--long {
  line-height: 1.8333333333;
}
.c-footer__navi-out .c-footer__navi-item-link--long::after {
  top: unset;
  right: 25px;
  bottom: 2px;
}

@media only screen and (max-width: 768px) {
  .c-footer__navi-link,
.c-footer__navi-text {
    font-size: 1.4rem;
  }
}

.c-footer__pagetop {
  position: absolute;
  top: -10px;
  right: -60px;
}
@media only screen and (max-width: 1440px) {
  .c-footer__pagetop {
    top: -2.0833333333vw;
    right: 0.6944444444vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__pagetop {
    top: -6.8359375vw;
    right: 0.9765625vw;
    width: 5.2734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__pagetop {
    top: -0.9765625vw;
    right: 2.9296875vw;
    width: 6.8359375vw;
  }
}

.c-footer__copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 30px 0 40px;
  margin-top: 60px;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .c-footer__copy {
    font-size: 1rem;
    padding: 5.3333333333vw 0;
    margin-top: 0;
  }
}

.c-header {
  position: fixed;
  z-index: 999;
  top: 14px;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1254px;
  margin: auto;
  border-radius: 47px;
  background-color: #fff;
  -webkit-box-shadow: 0 11px 11px rgba(145, 145, 145, 0.19);
  box-shadow: 0 11px 11px rgba(145, 145, 145, 0.19);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media only screen and (max-width: 768px) {
  .c-header {
    display: none;
  }
}
.c-header.fixed {
  width: 98%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-header.fixed {
    width: 100%;
  }
}

.c-header__sp {
  position: fixed;
  z-index: 999;
  top: 3.7333333333vw;
  left: 0;
  right: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-header__sp {
    display: block;
  }
}

.c-header__bar {
  position: relative;
  z-index: 999;
  padding: 3.3333333333vw 5.3333333333vw;
  width: 94.6666666667vw;
  margin: auto;
  border-radius: 47px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(145, 145, 145, 0.19);
  box-shadow: 0 3px 3px rgba(145, 145, 145, 0.19);
}

.c-header__container {
  width: 1180px;
  margin: auto;
  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: 1280px) {
  .c-header__container {
    width: 100%;
  }
}

.c-header__logo {
  width: 26.9491525424%;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .c-header__logo {
    width: 56.8vw;
  }
}

.c-navi__wrap,
.c-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-navi__wrap,
.c-navi__items {
    display: block;
  }
}

.c-navi {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .c-navi {
    position: absolute;
    top: -4vw;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100vh;
    padding: 28vw 5.3333333333vw 21.3333333333vw;
    margin-right: 0;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #E8F1FC;
    -webkit-overflow-scrolling: touch;
  }
  .c-navi.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.c-navi__item {
  padding-right: 47px;
  margin-right: 44px;
}
@media only screen and (max-width: 1440px) {
  .c-navi__item {
    padding-right: 3.125vw;
    margin-right: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-navi__item {
    position: relative;
    padding: 0 0 4vw;
    margin: 0 0 4vw;
    border-bottom: 1px solid #d5deed;
  }
}
.c-navi__item:last-child {
  margin-right: 0;
}
.c-navi__item:last-child .c-navi__item-link::after {
  display: none;
}
.c-navi__item:hover .c-navi__item-link {
  opacity: 1;
}
.c-navi__item:hover .c-navi__item-link::before {
  opacity: 1;
}

.c-navi__item-link {
  display: block;
  position: relative;
  color: #000;
  padding: 35px 0;
}
.c-navi__item-link::after {
  position: absolute;
  top: 35px;
  right: -45px;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 1440px) {
  .c-navi__item-link::after {
    right: -3.125vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-navi__item-link::after {
    right: -2.9296875vw;
  }
}
.c-navi__item-link.current::before, .c-navi__item-link::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 86px;
  height: 5px;
  background-color: #E34790;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-navi__item-link.current::before {
  opacity: 1;
}

.c-navi__mail {
  display: block;
  border-radius: 47px;
  border: 1px solid #E34790;
  background-color: #E34790;
}
.c-navi__mail:hover {
  opacity: 1;
  background-color: #fff;
}
.c-navi__mail:hover .c-navi__mail-text {
  color: #E34790;
  background-image: url("../images/components/header_mail_icon-on.png");
}
@media only screen and (max-width: 768px) {
  .c-navi__mail {
    display: none;
  }
}

.c-navi__mail-text {
  color: #fff;
  display: inline-block;
  padding: 10px 33px 10px 66px;
  background: url("../images/components/header_mail_icon.png") no-repeat center left 18%;
  background-size: 26px;
}

.c-subnavi__body {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1250px;
  opacity: 0;
  margin: auto;
  visibility: hidden;
  padding-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__body {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-subnavi__body {
    padding-top: 2.9296875vw;
  }
}
.c-subnavi__body.is-active {
  opacity: 1;
  visibility: visible;
}

.c-subnavi {
  z-index: 1;
  padding: 50px 80px 58px;
  max-width: 1250px;
  margin: auto;
  border-radius: 47px;
  background-color: #fff;
  -webkit-box-shadow: 0 11px 11px rgba(145, 145, 145, 0.19);
  box-shadow: 0 11px 11px rgba(145, 145, 145, 0.19);
}
@media only screen and (max-width: 1440px) {
  .c-subnavi {
    padding: 1.7361111111vw 3.4722222222vw 2.7777777778vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-subnavi {
    padding: 2.44140625vw 4.8828125vw 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-subnavi {
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: transparent;
  }
}

.c-subnavi__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 29.652173913%;
}
@media only screen and (max-width: 768px) {
  .c-subnavi__title {
    width: 100%;
  }
  .c-subnavi__title::before, .c-subnavi__title::after {
    position: absolute;
    top: 4.6666666667vw;
    right: 0;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #E34790;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-subnavi__title::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-subnavi__title.is-open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .c-subnavi__title--business img {
    width: 44.4vw;
  }
  .c-subnavi__title--company img {
    width: 47.0666666667vw;
  }
}

.c-subnavi__wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__wrap {
    margin-top: 1.3888888889vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-subnavi__wrap {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-subnavi__wrap {
    padding: 5.3333333333vw;
    margin-top: 5.0666666667vw;
    background-color: #fff;
  }
}

.c-subnavi__wrap-sp {
  width: 100%;
}

.c-subnavi__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.2385321101%;
  margin-top: 65px;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__group {
    margin-top: 2.4305555556vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group {
    display: block;
    width: 100%;
    margin-top: 8vw;
  }
}
.c-subnavi__group:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group:nth-child(2) {
    margin-top: 8vw;
  }
}

.c-subnavi__group-img {
  margin-right: 30px;
  width: 170px;
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group-img {
    display: none;
  }
}

.c-subnavi__group-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 304px;
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group-links {
    width: 100%;
  }
}

.c-subnavi__group-recruit .c-subnavi__group-title {
  background-image: url("../images/components/icon_recruit@2x.png");
}

.c-subnavi__group-kaigo .c-subnavi__group-title {
  background-image: url("../images/components/icon_kaigo@2x.png");
}

.c-subnavi__group-school .c-subnavi__group-title {
  background-image: url("../images/components/icon_school@2x.png");
}

.c-subnavi__group-support .c-subnavi__group-title {
  background-image: url("../images/components/icon_support@2x.png");
}

.c-subnavi__group-title {
  color: #E34790;
  font-size: 2rem;
  padding: 10px 0 10px 60px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 44px;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__group-title {
    padding: 0.6944444444vw 0 0.6944444444vw 4.1666666667vw;
    background-size: 3.0555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group-title {
    font-size: 1.4rem;
    padding: 0.6944444444vw 0 0.6944444444vw 5.5555555556vw;
    background-size: 4.2361111111vw;
  }
}

.c-subnavi__group-items {
  margin-top: 15px;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__group-items {
    margin-top: 1.0416666667vw;
  }
}

.c-subnavi__group-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  border-top: 1px solid #D5DEED;
}
.c-subnavi__group-item:last-child {
  border-bottom: 1px solid #D5DEED;
}

.c-subnavi__group-item-link {
  padding: 15px 15px 15px 0;
  display: block;
  background: url("../images/components/hf_window_icon.png") no-repeat center right;
  background-size: 4.2763157895%;
}
span.c-subnavi__group-item-link {
  background: none;
}

.c-subnavi__group-item-link--long {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1440px) {
  .c-subnavi__group-item-link {
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-subnavi__group-item-link {
    padding: 1.875vw 1.0416666667vw 1.875vw 0;
  }
}

.c-subnavi__company .c-subnavi__wrap {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.c-subnavi__company .c-subnavi__group-item {
  font-size: 1.2rem;
  padding: 5.3333333333vw 0;
  position: relative;
}
.c-subnavi__company .c-subnavi__group-item::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "";
  width: 15px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url("../images/components/btn_arrow.svg") no-repeat center right;
  background-size: 15px;
}
.c-subnavi__company .c-subnavi__group-item:hover::before {
  right: 0;
}
.c-subnavi__company .c-subnavi__group-item a {
  display: block;
}
.c-subnavi__company .c-subnavi__group-item:first-child {
  border-top: none;
}
.c-subnavi__company .c-subnavi__group-item:last-child {
  border-bottom: none;
}

.c-header__hamburger {
  display: inline-block;
  position: relative;
  top: 5.8666666667vw;
  right: 10.6666666667vw;
  width: 6.9333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  z-index: 999;
}
.c-header__hamburger.is-active .c-header__hamburger-icon {
  background: transparent;
}
.c-header__hamburger.is-active .c-header__hamburger-icon::before {
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header__hamburger.is-active .c-header__hamburger-icon::after {
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-header__hamburger-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #E34790;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-header__hamburger-icon::before, .c-header__hamburger-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #E34790;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__hamburger-icon::before {
  margin-top: -10px;
}
.c-header__hamburger-icon::after {
  margin-top: 8px;
}

.p-cv {
  color: #fff;
  padding: 45px 15px 50px;
  background-color: #E34790;
}
@media only screen and (max-width: 768px) {
  .p-cv {
    padding: 11.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}

.p-cv__container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}

.p-cv_title {
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-cv_title {
    font-size: 2.3rem;
  }
}

.p-cv__lead {
  font-size: 1.5rem;
  margin-top: 9px;
  text-align: center;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .p-cv__lead {
    font-size: 1.2rem;
    margin-top: 3.3333333333vw;
    text-align: left;
    letter-spacing: 0.02em;
  }
}

.p-cv__group {
  margin-top: 32px;
  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;
}
@media only screen and (max-width: 768px) {
  .p-cv__group {
    margin-top: 3.2vw;
    display: block;
  }
}

.p-cv__tel {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 768px) {
  .p-cv__tel {
    width: 77.6vw;
    padding: 0;
    margin: 0 auto;
    border-right: none;
  }
}

.p-cv__mail {
  text-align: center;
  border-radius: 29px;
  border: 2px solid #fff;
  background-color: #fff;
  width: 33.2203389831%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-cv__mail:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-cv__mail:hover .p-cv__mail-text {
  color: #fff;
  background-image: url("../images/components/cv_mail_icon-on.svg");
}
@media only screen and (max-width: 768px) {
  .p-cv__mail {
    width: 89.3333333333vw;
    margin: 3.3333333333vw auto 0;
    border-radius: 25px;
  }
}

.p-cv__mail-link {
  display: block;
}
.p-cv__mail-link:hover {
  opacity: 1;
}

.p-cv__mail-text {
  font-size: 2rem;
  font-weight: bold;
  color: #E34790;
  padding: 12px 20px 12px 40px;
  display: inline-block;
  background: url("../images/components/cv_mail_icon.svg") no-repeat 3px 19px;
  background-size: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-cv__mail-text {
    font-size: 1.5rem;
    padding: 4vw 2.6666666667vw 4vw 10.6666666667vw;
    background-size: 5.3333333333vw;
    background-position: 1.3333333333vw 5.3333333333vw;
  }
}

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

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

.c-page__title-wrap {
  height: 384px;
  padding: 0 15px;
  background: url("../images/components/page_title_bg.jpg") repeat-x top center;
  background-size: 2100px;
}
@media only screen and (max-width: 768px) {
  .c-page__title-wrap {
    height: 56.6666666667vw;
    padding: 0 5.3333333333vw;
    background-image: url("../images/components/page_title_bg-sp.jpg");
    background-size: 100%;
  }
}

.c-page__title-body {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  position: relative;
}

.c-page__title {
  position: absolute;
  top: 206px;
  left: 35px;
}
@media only screen and (max-width: 768px) {
  .c-page__title {
    top: 32vw;
    left: 0;
    width: 54vw;
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-grid {
  display: grid !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 48em) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-grid {
    display: grid !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.u-visually-hidden-focusable:not(:focus) {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: 0 !important;
  opacity: 0 !important;
}

.u-visually-hidden {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: 0 !important;
  opacity: 0 !important;
}