@charset "UTF-8";
/*!
 * shu - common.css
 */
/*
--------------------
reset
--------------------
*/
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

b,
th,
dt,
optgroup,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

/*
--------------------
reset(font)
--------------------
*/
b,
th,
dt,
optgroup,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/*
--------------------
typography
--------------------
*/
@media (max-width: 999.9px) {
  html {
    font-size: 4.266667vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 0.833333vw;
  }
}

body {
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2 {
  margin: 0 0 1em;
}

h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

pre,
code {
  margin: 0;
}

p,
pre,
blockquote {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

li {
  margin: 0 0 0.5em;
}
li > ul,
li > ol {
  margin: 0.5em 0;
}

dl {
  margin: 0 0 1em;
}

dt {
  margin: 0 0 0.5em;
}

dd {
  margin: 0 0 1em 2em;
}

img {
  border: 0 none;
}

textarea,
input {
  font-size: 1em;
}

input[type=text],
input[type=password],
input[type=date],
input[type=time],
input[type=number] {
  line-height: 1;
}

select {
  line-height: 1;
}

/*
--------------------
typography(color)
--------------------
*/
a {
  color: #055495;
}
a:hover, a:focus {
  color: #055495;
}

/*
--------------------
typography(font)
--------------------
*/
html {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Bookman Old Style", "Times New Roman", "-apple-system", "BlinkMacSystemFont", serif;
}

textarea,
input,
button {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Bookman Old Style", "Times New Roman", "-apple-system", "BlinkMacSystemFont", serif;
}

select {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Bookman Old Style", "Times New Roman", "-apple-system", "BlinkMacSystemFont", serif;
  font-weight: normal;
}

/*
--------------------
button
--------------------
*/
.button {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  border: 0.0625rem solid #707070;
  color: #000;
  line-height: 1.25;
  border-radius: 10em;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
}
a.button {
  text-decoration: none;
}
a.button:hover {
  color: #000;
  text-decoration: none;
}

.button--more {
  max-width: 13.125rem;
  min-height: 3.125rem;
  font-size: 0.875rem;
}
.button--more:hover {
  background-color: #F8F8F8;
}
.button--more .button__label {
  letter-spacing: 0.2em;
}

.button--more-inverse {
  color: #fff;
  border-color: #D4D4D4;
}
a.button--more-inverse,
a.button--more-inverse:hover {
  color: #fff;
}

.button--more-inverse:hover {
  color: #fff;
}
@media (min-width: 62.5rem) {
  .button--more-inverse {
    max-width: 9.5714285714em;
    min-height: 3.125rem;
    font-size: 0.875rem;
  }
}
.button--more-inverse .button__label {
  letter-spacing: 0.2em;
}

.button--arrow {
  width: 3.125rem;
  height: 3.125rem;
  max-width: none;
}
@media (min-width: 62.5rem) {
  .button--arrow {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
.button--arrow .button__label {
  color: #0061B1;
}
.button--arrow:hover {
  background-color: #F8F8F8;
}
.button--arrow svg {
  width: 1.5rem;
  height: auto;
  vertical-align: bottom;
  stroke: #0061B1;
}
@media (min-width: 62.5rem) {
  .button--arrow svg {
    width: 1.75rem;
  }
}
.button--arrow svg path {
  /* stroke属性がないアイコンフォント用のスタイル */
  fill: #0061B1;
}

.button--guide {
  max-width: 15rem;
  min-height: 3.125rem;
  font-size: 0.875rem;
  background-color: #9A9A9A;
  color: #fff;
}
@media (min-width: 62.5rem) {
  .button--guide {
    max-width: 20.375rem;
    min-height: 4.5rem;
    font-size: 1.25rem;
  }
}
a.button--guide {
  color: #fff;
}

.button--guide:not(:hover) {
  border-color: transparent;
}
.button--guide:hover {
  background-color: #fff;
  color: #000;
}
.button--guide .button__label {
  letter-spacing: 0.2em;
}

.button--post {
  background-color: #fff;
  border-color: #D4D4D4;
}
@media (min-width: 62.5rem) {
  .button--post {
    max-width: 12.5rem;
    min-height: 3.75rem;
    font-size: 1.125rem;
  }
}
.button--post:hover {
  background-color: #F8F8F8;
  border-color: #707070;
  color: #000;
}
.button--post .button__label {
  letter-spacing: 0.1em;
}

.button--submit {
  max-width: 15rem;
  min-height: 3.75rem;
  font-size: 1.125rem;
  background-color: #C90000;
  color: #fff;
}
@media (min-width: 62.5rem) {
  .button--submit {
    max-width: 40rem;
  }
}
a.button--submit {
  color: #fff;
}

.button--submit:not(:hover) {
  border-color: transparent;
}
.button--submit:hover {
  background-color: #fff;
  border-color: #C90000;
  color: #C90000;
}
.button--submit .button__label {
  letter-spacing: 0.1em;
}

.button--filter {
  background-color: #9A9A9A;
  color: #fff;
}
@media (min-width: 62.5rem) {
  .button--filter {
    max-width: 12.5rem;
    min-height: 3.75rem;
    font-size: 1.125rem;
  }
}
a.button--filter {
  color: #fff;
}

.button--filter:not(:hover) {
  border-color: transparent;
}
.button--filter:hover {
  background-color: transparent;
  border-color: #707070;
  color: #000;
}
.button--filter .button__label {
  letter-spacing: 0.1em;
}

.button--entry {
  max-width: 15rem;
  min-height: 3.75rem;
  background-color: #9A9A9A;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .button--entry {
    max-width: 40rem;
  }
}
a.button--entry {
  color: #fff;
}

.button--entry:not(:hover) {
  border-color: transparent;
}
.button--entry:hover {
  background-color: transparent;
  border-color: #707070;
  color: #000;
}

.button--text {
  display: inline-flex;
  width: auto;
  background-color: transparent;
  border-color: transparent;
  font-size: 0.875rem;
  min-height: 3.375rem;
}
.button--text:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.button--text .button__label {
  letter-spacing: 0.2em;
}

.button--text-light {
  display: inline-flex;
  width: auto;
  background-color: transparent;
  border-color: transparent;
  color: #9A9A9A;
  font-size: 0.875rem;
  min-height: 2.75rem;
}
.button--text-light:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
a.button--text-light {
  color: #9A9A9A;
}

.button--text-light .button__label {
  letter-spacing: 0.08em;
}

/*
--------------------
body
--------------------
*/
.body {
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 62.5rem) {
  .body {
    font-size: 1.125rem;
  }
}
.body p {
  margin-bottom: 0;
}
.body p + p {
  margin-top: 1.5em;
}

.body:not([class*=body--]) p:first-child {
  margin-top: -0.5em;
}

.body--sm {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .body--sm {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
.body--sm p:first-child {
  margin-top: -0.25em;
}

.body--lg {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .body--lg {
    font-size: 1.25rem;
    line-height: 1.95;
    letter-spacing: 0.2em;
  }
}
.body--lg p:first-child {
  margin-top: -0.375em;
}
@media (min-width: 62.5rem) {
  .body--lg p:first-child {
    margin-top: -0.475em;
  }
}

.body--lg-2 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 62.5rem) {
  .body--lg-2 {
    font-size: 1.25rem;
  }
}
.body--lg-2 p:first-child {
  margin-top: -0.3em;
}

.body--xl {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (min-width: 62.5rem) {
  .body--xl {
    font-size: 1.5rem;
    line-height: 2.5;
    letter-spacing: 0.2em;
  }
}
.body--xl p:first-child {
  margin-top: -0.5em;
}
@media (min-width: 62.5rem) {
  .body--xl p:first-child {
    margin-top: -0.75em;
  }
}

/*
--------------------
checkbox
--------------------
*/
.checkbox {
  position: relative;
  display: block;
  height: 2.5rem;
  cursor: pointer;
  line-height: 1;
}
.checkbox .checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #D4D4D4;
  background-color: #fff;
  z-index: 13;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  z-index: 11;
}
.checkbox input[type=checkbox]:checked + .checkbox__icon {
  background: #0061B1;
  border-color: #0061B1;
}
.checkbox input[type=checkbox]:checked + .checkbox__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 20%;
  height: 50%;
  border-bottom: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.checkbox input[type=checkbox]:focus {
  opacity: 1;
}
.checkbox .checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 3.125rem;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.95;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .checkbox .checkbox__label {
    padding-left: 4.375rem;
  }
}
.checkbox.is-error {
  color: #C90000;
}
.checkbox.is-error .checkbox__icon {
  border-color: #C90000;
}
.checkbox.is-error input[type=checkbox]:checked + .checkbox__icon {
  background-color: #C90000;
  border-color: #C90000;
}

/*
--------------------
embed
--------------------
*/
.embed {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.2754491018%;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed--16to9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
embed--(ratio-x)to(ratio-y)
--------------------
*/
.embed--16to9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/*
--------------------
figure
--------------------
*/
.figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: transparent;
  border-radius: 1.5625rem;
  border: 0 none;
  vertical-align: bottom;
}
.figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.figure--square img,
.figure--1to1 img,
.figure--3to2 img,
.figure--16to9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
--------------------
figure--square
figure--(ratio-x)to(ratio-y)
--------------------
*/
.figure--square,
.figure--1to1,
.figure--3to2,
.figure--16to9 {
  width: 100%;
  height: 0;
}

.figure--square,
.figure--1to1 {
  padding-bottom: 100%;
}

.figure--3to2 {
  padding-bottom: 66.6666666667%;
}

.figure--16to9 {
  padding-bottom: 56.25%;
}

/*
--------------------
upload
--------------------
*/
.upload {
  width: 100%;
  margin: 0;
}

/*
--------------------
input
--------------------
*/
.input, textarea {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #fff none;
  border: 0.0625rem solid #D4D4D4;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}
.input::placeholder, textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}
@media (min-width: 62.5rem) {
  .input, textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
textarea.input {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1.5;
}

.input:not(textarea) {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  height: 3.5rem;
}

textarea {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

textarea#prefectures, textarea#department, textarea#qualification, textarea#address {
  height: 3.5rem;
}

.input:focus {
  color: #000;
  background-color: #F8F8F8;
}
.input::-webkit-search-decoration {
  display: none;
}
.input.is-error {
  background-color: #fff;
  border-color: #C90000;
  color: #C90000;
}

/*
--------------------
label
--------------------
*/
.label {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECECEC;
  min-height: 3.125rem;
  font-size: 1.125rem;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.25;
  border-radius: 10em;
}
@media (min-width: 62.5rem) {
  .label {
    min-height: 4.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.label--accent {
  background-color: #9A9A9A;
  color: #fff;
}

/*
--------------------
multicheckbox
--------------------
*/
.multicheckbox {
  display: block;
  position: relative;
  width: 100%;
  max-width: 12.5rem;
  height: 5rem;
  cursor: pointer;
  line-height: 1;
}
.multicheckbox .multicheckbox__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #D4D4D4;
  background-color: #fff;
  border-radius: 0.625rem;
  z-index: 11;
}
.multicheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  z-index: 21;
}
.multicheckbox input[type=checkbox]:checked + .multicheckbox__icon {
  background: #0061B1;
  border-color: #0061B1;
}
.multicheckbox input[type=checkbox]:checked + .multicheckbox__icon + .multicheckbox__label {
  color: #fff;
}
.multicheckbox .multicheckbox__label {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 13;
}
@media (min-width: 62.5rem) {
  .multicheckbox .multicheckbox__label {
    font-size: 1rem;
  }
}
.multicheckbox.is-error {
  color: #C90000;
}
.multicheckbox.is-error .multicheckbox__icon {
  border-color: #C90000;
}
.multicheckbox.is-error input[type=checkbox]:checked + .multicheckbox__icon {
  background-color: #C90000;
  border-color: #C90000;
}
.multicheckbox.is-error input[type=checkbox]:checked + .multicheckbox__icon + .multicheckbox__label {
  color: #fff;
}

/*
--------------------
nav
--------------------
*/
.nav {
  display: block;
}
.nav:not(.nav--vertical) .nav__label {
  white-space: nowrap;
}

.nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav__item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0;
  padding: 0;
}

.nav__label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1;
}
.nav__label:hover {
  color: #000;
}
a.nav__label {
  text-decoration: none;
  cursor: pointer;
}
a.nav__label:hover {
  text-decoration: none;
}

/*
--------------------
radio
--------------------
*/
.radio {
  display: block;
  position: relative;
  width: 100%;
  max-width: 12.5rem;
  height: 5rem;
  cursor: pointer;
  line-height: 1;
}
.radio .radio__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #D4D4D4;
  background-color: #fff;
  border-radius: 0.625rem;
  z-index: 11;
}
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  z-index: 21;
}
.radio input[type=radio]:checked + .radio__icon {
  background: #0061B1;
  border-color: #0061B1;
}
.radio input[type=radio]:checked + .radio__icon + .radio__label {
  color: #fff;
}
.radio .radio__label {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 13;
}
@media (min-width: 62.5rem) {
  .radio .radio__label {
    font-size: 1rem;
  }
}
.radio.is-error {
  color: #C90000;
}
.radio.is-error .radio__icon {
  border-color: #C90000;
}
.radio.is-error input[type=radio]:checked + .radio__icon {
  background-color: #C90000;
  border-color: #C90000;
}
.radio.is-error input[type=radio]:checked + .radio__icon + .radio__label {
  color: #fff;
}

/*
--------------------
select
--------------------
*/
.select {
  position: relative;
  width: 100%;
  height: 3.4375rem;
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-top: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  -webkit-transform: translateY(-70%) rotate(-135deg);
          transform: translateY(-70%) rotate(-135deg);
  z-index: 3;
}
.select > select {
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #BEBEBE;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 3.125rem;
  background-color: #fff;
  border: 0.0625rem solid #D4D4D4;
  z-index: 2;
}
@media (min-width: 62.5rem) {
  .select > select {
    padding-left: 1.25rem;
  }
}
.select > select::-ms-expand {
  display: none;
}
.select > select:focus {
  color: #000;
  background-color: #F8F8F8;
  border-color: #0061B1;
}
.select.is-error:after {
  border-top-color: #C90000;
  border-left-color: #C90000;
}
.select.is-error select {
  background-color: #fff;
  border-color: #C90000;
  color: #C90000;
}

.select option {
  outline: none;
  padding: 0;
}

/*
--------------------
table
--------------------
*/
.table {
  max-width: 100%;
  border: 0 none;
}
.table tr {
  border: 0 none;
}
.table th,
.table td {
  border: 0 none;
  vertical-align: middle;
}
.table th {
  font-weight: normal;
}

/*
--------------------
table--ruled
--------------------
*/
.table--ruled {
  width: 100%;
  border-top: 0.0625rem solid #D4D4D4;
}
@media (max-width: 62.4rem) {
  .table--ruled tr {
    display: block;
  }
}
.table--ruled th,
.table--ruled td {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-bottom: 0.0625rem solid #D4D4D4;
}
@media (max-width: 62.4rem) {
  .table--ruled th,
.table--ruled td {
    display: block;
    padding-right: 0.625rem;
  }
}
@media (min-width: 62.5rem) {
  .table--ruled th,
.table--ruled td {
    font-size: 1.125rem;
    letter-spacing: 0.16em;
    line-height: 1.6;
  }
}
.table--ruled th {
  color: #707070;
  padding-left: 0.625rem;
}
@media (max-width: 62.4rem) {
  .table--ruled th {
    border-bottom: 0 none;
    padding-top: 1.5em;
  }
}
@media (min-width: 62.5rem) {
  .table--ruled th {
    width: clamp(100px, 13.28125vw, 350px);
    padding-left: 1.25rem;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 62.4rem) {
  .table--ruled td {
    padding-top: 0;
    border-top: 0 none;
    padding-left: 0.625rem;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 62.5rem) {
  .table--ruled td {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

/*
--------------------
title
--------------------
*/
.title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.title a {
  color: #000;
}

/*
--------------------
title--level-(level)
--------------------
*/
.title--level-1 {
  font-size: 1.375rem;
}
@media (min-width: 62.5rem) {
  .title--level-1 {
    font-size: 3.125rem;
  }
}

.title--level-2 {
  font-size: 1.375rem;
}
@media (min-width: 62.5rem) {
  .title--level-2 {
    font-size: 1.875rem;
  }
}

.title--level-3 {
  font-size: 1.125rem;
}
@media (min-width: 62.5rem) {
  .title--level-3 {
    font-size: 1.5rem;
  }
}

.title--level-4 {
  font-size: 1rem;
}
@media (min-width: 62.5rem) {
  .title--level-4 {
    font-size: 1.375rem;
  }
}

.title--level-5 {
  font-size: 0.875rem;
}
@media (min-width: 62.5rem) {
  .title--level-5 {
    font-size: 1.125rem;
  }
}

.title--level-6 {
  font-size: 0.75rem;
}
@media (min-width: 62.5rem) {
  .title--level-6 {
    font-size: 1rem;
  }
}

/*
--------------------
toggle-button
--------------------
*/
.toggle-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.toggle-button__line {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.625rem);
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #707070;
  transition: background-color 0.3s;
}
.toggle-button__line:before, .toggle-button__line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background-color: #707070;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  background-color: #707070;
}
.toggle-button__line:before {
  top: clamp(-12px, -1.6vw, -3px);
}
.toggle-button__line:after {
  bottom: clamp(-12px, -1.6vw, -3px);
}
.toggle-button[aria-expanded=true] .toggle-button__line {
  background-color: transparent;
}
.toggle-button[aria-expanded=true] .toggle-button__line:before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-button[aria-expanded=true] .toggle-button__line:after {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
--------------------
board
--------------------
*/
.board {
  background-color: #fff;
  border: 0.0625rem solid #D4D4D4;
  border-radius: 0.8125rem;
}

.board__inner {
  display: block;
  padding: 1.875rem 1.25rem 2.1875rem;
  border-radius: 0.8125rem;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .board__inner {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 20% 0.875rem 1fr;
    padding-left: 0;
  }
}
a.board__inner {
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
a.board__inner:hover {
  background-color: rgba(0, 97, 177, 0.08);
}

@media (max-width: 62.4rem) {
  .board__header {
    border-bottom: 0.0625rem solid #E6E6E6;
    padding-bottom: 0.75rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 62.5rem) {
  .board__header {
    grid-area: 1/1;
    border-right: 0.0625rem solid #E6E6E6;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 62.5rem) {
  .board__contents {
    grid-area: 1/3;
  }
}

.board__label {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .board__label {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
    max-width: 7em;
    margin-left: auto;
    margin-right: auto;
  }
}

.board__title {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 62.4rem) {
  .board__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 62.5rem) {
  .board__title {
    display: flex;
    align-items: center;
    min-height: 3.125rem;
    padding-left: 0.5rem;
    border-bottom: 0.0625rem solid #E6E6E6;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}

.board__body {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .board__body {
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    font-size: 1.125rem;
    padding-left: 0.5rem;
  }
}

/*
--------------------
eyecatch
--------------------
*/
.eyecatch {
  position: relative;
}

.eyecatch__media {
  position: relative;
  z-index: 11;
}

.eyecatch__contents {
  position: absolute;
  top: calc( 50% - 1.25rem );
  line-height: 1;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .eyecatch__contents {
    top: calc( 50% - 3.75rem );
    left: clamp( 10px, 9.7916666667vw, 250.66666604px );
  }
}

.eyecatch__cover__image {
  display: block;
  width: 100%;
  height: auto;
}

.eyecatch__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 2.5625rem;
  padding-left: clamp( 10px, 5.3333333333vw, 54.6133334px );
  padding-right: clamp( 10px, 5.3333333333vw, 54.6133334px );
  background-color: #0061B1;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 13;
}
@media (min-width: 62.5rem) {
  .eyecatch__title {
    min-height: clamp( 10px, 5.2083333333vw, 133.333333px );
    padding-left: clamp( 10px, 2.0833333333vw, 53.3333332px );
    padding-right: clamp( 10px, 2.0833333333vw, 53.3333332px );
    font-size: 1.875rem;
  }
}

.eyecatch__subtitle {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 1.875rem;
  margin-top: -0.625rem;
  padding-left: clamp( 10px, 5.3333333333vw, 54.6133334px );
  padding-right: clamp( 10px, 5.3333333333vw, 54.6133334px );
  background-color: #002E54;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  z-index: 14;
}
@media (min-width: 62.5rem) {
  .eyecatch__subtitle {
    min-height: clamp( 10px, 2.0833333333vw, 53.3333332px );
    margin-top: -1.25rem;
    padding-left: clamp( 10px, 2.0833333333vw, 53.3333332px );
    padding-right: clamp( 10px, 2.0833333333vw, 53.3333332px );
    font-size: 0.875rem;
  }
}

/*
--------------------
box
--------------------
*/
.box {
  position: relative;
  width: calc( 100% - 5rem );
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1.25rem;
  border: 0.0625rem solid #D4D4D4;
}
@media (min-width: 62.5rem) {
  .box {
    max-width: clamp( 10px, 41.6666666667vw, 1066.666664px );
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
    padding-left: clamp( 10px, 1.5625vw, 39.9999999px );
    padding-right: clamp( 10px, 1.5625vw, 39.9999999px );
  }
}
.box:before, .box:after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
}
@media (min-width: 62.5rem) {
  .box:before, .box:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.box:before {
  top: -0.125rem;
  left: -0.125rem;
  border-top: 0.125rem solid #000;
  border-left: 0.125rem solid #000;
  z-index: 11;
}
.box:after {
  bottom: -0.125rem;
  right: -0.125rem;
  border-bottom: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  z-index: 12;
}

.box--inverse {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.box--inverse:before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.box--inverse:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

/*
--------------------
flow
--------------------
*/
@media (max-width: 62.4rem) {
  .flow {
    max-width: 17.1875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.flow__item {
  position: relative;
  margin-bottom: 0;
}
.flow__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 62.5rem) {
  .flow__item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
.flow__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.75rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 0.875rem 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 62.5rem) {
  .flow__item:not(:first-child)::before {
    top: -1.875rem;
  }
}

/*
--------------------
form
--------------------
*/
.form__group {
  width: calc( 100% - 2.5rem );
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.form__group + .form__group {
  margin-top: 1.375rem;
}
@media (min-width: 62.5rem) {
  .form__group + .form__group {
    margin-top: 1.875rem;
  }
}

.form__group__label {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.form__group__error {
  margin: 0;
  color: #ff0000;
  font-size: 0.875rem;
}

/*
--------------------
grid
--------------------
*/
.grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
}
ul.grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 62.5rem) {
  .grid {
    grid-column-gap: 5.4545454545%;
    grid-row-gap: 1.5625rem;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 62.5rem) {
  .grid--lg {
    grid-column-gap: 7.2727272727%;
    grid-row-gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

li.grid__item {
  margin: 0;
  padding: 0;
}

/*
--------------------
headline
--------------------
*/
.headline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #929292;
}
.headline:first-of-type {
  border-top: 1px solid #929292;
}

.headline__inner {
  display: block;
  min-height: 5rem;
  padding: 1.25rem 3.125rem 1.25rem 0.625rem;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .headline__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    min-height: 4.8958333333vw;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-right: 10rem;
  }
}
a.headline__inner {
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
a.headline__inner:hover {
  background-color: rgba(0, 97, 177, 0.08);
}
@media (min-width: 62.5rem) {
  a.headline__inner:hover .headline__icon {
    opacity: 1;
  }
}

.headline__icon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .headline__icon {
    right: 7.0909090909%;
    width: clamp( 10px, 1.5625vw, 39.9999999px );
    height: clamp( 10px, 1.5625vw, 39.9999999px );
    background-color: #0061B1;
    opacity: 0;
  }
}
.headline__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
          transform: translateX(-75%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 26.6666666667%;
  height: 26.6666666667%;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .headline__icon::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.headline__header {
  margin-top: -0.3em;
  color: #B5B5B5;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (min-width: 62.5rem) {
  .headline__header {
    margin-bottom: -0.3em;
    color: inherit;
    flex-grow: 0;
    min-width: clamp( 10px, 13.0208333333vw, 333.3333325px );
    font-size: 1.125rem;
    text-align: center;
  }
}

.headline__title {
  margin-bottom: -0.25em;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 62.4rem) {
  .headline__title {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 62.5rem) {
  .headline__title {
    flex-grow: 1;
    margin-top: -0.25em;
    font-size: 1.125rem;
  }
}

/*
--------------------
media
--------------------
*/
.media__inner {
  display: grid;
  grid-template-rows: auto 5.625rem;
  grid-template-columns: 55.2% 44.8%;
}
@media (min-width: 62.5rem) {
  .media__inner {
    grid-template-rows: auto 16.5625rem;
    grid-template-columns: 66.25% 33.75%;
  }
}
a.media__inner {
  color: #000;
  text-decoration: none;
}

.media__cover {
  grid-area: 1/1;
}

.media__cover__image {
  display: block;
  width: 100%;
  height: auto;
}

.media__contents {
  grid-area: 1/2;
}
@media (min-width: 62.5rem) {
  .media__contents {
    grid-area: 1/2/3/3;
  }
}

.media__header {
  background-color: #F8F8F8;
  grid-area: 2/1/3/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 62.5rem) {
  .media__header {
    grid-area: 2/1;
  }
}

.media--reverse .media__inner {
  grid-template-columns: 44.8% 55.2%;
}
@media (min-width: 62.5rem) {
  .media--reverse .media__inner {
    grid-template-columns: 33.75% 66.25%;
  }
}
.media--reverse .media__cover {
  grid-area: 1/2;
}
.media--reverse .media__contents {
  grid-area: 1/1;
}
@media (min-width: 62.5rem) {
  .media--reverse .media__contents {
    grid-area: 1/1/3/1;
  }
}
.media--reverse .media__header {
  grid-area: 2/1/3/3;
}
@media (min-width: 62.5rem) {
  .media--reverse .media__header {
    grid-area: 2/2;
  }
}

/*
--------------------
pageheader
--------------------
*/
.pageheader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  background-color: #F8F8F8;
}
@media (min-width: 62.5rem) {
  .pageheader {
    height: clamp( 10px, 7.0833333333vw, 181.33333288px );
  }
}

.pageheader__container {
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .pageheader__container {
    position: relative;
  }
}

.pageheader__title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .pageheader__title {
    font-size: 1.875rem;
  }
}

.pageheader__subtitle {
  padding-top: 0.375rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 62.5rem) {
  .pageheader__subtitle {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 1em;
    font-size: 0.875rem;
  }
}

.pageheader__deco {
  position: absolute;
  top: calc(50% - 6px);
  width: 8.5333333333%;
  height: 13px;
}
@media (min-width: 62.5rem) {
  .pageheader__deco {
    top: calc(50% - 12px);
    width: 33.0208333333%;
    height: 25px;
  }
}
.pageheader__deco::before {
  position: absolute;
  top: 6.5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CFCFCF;
}
@media (min-width: 62.5rem) {
  .pageheader__deco::before {
    top: 13px;
  }
}

.pageheader__deco--01 {
  left: 0;
}

.pageheader__deco--02 {
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.pageheader__line {
  position: absolute;
  left: 0;
}
.pageheader__line::before, .pageheader__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CFCFCF;
}
.pageheader__line::before {
  top: 0;
}
.pageheader__line::after {
  bottom: 0;
}

.pageheader__line--01 {
  top: calc(50% - 2px);
  width: calc(100% - 2px);
  height: 5px;
}
@media (min-width: 62.5rem) {
  .pageheader__line--01 {
    top: calc(50% - 4px);
    width: calc(100% - 4px);
    height: 9px;
  }
}

.pageheader__line--02 {
  top: calc(50% - 4px);
  width: calc(100% - 4px);
  height: 9px;
}
@media (min-width: 62.5rem) {
  .pageheader__line--02 {
    width: calc(100% - 8px);
    top: calc(50% - 8px);
    height: 17px;
  }
}
.pageheader__line--03 {
  top: calc(50% - 6px);
  width: calc(100% - 8px);
  height: 13px;
}
@media (min-width: 62.5rem) {
  .pageheader__line--03 {
    width: calc(100% - 16px);
    top: calc(50% - 12px);
    height: 25px;
  }
}
/*
--------------------
post
--------------------
*/
.post {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .post {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.post__header {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
@media (min-width: 62.5rem) {
  .post__header {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
    margin-bottom: 3.75rem;
  }
}

.post__date {
  display: block;
  margin: 0 0 1.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #929292;
  font-size: 0.75rem;
  color: #9A9A9A;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .post__date {
    margin-bottom: 3.75rem;
    font-size: 1.25rem;
  }
}
.post__date::before {
  display: inline-block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #9A9A9A;
  vertical-align: middle;
}

.post__title {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}
@media (min-width: 62.5rem) {
  .post__title {
    font-size: 2.25rem;
    letter-spacing: 0.16em;
  }
}

.post__contents {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .post__contents {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.post__footer {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .post__footer {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
  }
}

.post__nav .button--more {
  width: 10rem;
}
@media (min-width: 62.5rem) {
  .post__nav .button--more {
    height: 4.0625rem;
  }
}

.post__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.post__nav__item {
  flex-grow: 0;
}
.post__nav__item:not(:first-child) {
  margin-left: 1.875rem;
}

/*
a-blog cms関連スタイルここから
====================================
*/
.acms-entry h2,
.acms-entry h3 {
  font-weight: normal;
}

.acms-entry h4,
.acms-entry h5,
.acms-entry h6 {
  font-weight: bold;
}

.acms-entry * + h2,
.acms-entry * + h3 {
  margin-top: 1.5em;
}

.acms-entry * + .acms-entry h4,
.acms-entry * + .acms-entry h5,
.acms-entry * + .acms-entry h6 {
  margin-top: 1em;
}

.acms-grid > ul,
.acms-grid > ol {
  margin-left: 10px;
}

[class*=column-eximage], [class*=column-file], [class*=column-image], [class*=column-map], [class*=column-media], [class*=column-module], [class*=column-quote], [class*=column-street-view], [class*=column-video], [class*=column-yolp], [class*=column-youtube] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  [class*=column-eximage], [class*=column-file], [class*=column-image], [class*=column-map], [class*=column-media], [class*=column-module], [class*=column-quote], [class*=column-street-view], [class*=column-video], [class*=column-yolp], [class*=column-youtube] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

/*
a-blog cms関連スタイルここまで
====================================
*/
/*
--------------------
qa
--------------------
*/
.qa {
  background-color: #F8F8F8;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-bottom: 0.25rem solid #0061B1;
}
@media (min-width: 62.5rem) {
  .qa {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.qa__icon {
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  font-size: 1rem;
  border-radius: 50%;
  border: 0.0625rem solid #D4D4D4;
}
@media (min-width: 62.5rem) {
  .qa__icon {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.25rem;
  }
}

.qa__header {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.8125rem;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .qa__header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.qa__click {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  color: #B5B5B5;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .qa__click {
    bottom: 0.3125rem;
  }
}
.qa__click:before, .qa__click:after {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  width: 0.125rem;
  height: 0.75rem;
  background-color: #707070;
}
.qa__click:before {
  left: 50%;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.qa__click:after {
  right: 50%;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.qa__title {
  flex-grow: 0;
  width: calc( 100% - 3.75rem );
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 62.5rem) {
  .qa__title {
    width: calc( 100% - 8.75rem );
    font-size: 1.25rem;
  }
}

.qa__contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-top: 0.0625rem solid #D4D4D4;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .qa__contents {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.qa__scroll {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.25rem;
  font-size: 1rem;
  color: #B5B5B5;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .qa__scroll {
    top: 0.1875rem;
  }
}
.qa__scroll a {
  color: #B5B5B5;
  text-decoration: none;
}
.qa__scroll:before, .qa__scroll:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  width: 0.125rem;
  height: 0.75rem;
  background-color: #707070;
}
.qa__scroll:before {
  right: 50%;
  -webkit-transform: rotate(-128deg);
          transform: rotate(-128deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.qa__scroll:after {
  left: 50%;
  -webkit-transform: rotate(128deg);
          transform: rotate(128deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.qa__body {
  flex-grow: 0;
  width: calc( 100% - 3.75rem );
}
@media (min-width: 62.5rem) {
  .qa__body {
    width: calc( 100% - 8.75rem );
  }
}

/*
--------------------
section
--------------------
*/
.section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .section {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.section__container {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.5rem) {
  .section__container {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
  }
}

.section__header {
  line-height: 1;
}

.section__contents {
  line-height: 1;
}

.section__footer {
  line-height: 1;
}

.section--style-a .section__header {
  margin-bottom: 1.625rem;
}
@media (min-width: 62.5rem) {
  .section--style-a .section__header {
    margin-bottom: 1.4375rem;
  }
}
.section--style-a .section__title {
  font-size: 1.25rem;
  text-align: center;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .section--style-a .section__title {
    font-size: 1.875rem;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 62.4rem) {
  .section--style-a .section__footer {
    text-align: center;
  }
}
@media (min-width: 62.5rem) {
  .section--style-a .section__footer {
    text-align: right;
  }
}

.section--style-b .section__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 5.625rem;
  margin-bottom: 1.875rem;
  padding-left: 1.625rem;
}
@media (min-width: 62.5rem) {
  .section--style-b .section__header {
    min-height: clamp( 10px, 4.6875vw, 119.9999997px );
    margin-bottom: 4.375rem;
    padding-left: 1.25rem;
  }
}
.section--style-b .section__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.375rem;
  background-color: #0061B1;
}
@media (min-width: 62.5rem) {
  .section--style-b .section__header:before {
    width: clamp( 1px, 0.3125vw, 7.99999998px );
  }
}
.section--style-b .section__title {
  font-size: 1.375rem;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -0.3em;
}
@media (min-width: 62.5rem) {
  .section--style-b .section__title {
    font-size: 1.875rem;
  }
}
.section--style-b .section__subtitle {
  font-size: 0.875rem;
  color: inherit;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: -0.25em;
}
@media (min-width: 62.5rem) {
  .section--style-b .section__subtitle {
    font-size: clamp( 10px, 0.7291666667vw, 18.66666662px );
  }
}
.section--style-b .section__footer {
  margin-top: 3.125rem;
}
@media (max-width: 62.4rem) {
  .section--style-b .section__footer {
    text-align: center;
  }
}
@media (min-width: 62.5rem) {
  .section--style-b .section__footer {
    margin-top: 2.875rem;
  }
}

.section--style-c {
  position: relative;
}
.section--style-c::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.4375rem;
  height: 5rem;
  background-color: #0061B1;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .section--style-c::before {
    right: clamp( 35px, 3.6458333333vw, 93px );
    width: clamp( 10px, 11.875vw, 303.99999924px );
    height: clamp( 10px, 8.3333333333vw, 213.3333328px );
  }
}
.section--style-c .section__badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 3.6875rem;
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  z-index: 21;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__badge {
    top: 0;
    right: clamp( 10px, 3.3333333333vw, 85.33333312px );
    width: clamp( 10px, 11.875vw, 303.99999924px );
    height: clamp( 10px, 8.3333333333vw, 213.3333328px );
    font-size: 3.75rem;
  }
}
.section--style-c .section__container {
  position: relative;
  padding-top: 1.25rem;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__container {
    padding-top: 2.25rem;
    max-width: clamp( 10px, 72.9166666667vw, 1866.666662px );
  }
}
.section--style-c .section__container::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 100%;
  height: calc(100% - 7.5rem);
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__container::after {
    top: clamp( 10px, 1.875vw, 47.99999988px );
    width: 89.1428571429%;
    height: calc(100% - 8.875rem);
  }
}
.section--style-c .section__header {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-right: 6.0625rem;
  z-index: 13;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__header {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    border-top: 0 none;
  }
}
@media (min-width: 120rem) {
  .section--style-c .section__header {
    padding-right: 0;
  }
}
.section--style-c .section__title {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__title {
    font-size: 2.25rem;
    letter-spacing: 0.16em;
  }
}
.section--style-c .section__subtitle {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.625rem);
  font-size: 0.75rem;
  color: #9A9A9A;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
  z-index: 22;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__subtitle {
    font-size: 1.25rem;
  }
}
.section--style-c .section__subtitle::before {
  display: inline-block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #9A9A9A;
  vertical-align: middle;
}
.section--style-c .section__contents {
  position: relative;
  padding-right: 1.25rem;
  z-index: 14;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__contents {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2.5rem;
  }
}
@media (min-width: 120rem) {
  .section--style-c .section__contents {
    padding-right: 0;
  }
}
.section--style-c .section__footer {
  margin-top: 3.125rem;
}
@media (min-width: 62.5rem) {
  .section--style-c .section__footer {
    margin-top: 4.375rem;
  }
}

.section--style-d {
  padding-right: 0.3125rem;
}
.section--style-d .section__container {
  background-color: #F8F8F8;
  box-shadow: 0.625rem 0.625rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 62.4rem) {
  .section--style-d .section__container {
    width: 100%;
    padding: 2.5rem 0.875rem 2.5rem 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .section--style-d .section__container {
    padding: 5rem;
  }
}
.section--style-d .section__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 62.5rem) {
  .section--style-d .section__header {
    margin-bottom: 3.125rem;
  }
}
.section--style-d .section__title {
  font-size: 1.125rem;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .section--style-d .section__title {
    font-size: 2.25rem;
    letter-spacing: 0.16em;
  }
}

.section--style-d.section--style-d-reverse {
  padding-left: 0.3125rem;
  padding-right: 0;
}
.section--style-d.section--style-d-reverse .section__container {
  box-shadow: -0.625rem 0.625rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 62.4rem) {
  .section--style-d.section--style-d-reverse .section__container {
    padding-left: 0.875rem;
    padding-right: 1.25rem;
  }
}

.section--style-e {
  background-color: #F8F8F8;
}
@media (max-width: 62.4rem) {
  .section--style-e {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.section--style-e .section__container {
  width: 100%;
}
@media (min-width: 62.5rem) {
  .section--style-e .section__container {
    max-width: none;
  }
}
.section--style-e .section__header {
  background-color: #fff;
  padding-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  .section--style-e .section__header {
    padding-bottom: 1.875rem;
  }
}
.section--style-e .section__title {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.875rem;
}
.section--style-e .section__subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .section--style-e .section__subtitle {
    font-size: clamp( 10px, 0.7291666667vw, 18.66666662px );
  }
}
.section--style-e .section__contents {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .section--style-e .section__contents {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
    padding-top: clamp( 10px, 5.2083333333vw, 133.333333px );
    padding-bottom: clamp( 10px, 5.2083333333vw, 133.333333px );
  }
}

/*
--------------------
serial
--------------------
*/
.serial .button--more {
  width: 10rem;
  letter-spacing: 0.16em;
}
@media (min-width: 62.5rem) {
  .serial .button--more {
    width: 11.875rem;
    font-size: 1rem;
  }
}
@media (min-width: 62.5rem) {
  .serial .button--more {
    height: 4.0625rem;
  }
}

.serial__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.serial__item {
  flex-grow: 0;
  margin-bottom: 0;
}
.serial__item:not(:first-child) {
  margin-left: 1.875rem;
}

/*
--------------------
hidden--(breakpoint)-up
--------------------
*/
@media (min-width: 22.5rem) {
  #document .hidden--xs-up {
    display: none;
  }
}
@media (min-width: 26.75rem) {
  #document .hidden--sm-up {
    display: none;
  }
}
@media (min-width: 48rem) {
  #document .hidden--md-up {
    display: none;
  }
}
@media (min-width: 62.5rem) {
  #document .hidden--lg-up {
    display: none;
  }
}
@media (min-width: 80rem) {
  #document .hidden--xl-up {
    display: none;
  }
}
@media (min-width: 90rem) {
  #document .hidden--xxl-up {
    display: none;
  }
}

/*
--------------------
hidden--(breakpoint)-down
--------------------
*/
@media (max-width: 19.9rem) {
  #document .hidden--default-down {
    display: none;
  }
}
@media (max-width: 22.4rem) {
  #document .hidden--xxs-down {
    display: none;
  }
}
@media (max-width: 26.65rem) {
  #document .hidden--xs-down {
    display: none;
  }
}
@media (max-width: 47.9rem) {
  #document .hidden--sm-down {
    display: none;
  }
}
@media (max-width: 62.4rem) {
  #document .hidden--md-down {
    display: none;
  }
}
@media (max-width: 79.9rem) {
  #document .hidden--lg-down {
    display: none;
  }
}
@media (max-width: 89.9rem) {
  #document .hidden--xl-down {
    display: none;
  }
}

/*
--------------------
image--responsive
--------------------
*/
#document .image--responsive {
  max-width: 100%;
  height: auto;
}

/*
--------------------
br
--------------------
*/
@media screen and (min-width: 768px){
  .br-sp {
    display: none;
   }
  }

/*
--------------------
margin
--------------------
*/
#document .margin--xs {
  margin: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--xs {
    margin: 0.375rem;
  }
}
#document .margin--top-xs {
  margin-top: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-xs {
    margin-top: 0.375rem;
  }
}
#document .margin--left-xs {
  margin-left: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-xs {
    margin-left: 0.375rem;
  }
}
#document .margin--bottom-xs {
  margin-bottom: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-xs {
    margin-bottom: 0.375rem;
  }
}
#document .margin--right-xs {
  margin-right: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-xs {
    margin-right: 0.375rem;
  }
}
#document .margin--x-xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-xs {
    margin-left: 0.375rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-xs {
    margin-right: 0.375rem;
  }
}
#document .margin--y-xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-xs {
    margin-top: 0.375rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-xs {
    margin-bottom: 0.375rem;
  }
}
#document .margin--sm {
  margin: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--sm {
    margin: 0.75rem;
  }
}
#document .margin--top-sm {
  margin-top: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-sm {
    margin-top: 0.75rem;
  }
}
#document .margin--left-sm {
  margin-left: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-sm {
    margin-left: 0.75rem;
  }
}
#document .margin--bottom-sm {
  margin-bottom: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-sm {
    margin-bottom: 0.75rem;
  }
}
#document .margin--right-sm {
  margin-right: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-sm {
    margin-right: 0.75rem;
  }
}
#document .margin--x-sm {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-sm {
    margin-left: 0.75rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-sm {
    margin-right: 0.75rem;
  }
}
#document .margin--y-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-sm {
    margin-top: 0.75rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-sm {
    margin-bottom: 0.75rem;
  }
}
#document .margin--md {
  margin: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--md {
    margin: 1.875rem;
  }
}
#document .margin--top-md {
  margin-top: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-md {
    margin-top: 1.875rem;
  }
}
#document .margin--left-md {
  margin-left: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-md {
    margin-left: 1.875rem;
  }
}
#document .margin--bottom-md {
  margin-bottom: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-md {
    margin-bottom: 1.875rem;
  }
}
#document .margin--right-md {
  margin-right: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-md {
    margin-right: 1.875rem;
  }
}
#document .margin--x-md {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-md {
    margin-left: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-md {
    margin-right: 1.875rem;
  }
}
#document .margin--y-md {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-md {
    margin-top: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-md {
    margin-bottom: 1.875rem;
  }
}
#document .margin--lg {
  margin: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--lg {
    margin: 3rem;
  }
}
#document .margin--top-lg {
  margin-top: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-lg {
    margin-top: 3rem;
  }
}
#document .margin--left-lg {
  margin-left: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-lg {
    margin-left: 3rem;
  }
}
#document .margin--bottom-lg {
  margin-bottom: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-lg {
    margin-bottom: 3rem;
  }
}
#document .margin--right-lg {
  margin-right: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-lg {
    margin-right: 3rem;
  }
}
#document .margin--x-lg {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-lg {
    margin-left: 3rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-lg {
    margin-right: 3rem;
  }
}
#document .margin--y-lg {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-lg {
    margin-top: 3rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-lg {
    margin-bottom: 3rem;
  }
}
#document .margin--xl {
  margin: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--xl {
    margin: 5rem;
  }
}
#document .margin--top-xl {
  margin-top: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-xl {
    margin-top: 5rem;
  }
}
#document .margin--left-xl {
  margin-left: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-xl {
    margin-left: 5rem;
  }
}
#document .margin--bottom-xl {
  margin-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-xl {
    margin-bottom: 5rem;
  }
}
#document .margin--right-xl {
  margin-right: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-xl {
    margin-right: 5rem;
  }
}
#document .margin--x-xl {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-xl {
    margin-left: 5rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-xl {
    margin-right: 5rem;
  }
}
#document .margin--y-xl {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-xl {
    margin-top: 5rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-xl {
    margin-bottom: 5rem;
  }
}
#document .margin--xxl {
  margin: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--xxl {
    margin: 6.25rem;
  }
}
#document .margin--top-xxl {
  margin-top: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--top-xxl {
    margin-top: 6.25rem;
  }
}
#document .margin--left-xxl {
  margin-left: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--left-xxl {
    margin-left: 6.25rem;
  }
}
#document .margin--bottom-xxl {
  margin-bottom: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--bottom-xxl {
    margin-bottom: 6.25rem;
  }
}
#document .margin--right-xxl {
  margin-right: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--right-xxl {
    margin-right: 6.25rem;
  }
}
#document .margin--x-xxl {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--x-xxl {
    margin-left: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--x-xxl {
    margin-right: 6.25rem;
  }
}
#document .margin--y-xxl {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 62.5rem) {
  #document .margin--y-xxl {
    margin-top: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  #document .margin--y-xxl {
    margin-bottom: 6.25rem;
  }
}
#document .margin--0 {
  margin: 0;
}
#document .margin--top-0 {
  margin-top: 0;
}
#document .margin--right-0 {
  margin-right: 0;
}
#document .margin--bottom-0 {
  margin-bottom: 0;
}
#document .margin--left-0 {
  margin-left: 0;
}
#document .margin--x-0 {
  margin-right: 0;
  margin-left: 0;
}
#document .margin--y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

/*
--------------------
padding
--------------------
*/
#document .padding--xs {
  padding: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--xs {
    padding: 0.375rem;
  }
}
#document .padding--top-xs {
  padding-top: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-xs {
    padding-top: 0.375rem;
  }
}
#document .padding--left-xs {
  padding-left: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-xs {
    padding-left: 0.375rem;
  }
}
#document .padding--bottom-xs {
  padding-bottom: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-xs {
    padding-bottom: 0.375rem;
  }
}
#document .padding--right-xs {
  padding-right: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-xs {
    padding-right: 0.375rem;
  }
}
#document .padding--x-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-xs {
    padding-left: 0.375rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-xs {
    padding-right: 0.375rem;
  }
}
#document .padding--y-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-xs {
    padding-top: 0.375rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-xs {
    padding-bottom: 0.375rem;
  }
}
#document .padding--sm {
  padding: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--sm {
    padding: 0.75rem;
  }
}
#document .padding--top-sm {
  padding-top: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-sm {
    padding-top: 0.75rem;
  }
}
#document .padding--left-sm {
  padding-left: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-sm {
    padding-left: 0.75rem;
  }
}
#document .padding--bottom-sm {
  padding-bottom: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-sm {
    padding-bottom: 0.75rem;
  }
}
#document .padding--right-sm {
  padding-right: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-sm {
    padding-right: 0.75rem;
  }
}
#document .padding--x-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-sm {
    padding-left: 0.75rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-sm {
    padding-right: 0.75rem;
  }
}
#document .padding--y-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-sm {
    padding-top: 0.75rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-sm {
    padding-bottom: 0.75rem;
  }
}
#document .padding--md {
  padding: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--md {
    padding: 1.875rem;
  }
}
#document .padding--top-md {
  padding-top: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-md {
    padding-top: 1.875rem;
  }
}
#document .padding--left-md {
  padding-left: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-md {
    padding-left: 1.875rem;
  }
}
#document .padding--bottom-md {
  padding-bottom: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-md {
    padding-bottom: 1.875rem;
  }
}
#document .padding--right-md {
  padding-right: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-md {
    padding-right: 1.875rem;
  }
}
#document .padding--x-md {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-md {
    padding-left: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-md {
    padding-right: 1.875rem;
  }
}
#document .padding--y-md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-md {
    padding-top: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-md {
    padding-bottom: 1.875rem;
  }
}
#document .padding--lg {
  padding: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--lg {
    padding: 3rem;
  }
}
#document .padding--top-lg {
  padding-top: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-lg {
    padding-top: 3rem;
  }
}
#document .padding--left-lg {
  padding-left: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-lg {
    padding-left: 3rem;
  }
}
#document .padding--bottom-lg {
  padding-bottom: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-lg {
    padding-bottom: 3rem;
  }
}
#document .padding--right-lg {
  padding-right: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-lg {
    padding-right: 3rem;
  }
}
#document .padding--x-lg {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-lg {
    padding-left: 3rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-lg {
    padding-right: 3rem;
  }
}
#document .padding--y-lg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-lg {
    padding-top: 3rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-lg {
    padding-bottom: 3rem;
  }
}
#document .padding--xl {
  padding: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--xl {
    padding: 5rem;
  }
}
#document .padding--top-xl {
  padding-top: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-xl {
    padding-top: 5rem;
  }
}
#document .padding--left-xl {
  padding-left: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-xl {
    padding-left: 5rem;
  }
}
#document .padding--bottom-xl {
  padding-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-xl {
    padding-bottom: 5rem;
  }
}
#document .padding--right-xl {
  padding-right: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-xl {
    padding-right: 5rem;
  }
}
#document .padding--x-xl {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-xl {
    padding-left: 5rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-xl {
    padding-right: 5rem;
  }
}
#document .padding--y-xl {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-xl {
    padding-top: 5rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-xl {
    padding-bottom: 5rem;
  }
}
#document .padding--xxl {
  padding: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--xxl {
    padding: 6.25rem;
  }
}
#document .padding--top-xxl {
  padding-top: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--top-xxl {
    padding-top: 6.25rem;
  }
}
#document .padding--left-xxl {
  padding-left: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--left-xxl {
    padding-left: 6.25rem;
  }
}
#document .padding--bottom-xxl {
  padding-bottom: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--bottom-xxl {
    padding-bottom: 6.25rem;
  }
}
#document .padding--right-xxl {
  padding-right: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--right-xxl {
    padding-right: 6.25rem;
  }
}
#document .padding--x-xxl {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--x-xxl {
    padding-left: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--x-xxl {
    padding-right: 6.25rem;
  }
}
#document .padding--y-xxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 62.5rem) {
  #document .padding--y-xxl {
    padding-top: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  #document .padding--y-xxl {
    padding-bottom: 6.25rem;
  }
}
#document .padding--0 {
  padding: 0;
}
#document .padding--top-0 {
  padding-top: 0;
}
#document .padding--right-0 {
  padding-right: 0;
}
#document .padding--bottom-0 {
  padding-bottom: 0;
}
#document .padding--left-0 {
  padding-left: 0;
}
#document .padding--x-0 {
  padding-right: 0;
  padding-left: 0;
}
#document .padding--y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/*
--------------------
sr
--------------------
*/
#document .sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
--------------------
text--(color)
--------------------
*/
#document .text--default {
  color: #000;
}
#document .text--info {
  color: #055495;
}
#document .text--important {
  color: #ff0000;
}
#document .text--inverse {
  color: #fff;
}

/*
--------------------
text--(direction)
text--(direction)-(breakpont)-(up or down)
--------------------
*/
#document .text--left {
  text-align: left;
}
#document .text--center {
  text-align: center;
}
#document .text--right {
  text-align: right;
}
@media (min-width: 20rem) {
  #document .text--left-xxs-up {
    text-align: left;
  }
  #document .text--center-xxs-up {
    text-align: center;
  }
  #document .text--right-xxs-up {
    text-align: right;
  }
}
@media (max-width: 22.4rem) {
  #document .text--left-xxs-down {
    text-align: left;
  }
  #document .text--center-xxs-down {
    text-align: center;
  }
  #document .text--right-xxs-down {
    text-align: right;
  }
}
@media (min-width: 22.5rem) {
  #document .text--left-xs-up {
    text-align: left;
  }
  #document .text--center-xs-up {
    text-align: center;
  }
  #document .text--right-xs-up {
    text-align: right;
  }
}
@media (max-width: 26.65rem) {
  #document .text--left-xs-down {
    text-align: left;
  }
  #document .text--center-xs-down {
    text-align: center;
  }
  #document .text--right-xs-down {
    text-align: right;
  }
}
@media (min-width: 26.75rem) {
  #document .text--left-sm-up {
    text-align: left;
  }
  #document .text--center-sm-up {
    text-align: center;
  }
  #document .text--right-sm-up {
    text-align: right;
  }
}
@media (max-width: 47.9rem) {
  #document .text--left-sm-down {
    text-align: left;
  }
  #document .text--center-sm-down {
    text-align: center;
  }
  #document .text--right-sm-down {
    text-align: right;
  }
}
@media (min-width: 48rem) {
  #document .text--left-md-up {
    text-align: left;
  }
  #document .text--center-md-up {
    text-align: center;
  }
  #document .text--right-md-up {
    text-align: right;
  }
}
@media (max-width: 62.4rem) {
  #document .text--left-md-down {
    text-align: left;
  }
  #document .text--center-md-down {
    text-align: center;
  }
  #document .text--right-md-down {
    text-align: right;
  }
}
@media (min-width: 62.5rem) {
  #document .text--left-lg-up {
    text-align: left;
  }
  #document .text--center-lg-up {
    text-align: center;
  }
  #document .text--right-lg-up {
    text-align: right;
  }
}
@media (max-width: 79.9rem) {
  #document .text--left-lg-down {
    text-align: left;
  }
  #document .text--center-lg-down {
    text-align: center;
  }
  #document .text--right-lg-down {
    text-align: right;
  }
}
@media (min-width: 80rem) {
  #document .text--left-xl-up {
    text-align: left;
  }
  #document .text--center-xl-up {
    text-align: center;
  }
  #document .text--right-xl-up {
    text-align: right;
  }
}
@media (max-width: 89.9rem) {
  #document .text--left-xl-down {
    text-align: left;
  }
  #document .text--center-xl-down {
    text-align: center;
  }
  #document .text--right-xl-down {
    text-align: right;
  }
}
@media (min-width: 90rem) {
  #document .text--left-xxl-up {
    text-align: left;
  }
  #document .text--center-xxl-up {
    text-align: center;
  }
  #document .text--right-xxl-up {
    text-align: right;
  }
}
#document .text--left-xxl-down {
  text-align: left;
}
#document .text--center-xxl-down {
  text-align: center;
}
#document .text--right-xxl-down {
  text-align: right;
}

/*
--------------------
text--(size)
text--(size)-(breakpont)-(up or down)
--------------------
*/
#document .text--xxs {
  font-size: 0.625em;
}
#document .text--xs {
  font-size: 0.75em;
}
#document .text--sm {
  font-size: 0.875em;
}
#document .text--md {
  font-size: 1em;
}
#document .text--lg {
  font-size: 1.125em;
}
#document .text--xl {
  font-size: 1.25em;
}
#document .text--xxl {
  font-size: 1.5em;
}
@media (min-width: 20rem) {
  #document .text--xxs-xxs-up {
    font-size: 0.625em;
  }
  #document .text--xs-xxs-up {
    font-size: 0.75em;
  }
  #document .text--sm-xxs-up {
    font-size: 0.875em;
  }
  #document .text--md-xxs-up {
    font-size: 1em;
  }
  #document .text--lg-xxs-up {
    font-size: 1.125em;
  }
  #document .text--xl-xxs-up {
    font-size: 1.25em;
  }
  #document .text--xxl-xxs-up {
    font-size: 1.5em;
  }
}
@media (max-width: 22.4rem) {
  #document .text--xxs-xxs-down {
    font-size: 0.625em;
  }
  #document .text--xs-xxs-down {
    font-size: 0.75em;
  }
  #document .text--sm-xxs-down {
    font-size: 0.875em;
  }
  #document .text--md-xxs-down {
    font-size: 1em;
  }
  #document .text--lg-xxs-down {
    font-size: 1.125em;
  }
  #document .text--xl-xxs-down {
    font-size: 1.25em;
  }
  #document .text--xxl-xxs-down {
    font-size: 1.5em;
  }
}
@media (min-width: 22.5rem) {
  #document .text--xxs-xs-up {
    font-size: 0.625em;
  }
  #document .text--xs-xs-up {
    font-size: 0.75em;
  }
  #document .text--sm-xs-up {
    font-size: 0.875em;
  }
  #document .text--md-xs-up {
    font-size: 1em;
  }
  #document .text--lg-xs-up {
    font-size: 1.125em;
  }
  #document .text--xl-xs-up {
    font-size: 1.25em;
  }
  #document .text--xxl-xs-up {
    font-size: 1.5em;
  }
}
@media (max-width: 26.65rem) {
  #document .text--xxs-xs-down {
    font-size: 0.625em;
  }
  #document .text--xs-xs-down {
    font-size: 0.75em;
  }
  #document .text--sm-xs-down {
    font-size: 0.875em;
  }
  #document .text--md-xs-down {
    font-size: 1em;
  }
  #document .text--lg-xs-down {
    font-size: 1.125em;
  }
  #document .text--xl-xs-down {
    font-size: 1.25em;
  }
  #document .text--xxl-xs-down {
    font-size: 1.5em;
  }
}
@media (min-width: 26.75rem) {
  #document .text--xxs-sm-up {
    font-size: 0.625em;
  }
  #document .text--xs-sm-up {
    font-size: 0.75em;
  }
  #document .text--sm-sm-up {
    font-size: 0.875em;
  }
  #document .text--md-sm-up {
    font-size: 1em;
  }
  #document .text--lg-sm-up {
    font-size: 1.125em;
  }
  #document .text--xl-sm-up {
    font-size: 1.25em;
  }
  #document .text--xxl-sm-up {
    font-size: 1.5em;
  }
}
@media (max-width: 47.9rem) {
  #document .text--xxs-sm-down {
    font-size: 0.625em;
  }
  #document .text--xs-sm-down {
    font-size: 0.75em;
  }
  #document .text--sm-sm-down {
    font-size: 0.875em;
  }
  #document .text--md-sm-down {
    font-size: 1em;
  }
  #document .text--lg-sm-down {
    font-size: 1.125em;
  }
  #document .text--xl-sm-down {
    font-size: 1.25em;
  }
  #document .text--xxl-sm-down {
    font-size: 1.5em;
  }
}
@media (min-width: 48rem) {
  #document .text--xxs-md-up {
    font-size: 0.625em;
  }
  #document .text--xs-md-up {
    font-size: 0.75em;
  }
  #document .text--sm-md-up {
    font-size: 0.875em;
  }
  #document .text--md-md-up {
    font-size: 1em;
  }
  #document .text--lg-md-up {
    font-size: 1.125em;
  }
  #document .text--xl-md-up {
    font-size: 1.25em;
  }
  #document .text--xxl-md-up {
    font-size: 1.5em;
  }
}
@media (max-width: 62.4rem) {
  #document .text--xxs-md-down {
    font-size: 0.625em;
  }
  #document .text--xs-md-down {
    font-size: 0.75em;
  }
  #document .text--sm-md-down {
    font-size: 0.875em;
  }
  #document .text--md-md-down {
    font-size: 1em;
  }
  #document .text--lg-md-down {
    font-size: 1.125em;
  }
  #document .text--xl-md-down {
    font-size: 1.25em;
  }
  #document .text--xxl-md-down {
    font-size: 1.5em;
  }
}
@media (min-width: 62.5rem) {
  #document .text--xxs-lg-up {
    font-size: 0.625em;
  }
  #document .text--xs-lg-up {
    font-size: 0.75em;
  }
  #document .text--sm-lg-up {
    font-size: 0.875em;
  }
  #document .text--md-lg-up {
    font-size: 1em;
  }
  #document .text--lg-lg-up {
    font-size: 1.125em;
  }
  #document .text--xl-lg-up {
    font-size: 1.25em;
  }
  #document .text--xxl-lg-up {
    font-size: 1.5em;
  }
}
@media (max-width: 79.9rem) {
  #document .text--xxs-lg-down {
    font-size: 0.625em;
  }
  #document .text--xs-lg-down {
    font-size: 0.75em;
  }
  #document .text--sm-lg-down {
    font-size: 0.875em;
  }
  #document .text--md-lg-down {
    font-size: 1em;
  }
  #document .text--lg-lg-down {
    font-size: 1.125em;
  }
  #document .text--xl-lg-down {
    font-size: 1.25em;
  }
  #document .text--xxl-lg-down {
    font-size: 1.5em;
  }
}
@media (min-width: 80rem) {
  #document .text--xxs-xl-up {
    font-size: 0.625em;
  }
  #document .text--xs-xl-up {
    font-size: 0.75em;
  }
  #document .text--sm-xl-up {
    font-size: 0.875em;
  }
  #document .text--md-xl-up {
    font-size: 1em;
  }
  #document .text--lg-xl-up {
    font-size: 1.125em;
  }
  #document .text--xl-xl-up {
    font-size: 1.25em;
  }
  #document .text--xxl-xl-up {
    font-size: 1.5em;
  }
}
@media (max-width: 89.9rem) {
  #document .text--xxs-xl-down {
    font-size: 0.625em;
  }
  #document .text--xs-xl-down {
    font-size: 0.75em;
  }
  #document .text--sm-xl-down {
    font-size: 0.875em;
  }
  #document .text--md-xl-down {
    font-size: 1em;
  }
  #document .text--lg-xl-down {
    font-size: 1.125em;
  }
  #document .text--xl-xl-down {
    font-size: 1.25em;
  }
  #document .text--xxl-xl-down {
    font-size: 1.5em;
  }
}
@media (min-width: 90rem) {
  #document .text--xxs-xxl-up {
    font-size: 0.625em;
  }
  #document .text--xs-xxl-up {
    font-size: 0.75em;
  }
  #document .text--sm-xxl-up {
    font-size: 0.875em;
  }
  #document .text--md-xxl-up {
    font-size: 1em;
  }
  #document .text--lg-xxl-up {
    font-size: 1.125em;
  }
  #document .text--xl-xxl-up {
    font-size: 1.25em;
  }
  #document .text--xxl-xxl-up {
    font-size: 1.5em;
  }
}
#document .text--xxs-xxl-down {
  font-size: 0.625em;
}
#document .text--xs-xxl-down {
  font-size: 0.75em;
}
#document .text--sm-xxl-down {
  font-size: 0.875em;
}
#document .text--md-xxl-down {
  font-size: 1em;
}
#document .text--lg-xxl-down {
  font-size: 1.125em;
}
#document .text--xl-xxl-down {
  font-size: 1.25em;
}
#document .text--xxl-xxl-down {
  font-size: 1.5em;
}
#document .text--1rem {
  font-size: 1rem;
}

/*
--------------------
p-header
--------------------
*/
/* ヘッダ固定に伴う上余白 */
html {
  margin-top: 3.75rem;
}
@media (min-width: 62.5rem) {
  html {
    margin-top: clamp( 10px, 6.25vw, 159.9999996px );
  }
}

.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #D4D4D4;
  line-height: 1;
  z-index: 91;
}

.p-header__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 3.75rem;
}
@media (min-width: 62.5rem) {
  .p-header__container {
    justify-content: space-between;
    height: clamp( 10px, 6.25vw, 159.9999996px );
  }
}

.p-header__title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 62.5rem) {
  .p-header__title {
    width: clamp( 150px, 23vw, 511.99999872px );
  }
}

.p-header__title__link {
  text-decoration: none;
}

.p-header__title__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: clamp(100px, 49.333333vw, 382.2933338px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.5rem) {
  .p-header__title__image {
    max-width: clamp(200px, 18.666667vw, 350px);
  }
}

.p-header__nav {
  display: none;
}
@media (min-width: 62.5rem) {
  .p-header__nav {
    display: block;
  }
}
@media (min-width: 62.5rem) {
  .p-header__nav .nav__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}
.p-header__nav .nav__label {
  color: #707070;
  transition: color 0.4s;
  font-size: 1rem;
}
.p-header__nav .nav__label:hover {
  color: #707070;
}
.p-header__nav .nav__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp( 2px, 0.2604166667vw, 6.66666665px );
  background-color: transparent;
  transition: background-color 0.4s;
}
.p-header__nav .nav__label:hover::after,
.p-header__nav .nav__label.stay::after {
  background-color: #002E54;
}
.p-header__nav .nav__label--accent {
  color: #fff;
  background-color: #0061B1;
}
.p-header__nav .nav__label--accent::after {
  display: none;
}
@media (min-width: 62.5rem) {
  .p-header__nav .nav__label--accent {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.p-header__nav .nav__label--accent:hover {
  color: #fff;
  background-color: #055495;
}

.p-header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 62.4rem) {
  .p-header__toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp( 10px, 17.0666666667vw, 174.76266688px );
    height: clamp( 10px, 16vw, 163.8400002px );
  }
}
@media (min-width: 62.5rem) {
  .p-header__toggle {
    display: none;
  }
}

.p-header__toggle__button {
  background-color: #F8F8F8;
}

.p-header__toggle__button[aria-expanded=true] {
  background-color: transparent;
}

.p-header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}
@media (max-width: 62.4rem) {
  .p-header__entry {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp( 10px, 17.0666666667vw, 174.76266688px );
    height: clamp( 10px, 16vw, 163.8400002px );
  }
}
@media (min-width: 62.5rem) {
  .p-header__entry {
    display: none;
  }
}
body.js-entrymenu-toggle-active .p-header__entry {
  opacity: 0;
}

.p-header__entry__button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  font-size: clamp( 10px, 2.9333333333vw, 30.03733337px );
  background-color: #0061B1;
  border: 0 none;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*
--------------------
p-footer
--------------------
*/
.p-footer {
  color: #fff;
  background-color: #0061B1;
}

.p-footer__container {
  width: 100%;
}
@media (min-width: 62.5rem) {
  .p-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.p-footer__title {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #055495;
  line-height: 1.375;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
}

.p-footer__title:hover {
  color: #fff;
  opacity: .8;
}

@media (max-width: 62.4rem) {
  .p-footer__title {
    min-height: clamp( 10px, 36.8vw, 376.83200046px );
  }
}
@media (min-width: 62.5rem) {
  .p-footer__title {
    min-width: clamp( 10px, 15.625vw, 399.999999px );
  }
}
@media (min-width: 90rem) {
  .p-footer__title {
    min-width: clamp( 10px, 21.3541666667vw, 546.6666653px );
  }
}

.p-footer__title__name {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-footer__title__name {
    font-size: 1.375rem;
  }
}

.p-footer__title__caption {
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-footer__title__caption {
    font-size: 0.875rem;
  }
}

.p-footer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 62.4rem) {
  .p-footer__contents {
    padding: 1.875rem 1.875rem 3.125rem;
  }
}
@media (min-width: 62.5rem) {
  .p-footer__contents {
    display: grid;
    grid-template-areas: "navTop navTop" "navBottom copy";
    grid-template-rows: 1fr auto;
    grid-template-columns: 69% 31%;
    margin-left: clamp( 10px, 8.4895833333vw, 217.33333279px );
    margin-top: clamp( 10px, 4.1666666667vw, 106.6666664px );
    margin-bottom: clamp( 10px, 4.1666666667vw, 106.6666664px );
  }
}

.p-footer__nav .nav__list {
  flex-wrap: wrap;
  align-items: center;
}
.p-footer__nav .nav__item {
  line-height: 1;
}
@media (max-width: 62.4rem) {
  .p-footer__nav .nav__item {
    width: 50%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 62.5rem) {
  .p-footer__nav .nav__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 62.4rem) {
  .p-footer__nav .nav__item:nth-child(2n) {
    padding-left: 0.625rem;
  }
}
.p-footer__nav .nav__label {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media (min-width: 62.5rem) {
  .p-footer__nav .nav__label {
    font-size: 1rem;
  }
}
.p-footer__nav .nav__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp( 10px, 3.4666666667vw, 35.49866671px );
  height: 1px;
  background-color: currentColor;
}
@media (min-width: 62.5rem) {
  .p-footer__nav .nav__label::after {
    width: clamp( 10px, 0.6770833333vw, 17.33333329px );
  }
}
.p-footer__nav .nav__label br {
  display: none;
}
.p-footer__nav .nav__label__ja {
  display: block;
  letter-spacing: 0.1em;
}
.p-footer__nav .nav__label__en {
  display: block;
  font-size: 0.625rem;
  color: #CFCFCF;
  text-transform: uppercase;
}
@media (min-width: 62.5rem) and (max-width: 79.9rem) {
  .p-footer__nav .nav__label__en {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media (max-width: 62.4rem) {
  .p-footer__nav .nav__label__en {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (min-width: 62.5rem) {
  .p-footer__nav .nav__label__en {
    font-size: 0.75rem;
  }
}

@media (min-width: 62.5rem) {
  .p-footer__nav--top {
    grid-area: navTop;
    align-self: flex-end;
  }
}
@media (min-width: 62.5rem) {
  .p-footer__nav--top .nav__item {
    width: 20%;
  }
}

@media (min-width: 62.5rem) {
  .p-footer__nav--bottom {
    grid-area: navBottom;
    align-self: flex-end;
  }
}
@media (min-width: 62.5rem) {
  .p-footer__nav--bottom .nav__item {
    width: 25%;
  }
}

.p-footer__copyright {
  position: relative;
  margin: 2.1875rem -1.875rem 0 0;
  font-size: 0.8125rem;
  color: #CFCFCF;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .p-footer__copyright {
    grid-area: copy;
    align-self: center;
    margin: 0;
    font-size: 0.8125rem;
  }
}
@media (min-width: 62.5rem){
  .p-footer__nav--top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-footer__nav--bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-footer__copyright {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.p-footer__copyright:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #B9C3CB;
  width: calc(28% + -4.6875rem);
  height: 1px;
  vertical-align: middle;
}
@media (min-width: 62.5rem) {
  .p-footer__copyright:after {
    width: clamp( 10px, 4.6875vw, 119.9999997px );
  }
}

/*
--------------------
p-mobilemenu
--------------------
*/
@media (max-width: 62.4rem) {
  body.js-mobilemenu-toggle-active {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }
  @supports (-webkit-touch-callout: none) {
    body.js-mobilemenu-toggle-active {
      min-height: -webkit-fill-available;
    }
  }
}

.p-mobilemenu {
  position: fixed;
  width: 0px;
  overflow: hidden;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
body.js-mobilemenu-toggle-active .p-mobilemenu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: visible;
}
@supports (-webkit-touch-callout: none) {
  body.js-mobilemenu-toggle-active .p-mobilemenu {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 62.5rem) {
  .p-mobilemenu {
    display: none !important;
  }
}

.p-mobilemenu__bg {
  position: absolute;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 46, 84, 0.95);
  opacity: 0;
  transition: opacity 0.4s, height 0.2s;
  z-index: 102;
}
@supports (-webkit-touch-callout: none) {
  .p-mobilemenu__bg {
    min-height: -webkit-fill-available;
  }
}
body.js-mobilemenu-toggle-active .p-mobilemenu__bg {
  left: 0;
}

.p-mobilemenu__nav {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  color: #C4C4C4;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 103;
}
body.js-mobilemenu-toggle-active .p-mobilemenu__nav {
  opacity: 1;
}
.p-mobilemenu__nav .nav__list {
  flex-wrap: wrap;
  align-items: center;
}
.p-mobilemenu__nav .nav__item {
  width: 100%;
}
.p-mobilemenu__nav .nav__label {
  max-width: 10em;
  color: #C4C4C4;
  font-size: clamp(19px, 5.866667vw, 2.606635vh);
  min-height: clamp(44px, 13.866667vw, 6.161137vh);
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
}

.p-mobilemenu__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
@media (max-width: 62.4rem) {
  .p-mobilemenu__toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp( 10px, 17.0666666667vw, 174.76266688px );
    height: clamp( 10px, 16vw, 163.8400002px );
  }
}
@media (min-width: 62.5rem) {
  .p-mobilemenu__toggle {
    display: none;
  }
}

/*
--------------------
p-entrymenu
--------------------
*/
@media (max-width: 62.4rem) {
  body.js-entrymenu-toggle-active {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }
  @supports (-webkit-touch-callout: none) {
    body.js-entrymenu-toggle-active {
      min-height: -webkit-fill-available;
    }
  }
}

.p-entrymenu {
  position: fixed;
  width: 0px;
  overflow: hidden;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
body.js-entrymenu-toggle-active .p-entrymenu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: visible;
}
@supports (-webkit-touch-callout: none) {
  body.js-entrymenu-toggle-active .p-entrymenu {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 62.5rem) {
  .p-entrymenu {
    display: none !important;
  }
}

.p-entrymenu__bg {
  position: absolute;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(64, 64, 64, 0.95);
  opacity: 0;
  transition: opacity 0.4s, height 0.2s;
  z-index: 102;
}
@supports (-webkit-touch-callout: none) {
  .p-entrymenu__bg {
    min-height: -webkit-fill-available;
  }
}
body.js-entrymenu-toggle-active .p-entrymenu__bg {
  left: 0;
  opacity: 1;
}

.p-entrymenu__nav {
  width: 100%;
  color: #C4C4C4;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 103;
}
body.js-entrymenu-toggle-active .p-entrymenu__nav {
  opacity: 1;
}

.p-entrymenu__nav__list {
  margin: 0;
  padding: 0;
}

.p-entrymenu__nav__item {
  margin-bottom: 0;
  line-height: 1;
}
.p-entrymenu__nav__item:before {
  display: none;
}

.p-entrymenu__nav__button {
  max-width: 10em;
  color: #C4C4C4;
  border-color: transparent;
  max-width: clamp( 10px, 53.8666666667vw, 551.59466734px );
  min-height: clamp( 10px, 15.4666666667vw, 158.37866686px );
  font-size: clamp( 10px, 5.8666666667vw, 60.07466674px );
  letter-spacing: 0.2em;
}
.p-entrymenu__nav__button:hover, .p-entrymenu__nav__button:focus {
  color: #C4C4C4 !important;
}

.p-entrymenu__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
@media (max-width: 62.4rem) {
  .p-entrymenu__toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp( 10px, 17.0666666667vw, 174.76266688px );
    height: clamp( 10px, 16vw, 163.8400002px );
  }
}
@media (min-width: 62.5rem) {
  .p-entrymenu__toggle {
    display: none;
  }
}

/*
--------------------
p-home
--------------------
*/
.p-home-mainvisual {
  position: relative;
}

.p-home-mainvisual__cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 11;
}
@media (max-width: 62.4rem) {
  .p-home-mainvisual__cover {
    height: calc( 100vh - 3.75rem );
  }
}
@media (min-width: 62.5rem) {
  .p-home-mainvisual__cover {
    height: clamp(300px, 50vw, 200vw);
  }
}

.p-home-mainvisual__cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-home-mainvisual__container {
  position: absolute;
  z-index: 12;
}
@media (max-width: 62.4rem) {
  .p-home-mainvisual__container {
    top: 0;
    left: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media (min-width: 62.5rem) {
  .p-home-mainvisual__container--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .p-home-mainvisual__container--centerleft {
    top: 50%;
    left: 11.1979166667%;
    transform: translateY(-50%);
  }

  .p-home-mainvisual__container--centerright {
    top: 50%;
    right: 11.1979166667%;
    transform: translateY(-50%);
  }

  .p-home-mainvisual__container--lowerleft {
    left: 11.1979166667%;
    bottom: 20.2083333333%;
  }

  .p-home-mainvisual__container--lowerright {
    right: 11.1979166667%;
    bottom: 20.2083333333%;
  }

  .p-home-mainvisual__container--upperright {
    right: 11.1979166667%;
    top: 20.2083333333%;
  }

  .p-home-mainvisual__container--upperleft {
    left: 11.1979166667%;
    top: 20.2083333333%;
  }
}

.p-home-mainvisual__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.2em;
}
@media (min-width: 62.5rem) {
  .p-home-mainvisual__title {
    font-size: 3.125rem;
    line-height: 1.62;
  }
}

.p-home-lead {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.125rem;
}
@media (min-width: 62.5rem) {
  .p-home-lead {
    margin-top: 9.375rem;
  }
}
.p-home-lead::before, .p-home-lead::after {
  flex-grow: 0;
  content: "";
  width: 3.125rem;
  height: 1.5rem;
  background-image: url(../images/common/bg_divide_lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 62.5rem) {
  .p-home-lead::before, .p-home-lead::after {
    width: 33.0208333333%;
    height: clamp( 10px, 1.25vw, 31.99999992px );
  }
}
.p-home-lead::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-home-lead__title {
  flex-grow: 1;
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-home-lead__title {
    font-size: 1rem;
  }
}

@media (max-width: 62.4rem) {
  .p-home-lead__name {
    display: block;
    text-align: center;
  }
}
@media (min-width: 62.5rem) {
  .p-home-lead__name {
    margin-right: 0.5em;
  }
}
@media (min-width: 62.5rem) {
  .p-home-lead__name br {
    display: none;
  }
}

.p-home-news {
  margin-top: 3.4375rem;
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .p-home-news {
    margin-top: 9.375rem;
  }
}
.p-home-news .section__header {
  margin-bottom: 1.625rem;
}
@media (min-width: 62.5rem) {
  .p-home-news .section__header {
    margin-bottom: 1.625rem;
  }
}

.p-home-feature {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  .p-home-feature {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

@media (min-width: 62.5rem) {
  .p-home-feature__container {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
  }
}

.p-home-feature__section {
  margin-top: 1.875rem;
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .p-home-feature__section {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.p-home-feature__section .section__container {
  width: calc( 100% - 3.75rem );
}
@media (min-width: 62.5rem) {
  .p-home-feature__section .section__container {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature__section .section__link {
    margin-left: 0;
  }
}

@media (min-width: 62.5rem) {
  .p-home-feature:not(.p-home-feature--reverse) .p-home-feature__container {
    grid-template-columns: 40.2083333333vw 1fr;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature:not(.p-home-feature--reverse) .p-home-feature__media {
    grid-area: 1/1;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature:not(.p-home-feature--reverse) .p-home-feature__section {
    grid-area: 1/2;
    padding-left: 11.75rem;
  }
}

@media (min-width: 62.5rem) {
  .p-home-feature--reverse .p-home-feature__container {
    grid-template-columns: 1fr 40.2083333333vw;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature--reverse .p-home-feature__media {
    grid-area: 1/2;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature--reverse .p-home-feature__section {
    padding-left: 13.125rem;
    grid-area: 1/1;
  }
}

.p-home-feature__catch {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.875rem;
}
@media (max-width: 62.4rem) {
  .p-home-feature__catch {
    font-size: 1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-feature__catch {
    margin-bottom: 3.4375rem;
    letter-spacing: 0.2em;
  }
}

.p-home-feature__body {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .p-home-feature__body {
    max-width: 43em;
  }
}

.p-home-feature__cover__image {
  width: 100%;
  height: auto;
}

.p-home-feature__gallery {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p-home-feature__gallery__figure {
  border-radius: 0;
}

.p-home-company {
  position: relative;
}
@media (min-width: 62.5rem) {
  .p-home-company {
    padding-top: 7.1875rem;
  }
}
.p-home-company::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 18.1875rem;
  background-color: rgba(0, 97, 177, 0.05);
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-home-company::after {
    height: 62.4463519313%;
  }
}

.p-home-company__container {
  position: relative;
  width: calc( 100% - 3.75rem );
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 12;
}
@media (max-width: 62.4rem) {
  .p-home-company__container {
    padding-top: 6.0625rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__container {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 62.5rem) {
  .p-home-company__media {
    grid-area: 1/2;
  }
}

.p-home-company__figure {
  display: block;
  border-radius: 0;
}
@media (max-width: 62.4rem) {
  .p-home-company__figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__figure {
    width: 100%;
    padding-bottom: 63.6363636364%;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 62.4rem) {
  .p-home-company__section {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__section {
    grid-area: 1/1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__container {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.p-home-company__section .section__header {
  position: absolute;
}
@media (max-width: 62.4rem) {
  .p-home-company__section .section__header {
    top: 1.875rem;
    left: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__header {
    top: 0;
    left: 0;
  }
}
.p-home-company__section .section__title {
  font-size: 1.375rem;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__title {
    font-size: 1.875rem;
  }
}
.p-home-company__section .section__subtitle {
  font-size: 0.875rem;
  color: inherit;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__subtitle {
    font-size: 0.875rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__footer {
    position: absolute;
    width: 100%;
    bottom: 13.30472103%;
    left: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-home-company__section .section__link {
    margin-left: 0;
  }
}

.p-home-others {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  background-image: url(../images/home/bg_others_sm.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 62.5rem) {
  .p-home-others {
    padding-top: 5.625rem;
    padding-top: 5.625rem;
    background-image: url(../images/home/bg_others_lg.jpg);
  }
}

.p-home-others__section {
  margin: 0;
}
@media (max-width: 62.4rem) {
  .p-home-others__section .section__container {
    width: calc( 100% - 3.75rem );
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__section .section__container {
    width: 100%;
    max-width: none;
    padding-left: 13.125rem;
    padding-right: 4.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__section .slide-in {
    flex-grow: 0;
    width: 31.09375%;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__section .section__header {
    margin-bottom: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__section .section__contents {
    flex-grow: 0;
    max-width: 68.90625%;
  }
}

.p-home-others__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 62.5rem) {
  .p-home-others__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.p-home-others__item {
  margin: 0 auto;
}
@media (max-width: 62.4rem) {
  .p-home-others__item {
    max-width: 12.625rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__item {
    flex-grow: 0;
    width: clamp( 10px, 16.6666666667vw, 426.6666656px );
  }
}
@media (max-width: 62.4rem) {
  .p-home-others__item + .p-home-others__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__item + .p-home-others__item {
    margin-left: clamp( 10px, 2.0833333333vw, 53.3333332px );
  }
}

.p-home-others__item__link {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 1.5625rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.p-home-others__item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 177, 0.3);
  z-index: 12;
}
.p-home-others__item__link .figure {
  background-color: #fff;
  position: relative;
  padding-bottom: 100%;
  z-index: 11;
}
.p-home-others__item__link:hover {
  color: #fff;
}
@media (min-width: 62.5rem) {
  .p-home-others__item__link:hover .figure {
    transition: opacity 0.2s;
    opacity: 0.3;
  }
}

.p-home-others__item__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 13;
}
@media (max-width: 62.4rem) {
  .p-home-others__item__label {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 62.5rem) {
  .p-home-others__item__label {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
  }
}

.p-home-nav .nav__list {
  width: 100%;
}
@media (max-width: 62.4rem) {
  .p-home-nav .nav__list {
    flex-direction: column;
  }
}
.p-home-nav .nav__item {
  flex-grow: 1;
  flex-basis: 50%;
}
.p-home-nav .nav__item:not(:first-child) {
  position: relative;
}
.p-home-nav .nav__item:not(:first-child)::before {
  content: "";
  position: absolute;
  background-color: #E6E6E6;
}
@media (max-width: 62.4rem) {
  .p-home-nav .nav__item:not(:first-child)::before {
    width: calc( 100% - 6.25rem );
    height: 1px;
    top: 0;
    left: 3.125rem;
  }
}
@media (min-width: 62.5rem) {
  .p-home-nav .nav__item:not(:first-child)::before {
    width: 1px;
    height: clamp( 10px, 3.28125vw, 83.99999979px );
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-home-nav .nav__label {
  flex-direction: column;
  min-height: 12.5rem;
  transition: background-color 0.4s;
}
@media (min-width: 62.5rem) {
  .p-home-nav .nav__label {
    min-height: clamp( 10px, 14.4791666667vw, 370.66666574px );
  }
}
@media (min-width: 62.5rem) {
  .p-home-nav .nav__label:hover {
    background-color: #EBF2F9;
  }
}
.p-home-nav .nav__label br {
  display: none;
}
.p-home-nav .nav__label__en {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.4375rem;
}
@media (min-width: 62.5rem) {
  .p-home-nav .nav__label__en {
    font-size: 1.875rem;
    margin-bottom: 1.1875rem;
  }
}
.p-home-nav .nav__label__ja {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

/*
--------------------
p-news
--------------------
*/
.p-news-posts {
  margin-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  .p-news-posts {
    margin-top: 6.25rem;
  }
}
.p-news-posts .section__footer {
  padding-top: 1.75rem;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-news-posts .section__footer {
    padding-top: 5.5rem;
  }
}
.p-news-posts .button__label {
  font-size: 1rem;
}
@media (min-width: 62.5rem) {
  .p-news-posts .button__label {
    font-size: 1rem;
  }
}

/*
--------------------
p-message
--------------------
*/
.p-message-header {
  position: relative;
}

.p-message-header__media {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  padding-left: clamp( 10px, 5.3333333333vw, 54.6133334px );
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-message-header__media {
    padding-left: clamp( 10px, 5.3125vw, 135.99999966px );
  }
}

.p-message-header__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  min-height: 4.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0061B1;
  color: #fff;
  padding-left: clamp( 10px, 13.3333333333vw, 136.5333335px );
  padding-right: clamp( 10px, 8vw, 81.9200001px );
  line-height: 1;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .p-message-header__contents {
    min-height: 10.375rem;
    padding-left: clamp( 10px, 14.8958333333vw, 381.33333238px );
    padding-right: clamp( 10px, 10.4166666667vw, 266.666666px );
  }
}
.p-message-header__contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp( 10px, 5.3333333333vw, 54.6133334px );
  height: 100%;
  background-color: #002E54;
}
@media (min-width: 62.5rem) {
  .p-message-header__contents:before {
    width: clamp( 10px, 5.3125vw, 135.99999966px );
  }
}

.p-message-header__cover__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.p-message-header__title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.3125rem;
}
@media (min-width: 62.5rem) {
  .p-message-header__title {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-message-header__subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .p-message-header__subtitle {
    font-size: 0.875rem;
  }
}

.p-message-header__caption {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: clamp( 10px, 8.5333333333vw, 87.38133344px );
  left: clamp( 10px, 5.3333333333vw, 54.6133334px );
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 13;
}
@media (min-width: 62.5rem) {
  .p-message-header__caption {
    font-size: 1.125rem;
    left: clamp( 10px, 5.3125vw, 135.99999966px );
  }
}
.p-message-header__caption:before {
  content: "";
  width: clamp( 10px, 5.3333333333vw, 54.6133334px );
  height: 0.0625rem;
  margin-right: clamp( 10px, 2.6666666667vw, 27.3066667px );
  background-color: #707070;
}
@media (min-width: 62.5rem) {
  .p-message-header__caption:before {
    width: clamp( 10px, 9.5833333333vw, 245.33333272px );
    margin-right: clamp( 10px, 0.5208333333vw, 13.3333333px );
  }
}

@media (min-width: 62.5rem) {
  .p-message-section {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section .section__container {
    max-width: clamp( 10px, 78.6458333333vw, 2013.3333283px );
  }
}
@media (max-width: 62.4rem) {
  .p-message-section .section__header {
    min-height: 3.75rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section .section__header {
    margin-bottom: clamp( 10px, 4.6875vw, 119.9999997px );
    padding-left: clamp( 10px, 1.3541666667vw, 34.66666658px );
  }
}
.p-message-section .section__title {
  margin-bottom: -0.3em;
}
@media (max-width: 62.4rem) {
  .p-message-section .section__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section .section__title {
    font-size: 2.25rem;
    margin-top: -1px;
  }
}

@media (max-width: 62.4rem) {
  .p-message-section__body {
    letter-spacing: 0.06em;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section__body {
    grid-area: 1/1;
  }
}

@media (max-width: 62.4rem) {
  .p-message-section__cover {
    margin-top: 1.875rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section__cover {
    grid-area: 1/3;
  }
}

.p-message-section__cover__image {
  display: block;
  width: 100%;
  height: auto;
}

/* サブクラスが付与されていない */
@media (min-width: 62.5rem) {
  .p-message-section:not([class*=p-message-section--]) .section__container {
    margin-right: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section:not([class*=p-message-section--]) .section__contents {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 45.0331125828% 1fr 46.1589403974%;
  }
}

/* 左右反転 */
@media (min-width: 62.5rem) {
  .p-message-section--reverse .section__container {
    margin-left: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section--reverse .section__header {
    width: 45.0331125828%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section--reverse .section__contents {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 46.1589403974% 1fr 45.0331125828%;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section--reverse .p-message-section__body {
    grid-area: 1/3;
  }
}
@media (min-width: 62.5rem) {
  .p-message-section--reverse .p-message-section__cover {
    grid-area: 1/1;
  }
}

/* 画像がない場合中央寄せ */
@media (min-width: 62.5rem) {
  .p-message-section--center .section__container {
    max-width: clamp( 10px, 41.6666666667vw, 1066.666664px );
  }
}

/*
--------------------
p-job
--------------------
*/
@media (max-width: 62.4rem) {
  .p-job-article {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 62.5rem) {
  .p-job-article {
    margin-bottom: clamp( 10px, 5.2083333333vw, 133.333333px );
  }
}

.p-job-article--03 .section__container::before {
  display: none;
}
.p-job-article--03 .section__container::after {
  height: 100%;
}

.p-job-article__cover {
  position: relative;
  margin-bottom: 1.25rem;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .p-job-article__cover {
    margin-bottom: 6.25rem;
  }
}

.p-job-article__cover__image {
  display: block;
  width: calc( 100% - 1.4375rem );
  height: auto;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 62.5rem) {
  .p-job-article__cover__image {
    width: 94.7395833333%;
  }
}

.p-job-article__section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3.125rem;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-job-article__section {
    padding-bottom: 6.25rem;
  }
}
.p-job-article__section:after {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 0;
  width: 100%;
  height: calc( 100% + 3.75rem );
  background-color: #F8F8F8;
  z-index: 9;
}
@media (min-width: 62.5rem) {
  .p-job-article__section:after {
    top: -12.5rem;
    width: 94.2708333333%;
    height: calc( 100% + 12.5rem );
  }
}

.p-job-article__media {
  margin-top: 1.875rem;
}
@media (min-width: 62.5rem) {
  .p-job-article__media {
    margin-top: 4.375rem;
  }
}

@media (max-width: 62.4rem) {
  .p-job-article__figure {
    border-radius: 0;
  }
}

/*
--------------------
p-company
--------------------
*/
@media (min-width: 62.5rem) {
  .p-company-outline {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-company-outline .table--ruled th {
    width: clamp(100px, 22.2395833333vw, 500px);
    padding-left: 1rem;
  }
}

@media (min-width: 62.5rem) {
  .p-company-business {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 62.5rem) {
  .p-company-business__body {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media (min-width: 62.5rem) {
  .p-company-location {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.p-company-location__list {
  position: relative;
}
@media (max-width: 62.4rem) {
  .p-company-location__list {
    grid-row-gap: 1.875rem;
  }
}
@media (min-width: 62.5rem) {
  .p-company-location__list {
    grid-column-gap: 3.6363636364%;
    grid-row-gap: 7.5rem;
  }
}

@media (min-width: 62.5rem) {
  .p-company-location__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 62.4rem) {
  .p-company-location__item:not(:first-child) {
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #D4D4D4;
  }
}
.p-company-location__item:nth-child(2n) {
  position: relative;
}
@media (min-width: 62.5rem) {
  .p-company-location__item:nth-child(2n):after {
    content: "";
    position: absolute;
    bottom: -3.75rem;
    right: 0;
    width: 68.75rem;
    height: 0.0625rem;
    background-color: #D4D4D4;
  }
}

.p-company-location__figure {
  width: 100%;
  margin-bottom: 1.25rem;
}
.p-company-location__figure img {
  width: 100%;
}
@media (min-width: 62.5rem) {
  .p-company-location__figure {
    margin-bottom: 1.875rem;
  }
}

.p-company-location__title {
  margin-bottom: 1.25rem;
  letter-spacing: 0.16em;
}
@media (min-width: 62.5rem) {
  .p-company-location__title {
    flex-grow: 0;
  }
}

.p-company-location__body {
  margin-bottom: 1.25rem;
  font-style: normal;
  margin-top: -0.5em;
}
@media (max-width: 62.4rem) {
  .p-company-location__body {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 62.5rem) {
  .p-company-location__body {
    flex-grow: 1;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 62.5rem) {
  .p-company-location__embed {
    flex-grow: 0;
  }
}

.p-company-badges {
  margin-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .p-company-badges {
    margin-bottom: 6.25rem;
  }
}

.p-company-badges__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-company-badges__item {
  margin: 0;
}
.p-company-badges__item:not(:first-child) {
  margin-left: 2.6875rem;
}
@media (min-width: 62.5rem) {
  .p-company-badges__item:not(:first-child) {
    margin-left: 8.125rem;
  }
}

.p-company-badges__image {
  width: 7.5rem;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 62.5rem) {
  .p-company-badges__image {
    width: 8.125rem;
  }
}

/*
--------------------
p-culture
--------------------
*/
@media (max-width: 62.4rem) {
  .p-culture-eyecatch .eyecatch__contents {
    top: 70.3583061889%;
  }
}
@media (min-width: 62.5rem) {
  .p-culture-eyecatch .eyecatch__contents {
    left: clamp( 10px, 4.0104166667vw, 102.66666641px );
  }
}

.p-culture-article {
  margin: 2.5rem auto;
}
@media (min-width: 62.5rem) {
  .p-culture-article {
    max-width: clamp( 10px, 57.2916666667vw, 1466.666663px );
    margin-top: clamp( 10px, 5.2083333333vw, 133.333333px );
    margin-bottom: clamp( 10px, 5.2083333333vw, 133.333333px );
  }
}
.p-culture-article:not(:first-of-type) {
  position: relative;
}
@media (max-width: 62.4rem) {
  .p-culture-article:not(:first-of-type) {
    padding-top: 2.5rem;
  }
}
@media (min-width: 62.5rem) {
  .p-culture-article:not(:first-of-type) {
    padding-top: 6.25rem;
  }
}
.p-culture-article:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.0625rem;
  background-color: #ECECEC;
}
@media (max-width: 62.4rem) {
  .p-culture-article:not(:first-of-type)::after {
    width: calc( 100% - 2.5rem );
  }
}
@media (min-width: 62.5rem) {
  .p-culture-article:not(:first-of-type)::after {
    width: clamp( 10px, 57.2916666667vw, 1466.666663px );
  }
}

@media (min-width: 62.5rem) {
  .p-culture-article--2col {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 62.5rem) {
  .p-culture-article--2col .p-culture-article__section {
    flex-grow: 0;
    width: clamp( 10px, 28.6458333333vw, 733.3333315px );
  }
}

.p-culture-article__figure {
  border-radius: 0;
}
@media (max-width: 62.4rem) {
  .p-culture-article__figure {
    display: block;
    width: calc( 100% - 2.5rem );
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62.5rem) {
  .p-culture-article__figure {
    flex-grow: 0;
    width: clamp( 10px, 24.6354166667vw, 630.66666509px );
  }
}

.p-culture-article__section {
  margin: 0;
}
@media (min-width: 62.5rem) {
  .p-culture-article__section .section__container {
    width: 100%;
  }
}
.p-culture-article__section .section__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 62.5rem) {
  .p-culture-article__section .section__header {
    margin-bottom: 2.5rem;
  }
}
.p-culture-article__section .section__title {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: -0.3em;
}
@media (min-width: 62.5rem) {
  .p-culture-article__section .section__title {
    font-size: 1.625rem;
  }
}

/* 最初のセクションだけ見出しの大きさが違う */
@media (min-width: 62.5rem) {
  .p-culture-article--01 .section__title {
    font-size: 1.75rem;
  }
}

.p-culture-gallery {
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #F8F8F8;
}
@media (min-width: 62.5rem) {
  .p-culture-gallery {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-culture-gallery .section__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 62.5rem) {
  .p-culture-gallery .section__header {
    margin-bottom: 1.5625rem;
  }
}
.p-culture-gallery .section__title {
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-top: -0.3em;
}
@media (max-width: 62.4rem) {
  .p-culture-gallery .section__contents {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.p-culture-gallery__list {
  grid-row-gap: 1.875rem;
}
@media (min-width: 62.5rem) {
  .p-culture-gallery__list {
    grid-row-gap: 3.625rem;
  }
}

.p-culture-gallery__figure {
  margin-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-culture-gallery__figure {
    margin-bottom: 1.5625rem;
  }
}

/*
--------------------
p-interview
--------------------
*/
/* 一覧・詳細共通 */
.p-interview-media__bg,
.p-interview-header__bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

[class*=p-interview-][class*=bg--01] {
  background-color: #002E54;
  width: 100%;
  z-index: 21;
}

[class*=p-interview-][class*=bg--02] {
  background-color: #004884;
  width: 75%;
  z-index: 22;
}

[class*=p-interview-][class*=bg--03] {
  background-color: #00549A;
  width: 50%;
  z-index: 23;
}

[class*=p-interview-][class*=bg--04] {
  background-color: #0061B1;
  width: 25%;
  z-index: 24;
}

.p-interview-media a.media__inner {
  position: relative;
}
.p-interview-media a.media__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff69;
  opacity: 0;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .p-interview-media a.media__inner:before {
    background-color: #ffffff69;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-media a.media__inner:hover::before,
.p-interview-media a.media__inner:hover .p-interview-media__button {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
  }
}
.p-interview-media .media__contents {
  position: relative;
}
.p-interview-media .media__cover {
  position: relative;
}
.p-interview-media .media__cover__image {
  position: relative;
  z-index: 11;
}

.button.p-interview-media__button {
  border-color: transparent;
}

@media (max-width: 62.4rem) {
  .p-interview-media__button {
    display: none;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-media__button {
    position: absolute;
    top: calc( 50% - 1.5625rem );
    left: calc( 50% - 16.875% - 4.1875rem );
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    width: 8.375rem;
    height: 3.125rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    z-index: 13;
  }
}
.media--reverse .p-interview-media__button {
  left: calc( 50% + 16.875% - 4.1875rem );
}

.p-interview-media__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 1.25rem );
  height: 5.875rem;
  z-index: 31;
}
@media (min-width: 62.5rem) {
  .p-interview-media__box {
    width: 45.3703703704%;
    height: clamp( 10px, 7.0833333333vw, 181.33333288px );
  }
}

.p-interview-media__caption {
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 62.5rem) {
  .p-interview-media__caption {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.4545454545;
  }
}

.p-interview-media__name {
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 62.5rem) {
  .p-interview-media__name {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.4545454545;
  }
}

.p-interview-media__title {
  max-width: 22em;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 62.5rem) {
  .p-interview-media__title {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    line-height: 1.6111111111;
  }
}

@media (min-width: 62.5rem) {
  .p-interview-header {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-header .media__inner {
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 62.5rem) {
  .p-interview-header .media__inner {
    grid-template-rows: auto 16.4375rem 9.375rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-header .media__header {
    grid-area: 2/2/3/3;
    padding: 0 2.6rem;
  }
}
.p-interview-header .media__contents {
  position: relative;
}
@media (min-width: 62.5rem) {
  .p-interview-header .media__contents {
    grid-area: 1/1/4/2;
  }
}
.p-interview-header .media__cover {
  position: relative;
}
@media (min-width: 62.5rem) {
  .p-interview-header .media__cover {
    grid-area: 1/2/2/3;
  }
}
.p-interview-header .media__cover__image {
  position: relative;
  z-index: 11;
}
@media (max-width: 62.4rem) {
  .p-interview-header .media__title {
    background-color: transparent;
  }
}

.p-interview-header__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0;
  color: #fff;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 1.875rem );
  height: 3.75rem;
  z-index: 31;
}
@media (min-width: 62.5rem) {
  .p-interview-header__box {
    width: 45.3703703704%;
    height: clamp( 10px, 7.0833333333vw, 181.33333288px );
  }
}
.p-interview-header__box:before {
  border-top-width: 0.0625rem;
  border-left-width: 0.0625rem;
}
.p-interview-header__box:after {
  border-bottom-width: 0.0625rem;
  border-right-width: 0.0625rem;
}

.p-interview-header__title-en {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-interview-header__title-en {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

.p-interview-header__subtitle {
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-interview-header__subtitle {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-interview-header__title {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.6111111111;
}
@media (max-width: 62.4rem) {
  .p-interview-header__title {
    position: relative;
    background-color: #F8F8F8;
    width: calc( 100% - 2.5rem );
    margin-top: -0.625rem;
    padding: 1.25rem;
    z-index: 41;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-header__title {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    line-height: 1.6111111111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-header__title br {
    display: none;
  }
}

@media (max-width: 62.4rem) {
  .p-interview-profile {
    grid-area: 3/1/4/3;
    margin-top: 0;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-profile {
    grid-area: 3/2/4/3;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-interview-profile .section__container {
  color: #fff;
  background-color: #AEAEAE;
}
@media (min-width: 62.5rem) {
  .p-interview-profile .section__container {
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.p-interview-profile .section__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 62.4rem) {
  .p-interview-profile .section__header {
    height: 3.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-profile .section__header {
    width: 17.1383647799%;
    justify-content: center;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-profile .section__contents {
    padding: 0 1.25rem 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-profile .section__contents {
    width: 76.572327044%;
    padding: 0;
  }
}

.p-interview-profile__title {
  letter-spacing: 0.05em;
}
@media (max-width: 62.4rem) {
  .p-interview-profile__title {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-profile__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-profile__title:after {
    content: "";
    flex-grow: 1;
    height: 0.0625rem;
    margin-left: 0.625rem;
    background-color: #D4D4D4;
  }
}

.p-interview-profile__name {
  margin-bottom: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media (min-width: 62.5rem) {
  .p-interview-profile__name {
    margin-bottom: 0.625rem;
  }
}

.p-interview-profile__body {
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media (min-width: 62.5rem) {
  .p-interview-profile__body {
    letter-spacing: 0.05em;
  }
}

@media (max-width: 62.4rem) {
  .p-interview-article {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-article {
    position: relative;
    margin-bottom: clamp( 10px, 5.2083333333vw, 133.333333px );
  }
}

.p-interview-article__cover {
  position: relative;
  width: calc( 100% - 2.5rem );
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5rem;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .p-interview-article__cover {
    position: absolute;
    top: 0;
    left: clamp( 10px, 6.5104166667vw, 166.66666625px );
    width: 36.9791666667%;
    z-index: 11;
  }
}

.p-interview-article__cover__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-interview-article__section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-interview-article__section {
    width: 45.5729166667%;
    max-width: none;
    margin-left: 37.2916666667%;
    padding-top: 6.25rem;
    z-index: 12;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-article__section .section__container {
    padding-top: 6.875rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-article__section .section__container {
    width: 100%;
    min-height: 30em;
  }
}

/* デスクトップで左右逆 */
@media (min-width: 62.5rem) {
  .p-interview-article--reverse .p-interview-article__cover {
    left: auto;
    right: clamp( 10px, 6.5104166667vw, 166.66666625px );
  }
}
@media (min-width: 62.5rem) {
  .p-interview-article--reverse .p-interview-article__section {
    margin-left: auto;
    margin-right: 37.2916666667%;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-article--reverse .p-interview-article__section .section__container {
    padding-top: 6.875rem;
  }
}

/* 重なり順が違う */
.p-interview-article--turn-over .p-interview-article__cover {
  width: 100%;
  margin-bottom: -1.25rem;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-interview-article--turn-over .p-interview-article__cover {
    position: static;
    margin-bottom: -2.5rem;
  }
}
.p-interview-article--turn-over .p-interview-article__section {
  z-index: 12;
}
@media (max-width: 62.4rem) {
  .p-interview-article--turn-over .p-interview-article__section {
    padding-left: 0.3125rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-article--turn-over .p-interview-article__section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-article--turn-over .section__container {
    padding-top: 1.875rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-article--turn-over .section__container {
    max-width: clamp( 10px, 66.3020833333vw, 1697.33332909px );
  }
}

.p-interview-others {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .p-interview-others {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 62.4rem) {
  .p-interview-others .section__container {
    width: calc( 100% - 1.25rem );
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .section__container {
    width: 100%;
    max-width: none;
  }
}
.p-interview-others .section__header {
  padding-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-interview-others .section__header {
    padding-bottom: 2.1875rem;
  }
}
.p-interview-others .section__title {
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 62.4rem) {
  .p-interview-others .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .section__title {
    letter-spacing: 0.2em;
  }
}
.p-interview-others .section__contents {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-interview-others .section__contents {
    overflow: hidden;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .media__inner {
    grid-template-columns: 40.5940594059% 1fr;
    grid-template-rows: auto 7.375rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .media__cover {
    margin-left: -20.0247218789%;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .media__cover::before {
    left: auto;
    right: 0;
    width: 74.8837209302%;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .p-interview-media__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .p-interview-media__button {
    left: calc( 50% + 5.125rem );
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others .p-interview-media__box {
    width: calc( 100% - 3.75rem );
  }
}

@media (min-width: 62.5rem) {
  .p-interview-others__carousel {
    margin-left: -15.260417vw;
    margin-right: -15.260417vw;
  }
}
@media (min-width: 62.5rem) {
  .p-interview-others__carousel .slick-slide {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.p-main-interview {
  overflow: hidden;
}

/*
--------------------
p-movie
--------------------
*/
@media (min-width: 62.5rem) {
  .p-movie-section {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.p-movie-section .section__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.p-movie-section .section__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  background-color: #0061B1;
}
.p-movie-section .section__title {
  letter-spacing: 0.1em;
}

.p-movie-section__item {
  background-color: #F8F8F8;
  border: 0.0625rem solid #D4D4D4;
}

.p-movie-section__item__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
a.p-movie-section__item__inner {
  color: #000;
}
@media (min-width: 62.5rem) {
  a.p-movie-section__item__inner:hover .p-movie-section__item__figure img {
    transition: opacity 0.4s ease-in-out;
    opacity: 0.7;
  }
}

.p-movie-section__item__embed {
  flex-grow: 0;
  position: relative;
  width: calc( 100% + 0.125rem );
  margin-top: -0.0625rem;
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  background-color: #707070;
}

.p-movie-section__item__title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 62.5rem) {
  .p-movie-section__item__title {
    font-size: 1rem;
    min-height: 6.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/*
--------------------
p-qa
--------------------
*/
.p-qa-index {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .p-qa-index {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.p-qa-index__title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.8125rem;
  border-bottom: 0.0625rem solid #D4D4D4;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 62.4rem) {
  .p-qa-index__title {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 62.5rem) {
  .p-qa-index__title {
    margin-bottom: 1.875rem;
    padding-bottom: 2rem;
    font-size: 1.375rem;
  }
}

.p-qa-index__list {
  margin: 0;
  padding-left: 1.25em;
  list-style-type: none;
}

.p-qa-index__item {
  position: relative;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 62.5rem) {
  .p-qa-index__item {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
  }
}
.p-qa-index__item::before {
  position: absolute;
  top: calc( 50% - 0.125rem );
  left: -0.75em;
  content: "";
  width: 0.1875em;
  height: 0.1875em;
  background-color: #000;
}

.p-qa-index__link {
  color: #000;
  text-decoration: none;
}

.p-qa-index + .p-qa-section {
  margin-top: 0;
}
.p-qa-section .section__header {
  margin-bottom: 0.625rem;
}
@media (min-width: 62.5rem) {
  .p-qa-section .section__header {
    margin-bottom: 1.25rem;
  }
}
.p-qa-section .section__title {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-qa-section .section__title::before {
  position: absolute;
  top: 0.875em;
  left: 0.25rem;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #000;
}
.p-qa-section .qa + .qa {
  margin-top: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-qa-section .qa + .qa {
    margin-top: 5rem;
  }
}

/*
--------------------
p-entry
--------------------
*/
.p-entry-preview .section__header {
  margin-bottom: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-entry-preview .section__header {
    margin-bottom: 6.25rem;
  }
}

.p-entry-preview__title {
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 62.5rem) {
  .p-entry-preview__title {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
  }
}

.p-entry-entry {
  padding-top: 2.5rem;
  background-color: #F8F8F8;
}

.p-entry-entry__require {
  color: #ff0000;
}

.p-entry-entry__fullname,
.p-entry-entry__furigana,
.p-entry-entry__gender {
  position: relative;
}
.p-entry-entry__fullname .form__group__error,
.p-entry-entry__furigana .form__group__error,
.p-entry-entry__gender .form__group__error {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

/* 郵便番号はエラーの位置が異なる */
.p-entry-entry__address__zip {
  position: relative;
}
.p-entry-entry__address__zip .form__group__error {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__address__zip .form__group__error {
    right: calc( 50% + 0.625rem );
  }
}

.p-entry-entry__birth {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__birth {
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 1.875rem;
  }
}
.p-entry-entry__birth .form__group__label {
  grid-area: 1/1/auto/4;
}
.p-entry-entry__birth .select {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.p-entry-entry__birth .select select {
  padding-right: 0.625rem;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__birth .select select {
    padding-right: 1.875rem;
  }
}
.p-entry-entry__birth .select:after {
  right: 3.125rem;
}
@media (max-width: 62.4rem) {
  .p-entry-entry__birth .select:after {
    display: none;
  }
}
.p-entry-entry__birth .form__group__control__text {
  font-size: 0.875rem;
  margin-left: 0.375rem;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__birth .form__group__control__text {
    font-size: 1.125rem;
    margin-left: 1.25rem;
  }
}

.p-entry-entry__birth__year {
  grid-area: 2/1;
}

.p-entry-entry__birth__month {
  grid-area: 2/2;
}

.p-entry-entry__birth__day {
  grid-area: 2/3;
}

.p-entry-entry__gender .form__group__control {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 0.5rem;
}

.p-entry-entry__email .form__group__error {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.p-entry-entry__address__zip,
.p-entry-entry__address__address2,
.p-entry-entry__address__address3 {
  grid-area: auto/1/auto/3;
}

.p-entry-entry__address__zip {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 41.7910447761%;
  grid-gap: 0 2.1875rem;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__address__zip {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 1rem;
  }
}
.p-entry-entry__address__zip .form__group__label {
  grid-area: 1/1/auto/3;
}
.p-entry-entry__address__zip .button--guide {
  max-width: 8.75rem;
  min-height: 3.4375rem;
  margin-right: 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.p-entry-entry__file .form__group__label {
  font-size: 0.875rem;
  line-height: 1.95;
}

.p-entry-entry__privacy .form__group__error {
  margin-top: 0.5em;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__privacy .form__group__error {
    padding-left: 4.375rem;
  }
}

.p-entry-entry__privacy__body {
  overflow-y: auto;
  height: 25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #D4D4D4;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__privacy__body {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}

.p-entry-entry__submit {
  margin-top: 0.875rem;
  padding: 3.125rem 1.25rem 0;
  background-color: #fff;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__submit {
    margin-top: 6.25rem;
    padding-top: 5rem;
  }
}

.p-entry-entry__serial {
  padding: 1.25rem 1.25rem 3.125rem;
  background-color: #fff;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__serial {
    padding-top: 2.5rem;
  }
}
.p-entry-entry__serial .button--more {
  width: 8.75rem;
  height: 3.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border-color: #D4D4D4;
}
@media (min-width: 62.5rem) {
  .p-entry-entry__serial .button--more {
    width: 12.5rem;
  }
}

@media (min-width: 62.5rem) {
  .p-entry-thanks-section {
    margin-top: 7.5rem;
    margin-bottom: 6.875rem;
  }
}

/*
--------------------
p-recruitment
--------------------
*/
.p-recruitment-section + .p-recruitment-section {
  margin-top: 0;
  padding-top: 2.5rem;
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 62.5rem) {
  .p-recruitment-section + .p-recruitment-section {
    padding-top: 9.375rem;
    box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.16);
  }
}
.p-recruitment-section .section__container {
  border: 0.0625rem solid #E6E6E6;
}
.p-recruitment-section .section__header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 8.9375rem;
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section .section__header {
    height: 18.25rem;
  }
}
.p-recruitment-section .section__subtitle {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #EEEEEE;
  font-size: 2.3125rem;
  line-height: 1.2432432432;
  opacity: 0.8;
  z-index: 11;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section .section__subtitle {
    left: 6.25rem;
    font-size: 6.125rem;
    letter-spacing: 0.1em;
    line-height: 1.0918367347;
  }
}
.p-recruitment-section .section__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.5625rem;
  margin-bottom: 0;
  padding-left: 0.875rem;
  border-left: 0.25rem solid #0061B1;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  z-index: 12;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section .section__title {
    padding-left: 3.4375rem;
    font-size: 2.5rem;
  }
}
.p-recruitment-section .section__contents {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section .section__contents {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-recruitment-section__body {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section__body {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    line-height: 1.95;
  }
}

.p-recruitment-section__flow {
  margin-top: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-recruitment-section__flow {
    margin-top: 3.875rem;
  }
}

/*
--------------------
p-information
--------------------
*/
.p-information-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.25rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media (min-width: 62.5rem) {
  .p-information-category {
    height: 15rem;
  }
}

.p-information-category__title {
  letter-spacing: 0.1em;
}
@media (max-width: 62.4rem) {
  .p-information-category__title {
    margin-top: 0.625rem;
  }
}
@media (min-width: 62.5rem) {
  .p-information-category__title {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
  }
}

.p-information-search {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  background-color: #F8F8F8;
}
@media (min-width: 62.5rem) {
  .p-information-search {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 62.4rem) {
  .p-information-search .input[type=text],
.p-information-search .select {
    height: 2.5rem;
  }
}
@media (max-width: 62.4rem) {
  .p-information-search .radio {
    height: 3.75rem;
  }
}

.p-information-search__prefectures .form__group__control,
.p-information-search__town .form__group__control {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
@media (min-width: 62.5rem) {
  .p-information-search__prefectures .form__group__control,
.p-information-search__town .form__group__control {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.7692307692rem;
  }
}

.p-information-search__submit {
  width: calc( 100% - 2.5rem );
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}
@media (min-width: 62.5rem) {
  .p-information-search__submit {
    margin-top: 6.25rem;
  }
}

.p-information-post__gallery__item {
  margin-bottom: 20px;
}

@media (min-width: 62.5rem) {
  .p-information-post__gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -4%;
  }
  
  .p-information-post__gallery__item {
    margin-bottom: 4%;
    width: 46%;
  }
  
  .p-information-post__gallery__item:nth-child(odd) {
    margin-right: 4%;
  }
}

.p-information-search__submit__button {
  max-width: 12.5rem;
  height: 3.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-information-boards {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #F8F8F8;
}
@media (min-width: 62.5rem) {
  .p-information-boards {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
}
.p-information-search + .p-information-boards {
  padding-top: 0;
}

.p-information-boards__header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 62.5rem) {
  .p-information-boards__header {
    flex-direction: row;
    justify-content: space-between;
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-information-boards__lead {
  margin: 0;
  color: #9A9A9A;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 62.4rem) {
  .p-information-boards__lead {
    text-align: center;
  }
}
@media (min-width: 62.5rem) {
  .p-information-boards__lead {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}

.p-information-boards__hidden {
  display: none;
}

.p-information-boards__count {
  margin: 0 0 0.3125rem;
  color: #9A9A9A;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 62.4rem) {
  .p-information-boards__count {
    text-align: center;
  }
}

.p-information-boards__contents {
  width: calc( 100% - 2.5rem );
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.5rem) {
  .p-information-boards__contents {
    max-width: 56.25rem;
  }
}

.p-information-boards__footer {
  margin-top: 1.625rem;
  text-align: center;
}

.p-information-boards__footer__button {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.p-information-boards__item {
  margin-top: 1.25rem;
}
@media (min-width: 62.5rem) {
  .p-information-boards__item {
    margin-top: 1.875rem;
  }
}

.p-information-post {
  margin-top: 0;
  margin-bottom: 3.125rem;
  padding-top: 2.5rem;
  padding-bottom: 0;
  background-color: #F8F8F8;
}
@media (min-width: 62.5rem) {
  .p-information-post {
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
    padding-bottom: 0;
  }
}
.p-information-post .post__header {
  margin-bottom: 2.5rem;
}
@media (min-width: 62.5rem) {
  .p-information-post .post__header {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 62.5rem) {
  .p-information-post .post__contents {
    margin-bottom: 6.25rem;
  }
}
.p-information-post .table--ruled th {
  color: #707070;
}
.p-information-post .table--ruled td {
  text-align: justify;
  word-break: break-all;
}
.p-information-post .post__footer {
  background-color: #fff;
  width: 100%;
  max-width: none;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 62.5rem) {
  .p-information-post .post__footer {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-information-post .button--more {
  width: 8.75rem;
  height: 3.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border-color: #D4D4D4;
}
@media (min-width: 62.5rem) {
  .p-information-post .button--more {
    width: 12.5rem;
  }
}

.p-information-post__figure {
  display: block;
}

.p-information-post__entry {
  margin-bottom: 1.25rem;
}

/*
--------------------
p-404
--------------------
*/
@media (min-width: 62.5rem) {
  .p-404-section {
    margin-top: 7.5rem;
    margin-bottom: 6.875rem;
  }
}

/* 動画シングルユニット */
.section__container.single-movie-section {
  max-width: clamp( 10px, 43vw, 600px );
}

.p-movie-single-section__item .p-movie-section__item__title {
  font-size: 16px;
  padding: 1.25rem 0;
}

.single-movie-section .section__title {
  font-size: 1.625rem;
}

@media (max-width: 62.5rem) {
  .section__container.single-movie-section {
    width: calc( 100% - 2.5rem );
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .single-movie-section .section__title {
    font-size: 1.125rem;
  }

}

.movie-to-clumn-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.movie-to-clumn-section .section__container {
  margin: 0;
}

.p-information-category-banner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}

.p-information-banner {
  display: block;
}

.p-information-banner-link {
  transition: .2s;
}

.p-information-banner-link:hover {
  opacity: .7;
}

@media (max-width: 62.5rem) {
  .p-information-category-banner {
    height: 8.25rem;
    margin-top: 40px;
  }

  .p-information-category-banner img {
    width: 80%;
    margin: 0 auto;
  }
}
