@charset "UTF-8";
html {
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #FAF9F2;
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 1280px;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  display: block;
  transition: all 0.2s;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

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

/* sanitize.css */
/* Document
 * ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

html {
  cursor: default; /* 1 */
  line-height: 1; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

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

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  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;
}

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

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

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

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

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

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

/* common
------------------------------*/
main {
  color: #333;
  font-size: calc((32/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  main {
    padding-top: 0px;
    font-size: 16px;
  }
}

.c-w1180 {
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-w1180 {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.c-bgGradation {
  width: 100%;
  background-image: linear-gradient(315deg, rgb(234, 91, 0), rgb(255, 128, 18) 45%, rgb(234, 91, 0));
}

.c-bgDeco {
  position: relative;
}
.c-bgDeco::before, .c-bgDeco::after {
  position: absolute;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((263/750) * 100vw);
  height: calc((263/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-bgDeco::before, .c-bgDeco::after {
    width: 215px;
    height: 130px;
  }
}
.c-bgDeco::before {
  background-image: url(../img/top/top_deco_bg_01_sp.png);
  top: calc((40/750) * 100vw);
  left: 0;
}
@media screen and (min-width: 768px), print {
  .c-bgDeco::before {
    top: 80px;
    background-image: url(../img/top/top_deco_bg_01_pc.png);
  }
}
.c-bgDeco::after {
  background-image: url(../img/top/top_deco_bg_02_sp.png);
  bottom: calc((-10/750) * 100vw);
  right: 0;
}
@media screen and (min-width: 768px), print {
  .c-bgDeco::after {
    background-image: url(../img/top/top_deco_bg_02_pc.png);
    bottom: 40px;
  }
}

.c-read {
  font-weight: 500;
  letter-spacing: normal;
  margin-top: calc((90/750) * 100vw);
  font-size: calc((26/750) * 100vw);
  line-height: calc((46/750) * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c-read {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
  }
}

.c-btn {
  z-index: 2;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA5B00;
  font-weight: 500;
  font-size: calc((26/750) * 100vw);
  border: #fff solid calc((2/750) * 100vw);
  border-radius: calc((7/750) * 100vw);
  width: calc((690/750) * 100vw);
  height: calc((94/750) * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .c-btn {
    background-color: unset;
    font-size: 18px;
    border: #fff solid 2px;
    border-radius: 7px;
    width: 416px;
    height: 72px;
  }
}
.c-btn::before, .c-btn::after {
  content: "";
  position: absolute;
}
.c-btn::before {
  background-color: #fff;
  width: calc((2/750) * 100vw);
  height: calc((66/750) * 100vw);
  right: calc((72/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-btn::before {
    width: 2px;
    height: 51px;
    right: 56px;
  }
}
.c-btn::after {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  width: calc((12/750) * 100vw);
  height: calc((12/750) * 100vw);
  border: calc((2/750) * 100vw) solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  right: calc((32/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-btn::after {
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    right: 23px;
  }
}

@media screen and (min-width: 768px), print {
  .c-OrangeBtn {
    background-color: #EA5B00;
  }
}

.c-orangeTtl, .c-whiteTtl {
  font-family: Serif;
  position: relative;
  text-align: center;
  color: #EA5B00;
  font-weight: 900;
  font-size: calc((60/750) * 100vw);
  line-height: calc((70/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-orangeTtl, .c-whiteTtl {
    font-size: 60px;
    line-height: 72px;
  }
}
.c-orangeTtl .eng, .c-whiteTtl .eng {
  font-family: "Marcellus", serif;
  position: absolute;
  font-size: calc((24/750) * 100vw);
  top: calc((15/750) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .c-orangeTtl .eng, .c-whiteTtl .eng {
    font-size: 18px;
    top: 20px;
  }
}
.c-orangeTtl .small, .c-whiteTtl .small {
  font-size: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-orangeTtl .small, .c-whiteTtl .small {
    font-size: 50px;
  }
}
.c-orangeTtl::after, .c-whiteTtl::after {
  content: "";
  position: absolute;
  background-color: #EA5B00;
  width: calc((80/750) * 100vw);
  height: calc((2/750) * 100vw);
  bottom: calc((-20/750) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
  .c-orangeTtl::after, .c-whiteTtl::after {
    width: 48px;
    height: 2px;
    bottom: -20px;
  }
}

.c-whiteTtl {
  color: #fff;
}
.c-whiteTtl::after {
  background-color: #fff;
}

.c-button-next, .c-button-prev {
  background-color: #CE5000;
  width: calc((72/750) * 100vw);
  height: calc((72/750) * 100vw);
  top: 100%;
}
@media screen and (min-width: 768px), print {
  .c-button-next, .c-button-prev {
    width: 72px;
    height: 72px;
  }
}
.c-button-next::after, .c-button-prev::after {
  border: calc((2/750) * 100vw) solid currentColor;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  width: calc((10/750) * 100vw);
  height: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .c-button-next::after, .c-button-prev::after {
    border: 2px solid currentColor;
    width: 10px;
    height: 10px;
  }
}

.c-button-next {
  border-radius: calc((10/750) * 100vw) 0 0 calc((10/750) * 100vw);
  right: 0;
}
@media screen and (min-width: 768px), print {
  .c-button-next {
    border-radius: 7px 0 0 7px;
  }
}
.c-button-next::after {
  right: calc((30/750) * 100vw);
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .c-button-next::after {
    right: 23px;
  }
}

.c-button-prev {
  border-radius: 0 calc((10/750) * 100vw) calc((10/750) * 100vw) 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .c-button-prev {
    border-radius: 0 7px 7px 0;
  }
}
.c-button-prev::after {
  left: calc((30/750) * 100vw);
  border-right: 0;
  border-bottom: 0;
  transform: translateX(25%) rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .c-button-prev::after {
    left: 23px;
  }
}

/* header
------------------------------*/
.header {
  width: 100%;
  height: calc((116/750) * 100vw);
  top: 0;
  z-index: 10000;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
}
@media screen and (max-width: 767px), print {
  .header {
    position: absolute;
  }
}
@media screen and (min-width: 768px), print {
  .header {
    position: fixed;
    height: 87px;
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    display: flex;
    justify-content: space-between;
  }
}
.header-inner {
  position: relative;
  padding: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-inner {
    width: 100%;
    max-width: 1738px;
    min-width: 1098px;
    padding: 0 28px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-logo {
  width: calc((428/750) * 100vw);
  padding-top: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-logo {
    width: 285px;
    padding: 0;
  }
}
.header-logoBlack {
  display: none;
}
.header-trigger {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background: #FAF9F2;
  border-radius: 0 0 0 calc((10/750) * 100vw);
  width: calc((116/750) * 100vw);
  height: calc((116/750) * 100vw);
}
.header-trigger-inner {
  position: relative;
  width: calc((51/750) * 100vw);
  height: calc((62/750) * 100vw);
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
.header-trigger-inner span {
  position: absolute;
  width: calc((51/750) * 100vw);
  height: calc((4/750) * 100vw);
  background-color: #000;
}
.header-trigger-inner, .header-trigger-inner span {
  transition: all 0.5s;
  box-sizing: border-box;
}
.header-trigger-inner span:nth-of-type(1) {
  top: calc((29/750) * 100vw);
}
.header-trigger-inner span:nth-of-type(2) {
  top: calc((39/750) * 100vw);
}
.header-trigger-inner span:nth-of-type(3) {
  top: calc((49/750) * 100vw);
}
.header-trigger-inner.active span:nth-of-type(1) {
  width: calc((51/750) * 100vw);
  transform: translateY(calc((10/750) * 100vw)) rotate(-25deg);
}
.header-trigger-inner.active span:nth-of-type(2) {
  opacity: 0;
}
.header-trigger-inner.active span:nth-of-type(3) {
  width: calc((51/750) * 100vw);
  transform: translateY(calc((-10/750) * 100vw)) rotate(25deg);
}
.header-trigger-txt, .header-trigger-txt.active {
  font-family: "Marcellus", serif;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  position: absolute;
  font-size: calc((22/750) * 100vw);
  letter-spacing: 0.05rem;
}
.header-trigger-txt.menu {
  display: block;
}
.header-trigger-txt.close {
  display: none;
}
.header-trigger-txt.menu.active {
  display: none;
}
.header-trigger-txt.close.active {
  display: block;
}
@media screen and (max-width: 767px), print {
  .header-linkBox {
    transition: all 0.5s;
    display: none;
  }
}
.header-linkBox a {
  color: #333;
}
@media screen and (min-width: 768px), print {
  .header-linkBox a {
    color: #fff;
  }
}
@media screen and (max-width: 767px), print {
  .header-linkBox.active {
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px), print {
  .header-logoIn {
    position: absolute;
    top: calc((20/750) * 100vw);
    left: calc((30/750) * 100vw);
  }
}
.header-list {
  order: 2;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: calc((64/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-list {
    order: 1;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.header-item {
  position: relative;
  font-size: calc((26/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-item {
    margin-right: 14px;
    font-size: 14px;
  }
}
.header-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_outlink_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((24/750) * 100vw);
  height: calc((20/750) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  right: calc((-30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-item::after {
    background-image: url(../img/common/header_ico_outlink_pc.png);
    width: 11px;
    height: 9px;
    right: -15px;
  }
}
.header-item.official {
  margin-right: calc((101/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-item.official {
    margin-right: 36px;
  }
}
.header-nav {
  order: 1;
  margin-top: calc((184/750) * 100vw);
  border-bottom: calc((2/750) * 100vw) solid #CDD6DD;
}
@media screen and (min-width: 768px), print {
  .header-nav {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
    border: none;
  }
}
.header-navItem {
  position: relative;
  font-size: calc((26/750) * 100vw);
  border-top: calc((2/750) * 100vw) solid #CDD6DD;
  padding: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-navItem {
    font-size: 16px;
    font-weight: 500;
    border-top: none;
    border-right: 1px solid #fff;
    padding: 0 13px 0 0;
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px), print {
  .header-navItem::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: calc((15/750) * 100vw);
    height: calc((15/750) * 100vw);
    border: 0.1em solid #333;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    right: calc((29/750) * 100vw);
    top: 50%;
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
  }
}
@media screen and (min-width: 768px), print {
  .header-navItem:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px), print {
  .header-entry {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.header-entryBtn {
  background-color: #00CCCB;
  color: #fff;
  width: 100%;
  height: calc((100/750) * 100vw);
  font-size: calc((38/750) * 100vw);
  letter-spacing: 0.1em;
  font-family: "Marcellus", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .header-entryBtn {
    cursor: pointer;
    width: 182px;
    height: 87px;
    font-size: 20px;
  }
}
.header-entryList {
  display: none;
}
.header-entryList a {
  color: #333;
}
.header-entryList.active {
  display: block;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .header-entryList.active {
    bottom: calc((100/750) * 100vw);
  }
}
@media screen and (min-width: 768px), print {
  .header-entryList.active {
    position: fixed;
  }
}
.header-entryItem {
  position: relative;
}
.header-entryItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 249, 242, 0.95);
  font-weight: 500;
  font-size: calc((26/750) * 100vw);
  width: calc((372/750) * 100vw);
  height: calc((100/750) * 100vw);
  margin-bottom: calc((5/750) * 100vw);
  border-left: #00CCCB solid calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-entryItem a {
    font-size: 14px;
    width: 182px;
    height: 50px;
    margin: 5px 0 0 0;
    border-left: #00CCCB solid 5px;
  }
}
.header-entryItem::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%) translateX(-25%) rotate(45deg);
  width: calc((15/750) * 100vw);
  height: calc((15/750) * 100vw);
  right: calc((29/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .header-entryItem::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
}

@media screen and (max-width: 767px), print {
  .header.active {
    position: fixed;
  }
}

@media screen and (min-width: 768px), print {
  .header.scroll-nav {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .header.scroll-nav .header-logo {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header.scroll-nav .header-logoBlack.active {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .header.scroll-nav a {
    color: #404040;
  }
}
.header.scroll-nav .header-navItem:not(:last-child) {
  border-right: 1px solid #404040;
}

/* footer
------------------------------*/
.entryArea {
  height: 100%;
  background-image: url(../img/common/entryArea_bg_01_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc((708/750) * 100vw);
  padding: calc((100/750) * 100vw) 0 0;
}
@media screen and (min-width: 768px), print {
  .entryArea {
    background-image: url(../img/common/entryArea_bg_01_pc.png);
    background-position: top center;
    height: 612px;
    padding: 25px 0 110px;
  }
}
.entryArea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc((130/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .entryArea-list {
    width: 780px;
    margin: 90px auto 0;
  }
}
.entryArea-item>a {
  color: #00CCCB;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: calc((4/750) * 100vw) solid #00CCCB;
  border-radius: calc((10/750) * 100vw);
  width: calc((336/750) * 100vw);
  height: calc((106/750) * 100vw);
  font-size: calc((26/750) * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .entryArea-item>a {
    border: 4px solid #00CCCB;
    border-radius: 7px;
    width: 380px;
    height: 106px;
    font-size: 30px;
  }
}
.entryArea-item>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: calc((30/750) * 100vw) solid transparent;
  border-right: calc((30/750) * 100vw) solid #00CCCB;
}
@media screen and (min-width: 768px), print {
  .entryArea-item>a::after {
    border-top: 31px solid transparent;
    border-right: 31px solid #00CCCB;
  }
}
.entryArea-item:nth-child(n+3) {
  margin-top: calc((23/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .entryArea-item:nth-child(n+3) {
    margin-top: 23px;
  }
}

.footer {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  padding: calc((75/750) * 100vw) 0 calc((165/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 57px 0 80px;
  }
}
.footer a {
  color: #333;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .footer-inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.footer-logo {
  width: calc((445/750) * 100vw);
  height: calc((100/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-logo {
    width: 383px;
    height: 81px;
  }
}
.footer-linkBox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .footer-linkBox {
    width: auto;
  }
}
.footer-list {
  order: 2;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: calc((64/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-list {
    order: 1;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.footer-item {
  position: relative;
  font-size: calc((26/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-item {
    margin-right: 14px;
    font-size: 14px;
  }
}
.footer-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_outlink_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((24/750) * 100vw);
  height: calc((20/750) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  right: calc((-30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-item::after {
    background-image: url(../img/common/footer_ico_outlink_pc.png);
    width: 11px;
    height: 9px;
    right: -15px;
  }
}
.footer-item:first-child {
  margin-right: calc((101/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-item:first-child {
    margin-right: 36px;
  }
}
.footer-nav {
  order: 1;
  margin-top: calc((60/750) * 100vw);
  border-bottom: calc((2/750) * 100vw) solid #CDD6DD;
}
@media screen and (min-width: 768px), print {
  .footer-nav {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    border: none;
  }
}
.footer-navItem {
  position: relative;
  font-size: calc((26/750) * 100vw);
  border-top: calc((2/750) * 100vw) solid #CDD6DD;
  padding: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-navItem {
    font-size: 16px;
    font-weight: 500;
    border-top: none;
    border-right: 2px solid #CDD6DD;
    padding: 0 13px 0 0;
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px), print {
  .footer-navItem::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: calc((15/750) * 100vw);
    height: calc((15/750) * 100vw);
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    right: calc((29/750) * 100vw);
    top: 50%;
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
  }
}
@media screen and (min-width: 768px), print {
  .footer-navItem:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.footer-copy {
  font-family: "Marcellus", serif;
  text-align: center;
  font-size: calc((20/750) * 100vw);
  margin-top: calc((64/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .footer-copy {
    font-size: 13px;
    margin-top: 50px;
  }
}

/* 20251020新卒ボタン */
.entryArea-item.remodal {
  width: calc((690/750)*100vw);
  background-color: #FAF9F2;
  padding-top: calc((50/750)*100vw);
  padding-bottom: calc((80/750)*100vw);
}
@media screen and (min-width: 768px), print {
  .entryArea-item.remodal {
    max-width: 1180px;
    background-color: #FAF9F2;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: calc((80/1280)*100vw);
    padding-right: calc((80/1280)*100vw);
  }
}
@media screen and (min-width: 1280px), print {
  .entryArea-item.remodal {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.entryArea-item-ttl {
  color: #07BCBB;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  font-size: calc((40/750)*100vw);
}

@media screen and (min-width: 768px), print {
  .entryArea-item-ttl {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .entryArea-item-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.entryArea-item-btn {
  margin: 0 auto;
  width: calc((468/750)*100vw);
  margin-top: calc((20/750)*100vw);
}
@media screen and (min-width: 768px), print {
  .entryArea-item-btn {
    width: calc((468/1280)*100vw);
    max-width: 468px;
    margin-top: 0;
  }
}
.entryArea-item-btn>a{
  display: block;
  width: 100%;
}
.entryArea-item-btn img{
  width: 100%;
}

.remodal-close{
  left: auto!important;
  right: 0!important;
}
.recruitLink-remodal-btn {
  margin: 0;
}