@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
@media all and (min-width: 881px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  html {
    font-size: 16px;
  }
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: 0.1em;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #000000;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media all and (min-width: 881px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}

@media all and (min-width: 881px) {
  .pc-none {
    display: none !important;
  }
}

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

.small {
  line-height: 1.5em;
}

@media all and (min-width: 881px) {
  .small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  .small {
    font-size: 4.26667vw;
  }
}

a,
button {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

a:not([href]).dim {
  opacity: 0.6 !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

.list02 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list02 li {
  margin: 0px;
  padding: 0px;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.decimal-list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

.decimal-list > li {
  margin-left: 1.0em;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
}

@media all and (min-width: 881px) {
  .loader,
  .loader:after {
    width: 218.45333px;
    height: 218.45333px;
  }
}

@media only screen and (max-width: 880px) {
  .loader,
  .loader:after {
    width: 32vw;
    height: 32vw;
  }
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
  background-color: #ffffff;
}

body {
  height: 100%;
  background-color: #ffffff;
}

@media only screen and (max-width: 880px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
}

a:link,
a:visited {
  color: #4700FF;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #4700FF;
  text-decoration: underline;
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media all and (min-width: 881px) {
  a.hover:link,
  a.hover:visited,
  button.hover:link,
  button.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active,
  button.hover:hover,
  button.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 880px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

button {
  cursor: pointer;
}

.anchor {
  pointer-events: none;
  /*@include media(){
		background-clip: padding-box !important;
		border-top: calc(80px + 20px) solid transparent !important;
		margin-top: calc(0px - 80px - 20px) !important;
	}*/
}

.anchor > * {
  pointer-events: auto;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#fv {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 18px 110px;
  background-image: url("../img/kv_bg0.jpg.webp");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  overflow: hidden;
  /*&:after {
		content: "";
		display: block;
		width: 81px;
		height: 165px;
		position: absolute;
		left: 0;
		bottom: 20px;
		background-image: url("../img/kv_bg2.png.webp");
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-size: 100% auto;
	}*/
}

#fv:before {
  content: "";
  display: block;
  width: 725px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/kv_bg1.png.webp?t=2025111701");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
}

#fv .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #0050A7;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.17em;
  margin-bottom: 38px;
}

#fv .logo img {
  width: 103px;
  height: auto;
  margin-right: 20px;
}

#fv > .inner {
  position: relative;
  z-index: 2;
  max-width: 1166px;
  margin: 0 auto;
}

#fv > .inner .catch {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

#fv > .inner .summary {
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.17em;
  font-weight: 500;
  color: #ffffff;
}

#fv > .inner .info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #EAFFEF;
  letter-spacing: 0.06em;
  margin-top: 35px;
  overflow: hidden;
}

#fv > .inner .info > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#fv > .inner .info > span.schedule {
  color: #4700FF;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.0em;
  padding: 10px 24px 10px 12px;
}

#fv > .inner .info > span.text {
  color: #FFF700;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.0em;
  background-color: #4700FF;
  padding: 10px 12px 10px 12px;
}

#fv > .inner .info > span.text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-style: solid;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 10px solid #4700FF;
  border-left: 0;
  position: absolute;
  left: -9.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 880px) {
  #fv {
    padding: 14px 18px 130px;
    background-image: url("../img/sp/kv_bg0.jpg.webp?t=2025111701");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  #fv:before, #fv:after {
    display: none;
  }
  #fv .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 9px;
    padding-left: 8px;
    margin-bottom: 20px;
  }
  #fv .logo img {
    width: 75px;
    height: auto;
    margin-left: -8px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  #fv > .inner .catch {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #fv > .inner .summary {
    font-size: 16px;
    font-weight: normal;
  }
  #fv > .inner .info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #EAFFEF;
    margin-top: 15px;
  }
  #fv > .inner .info > span {
    min-height: 30px;
  }
  #fv > .inner .info > span.schedule {
    font-size: 11px;
    padding: 5px 15px 5px 10px;
  }
  #fv > .inner .info > span.text {
    font-size: 11px;
    padding: 5px 10px 5px 10px;
  }
  #fv > .inner .info > span.text:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 8px solid #4700FF;
    left: -7.58px;
  }
}

.sec1 {
  position: relative;
  background-color: #e6f4fe;
  background-image: url("../img/sec1_bg0.gif");
  background-size: 20px auto;
  background-repeat: repeat;
  padding: 109px 18px 119px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec1:before {
  content: "";
  display: block;
  width: 404px;
  height: 481px;
  position: absolute;
  left: 0;
  top: -95px;
  z-index: 1;
  background-image: url("../img/sec1_bg1.png.webp?t=2025111701");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.sec1:after {
  content: "";
  display: block;
  width: 301px;
  height: 524px;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
  background-image: url("../img/sec1_bg2.png.webp");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100% auto;
}

.sec1 > .inner {
  position: relative;
  z-index: 2;
  max-width: 510px;
  margin: 0 auto;
}

.sec1 > .inner .catch {
  font-size: 25px;
  line-height: 1.75em;
  font-weight: 700;
  margin-bottom: 45px;
  color: #162230;
}

.sec1 > .inner .catch > span {
  color: #000899;
}

.sec1 > .inner .summary {
  font-size: 16px;
  line-height: 1.75em;
  color: #162230;
}

@media only screen and (max-width: 880px) {
  .sec1 {
    background-color: #e6f4fe;
    background-image: url("../img/sp/sec1_bg0.png.webp");
    background-size: 100% auto;
    padding: 130px 20px 50px;
  }
  .sec1:before {
    width: 156px;
    height: 196px;
    top: -140px;
    background-image: url("../img/sp/sec1_bg1.png.webp?t=2025111701");
  }
  .sec1:after {
    display: none;
  }
  .sec1 > .inner .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec1 > .inner .summary {
    font-size: 15px;
  }
}

.sec2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.sec2 > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 100px 18px 100px;
}

.sec2 > .inner > .heading {
  font-size: 30px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.sec2 > .inner > .heading:before {
  content: "";
  display: block;
  width: 26px;
  height: 45px;
  margin: 0 auto 20px;
  background-image: url("../img/hdg_bg1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.sec2 > .inner > .heading > span {
  color: #FF6924;
  font-size: 40px;
  padding: 0 0.2em;
}

@media only screen and (max-width: 880px) {
  .sec2 > .inner {
    padding: 60px 20px 80px;
  }
  .sec2 > .inner > .heading {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
  .sec2 > .inner > .heading:before {
    margin-bottom: 20px;
  }
  .sec2 > .inner > .heading > span {
    font-size: 31px;
  }
}

.reason-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reason-list > li {
  margin: 0 0 40px 0;
  padding: 0;
  width: calc((100% - 60px) / 3);
}

.reason-list > li .image {
  width: 100%;
  aspect-ratio: 366 / 220;
  margin-bottom: 14px;
}

.reason-list > li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-list > li .catch {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #4700FF;
  text-align: center;
  margin-bottom: 10px;
}

.reason-list > li .text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

@media only screen and (max-width: 880px) {
  .reason-list {
    display: block;
  }
  .reason-list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .reason-list > li .image {
    margin-bottom: 15px;
  }
  .reason-list > li .catch {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .reason-list > li .text {
    font-size: 16px;
  }
}

.sec3 {
  position: relative;
  z-index: 2;
  background-image: url("../img/sec3_bg0.jpg.webp");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  overflow: hidden;
}

.sec3:before {
  content: "";
  display: block;
  width: 399px;
  height: 503px;
  position: absolute;
  right: 0;
  top: -60px;
  background-image: url("../img/sec3_bg1.png.webp?t=2025111701");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.sec3 > .inner {
  position: relative;
  z-index: 2;
  max-width: 1166px;
  margin: 0 auto;
  padding: 80px 18px 120px;
}

.sec3 > .inner > .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  line-height: 1.25em;
  font-weight: 700;
  color: #4700FF;
  margin-bottom: 40px;
}

.sec3 > .inner > .heading:before {
  content: "";
  display: block;
  width: 26px;
  height: 45px;
  margin: 0 0 20px;
  background-image: url("../img/hdg_bg1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.sec3 > .inner > .lead {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 80px;
}

.sec3 > .inner .lead + .sec3-heading {
  margin-top: 0px;
}

.sec3 > .inner .sec3-heading {
  font-size: 27px;
  line-height: 1.25em;
  font-weight: bold;
  color: #4700FF;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 880px) {
  .sec3 > .inner .sec3-heading {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.sec3 > .inner .sec3-contents .image {
  margin-bottom: 40px;
}

.sec3 > .inner .sec3-contents .image:nth-last-child(1) {
  margin-bottom: 0;
}

.sec3 > .inner .sec3-contents .image img {
  min-width: 669px;
  height: auto;
}

.sec3 > .inner .sec3-contents .simplebar-scrollbar:before {
  background-color: #4700FF;
  opacity: 1.0;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
}

.sec3 > .inner .sec3-contents .simplebar-track {
  background-color: #ffffff;
  opacity: 1.0;
  border-radius: 7px;
}

@media only screen and (max-width: 880px) {
  .sec3 {
    overflow: visible;
  }
  .sec3:before {
    width: 174px;
    height: 227px;
    top: -90px;
  }
  .sec3 > .inner {
    padding: 44px 20px 44px;
  }
  .sec3 > .inner > .heading {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .sec3 > .inner > .lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sec3 > .inner .sec3-contents {
    padding-bottom: 30px;
  }
  .sec3 > .inner .sec3-contents .image {
    margin-bottom: 20px;
  }
}

.sec4 {
  position: relative;
  z-index: 1;
  background-color: #F6FAFF;
}

.sec4 > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 100px 18px 120px;
}

.sec4 > .inner > .heading {
  font-size: 35px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.sec4 > .inner > .heading:before {
  content: "";
  display: block;
  width: 86px;
  height: 89px;
  margin: 0 auto 40px;
  background-image: url("../img/hdg_bg2.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media only screen and (max-width: 880px) {
  .sec4 > .inner {
    padding: 50px 20px 60px;
  }
  .sec4 > .inner > .heading {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  .sec4 > .inner > .heading:before {
    width: 58px;
    height: 60px;
    margin-bottom: 30px;
  }
}

.voice-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice-list > li {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 50px) / 3);
  padding: 23px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
}

.voice-list > li .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.voice-list > li .head .image {
  width: 110px;
  height: 110px;
}

.voice-list > li .head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice-list > li .head .catch {
  width: calc(100% - 110px - 20px);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: #3471FF;
}

.voice-list > li .text > p {
  font-size: 15px;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 1.0em;
}

.voice-list > li .text > p:nth-last-child(1) {
  margin-bottom: 0;
  color: #5E6875;
}

@media only screen and (max-width: 880px) {
  .voice-list {
    display: block;
  }
  .voice-list > li {
    width: 100%;
    padding: 25px 18px 25px;
    margin-bottom: 20px;
  }
  .voice-list > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .voice-list > li .head {
    margin-bottom: 20px;
  }
  .voice-list > li .head .image {
    width: 103px;
    height: 103px;
  }
  .voice-list > li .head .catch {
    width: calc(100% - 103px - 15px);
    font-size: 20px;
  }
  .voice-list > li .text > p {
    font-size: 15px;
  }
}

.sec5 {
  position: relative;
  z-index: 1;
  background-color: #E3F5FF;
}

.sec5 > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 100px 18px 120px;
}

.sec5 > .inner > .heading {
  font-size: 35px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.sec5 > .inner > .heading:before {
  content: "";
  display: block;
  width: 64px;
  height: 78px;
  margin: 0 auto 30px;
  background-image: url("../img/hdg_bg3.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media only screen and (max-width: 880px) {
  .sec5 > .inner {
    padding: 50px 20px 60px;
  }
  .sec5 > .inner > .heading {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 60px;
  }
  .sec5 > .inner > .heading:before {
    width: 49px;
    height: 60px;
    margin-bottom: 30px;
  }
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab-item + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2);
  height: 90px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #A6AEC2;
  border-bottom: none;
  background-color: #A6AEC2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  margin-bottom: -2.5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #ffffff;
}

.tab-item + label > span.tokyo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 42px;
  background-image: url("../img/ic_tokyo_white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin-right: 0.5em;
  margin-top: -0.4em;
}

.tab-item + label > span.osaka:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 42px;
  background-image: url("../img/ic_osaka_white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin-right: 0.5em;
  margin-top: -0.4em;
}

@media only screen and (max-width: 880px) {
  .tab-item + label {
    height: 60px;
    font-size: 18px;
  }
  .tab-item + label > span.tokyo:before {
    display: block;
    width: 33px;
    height: 31px;
    margin: 0 auto 10px;
  }
  .tab-item + label > span.osaka:before {
    display: block;
    width: 35px;
    height: 27px;
    margin: 4px auto 10px;
  }
}

.tab-item + label:has(span.tokyo),
.tab-item + label:has(span.osaka) {
  font-size: 25px;
}

@media only screen and (max-width: 880px) {
  .tab-item + label:has(span.tokyo),
  .tab-item + label:has(span.osaka) {
    font-size: 15px;
    height: 100px;
  }
}

.tab-recruit .tab-item + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2);
  height: calc(90px + 10px);
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #A6AEC2;
  border-bottom: none;
  background-color: #A6AEC2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  margin-bottom: -12.5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 880px) {
  .tab-recruit .tab-item + label {
    height: calc(60px + 10px);
    font-size: 18px;
  }
}

.tab-item:checked + label {
  background-color: #ffffff;
  color: #4700FF;
  border: 2px solid #4700FF;
  border-bottom: none;
  color: #4700FF;
  z-index: 3;
}

.tab-item:checked + label > span.tokyo {
  color: #000000;
}

.tab-item:checked + label > span.tokyo:before {
  background-image: url("../img/ic_tokyo_active.svg");
}

.tab-item:checked + label > span.osaka {
  color: #000000;
}

.tab-item:checked + label > span.osaka:before {
  background-image: url("../img/ic_osaka_active.svg");
}

.tab-recruit .tab-item:checked + label {
  background-color: #4700FF;
  color: #ffffff;
  border: 2px solid #4700FF;
  border-bottom: none;
  z-index: 1;
}

.tab-item {
  display: none;
}

.tab-content {
  position: relative;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px 70px;
  border: 2px solid #4700FF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}

@media only screen and (max-width: 880px) {
  .tab-content {
    padding: 50px 20px 40px;
  }
}

.tab-recruit .tab-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-item:checked + label + .tab-content {
  display: block;
}

@media only screen and (max-width: 880px) {
  .tab-item + label:has(span.tokyo) + .tab-content .recruit-buttons > li > a,
  .tab-item + label:has(span.osaka) + .tab-content .recruit-buttons > li > a {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab-item + label:has(span.tokyo) + .tab-content .recruit-buttons > li > a:after,
  .tab-item + label:has(span.osaka) + .tab-content .recruit-buttons > li > a:after {
    display: none;
  }
}

.recruit-table {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.recruit-table a:link,
.recruit-table a:visited {
  color: #000000;
  text-decoration: underline;
}

.recruit-table a:hover,
.recruit-table a:active {
  color: #4700FF;
  text-decoration: underline;
}

.recruit-table th,
.recruit-table td {
  text-align: left;
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B8BBCD;
}

.recruit-table th {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  padding-right: 1.5em;
  white-space: nowrap;
  width: 15%;
}

.recruit-table th > span {
  display: block;
  position: relative;
  padding-left: 1.2em;
}

.recruit-table th > span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/prefix_disc.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.recruit-table td {
  font-size: 16px;
  line-height: 1.75em;
  color: #000000;
}

.recruit-table td .list01 + P {
  margin-top: 1.0em;
}

@media only screen and (max-width: 880px) {
  .recruit-table {
    display: block;
  }
  .recruit-table thead,
  .recruit-table tbody,
  .recruit-table tfoot,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
  }
  .recruit-table th,
  .recruit-table td {
    border: none;
    padding: 0;
  }
  .recruit-table tr {
    border-bottom: 1px solid #B8BBCD;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .recruit-table tr:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .recruit-table th {
    font-size: 16px;
  }
  .recruit-table td {
    font-size: 16px;
  }
}

.recruit-bottom {
  margin-top: 70px;
}

.recruit-bottom > .heading {
  text-align: center;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 30px;
}

.recruit-bottom > .heading:after {
  content: "";
  display: block;
  width: 2.0em;
  height: 3px;
  margin: 10px auto 0;
  background-color: #000000;
}

.recruit-bottom.jokin > .heading {
  color: #4700FF;
}

.recruit-bottom.jokin > .heading:after {
  background-color: #4700FF;
}

.recruit-bottom.hijokin > .heading {
  color: #FF6924;
}

.recruit-bottom.hijokin > .heading:after {
  background-color: #FF6924;
}

@media only screen and (max-width: 880px) {
  .recruit-bottom {
    margin-top: 40px;
  }
  .recruit-bottom > .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.recruit-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit-buttons > li {
  margin: 0 8px;
  padding: 0;
  max-width: 31%;
  width: 314px;
}

.recruit-buttons > li > a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px;
  width: 100%;
  min-height: 57px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.recruit-buttons > li > a:after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../img/btn_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 880px) {
  .recruit-buttons {
    display: block;
    text-align: center;
  }
  .recruit-buttons > li {
    margin: 0 auto 18px auto;
    max-width: 100%;
    width: 100%;
  }
  .recruit-buttons > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .recruit-buttons > li > a {
    width: 100%;
  }
}

.jokin .recruit-buttons > li > a {
  border-color: #4700FF;
  color: #4700FF;
}

.jokin .recruit-buttons > li > a:after {
  background-image: url("../img/btn_arw2.svg");
}

.hijokin .recruit-buttons > li > a {
  border-color: #FF6924;
  color: #FF6924;
}

.hijokin .recruit-buttons > li > a:after {
  background-image: url("../img/btn_arw3.svg");
}

.faq-heading {
  font-size: 35px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.faq-heading:before {
  content: "";
  display: block;
  width: 76px;
  height: 69px;
  margin: 0 auto 30px;
  background-image: url("../img/hdg_bg4.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media only screen and (max-width: 880px) {
  .faq-heading {
    font-size: 24px;
    line-height: 1.25em;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .faq-heading:before {
    width: 58px;
    height: 53px;
    margin: 0 auto 10px;
  }
}

.faq-heading2 {
  font-size: 20px;
  line-height: 1.25em;
  color: #3471FF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 880px) {
  .faq-heading2 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 18px;
  }
}

.faq-list ~ .faq-heading2 {
  margin-top: 45px;
}

@media only screen and (max-width: 880px) {
  .faq-list ~ .faq-heading2 {
    margin-top: 30px;
  }
}

.faq-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.faq-list > li {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 10px;
}

.faq-list > li > .question {
  background-color: #D5E6FF;
  color: #000000;
  border-radius: 10px;
  padding: 25px 3.0em 25px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.faq-list > li > .question.open:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.faq-list > li > .question > .prefix {
  color: #1F56D5;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25em;
  width: 60px;
  margin-top: -0.2em;
}

.faq-list > li > .question > .data {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
}

.faq-list > li > .question:after {
  content: "";
  width: 18px;
  height: 9px;
  background-image: url("../img/qa_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.faq-list > li > .answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-list > li > .answer.open {
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 200em;
}

.faq-list > li > .answer > .prefix {
  color: #89939E;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25em;
  width: 60px;
  margin-top: -0.2em;
}

.faq-list > li > .answer > .data {
  width: calc(100% - 60px);
}

.faq-list > li > .answer > .data > p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 1.5em;
}

.faq-list > li > .answer > .data > p:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .faq-list > li > .question {
    padding: 20px 3.0em 20px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .faq-list > li > .question > .prefix {
    font-size: 24px;
    width: 40px;
  }
  .faq-list > li > .question > .data {
    width: calc(100% - 40px);
    font-size: 16px;
  }
  .faq-list > li > .question:after {
    width: 18px;
    height: 9px;
    right: 20px;
  }
  .faq-list > li > .answer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-list > li > .answer.open {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-list > li > .answer > .prefix {
    font-size: 24px;
    width: 40px;
  }
  .faq-list > li > .answer > .data {
    width: calc(100% - 40px);
  }
  .faq-list > li > .answer > .data > p {
    font-size: 16px;
  }
}

.sec6 {
  position: relative;
  z-index: 1;
  background-color: #F6FAFF;
}

.sec6 > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 100px 18px 120px;
}

.sec6 > .inner > .heading {
  text-align: center;
  margin-bottom: 60px;
}

.sec6 > .inner > .heading > span {
  display: inline-block;
  background-image: url("../img/hdg_bg5.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  padding: 20px 40px 20px;
  font-size: 39px;
  line-height: 1.25em;
  font-weight: bold;
  color: #ffffff;
}

.sec6 > .inner > .lead {
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 70px;
}

@media all and (min-width: 881px) {
  .sec6 .jokin .recruit-buttons {
    width: calc(100% + 50px + 50px);
    margin-left: -50px;
    margin-left: -50px;
  }
  .sec6 .jokin .recruit-buttons > li {
    max-width: 457px;
    width: 49%;
  }
  .sec6 .hijokin .recruit-buttons {
    width: calc(100% + 50px + 50px);
    margin-left: -50px;
    margin-left: -50px;
  }
  .sec6 .hijokin .recruit-buttons > li {
    max-width: 457px;
    width: 49%;
  }
}

@media only screen and (max-width: 880px) {
  .sec6 > .inner {
    padding: 60px 20px 60px;
  }
  .sec6 > .inner > .heading {
    margin-bottom: 30px;
  }
  .sec6 > .inner > .heading > span {
    font-size: 20px;
    padding: 8px 10px 8px;
  }
  .sec6 > .inner > .lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
}

.sec7 {
  position: relative;
  z-index: 1;
  background-image: url("../img/entry_bg1.jpg.webp");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}

.sec7 > .inner {
  max-width: 745px;
  margin: 0 auto;
  padding: 110px 18px 110px;
}

.sec7 .entry-heading {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.sec7 .entry-lead {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .sec7 {
    background-image: url("../img/sp/entry_bg1.jpg.webp");
    background-size: cover;
  }
  .sec7 > .inner {
    padding: 50px 20px 50px;
  }
  .sec7 .entry-heading {
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 30px;
  }
  .sec7 .entry-lead {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 40px;
  }
}

.entry-form-items {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.entry-form-items > .item {
  margin-bottom: 25px;
}

.entry-form-items > .item:nth-last-child(1) {
  margin-bottom: 0;
}

.entry-form-items > .item > .heading {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-form-items > .item .required {
  display: inline-block;
  border: 1px solid #FFF700;
  border-radius: 10px;
  padding: 6px 9px;
  font-size: 14px;
  line-height: 1.0em;
  color: #FFF700;
  font-weight: bold;
  margin-left: 18px;
}

.entry-form-items > .item > .data input[type="text"],
.entry-form-items > .item > .data input[type="password"],
.entry-form-items > .item > .data input[type="email"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  padding: 3px;
  font-size: 16px;
  color: #000000;
}

.entry-form-items > .item > .data input[type="text"]::-webkit-input-placeholder,
.entry-form-items > .item > .data input[type="password"]::-webkit-input-placeholder,
.entry-form-items > .item > .data input[type="email"]::-webkit-input-placeholder {
  color: #bbbbbb;
}

.entry-form-items > .item > .data input[type="text"]::-moz-placeholder,
.entry-form-items > .item > .data input[type="password"]::-moz-placeholder,
.entry-form-items > .item > .data input[type="email"]::-moz-placeholder {
  color: #bbbbbb;
}

.entry-form-items > .item > .data input[type="text"]::-ms-input-placeholder,
.entry-form-items > .item > .data input[type="password"]::-ms-input-placeholder,
.entry-form-items > .item > .data input[type="email"]::-ms-input-placeholder {
  color: #bbbbbb;
}

.entry-form-items > .item > .data input[type="text"]::placeholder,
.entry-form-items > .item > .data input[type="password"]::placeholder,
.entry-form-items > .item > .data input[type="email"]::placeholder {
  color: #bbbbbb;
}

.entry-form-items > .item > .data input[type="text"].wpcf7-not-valid,
.entry-form-items > .item > .data input[type="password"].wpcf7-not-valid,
.entry-form-items > .item > .data input[type="email"].wpcf7-not-valid {
  background-color: #fdecec;
  border-color: #e5004f;
}

.entry-form-items > .item > .data .wpcf7-not-valid-tip {
  color: #e5004f;
}

.entry-form-items > .item > .data.double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry-form-items > .item > .data.double > span {
  width: 49%;
  display: block;
}

.entry-form-items > .button {
  margin-top: 50px;
  text-align: center;
}

.entry-form-items > .button input[type="submit"] {
  cursor: pointer;
  background-color: #4700FF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 45px;
  width: 233px;
  min-height: 57px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.entry-form-items > .button > span {
  display: inline-block;
  position: relative;
  min-height: 57px;
}

.entry-form-items > .button > span:after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../img/btn_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.entry-form-items > .button > span .wpcf7-spinner {
  position: absolute;
  right: -48px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
}

@media only screen and (max-width: 880px) {
  .entry-form-items > .item {
    margin-bottom: 25px;
  }
  .entry-form-items > .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .entry-form-items > .item > .heading {
    margin-bottom: 10px;
  }
  .entry-form-items > .button {
    margin-top: 40px;
    text-align: center;
  }
  .entry-form-items > .button input[type="submit"] {
    font-size: 16px;
    padding: 5px 45px;
    width: 233px;
    min-height: 41px;
  }
  .entry-form-items > .button > span {
    min-height: 41px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e5004f !important;
}

.wpcf7 div.wpcf7-response-output:empty {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #e5004f !important;
}

.wpcf7 div.wpcf7-response-output {
  margin: 1em 0px 2em;
  background: #FFF9F9 !important;
  color: #e5004f !important;
  display: block;
}

.wpcf7 div.wpcf7-response-output {
  padding: 0.8em;
  border: 1px solid #e5004f;
  border-radius: 8px;
}

.wpcf7 div.wpcf7-aborted.wpcf7-mail-sent-ok {
  border-color: #4cb002 !important;
  background: #f8fff2 !important;
  color: #4cb002 !important;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #4cb002 !important;
  background: #f8fff2 !important;
  color: #4cb002 !important;
}

.fin-message .entry-heading {
  margin-bottom: 20px !important;
}

.fin-message .entry-lead {
  margin-bottom: 30px !important;
}

.fin-message .button-line {
  text-align: center;
  margin-bottom: 20px;
}

.fin-message .button-line > a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border: 2px solid #06C755;
  border-radius: 60px;
  color: #06C755;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px;
  width: 300px;
  min-height: 57px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fin-message .button-home {
  text-align: center;
  margin-bottom: 20px;
}

.fin-message .button-home > a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border: 2px solid #4700FF;
  border-radius: 60px;
  color: #4700FF;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px;
  width: 300px;
  min-height: 57px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

footer > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 60px 18px 160px;
}

footer > .inner .logo {
  text-align: center;
  margin-bottom: 25px;
}

footer > .inner .logo img {
  width: 230px;
  height: auto;
}

footer > .inner .copyright {
  font-size: 12px;
  line-height: 1.25em;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  footer > .inner {
    padding: 30px 20px 140px;
  }
  footer > .inner .logo {
    margin-bottom: 20px;
  }
  footer > .inner .logo img {
    width: 158px;
    height: auto;
  }
  footer > .inner .copyright {
    font-size: 10px;
  }
}

#line-banner {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 100;
  width: 341px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#line-banner.show {
  visibility: visible;
  opacity: 1.0;
}

#line-banner .banner {
  width: 100%;
}

#line-banner .close {
  display: block;
  margin-left: auto;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  text-indent: -9000px;
  text-align: left;
  overflow: hidden;
  background-image: url("../img/banner_close.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 880px) {
  #line-banner {
    left: 0;
    right: 0;
    bottom: 110px;
    width: calc(100% - 20px - 20px);
    max-width: 400px;
    margin: 0 auto;
  }
}

#cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #BDD4F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
}

#cta > .inner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cta > .inner > li {
  margin: 0 5px;
  padding: 0;
  max-width: 48%;
  width: 428px;
}

#cta > .inner > li > a {
  background-color: #454545;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 45px;
  width: 100%;
  min-height: 57px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#cta > .inner > li > a:after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../img/btn_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#cta > .inner > li.recruiting > a {
  background-color: #4700FF;
}

#cta > .inner > li.reserve > a {
  background-color: #FF6924;
}

@media only screen and (max-width: 880px) {
  #cta {
    padding: 0;
  }
  #cta > .inner > li {
    max-width: none;
    width: 50%;
    height: 98px;
    margin: 0;
  }
  #cta > .inner > li > a {
    border-radius: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    font-size: 14px;
  }
  #cta > .inner > li > a:after {
    right: 20px;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

/*# sourceMappingURL=common.css.map */
