@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Murecho:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/* Webフォント定義 */
@font-face {
  font-family: '851MkPOP';
  /* フォント名 */
  src: url("/recruit/css/font/851MkPOP_101.woff2") format("woff2");
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.mkPop {
  font-family: "851MkPOP", sans-serif;
}

.gfun {
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.gfun.-w600 {
  font-weight: 600;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Murecho', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11111vw, 16px);
  color: #222222;
}

a {
  color: #707070;
}

a:link, a:visited, a:active {
  color: inherit;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-justify: inter-ideograph;
  /* IE */
  text-justify: inter-character;
  /* Firefox */
  text-align: left;
  text-align: justify;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

i {
  display: inline-block;
  font-style: normal;
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

.js_object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=text],
input[type=textarea] {
  width: 100%;
  background-color: #fff;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

form, fieldset, legend, input {
  margin: 0;
  padding: 0;
  border: none;
}

textarea {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #C8C8C8;
}

::-moz-placeholder {
  color: #C8C8C8;
}

:-ms-input-placeholder {
  color: #C8C8C8;
}

::-ms-input-placeholder {
  color: #C8C8C8;
}

::placeholder {
  color: #C8C8C8;
}

input[readonly] {
  color: #7e7e7e !important;
  background-color: rgba(239, 239, 239, 0.3) !important;
  border-color: rgba(118, 118, 118, 0.3) !important;
}

.form-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #222222;
}

.form-set form {
  width: 100%;
}

.form-set.check-form .form-item {
  align-items: center;
}

.form-set.check-form .form-item__title {
  align-items: center;
}

.form-set .form-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #dadada;
}

.form-set .form-item__title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: normal;
  padding: 9px 0;
  padding-right: clamp(25px, 3.47222vw, 50px);
  min-width: clamp(200px, 18.75vw, 270px);
}

.form-set .form-item__required {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 5px;
  margin-top: 1px;
  border-radius: 4px;
  background-color: #f24343;
}

.form-set .form-item__note {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 2px;
}

.form-set .form-item__annotation {
  display: inline-block;
  color: #FFEF2A;
  font-size: 12px;
  margin-top: 10px;
}

.form-set .form-item__bfaf-text {
  display: inline-block;
  vertical-align: bottom;
  margin: 8px 5px;
  color: #cccccc;
}

.form-set .form-item__page-back a {
  display: inline-block;
  color: #777777;
  text-decoration: underline;
  margin-top: 50px;
}

.form-set .form-item__verticalbox {
  display: flex;
  flex-direction: column;
}

.form-set .form-item__text {
  width: 100%;
}

.form-set .form-item__text input[type="text"],
.form-set .form-item__text input[type="mail"],
.form-set .form-item__text input[type="tel"],
.form-set .form-item__text textarea {
  width: 100%;
  line-height: 1.4;
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  transition: .1s;
}

.form-set .form-item__text input[name="add2"] {
  margin-top: 10px;
}

.form-set .form-item__text input[name="birth"],
.form-set .form-item__text input[name="phone"] {
  max-width: 220px;
}

.form-set .form-item__text .zip-search {
  display: flex;
  margin-bottom: 10px;
}

.form-set .form-item__text .zip-search .zip-code {
  width: 120px;
}

.form-set .form-item__text .zip-search .zip-code + .form-btn {
  width: clamp(175px, 15.97222vw, 230px);
  padding: 8px 25px 8px 15px;
  margin-left: 12px;
}

.form-set .form-item__radio {
  padding: 7px 0;
}

.form-set .form-item__radio input[type="radio"] {
  display: none;
}

.form-set .form-item__radio label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  width: auto;
}

.form-set .form-item__radio label::before {
  content: "";
  display: block;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  transition: .1s;
}

.form-set .form-item__radio label::after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  transition: .1s;
}

.form-set .form-item__radio input[type="radio"]:checked + label::before {
  background-color: #00D4DD;
  border-color: #00D4DD;
}

.form-set .form-item__radio input[type="radio"]:checked + label::after {
  opacity: 1;
}

.form-set .form-item__radio:not(:last-of-type) {
  margin-right: 35px;
}

.form-set .form-item__checkbox input[type="checkbox"] {
  display: none;
}

.form-set .form-item__checkbox label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  width: auto;
}

.form-set .form-item__checkbox label::before {
  content: "";
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #f3f3f3;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  border-radius: 3px;
  transition: .1s;
}

.form-set .form-item__checkbox label::after {
  content: "";
  display: block;
  border-right: 3px solid #00D4DD;
  border-bottom: 3px solid #00D4DD;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .1s;
}

.form-set .form-item__checkbox input[type="checkbox"]:checked + label::before {
  background-color: #fdfdfd;
}

.form-set .form-item__checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form-set .form-item__checkbox:not(:last-of-type) {
  margin-right: 25px;
}

.form-set .form-item__select select {
  text-transform: none;
  display: block;
  padding: 10px 16px;
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  border: 1px solid #d0d0d0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  background-image: url("/include/img/icon_sort-solid.svg");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 3px !important;
  position: relative;
  transition: .1s;
}

.form-set .form-item__select select::-ms-expand {
  display: none;
}

.form-set .form-item__select select:focus {
  background-color: #fdfdfd;
  border-color: #222222;
  outline: none;
}

.form-set .form-item__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.form-set .form-item__button input[type="submit"],
.form-set .form-item__button input[type="button"],
.form-set .form-item__button button[type="submit"],
.form-set .form-item__button button[type="button"] {
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
}

.form-set .form-item__check .form_error {
  font-weight: 500;
}

.form-set .form-btn {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-image: url("/img/common/icon_arrow_right-w.svg");
  background-repeat: no-repeat;
  background-color: #00D4DD;
  background-size: 2.4% auto;
  background-position: right 5% center;
}

.form-set .form-btn:hover {
  background-color: #00e3ec;
}

.form-set .policy {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.form-set .policy__title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 8px;
  background-color: #ccc;
}

.form-set .policy__text {
  border: 1px solid #cccccc;
}

.form-set .policy__text textarea {
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  padding: 30px 45px;
  border-radius: 0;
  background-color: #fff;
  resize: vertical;
}

.form-set .policy__text textarea:focus {
  outline: none !important;
}

.form-set .policy__checkbox {
  text-align: center;
  margin-top: 24px;
}

.form-set .policy__checkbox .agree-check {
  display: inline-block;
  cursor: pointer;
}

.form-set .policy__checkbox .agree-check input {
  display: none;
}

.form-set .policy__checkbox .agree-check input + .check-text::before {
  position: relative;
  content: "";
  height: 22px;
  width: 22px;
  margin-right: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23cccccc%22%20stroke-width%3D%221%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20stroke%3D%22none%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%223.5%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.form-set .policy__checkbox .agree-check input:checked + .check-text::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20transform%3D%22translate(-570%20-3481)%22%3E%3Cg%20transform%3D%22translate(570%203481)%22%20fill%3D%22%2300D4DD%22%20stroke%3D%22%2300D4DD%22%20stroke-width%3D%221%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20stroke%3D%22none%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%223.5%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M5.9%2C26.519a.333.333%2C0%2C0%2C1-.485.025L.109%2C21.519a.353.353%2C0%2C0%2C1-.014-.5l1.691-1.787a.353.353%2C0%2C0%2C1%2C.5-.014l2.9%2C2.745a.333.333%2C0%2C0%2C0%2C.485-.025l5.666-6.583a.352.352%2C0%2C0%2C1%2C.5-.037l1.865%2C1.605a.353.353%2C0%2C0%2C1%2C.037.5Z%22%20transform%3D%22translate(574.092%203471.064)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.form-set .policy__checkbox .check-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.thanks .title {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 35px;
  color: #222222;
}

.thanks .message {
  line-height: 2;
}

.thanks a {
  margin-top: 50px;
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

body {
  background-color: #fff;
}

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

/* ダークモードの対応 */
a {
  transition: 0.2s;
}

a.transp:hover {
  opacity: 0.65;
}

@-webkit-keyframes arrow01 {
  50% {
    right: .8em;
  }
  100% {
    right: 1.2em;
  }
}

@keyframes arrow01 {
  50% {
    right: .8em;
  }
  100% {
    right: 1.2em;
  }
}

.button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.btn-01 {
  padding: 10px;
  border-radius: 6px;
  background-color: #ccc;
}

.button.btn-01::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 1.2em;
  height: 10px;
  font-size: initial;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.btn-01--l::after {
  width: 73px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%229.409%22%20viewBox%3D%220%200%2075%209.409%22%3E%3Cpath%20d%3D%22M852.895%2C1173.295h73l-5.874-7%22%20transform%3D%22translate(-851.895%20-1164.886)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.button.btn-01--s::after {
  width: 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257.675%22%20height%3D%229.613%22%20viewBox%3D%220%200%2057.675%209.613%22%3E%3Cpath%20d%3D%22M881.4%2C1174.5h55.675l-5.952-7.205%22%20transform%3D%22translate(-880.402%20-1165.887)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.button.btn-01:hover::after {
  -webkit-animation: arrow01 .4s;
          animation: arrow01 .4s;
}

.heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: clamp(60px, 5.55556vw, 80px);
}

.heading h2 {
  color: #00D4DD;
}

.heading h2 small {
  display: block;
  font-size: clamp(13px, 1.38889vw, 20px);
  margin-bottom: clamp(5px, 0.69444vw, 10px);
}

.heading p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: clamp(8px, 0.69444vw, 10px);
}

.heading p::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1px;
  display: inline-block;
  content: "";
  width: calc(100% - 2px);
  height: clamp(1.38rem, 1.38889vw, 2rem);
  border-radius: 1px;
  background-color: #FFEF2A;
  -webkit-transform: rotate(-0.5deg) skewX(-5deg);
          transform: rotate(-0.5deg) skewX(-5deg);
}

.heading.-s h2 {
  font-size: clamp(29px, 3.19444vw, 46px);
}

.heading.-s p {
  font-size: clamp(20px, 1.80556vw, 26px);
  letter-spacing: 0.1rem;
  padding-right: clamp(5px, 0.625vw, 9px);
}

.heading.-l h2 {
  font-size: clamp(39px, 5.83333vw, 84px);
}

.heading.-l p {
  font-size: clamp(25px, 2.77778vw, 40px);
  letter-spacing: 0.3rem;
}

.heading.-l p::after {
  height: clamp(1.7rem, 1.875vw, 2.7rem);
}

.heading.-sub {
  align-items: flex-start;
  margin-bottom: 0;
}

.heading.-sub h2 {
  font-size: clamp(40px, 4.375vw, 63px);
  color: #fff;
}

.heading.-sub p {
  font-size: clamp(25px, 2.29167vw, 33px);
  letter-spacing: 0.1rem;
  padding-right: clamp(6px, 0.90278vw, 13px);
  margin-left: 5px;
}

.heading.-cont {
  align-items: flex-start;
  padding-bottom: clamp(24px, 3.33333vw, 48px);
  margin-bottom: clamp(30px, 4.16667vw, 60px);
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.heading.-cont h2 {
  font-weight: 600;
  font-size: clamp(20px, 1.73611vw, 25px);
  margin-bottom: 0;
}

.read {
  position: relative;
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.read.-l {
  font-size: clamp(15px, 1.31944vw, 19px);
}

.anime__title h2, .anime__title p {
  overflow: hidden;
}

.anime__title h2 span, .anime__title p span {
  opacity: 0;
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}

.anime__title p span {
  transition-delay: 0.12s;
}

.anime__title p::after {
  -webkit-transform: translate(-105%, 0) rotate(-0.5deg) skewX(-5deg);
          transform: translate(-105%, 0) rotate(-0.5deg) skewX(-5deg);
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition-delay: 0.4s;
}

.anime__title.-visible h2 span,
.anime__title.-visible p span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime__title.-visible p::after {
  -webkit-transform: translate(0, 0) rotate(-0.5deg) skewX(-5deg);
          transform: translate(0, 0) rotate(-0.5deg) skewX(-5deg);
}

.dl-table {
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}

.dl-table dt, .dl-table dd {
  border-bottom: 1px solid #ddd;
  padding: clamp(15px, 1.73611vw, 25px) 0;
}

.dl-table dt {
  width: 160px;
}

.dl-table dd {
  width: calc(100% - 160px);
}

.js_object_fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.keep_ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.keep_ratio img {
  width: 100%;
}

.keep_ratio::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}

.keep_ratio span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ellipsis__s {
  width: 30em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ellipsis__m {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 3.2em;
}

.ellipsis__m-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 4.8em;
}

.ellipsis__m-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 6.4em;
}

.tab-group .tab {
  cursor: pointer;
}

.tab-group .tab.-active {
  transition: 0.2s;
}

.panel-group .panel {
  display: none;
}

.panel-group .panel.-visible {
  display: block;
}

.accordion {
  text-align: center;
}

.accordion .ac_title,
.accordion .ac_close {
  cursor: pointer;
}

.accordion .ac_inner {
  display: none;
}

.section .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: clamp(375px, 86.11111vw, 1240px);
  padding: clamp(50px, 6.94444vw, 100px) clamp(25px, 3.47222vw, 50px);
  margin: 0 auto;
}

.section .inner.w_full {
  padding-left: 0;
  padding-right: 0;
}

.section .inner .box__container {
  width: 100%;
}

.main_sub .section .inner {
  width: clamp(375px, 79.16667vw, 1140px);
}

#container {
  opacity: 0;
  padding-top: 80px;
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 80px;
  transition: 0.3s;
}

#main_header.active {
  top: 0 !important;
}

#main_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: white;
}

#main_header .inner .site_logo {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 20px;
}

#main_header .inner .site_logo h1 {
  display: flex;
  align-items: center;
  line-height: 1;
}

#main_header .inner .site_logo h1 .logo_mark {
  width: clamp(35px, 3.19444vw, 46px);
}

#main_header .inner .site_logo h1 .logo_type {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 5px;
}

#main_header .inner .site_logo h1 .logo_type img {
  width: clamp(250px, 20.13889vw, 290px);
}

#main_header .inner .site_logo h1 .logo_type__bk {
  opacity: 1;
  display: block;
}

#main_header .inner .site_logo h1 .logo_type__wh {
  opacity: 0;
  display: none;
}

#main_header .inner .site_logo h1 .logo_type span.txt {
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, 0.90278vw, 13px);
  margin-left: clamp(10px, 1.38889vw, 20px);
  width: 10em;
  color: #888;
}

#footer .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%, 1240px);
  padding: 35px 25px 50px;
  margin: 0 auto;
}

#footer .inner .site_logo {
  position: relative;
  z-index: 1;
  display: block;
  display: flex;
  align-items: center;
  line-height: 1;
}

#footer .inner .site_logo .logo_type {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 5px;
}

#footer .inner .site_logo .logo_type img {
  width: auto;
}

#footer .inner .site_logo .logo_type__bk {
  opacity: 1;
  display: block;
}

#footer .inner .site_logo .logo_type span.txt {
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-left: 20px;
  color: #888;
  width: 10em;
}

#footer .inner .footer_nav {
  display: flex;
  line-height: 46px;
}

#footer .inner .footer_nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

#footer .inner .footer_nav a::after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  margin-left: 5px;
}

#footer .inner .footer_nav a:not(:first-child) {
  margin-left: 35px;
}

#footer .inner .cpy {
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  text-align: right;
  color: #606060;
}

#gnav + #recruit_btns,
#gnav #recruit_btns {
  height: 80px;
}

#gnav + #recruit_btns ul,
#gnav #recruit_btns ul {
  display: flex;
  height: 100%;
}

#gnav + #recruit_btns ul li,
#gnav #recruit_btns ul li {
  height: 100%;
}

#gnav + #recruit_btns ul li a,
#gnav #recruit_btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  font-size: clamp(12px, 1.11111vw, 16px);
  width: 10.41667vw;
  max-width: 150px;
  height: 100%;
  line-height: 1.5;
}

#gnav + #recruit_btns ul li a.permanent,
#gnav #recruit_btns ul li a.permanent {
  letter-spacing: 0.01rem;
  color: #fff;
  background-color: #00D4DD;
}

#gnav + #recruit_btns ul li a.permanent:hover,
#gnav #recruit_btns ul li a.permanent:hover {
  background-color: #00e3ec;
}

#gnav + #recruit_btns ul li a.temporary,
#gnav #recruit_btns ul li a.temporary {
  letter-spacing: 0.01rem;
  color: #fff;
  background-color: #00ABEB;
}

#gnav + #recruit_btns ul li a.temporary:hover,
#gnav #recruit_btns ul li a.temporary:hover {
  background-color: #06bbff;
}

#gnav + #recruit_btns ul li a.contact,
#gnav #recruit_btns ul li a.contact {
  letter-spacing: 0.01rem;
  color: #00D4DD;
  background-color: #FFEF2A;
}

#gnav + #recruit_btns ul li a.contact:hover,
#gnav #recruit_btns ul li a.contact:hover {
  background-color: #fff253;
}

#gnav + #recruit_btns ul li a.entry,
#gnav #recruit_btns ul li a.entry {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  color: #00D4DD;
  background-color: #FFEF2A;
}

#gnav + #recruit_btns ul li a.entry:hover,
#gnav #recruit_btns ul li a.entry:hover {
  background-color: #fff253;
}

#gnav + #recruit_btns {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 80px;
}

#gnav #recruit_btns {
  width: 100%;
  height: 100px;
  margin-top: auto;
}

#gnav #recruit_btns ul {
  width: 100%;
}

#gnav #recruit_btns ul li {
  width: calc(100% / 3);
}

#gnav #recruit_btns ul li a {
  font-size: clamp(16px, 1.25vw, 18px);
  width: 100%;
  max-width: none;
}

#gnav #recruit_btns ul li a.entry {
  font-size: clamp(18px, 1.38889vw, 20px);
}

#menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: white;
  cursor: pointer;
}

#menu_box .menu {
  position: relative;
  display: block;
  height: 20px;
  width: 30px;
}

#menu_box .menu__line {
  background: #222;
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_box .menu__line--center {
  top: 9px;
}

#menu_box .menu__line--bottom {
  bottom: 0;
}

#menu_box.is-active .menu__line--top {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu_box.is-active .menu__line--center {
  opacity: 0;
}

#menu_box.is-active .menu__line--bottom {
  bottom: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu_box.is-active + #gnav + #recruit_btns {
  display: none;
}

#menu_box.is-active + #gnav + #recruit_btns + #main_header {
  box-shadow: none;
}

#menu_box.is-active + #gnav + #recruit_btns + #main_header .inner .site_logo h1 .logo_type__bk {
  opacity: 1;
  display: block;
}

#menu_box.is-active + #gnav + #recruit_btns + #main_header .inner .site_logo h1 .logo_type__wh {
  opacity: 0;
  display: none;
}

#menu_box.is-active + #gnav + #recruit_btns + #main_header .inner .site_logo h1 .logo_type span.txt {
  color: #888;
}

.gnav {
  background-color: white;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.gnav__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 140px 30px 120px;
  margin: auto;
  width: min(100%, 1160px);
  height: 100%;
}

.gnav__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(35px, 5.90278vw, 85px);
}

.gnav__menu__item:not(:nth-child(1)) {
  margin-left: clamp(35px, 7.63889vw, 110px);
}

.gnav__menu__item a:hover {
  color: #666;
}

.gnav__menu__detail:not(:nth-child(1)) {
  margin-top: 60px;
}

.gnav__menu__detail .title a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(25px, 2.36111vw, 34px);
  color: #00D4DD;
}

.gnav__menu__detail .title a:hover {
  color: #00ecf7;
}

.gnav__menu__detail .title a span {
  display: block;
  font-family: "851MkPOP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #222222;
  margin-top: 2px;
}

.gnav__menu__detail ul {
  margin-top: 30px;
}

.gnav__menu__detail ul li {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.04167vw, 15px);
}

.gnav__menu__detail ul li:not(:nth-child(1)) {
  margin-top: 15px;
}

.gnav__menu__detail ul li::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background-color: #00D4DD;
}

.contents__information.section {
  background-color: #F7F9F9;
}

.contents__information.section .inner {
  position: relative;
  z-index: 1;
  width: clamp(375px, 86.11111vw, 1240px);
}

.contents__information.section .inner > .heading {
  align-items: flex-start;
  margin-bottom: 45px;
}

.contents__information.section .inner > .heading + .read {
  text-align: left;
  margin-right: auto;
}

.contents__information.section .inner .item__link {
  position: relative;
  z-index: 1;
}

.contents__information.section .inner .item__link--01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.contents__information.section .inner .item__link--01 li {
  width: 100%;
}

.contents__information.section .inner .item__link--01 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: clamp(16px, 1.52778vw, 22px);
  color: #fff;
  padding: clamp(30px, 2.43056vw, 35px) clamp(35px, 4.86111vw, 70px);
  border-radius: 8px;
}

.contents__information.section .inner .item__link--01 li a small {
  font-size: clamp(14px, 1.11111vw, 16px);
  margin-right: auto;
}

.contents__information.section .inner .item__link--01 li a.permanent {
  background-color: #00D4DD;
}

.contents__information.section .inner .item__link--01 li a.permanent:hover {
  background-color: #00e3ec;
}

.contents__information.section .inner .item__link--01 li a.temporary {
  background-color: #00ABEB;
}

.contents__information.section .inner .item__link--01 li a.temporary:hover {
  background-color: #06bbff;
}

.contents__information.section .inner .item__link--01 li a.entry, .contents__information.section .inner .item__link--01 li a.contact {
  height: 100%;
  color: #00D4DD;
  background-color: #FFEF2A;
}

.contents__information.section .inner .item__link--01 li a.entry:hover, .contents__information.section .inner .item__link--01 li a.contact:hover {
  background-color: #fff253;
}

.contents__information.section .inner .item__link--01 li a.entry::after, .contents__information.section .inner .item__link--01 li a.contact::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%229.409%22%20viewBox%3D%220%200%2075%209.409%22%3E%3Cpath%20d%3D%22M852.895%2C1173.295h73l-5.874-7%22%20transform%3D%22translate(-851.895%20-1164.886)%22%20fill%3D%22none%22%20stroke%3D%22%2300D4DD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.contents__information.section .inner .item__link--01 li a.entry {
  font-size: clamp(20px, 1.875vw, 27px);
}

.contents__information.section .inner .item__link--01 li a:nth-child(2) {
  margin-top: 30px;
}

.contents__information.section .inner .item__link--01 li:last-child {
  margin-left: 40px;
}

.contents__information.section .inner .item__link--02 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.contents__information.section .inner .item__link--02 a {
  display: block;
  text-align: center;
  width: min(100%, 330px);
  padding: clamp(23px, 2.08333vw, 30px);
  border-radius: 8px;
  font-weight: 600;
  font-size: clamp(15px, 1.18056vw, 17px);
  color: #00D4DD;
  background-color: #fff;
  border: 2px solid #00D4DD;
}

.contents__information.section .inner .item__link--02 a:hover {
  color: #fff;
  background-color: #00D4DD;
}

.breadcrumb {
  padding: 16px 60px;
}

.breadcrumb a {
  color: #aaa;
}

.breadcrumb a:hover {
  color: #00D4DD;
}

.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  position: relative;
  padding-right: calc(16px + 8px);
  margin: 5px 0;
  margin-right: 8px;
  color: #aaa;
  font-size: 14px;
}

.breadcrumb li::before {
  content: '〉';
  line-height: 1;
  font-size: 1.2rem;
  color: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb li:last-child::before {
  content: normal;
}

.breadcrumb li br {
  display: none;
}

/* 矢印 */
.ac_title_all {
  position: relative;
}

.ac_title_all::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 8px;
  opacity: 0;
}

.ac_title_all.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#pagetop {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 8;
  border-radius: 50px;
  background: #00D4DD;
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.2s;
}

#pagetop::before {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#pagetop.btn_active {
  bottom: 130px;
}

#pagetop.btn_on_footer {
  position: absolute;
  top: 20px;
  background: #fff;
}

#pagetop.btn_on_footer::before {
  border-top: 1px solid #00D4DD;
  border-right: 1px solid #00D4DD;
}

/* サブページ共通
———————————–———————————–———————————–———————————– */
.hero-sub {
  height: 260px;
  overflow: hidden;
  background-color: #00D4DD;
  background-image: radial-gradient(#7bded9 30%, transparent 30%);
  background-size: 5px 5px;
}

.hero-sub .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 1240px);
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.hero-sub .inner__bg {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 280px;
  height: 100%;
  background-image: url("/recruit/img//common/hero_sub_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contents__article .inner {
  max-width: 750px;
}

.contents__article .inner h3, .contents__article .inner h4, .contents__article .inner h5 {
  font-weight: 600;
  line-height: 1.5;
  color: #222222;
}

.contents__article .inner h4, .contents__article .inner h5 {
  margin: 50px 0 20px;
}

.contents__article .inner h3 {
  font-size: 30px;
}

.contents__article .inner h4 {
  position: relative;
  font-size: 24px;
  padding-bottom: 14px;
}

.contents__article .inner h4::before, .contents__article .inner h4::after {
  position: absolute;
}

.contents__article .inner h4::before {
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 65px;
  height: 2px;
  background-color: #00D4DD;
}

.contents__article .inner h4::after {
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d0d0d0;
}

.contents__article .inner h5 {
  font-size: 20px;
}

.contents__article .inner p {
  line-height: 2;
  margin: 20px 0 50px;
}

.contents__article .inner .button {
  display: block;
  margin: 80px auto 60px;
}

.contents__article .inner .category-and-date {
  margin-bottom: 30px;
}

.contents__article .inner .article-item__mainimg {
  margin-top: 36px;
}

.contents__article .inner .article-item__mainimg::before {
  padding-top: 66.66%;
  /* 3:2 */
}

.contents__article .inner .article-item__mainimg img {
  height: auto;
}

.contents__article .inner .article-item__mainimg02 img {
  width: 100%;
}

.contents__article .inner .article-item__subimg {
  text-align: center;
  margin: 20px 0 50px;
}

.contents__article .inner .article-item__subimg img {
  width: 100%;
}

.contents__article .inner .article-item__subimg::before {
  padding-top: 66.66%;
  /* 3:2 */
}

.contents__article .inner .article-item__txt-and-img {
  overflow: hidden;
}

.contents__article .inner .article-item__txt-and-img img {
  width: 45%;
  height: auto;
}

.contents__article .inner .article-item__txt-and-img.right img {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}

.contents__article .inner .article-item__txt-and-img.left img {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}

.contents__article .inner .article-item__option span {
  display: flex;
  align-items: center;
}

.contents__article .inner .article-item__option span::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contents__article .inner .article-item__option span:not(:first-child) {
  margin-top: 20px;
}

.contents__article .inner .article-item__option--exlink::before {
  background-image: url("/recruit/img//common/icon_exlink.svg");
}

.contents__article .inner .article-item__option--pdf::before {
  background-image: url("/recruit/img//common/icon_pdf.svg");
}

.contents__article .inner .article-item__option a {
  text-decoration: underline;
}

.contents__article .inner .article-item__option a:hover {
  text-decoration: none;
}

.pagination-container02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}

.pagination-container02 p.prev-page {
  margin-right: 5px;
}

.pagination-container02 p.next-page {
  margin-left: 5px;
}

.pagination-container02 button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #00D4DD;
  font-size: 14px;
  text-decoration: none;
  background-color: #ececec;
}

.pagination-container02 button:hover {
  font-weight: bold;
  color: #fff;
  background-color: #00D4DD;
}

.pagination-container02 ul {
  display: flex;
  justify-content: center;
}

.pagination-container02 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-container02 ul li + li {
  margin-left: -1px;
}

.pagination-container02 ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00D4DD;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  background-color: #ececec;
  margin: 0 5px;
}

.pagination-container02 ul li a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #00D4DD;
}

.pagination-container02 ul li.ellipsis span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #00D4DD;
  background-color: #ececec;
}

.pagination-container02 ul .navi-active a {
  font-weight: bold;
  color: #fff;
  background-color: #00D4DD;
}

.hero {
  height: clamp(360px, 46.38889vw, 668px);
  background-color: #fff;
  background-image: radial-gradient(#a1e3e0 1px, transparent 1px);
  background-size: 10px 10px;
}

.hero .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(375px, 86.11111vw, 1240px);
  height: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.hero .inner .heading {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: clamp(30px, 4.86111vw, 90px);
  align-items: flex-start;
  padding-left: 20px;
  margin-bottom: 0;
}

.hero .inner .heading h2 {
  font-size: clamp(32px, 4.375vw, 63px);
}

.hero .inner .heading p {
  font-size: clamp(20px, 2.29167vw, 33px);
}

.hero .inner .item__pho {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(230px, 41.66667vw, 600px);
}

.hero .inner .item__pho li {
  opacity: 0;
  position: absolute;
  width: clamp(100px, 18.05556vw, 260px);
  height: clamp(100px, 18.05556vw, 260px);
}

.hero .inner .item__pho li img {
  width: 100%;
}

.hero .inner .item__pho li:nth-child(1) {
  top: clamp(10px, 3.47222vw, 50px);
  left: clamp(0px, -1.04167vw, -15px);
}

.hero .inner .item__pho li:nth-child(2) {
  top: clamp(50px, 10.41667vw, 150px);
  left: clamp(60px, 13.88889vw, 200px);
}

.hero .inner .item__pho li:nth-child(3) {
  top: clamp(5px, 0.97222vw, 14px);
  left: clamp(130px, 27.08333vw, 390px);
}

.hero .inner .item__pho li:nth-child(4) {
  top: 0;
  left: clamp(210px, 44.44444vw, 640px);
}

.hero .inner .item__pho li:nth-child(5) {
  bottom: 0;
  right: clamp(150px, 28.47222vw, 410px);
}

.hero .inner .item__pho li:nth-child(6) {
  bottom: clamp(30px, 6.94444vw, 100px);
  right: clamp(80px, 15.27778vw, 220px);
}

.hero .inner .item__pho li:nth-child(7) {
  bottom: clamp(20px, 8.68056vw, 125px);
  right: clamp(0px, -1.04167vw, -15px);
}

.hero .inner .item__bg {
  opacity: 0;
  position: absolute;
}

.hero .inner .item__bg img {
  width: 100%;
}

.dots span {
  display: inline-block;
  position: relative;
}

.dots span::before {
  content: '・';
  top: -1em;
  left: 0;
  font-weight: 700;
  color: #00D4DD;
  position: absolute;
}

.contents__switch.section {
  background: white;
  background: linear-gradient(180deg, white 0%, #f7f9f9 100%);
}

.contents__switch.section .inner {
  padding-top: 0;
}

.contents__switch.section .inner .switch__box {
  width: clamp(375px, 57.63889vw, 830px);
}

.contents__switch.section .inner .switch__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents__switch.section .inner .switch__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.contents__switch.section .inner .switch__item > div p {
  font-weight: 700;
  font-size: clamp(20px, 3.33333vw, 48px);
  margin-bottom: clamp(10px, 1.18056vw, 17px);
}

.contents__switch.section .inner .switch__item > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: clamp(110px, 16.66667vw, 240px);
  height: clamp(110px, 16.66667vw, 240px);
  border-radius: 50%;
}

.contents__switch.section .inner .switch__item > div span em {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(18px, 2.22222vw, 32px);
}

.contents__switch.section .inner .switch__item--01, .contents__switch.section .inner .switch__item--02 {
  transition: 0.1s;
}

.contents__switch.section .inner .switch__item--01 {
  opacity: 1;
}

.contents__switch.section .inner .switch__item--01 p {
  color: #00D4DD;
}

.contents__switch.section .inner .switch__item--01 span {
  background-color: #00D4DD;
}

.contents__switch.section .inner .switch__item--02 {
  opacity: 0.3;
}

.contents__switch.section .inner .switch__item--02 p {
  color: #1494e7;
}

.contents__switch.section .inner .switch__item--02 span {
  background-color: #1494e7;
}

.contents__switch.section .inner .switch__item--toggle {
  margin-top: clamp(40px, 5.90278vw, 85px);
}

.contents__switch.section .inner .switch__item--toggle .toggle_item {
  position: relative;
  width: 72px;
  height: 46px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item input[type="checkbox"] {
  display: none;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item span {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #00D4DD;
  transition: 0.2s ease-out;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  background: #fff;
  border: 4px solid #888;
  transition: 0.2s ease-out;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50px;
  background: #888;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-out;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item.checked span {
  color: #1494e7;
}

.contents__switch.section .inner .switch__item--toggle .toggle_item.checked::after {
  left: 36px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

.contents__switch.section .inner .switch__item.-visible .switch__item--01 {
  opacity: 0.3;
}

.contents__switch.section .inner .switch__item.-visible .switch__item--02 {
  opacity: 1;
}

.contents__switch.section .inner .switch__item.-visible + .heading h2 {
  color: #1494e7;
}

.contents__switch.section .inner .heading {
  margin: 42px 0 0;
}

.contents__switch.section .inner .heading.-s h2 {
  font-size: clamp(20px, 2.08333vw, 30px);
  transition: 0.1s;
}

.contents__switch.section .inner .heading.-s p {
  font-size: clamp(18px, 1.80556vw, 26px);
  letter-spacing: 0.1rem;
}

.contents__session.section {
  overflow: hidden;
  margin-top: -50px;
}

.contents__session.section .inner {
  position: relative;
  padding: 0 20px;
}

.contents__session.section .inner .box__container {
  position: absolute;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.05s;
  will-change: transform;
}

.contents__session.section .inner .box__container .member_list {
  margin: 0 auto;
}

.contents__session.section .inner .box__container .member_list ul {
  display: flex;
  justify-content: space-between;
}

.contents__session.section .inner .box__container .member_list ul li {
  text-align: center;
}

.contents__session.section .inner .box__container .member_list ul li figure {
  width: clamp(120px, 13.88889vw, 200px);
  height: clamp(120px, 13.88889vw, 200px);
}

.contents__session.section .inner .box__container .member_list ul li figure img {
  width: 100%;
}

.contents__session.section .inner .box__container .member_list ul li .data {
  margin-top: clamp(10px, 0.83333vw, 12px);
}

.contents__session.section .inner .box__container .member_list ul li .data .name {
  font-weight: 600;
  font-size: clamp(13px, 1.11111vw, 16px);
}

.contents__session.section .inner .box__container .member_list ul li .data .name span {
  font-weight: 700;
  font-size: clamp(20px, 1.52778vw, 22px);
  color: #00D4DD;
  margin-right: 2px;
}

.contents__session.section .inner .box__container .member_list ul li .data .info {
  margin-top: clamp(3px, 0.34722vw, 5px);
  font-size: clamp(12px, 0.90278vw, 13px);
  line-height: 1.6;
}

.contents__session.section .inner .box__container .member_list ul li .data .info span {
  display: inline-block;
  margin-top: 3px;
}

.contents__session.section .inner .box__container .description {
  text-align: center;
  margin-top: 90px;
}

.contents__session.section .inner .box__container .description h2 {
  font-weight: 400;
  font-size: clamp(18px, 1.80556vw, 26px);
}

.contents__session.section .inner .box__container .description p {
  line-height: 2.2;
  margin-top: 30px;
}

.contents__session.section .inner .box__container .description .note {
  display: inline-block;
  margin-top: clamp(25px, 3.47222vw, 50px);
  color: #0FA3D0;
  font-size: clamp(13px, 1.11111vw, 16px);
  line-height: 1.6;
  padding: clamp(10px, 1.38889vw, 20px) 30px;
  border-radius: 50px;
  border: 1px solid #0FA3D0;
}

.contents__session.section .inner .box__container .bottom-navi {
  padding-top: clamp(35px, 6.94444vw, 100px);
  margin: clamp(50px, 6.94444vw, 100px) 0;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.contents__session.section .inner .box__container .bottom-navi__box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contents__session.section .inner .box__container .bottom-navi__box figure {
  width: clamp(375px, 38.19444vw, 550px);
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}

.contents__session.section .inner .box__container .bottom-navi__box figure img {
  width: 100%;
  height: auto;
}

.contents__session.section .inner .box__container .bottom-navi__box > div p {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(32px, 3.33333vw, 48px);
  color: #1494e7;
}

.contents__session.section .inner .box__container .bottom-navi__box > div p span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: initial;
  font-size: clamp(12px, 1.11111vw, 16px);
  color: #fff;
  width: clamp(60px, 6.94444vw, 100px);
  height: clamp(60px, 6.94444vw, 100px);
  border-radius: 50%;
  margin-left: clamp(15px, 1.875vw, 27px);
  background-color: #1494e7;
}

.contents__session.section .inner .box__container .bottom-navi__box > div .button.btn-01 {
  font-weight: 500;
  color: #1494e7;
  padding: 0;
  padding-right: 90px;
  background-color: transparent;
}

.contents__session.section .inner .box__container .bottom-navi__box > div .button.btn-01::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257.675%22%20height%3D%229.613%22%20viewBox%3D%220%200%2057.675%209.613%22%3E%3Cpath%20d%3D%22M881.4%2C1174.5h55.675l-5.952-7.205%22%20transform%3D%22translate(-880.402%20-1165.887)%22%20fill%3D%22none%22%20stroke%3D%22%2300ABEB%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.contents__session.section .inner .box__container .bottom-navi__box:hover .button.btn-01::after {
  -webkit-animation: arrow01 .4s;
          animation: arrow01 .4s;
}

.contents__session.section .inner .box__container .article {
  margin-top: clamp(50px, 6.94444vw, 100px);
}

.contents__session.section .inner .box__container .article__body:not(:nth-of-type(1)) {
  margin-top: clamp(50px, 8.33333vw, 120px);
}

.contents__session.section .inner .box__container .article__title {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 2.22222vw, 32px);
  color: #00D4DD;
  margin-left: -15px;
}

.contents__session.section .inner .box__container .article__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  width: clamp(50px, 4.86111vw, 70px);
  height: clamp(50px, 4.86111vw, 70px);
  margin-right: 15px;
  border-radius: 50%;
  background-color: #00D4DD;
}

.contents__session.section .inner .box__container .article__title span small {
  font-size: 10px;
}

.contents__session.section .inner .box__container .article__box {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.contents__session.section .inner .box__container .article__txt {
  width: clamp(375px, 41.66667vw, 600px);
}

.contents__session.section .inner .box__container .article__txt p {
  line-height: 1.8;
}

.contents__session.section .inner .box__container .article__txt p span {
  display: block;
  margin-bottom: 8px;
}

.contents__session.section .inner .box__container .article__txt p span em {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(13px, 0.97222vw, 14px);
  margin-right: 10px;
}

.contents__session.section .inner .box__container .article__txt p span em b {
  font-size: clamp(20px, 1.52778vw, 22px);
  color: #00D4DD;
  margin-right: 3px;
}

.contents__session.section .inner .box__container .article__txt p span small {
  color: #555;
}

.contents__session.section .inner .box__container .article__txt p:not(:nth-of-type(1)) {
  margin-top: 35px;
}

.contents__session.section .inner .box__container .article__img {
  width: clamp(375px, 40.27778vw, 580px);
  margin-left: clamp(25px, 4.16667vw, 60px);
}

.contents__session.section .inner .box__container .article__img.bottom-img {
  width: 100%;
  margin: 0;
}

.contents__session.section .inner .box__container .article__img figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.contents__session.section .inner .box__container .article__img figure img {
  width: 100%;
  height: auto;
}

.contents__session.section .inner .box__container .article__img figure:nth-of-type(2) {
  margin-top: clamp(25px, 3.47222vw, 650px);
}

.contents__session.section .inner .box__container .article .layout-img-l .article__txt {
  order: 2;
}

.contents__session.section .inner .box__container .article .layout-img-l .article__img {
  order: 1;
  margin-left: 0;
  margin-right: clamp(25px, 4.16667vw, 60px);
}

.contents__session.section .inner .box__container.box-01 {
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contents__session.section .inner .box__container.box-01 .member_list {
  width: clamp(375px, 73.61111vw, 1060px);
}

.contents__session.section .inner .box__container.box-02 {
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

.contents__session.section .inner .box__container.box-02 .member_list {
  width: clamp(375px, 56.25vw, 810px);
}

.contents__session.section .inner .box__container.box-02 .member_list ul li .data .name span {
  color: #1494e7;
}

.contents__session.section .inner .box__container.box-02 .article__title {
  color: #1494e7;
}

.contents__session.section .inner .box__container.box-02 .article__title span {
  background-color: #1494e7;
}

.contents__session.section .inner .box__container.box-02 .article__txt p span em b {
  color: #1494e7;
}

.contents__session.section .inner .box__container.box-02 .bottom-navi__box > div p {
  color: #00D4DD;
}

.contents__session.section .inner .box__container.box-02 .bottom-navi__box > div p span {
  background-color: #00D4DD;
}

.contents__session.section .inner .box__container.box-02 .bottom-navi__box > div .button.btn-01 {
  color: #00D4DD;
}

.contents__session.section .inner .box__container.box-02 .bottom-navi__box > div .button.btn-01::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257.675%22%20height%3D%229.613%22%20viewBox%3D%220%200%2057.675%209.613%22%3E%3Cpath%20d%3D%22M881.4%2C1174.5h55.675l-5.952-7.205%22%20transform%3D%22translate(-880.402%20-1165.887)%22%20fill%3D%22none%22%20stroke%3D%22%2300D4DD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.contents__session.section .inner.-visible .box__container.box-01 {
  opacity: 0;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}

.contents__session.section .inner.-visible .box__container.box-02 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
  .form-set .form-item {
    flex-direction: column;
  }
  .form-set .form-item__title {
    line-height: initial;
    padding: 0 0 4vw;
    min-width: initial;
  }
  .form-set .form-item__required {
    position: static;
    order: 2;
    margin-left: 1.33333vw;
  }
  .form-set .form-item__button {
    margin-top: 13.33333vw;
  }
  .form-set .form-item__button input[type="submit"],
  .form-set .form-item__button input[type="button"],
  .form-set .form-item__button button[type="submit"],
  .form-set .form-item__button button[type="button"] {
    font-size: 16px;
    padding: 5.33333vw;
    max-width: initial;
  }
  .form-set .form-btn {
    background-size: 6px auto;
  }
  .form-set .policy {
    margin-top: 8vw;
  }
  .form-set .policy__title {
    font-size: 16px;
  }
  .form-set .policy__text textarea {
    font-size: 13px;
    padding: 5.33333vw 8vw;
  }
  .form-set .policy__checkbox {
    margin-top: 5.33333vw;
  }
  .form-set .policy__checkbox .agree-check input + .check-text::before {
    margin-right: 1.6vw;
  }
  .thanks {
    margin-top: 8vw;
  }
  .thanks a {
    margin-top: 10.66667vw;
  }
  .button.btn-01::after {
    width: 63px;
  }
  .heading.-cont h2 {
    font-size: 20px;
  }
  .dl-table {
    width: 100%;
    display: block;
  }
  .dl-table dt, .dl-table dd {
    width: 100% !important;
  }
  .dl-table dt {
    border-bottom: none;
  }
  .section .inner {
    width: 100%;
    padding: 13.33333vw 25px;
  }
  .main_sub .section .inner {
    width: 100%;
  }
  #container {
    padding-top: 60px;
  }
  #main_header {
    height: 70px;
  }
  #main_header .inner .site_logo h1 .logo_type img {
    width: 220px;
  }
  #main_header .inner .site_logo h1 .logo_type {
    flex-direction: column;
    align-items: flex-start;
  }
  #main_header .inner .site_logo h1 .logo_type span.txt {
    margin-left: 0;
    margin-top: 8px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  #footer .inner .site_logo .logo_mark {
    width: 40px;
  }
  #footer .inner .site_logo .logo_type {
    flex-direction: column;
    align-items: flex-start;
    width: 210px;
  }
  #footer .inner .site_logo .logo_type img {
    width: 100%;
  }
  #footer .inner .site_logo .logo_type span.txt {
    font-size: 11px;
    margin-left: 0;
    margin-top: 6px;
  }
  #footer .inner .footer_nav {
    align-items: center;
    line-height: normal;
    margin-top: 25px;
  }
  #footer .inner .footer_nav a {
    font-size: 11px;
  }
  #footer .inner .footer_nav a:not(:first-child) {
    margin-left: 15px;
  }
  #footer .inner .cpy {
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
  }
  #gnav + #recruit_btns,
  #gnav #recruit_btns {
    height: 60px;
  }
  #gnav + #recruit_btns ul li,
  #gnav #recruit_btns ul li {
    width: calc(100% / 3);
  }
  #gnav + #recruit_btns ul li a,
  #gnav #recruit_btns ul li a {
    font-size: 13px;
    width: 100% !important;
    max-width: initial;
  }
  #gnav + #recruit_btns.hide_menu,
  #gnav #recruit_btns.hide_menu {
    display: none;
  }
  #gnav + #recruit_btns {
    opacity: 1;
    top: initial;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
  }
  #gnav #recruit_btns {
    display: none;
  }
  #menu_box {
    width: 70px;
    height: 70px;
  }
  #menu_box .menu {
    height: 18px;
    width: 26px;
  }
  #menu_box .menu__line--center {
    top: 8px;
  }
  #menu_box.is-active .menu__line--top {
    top: 6px;
  }
  #menu_box.is-active + #gnav + #recruit_btns {
    display: block;
  }
  .gnav__wrap {
    padding: 70px 0 60px;
  }
  .gnav__menu {
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
    padding: 20px 35px 35px;
    margin-bottom: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
  .gnav__menu__item:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 30px;
  }
  .gnav__menu__detail .title a {
    font-size: 27px;
  }
  .gnav__menu__detail ul {
    margin-top: 20px;
  }
  .gnav__menu__detail ul li {
    font-size: 14px;
  }
  .contents__information.section .inner > .heading {
    align-items: center;
  }
  .contents__information.section .inner .item__link--01 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .contents__information.section .inner .item__link--01 li a:nth-child(2) {
    margin-top: 15px;
  }
  .contents__information.section .inner .item__link--01 li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .contents__information.section .inner .item__link--02 {
    margin-top: 38px;
  }
  .breadcrumb {
    padding: 4vw 20px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .ac_title_all::after {
    opacity: 1;
  }
  #pagetop {
    width: 40px;
    height: 40px;
  }
  #pagetop::before {
    width: 10px;
    height: 10px;
  }
  #pagetop.btn_active {
    right: 10px;
    bottom: 166px;
  }
  .hero-sub {
    height: 200px;
  }
  .hero-sub .inner__bg {
    width: 200px;
  }
  .contents__article .inner h4, .contents__article .inner h5 {
    margin: 13.33333vw 0 5.33333vw;
  }
  .contents__article .inner h3 {
    font-size: 20px;
  }
  .contents__article .inner h4 {
    font-size: 18px;
  }
  .contents__article .inner h5 {
    font-size: 16px;
  }
  .contents__article .inner p {
    margin: 5.33333vw 0 13.33333vw;
  }
  .contents__article .inner .button {
    padding: 14px;
    width: 200px;
    margin: 18.66667vw auto 10.66667vw;
  }
  .contents__article .inner .category-and-date {
    margin-bottom: 5.33333vw;
  }
  .contents__article .inner .article-item__subimg {
    margin: 5.33333vw 0 13.33333vw;
  }
  .contents__article .inner .article-item__txt-and-img.right img, .contents__article .inner .article-item__txt-and-img.left img {
    display: block;
    float: none;
    margin: 0 auto 6.66667vw;
    width: 100%;
  }
  .contents__article .inner .article-item__option span:not(:first-child) {
    margin-bottom: 5.33333vw;
  }
  .hero {
    background-size: 8px 8px;
  }
  .hero .inner {
    flex-direction: column;
    width: 100%;
  }
  .hero .inner .heading {
    position: static;
    order: 2;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: -5px;
  }
  .hero .inner .item__pho {
    order: 1;
  }
  .contents__switch.section .inner .switch__item--toggle .toggle_item {
    width: 48px;
    height: 32px;
  }
  .contents__switch.section .inner .switch__item--toggle .toggle_item::before {
    border-width: 3px;
  }
  .contents__switch.section .inner .switch__item--toggle .toggle_item::after {
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
  }
  .contents__switch.section .inner .switch__item--toggle .toggle_item.checked::after {
    left: 24px;
  }
  .contents__session.section .inner .box__container {
    padding: 0 25px;
  }
  .contents__session.section .inner .box__container .member_list {
    padding: 0 5px;
  }
  .contents__session.section .inner .box__container .member_list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents__session.section .inner .box__container .member_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin: 20px 0 0;
  }
  .contents__session.section .inner .box__container .member_list ul li .data .info {
    line-height: 1.45;
  }
  .contents__session.section .inner .box__container .bottom-navi__box {
    flex-direction: column;
  }
  .contents__session.section .inner .box__container .bottom-navi__box figure {
    order: 2;
    width: 83%;
    margin-right: 0;
    margin-top: 20px;
  }
  .contents__session.section .inner .box__container .bottom-navi__box > div {
    order: 1;
  }
  .contents__session.section .inner .box__container .article {
    padding: 0 10px;
  }
  .contents__session.section .inner .box__container .article__title span {
    font-size: 20px;
    margin-right: 10px;
  }
  .contents__session.section .inner .box__container .article__title span small {
    margin-top: 2px;
  }
  .contents__session.section .inner .box__container .article__box {
    flex-direction: column;
    margin-top: 25px;
  }
  .contents__session.section .inner .box__container .article__txt {
    width: 100%;
  }
  .contents__session.section .inner .box__container .article__txt p span {
    margin-bottom: 5px;
  }
  .contents__session.section .inner .box__container .article__txt p span em {
    margin-right: 7px;
  }
  .contents__session.section .inner .box__container .article__txt p span em b {
    margin-right: 2px;
  }
  .contents__session.section .inner .box__container .article__txt p:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .contents__session.section .inner .box__container .article__img {
    width: 100%;
    margin: 0;
    margin-top: 25px;
  }
  .contents__session.section .inner .box__container .article .layout-img-l .article__txt {
    order: 1;
  }
  .contents__session.section .inner .box__container .article .layout-img-l .article__img {
    order: 2;
  }
  .contents__session.section .inner .box__container.box-01 .member_list {
    width: 100%;
  }
  .contents__session.section .inner .box__container.box-02 .member_list {
    width: 100%;
  }
}
