@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

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

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-detail-size-adjust: none;
  -moz-detail-size-adjust: none;
  -ms-detail-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 767.98px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: auto hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
html:not(.is-touchable) .trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, (min-width: 767.98px) {
  .container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }
}

@media print, (min-width: 767.98px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 767.98px) {
  .sm {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .tb {
    display: none;
  }
}

.header-common {
  display: flex;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
}
@media print, (min-width: 767.98px) {
  .header-common {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    min-height: 0.65rem;
  }
}
@media print {
  .header-common {
    position: absolute;
  }
}

.header-viewport {
  position: relative;
  width: 100%;
}

.logo-header-primary {
  display: block;
  position: fixed;
  z-index: 0;
}
@media print, (min-width: 767.98px) {
  .logo-header-primary {
    top: 20px;
    left: 61px;
    width: 161px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    top: 0.13rem;
    left: 0.3rem;
    width: 1rem;
  }
}
@media print {
  .logo-header-primary {
    position: absolute;
    top: -30px;
  }
}

.list-header-contact {
  position: fixed;
  z-index: 0;
}
.list-header-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.list-header-contact .item-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  transition: color 0.5s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.list-header-contact .item-wrapper:hover {
  color: #e1690d;
}
.list-header-contact .item-label {
  display: block;
  position: relative;
}
@media print, (min-width: 767.98px) {
  .list-header-contact {
    display: flex;
    top: 36px;
    right: 301px;
    align-items: center;
  }
  .list-header-contact .list-wrapper {
    margin-right: 26px;
  }
  .list-header-contact .list-item {
    margin-right: 16px;
  }
  .list-header-contact .list-item:last-child {
    margin-right: 0;
  }
  .list-header-contact .item-wrapper {
    font-size: 0.16rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .list-header-contact {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .list-header-contact {
    display: none;
  }
}
@media print {
  .list-header-contact {
    position: absolute;
    top: -30px;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 11;
  width: 0.4rem;
  height: 0.4rem;
  transition: opacity 0.5s ease, visibility 0.5s ease, right 0.5s ease;
  cursor: pointer;
}
.button-header-burger::before {
  content: "";
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background: #e1690d;
}
.button-header-burger .button-line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.02rem;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, color 0.5s ease, width 0.5s ease, opacity 0.5s ease;
  border-radius: 99999px;
  background-color: #fff;
}
.button-header-burger.is-active {
  right: 0.2rem;
}
.button-header-burger.is-active::before {
  visibility: hidden;
  opacity: 0;
}
.button-header-burger.is-active .button-line {
  width: 0.29rem;
  background-color: #e1690d;
}
.button-header-burger.is-active .button-line:nth-child(1) {
  transform: rotate(-45deg) translate(-0.08rem, -0.11rem);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  transform: rotate(45deg) translate(-0.11rem, 0.08rem);
}
@media print, (min-width: 767.98px) {
  .button-header-burger {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-header-burger {
    display: block;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .button-header-burger {
    display: block;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-header-burger {
    top: 35px;
    right: 30px;
  }
  .button-header-burger .button-line {
    width: 0.14rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    transform: translateY(-0.05rem) translate(-50%, -50%);
  }
  .button-header-burger .button-line:nth-child(3) {
    transform: translateY(0.05rem) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.13rem;
    right: 0.3rem;
  }
  .button-header-burger .button-line {
    width: 0.14rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    transform: translateY(-0.05rem) translate(-50%, -50%);
  }
  .button-header-burger .button-line:nth-child(3) {
    transform: translateY(0.05rem) translate(-50%, -50%);
  }
}

.navigation-header-sitemap {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.header-common.is-active .navigation-header-sitemap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-common.is-ready .navigation-header-sitemap {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.navigation-header-sitemap .navigation-viewport {
  position: absolute;
  z-index: 1;
  overflow: hidden auto;
  background-color: #ffebd7;
}
.navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 767.98px) {
  .navigation-header-sitemap .navigation-viewport {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 43px 68px 39px;
    transition: transform 0.5s ease;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .navigation-header-sitemap .menu-header-sitemap {
    justify-content: center;
    text-align: center;
  }
  .navigation-header-sitemap .navigation-wrapper {
    padding: 1.05rem 0.3rem 0.75rem;
  }
  .navigation-header-sitemap .button-contact {
    margin: 0 auto;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: 20px;
  }
  .navigation-header-sitemap .menu-child .child-label {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-viewport {
    right: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  .navigation-header-sitemap .navigation-wrapper {
    min-height: 100%;
    padding: 0.97rem 0.3rem 0.75rem;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: 0.24rem;
  }
  .navigation-header-sitemap .menu-child:last-child {
    margin-bottom: 0;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .child-label {
  display: inline-block;
  position: relative;
}
.menu-header-sitemap .child-label .label-english {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.24em;
}
.menu-header-sitemap .child-label .label-english span:nth-child(even) {
  color: #0f83c6;
}
.menu-header-sitemap .child-label .label-english span:nth-child(odd) {
  color: #e1690d;
}
.menu-header-sitemap .child-label .label-japanese {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, (min-width: 767.98px) {
  .menu-header-sitemap {
    display: flex;
    margin-bottom: 52px;
  }
  .menu-header-sitemap .child-label {
    padding: 0 0 0 14px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .menu-header-sitemap .child-label {
    position: relative;
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-item .child-label {
    padding-top: 0.15rem;
  }
  .menu-header-sitemap .menu-item .child-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
  .menu-header-sitemap .menu-item:nth-child(1) .child-label::before {
    background: url("../img/common/header_title_01.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(2) .child-label::before {
    background: url("../img/common/header_title_02.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(3) .child-label::before {
    background: url("../img/common/header_title_03.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(4) .child-label::before {
    background: url("../img/common/header_title_04.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(5) .child-label::before {
    background: url("../img/common/header_title_05.svg") center/auto 0.1rem no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap {
    padding-right: 0.3rem;
  }
  .menu-header-sitemap .child-label {
    position: relative;
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-item .child-label {
    padding-top: 0.15rem;
  }
  .menu-header-sitemap .menu-item .child-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
  .menu-header-sitemap .menu-item:nth-child(1) .child-label::before {
    background: url("../img/common/header_title_01.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(2) .child-label::before {
    background: url("../img/common/header_title_02.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(3) .child-label::before {
    background: url("../img/common/header_title_03.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(4) .child-label::before {
    background: url("../img/common/header_title_04.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(5) .child-label::before {
    background: url("../img/common/header_title_05.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .label-english {
    font-size: 0.12rem;
  }
  .menu-header-sitemap .label-japanese {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: 0.44rem;
  }
}

.menu-header-controller .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.menu-header-controller .menu-child {
  width: 50%;
}
.menu-header-controller .menu-child:last-child {
  width: 100%;
  margin: 0;
}
.menu-header-controller .child-label {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 0.6rem;
  border-radius: 0.05rem;
  background: #fff;
  color: #e1690d;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  cursor: pointer;
}
@media print, (min-width: 767.98px) {
  .menu-header-controller {
    padding: 0 16px 0 14px;
  }
  .menu-header-controller .menu-wrapper {
    margin: 0 -6.5px;
  }
  .menu-header-controller .menu-child {
    margin-bottom: 12px;
    padding: 0 6.5px;
  }
  .menu-header-controller .child-label {
    padding: 10px 52px 10px 22px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .menu-header-controller {
    display: flex;
    justify-content: center;
  }
  .menu-header-controller .button-contact {
    display: block;
    top: unset;
    right: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-controller {
    display: flex;
    justify-content: center;
    margin-top: 0.01rem;
    margin-bottom: 0.02rem;
  }
  .menu-header-controller .button-contact {
    display: flex;
  }
  .menu-header-controller .menu-wrapper {
    margin: 0 -0.235rem;
  }
  .menu-header-controller .menu-child {
    margin-bottom: 0.05rem;
    padding: 0 0.025rem;
  }
  .menu-header-controller .child-label {
    padding: 0.04rem 0.38rem 0.05rem 0.11rem;
  }
}

.button-contact {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 2.46rem;
  min-height: 0.56rem;
  padding: 0.02rem 0 0.03rem;
  transition: transform 0.5s ease;
  border-radius: 0.28rem;
  background-image: linear-gradient(0deg, #005a96 0%, #78b4e6 100%);
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-decoration: none;
}
.button-contact .button-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-height: 0.5rem;
  padding: 0.07rem 0.4rem 0.09rem 0.05rem;
  transition: transform 0.5s ease;
  border-radius: 0.28rem;
  background: #0f83c6;
}
.button-contact .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.11rem;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  border-radius: 50%;
  background: #fff url("../img/common/icon_arrow_01.svg") center/contain no-repeat;
}
.button-contact:hover {
  flex: none;
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.button-contact:hover .button-wrapper {
  transform: scale(1.005, 1.02);
}
.button-contact:hover .button-wrapper::after {
  transform: scale(1.01) translateY(-50%);
}
@media print, (min-width: 767.98px) {
  .button-contact {
    top: 22px;
    right: 57px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-contact {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .button-contact {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-contact {
    display: none;
    margin: 0 auto;
  }
}

.footer-common {
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  background: #0f83c6;
  color: #fff;
}
.footer-common address {
  letter-spacing: 0.16em;
}
.footer-common .link-wrapper {
  position: relative;
  font-size: 0.14rem;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-address {
  letter-spacing: 0.075em;
}
.footer-common .information-phone,
.footer-common .information-label {
  margin-bottom: 0;
}
.footer-common .footer-group {
  position: relative;
}
@media print, (min-width: 767.98px) {
  .footer-common {
    padding-top: 100px;
    padding-bottom: 92px;
  }
  .footer-common .footer-viewport {
    display: flex;
    margin-bottom: 11px;
  }
  .footer-common .footer-logo {
    width: 175px;
    margin-bottom: 24px;
  }
  .footer-common address {
    line-height: 1.5;
  }
  .footer-common .link-wrapper {
    margin: 0 0 0 60px;
  }
  .footer-common .footer-navigation {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-common .footer-viewport {
    display: block;
    margin-bottom: 30px;
  }
  .footer-common .footer-address {
    padding-right: 80px;
  }
  .footer-common .footer-navigation {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding-top: 0.7rem;
    padding-bottom: 0.64rem;
  }
  .footer-common .wrapper {
    padding: 0 0.31rem;
  }
  .footer-common .footer-inner {
    margin-bottom: 0.13rem;
  }
  .footer-common .footer-logo {
    width: 1.3rem;
  }
  .footer-common .footer-viewport {
    margin-bottom: 0.75rem;
  }
  .footer-common .footer-address {
    margin-bottom: 0.43rem;
  }
  .footer-common address {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .footer-common .footer-navigation {
    margin-bottom: 0.26rem;
  }
}

.footer-navigation-sitemap a {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
html:not(.is-touchable) .footer-navigation-sitemap a:hover {
  opacity: 0.7;
}
.footer-navigation-sitemap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation-sitemap .sub-menu > li {
  position: relative;
}
.footer-navigation-sitemap .sub-menu > li::before {
  content: "ー";
  position: absolute;
  left: 0;
}
.footer-navigation-sitemap .sub-menu > li a {
  display: inline-block;
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1.3;
}
.footer-navigation-sitemap .sub-menu > li a:not([href]):hover {
  opacity: 1;
}
.footer-navigation-sitemap .menu-item {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media print, (min-width: 767.98px) {
  .footer-navigation-sitemap {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -8px;
    padding: 0 0 0 30px;
  }
  .footer-navigation-sitemap .sub-menu {
    margin-bottom: 41px;
    margin-left: 20px;
    padding-top: 7px;
  }
  .footer-navigation-sitemap .sub-menu > li {
    margin-bottom: -6px;
  }
  .footer-navigation-sitemap .sub-menu > li a {
    margin-right: -8px;
    margin-left: 19px;
    font-size: 0.16rem;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item {
    padding-left: 13px;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(1), .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(2), .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(3) {
    flex: 0 0 auto;
    width: 335px;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(2) {
    order: 2;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(3) {
    order: 4;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(5) {
    order: 3;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(6) {
    order: 5;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-navigation-sitemap {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation-sitemap .footer-navigation > .menu-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.25rem;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item > a {
    flex: 0 0 auto;
    width: 1rem;
    margin-right: 0.19rem;
    font-size: 0.12rem;
  }
  .footer-navigation-sitemap .sub-menu {
    font-size: 0.12rem;
  }
  .footer-navigation-sitemap .sub-menu > li {
    margin-bottom: -0.05rem;
    padding-left: 0.14rem;
  }
}

.footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.footer-navigation .navigation-column:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767.98px) {
  .footer-navigation:nth-child(3n-2) {
    width: 335px;
  }
  .footer-navigation:last-child {
    flex: 1;
    margin-right: -10px;
  }
  .footer-navigation .navigation-column {
    flex: 0 0 auto;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-navigation:nth-child(3n-2) {
    width: 50%;
  }
  .footer-navigation .navigation-column:last-child {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation .navigation-column {
    margin-bottom: 0.26rem;
  }
}

.list-footer-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-primary .item-label {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.list-footer-primary .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767.98px) {
  .list-footer-primary .list-item {
    margin-bottom: 6px;
  }
  .list-footer-primary .item-label {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-primary .list-item {
    display: flex;
  }
  .list-footer-primary .item-group {
    flex: 0 0 auto;
    width: 1.19rem;
    margin-top: -0.06rem;
  }
  .list-footer-primary .item-label {
    font-size: 0.12rem;
  }
}

.list-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer .item-link {
  display: inline-block;
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1.3;
}
@media print, (min-width: 767.98px) {
  .list-footer {
    margin-left: 15px;
    padding-top: 7px;
  }
  .list-footer .item-wrapper {
    margin-bottom: -6px;
  }
  .list-footer .item-link {
    margin-right: -8px;
    margin-left: 19px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer {
    font-size: 0.12rem;
  }
  .list-footer .item-wrapper {
    margin-bottom: -0.05rem;
  }
}

.footer-information {
  position: relative;
}
@media print, (min-width: 767.98px) {
  .footer-information {
    flex: 0 0 auto;
    width: calc(50% - 48px);
    min-width: 350px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-information {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
}
.footer-copyright small {
  position: relative;
  color: #fff;
}
.footer-copyright .copyright-logo {
  display: flex;
}
@media print, (min-width: 767.98px) {
  .footer-copyright {
    font-size: 0.16rem;
  }
  .footer-copyright small {
    display: flex;
  }
  .footer-copyright small span {
    flex: 0 0 auto;
    width: 382px;
    padding-right: 15px;
  }
  .footer-copyright .copyright-logo {
    margin: -68px -1px 0;
  }
  .footer-copyright .logo-wrapper.is-first {
    width: 72px;
    height: 72px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .footer-copyright .logo-wrapper.is-second {
    width: 54px;
    height: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin: 0 -0.02rem 0 0.05rem;
    font-size: 0.12rem;
  }
  .footer-copyright small {
    display: block;
    margin: 0 -0.06rem;
  }
  .footer-copyright small span {
    display: block;
  }
  .footer-copyright .copyright-logo {
    margin-top: -0.93rem;
  }
  .footer-copyright .logo-wrapper.is-first {
    width: 0.525rem;
    height: 0.525rem;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
  }
  .footer-copyright .logo-wrapper.is-second {
    width: 0.4rem;
    height: 0.675rem;
  }
}

.keyvisual-common {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.keyvisual-common .keyvisual-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.keyvisual-common .keyvisual-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.keyvisual-common .keyvisual-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.keyvisual-common .title-english {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-shadow: #fff 0.01rem 0 0.1rem;
}
.keyvisual-common .title-english span:nth-child(odd) {
  color: #0f83c6;
}
.keyvisual-common .title-english span:nth-child(even) {
  color: #e1690d;
}
.keyvisual-common .title-japanese {
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: #fff 0.01rem 0 0.1rem;
}
@media print, (min-width: 767.98px) {
  .keyvisual-common {
    min-height: 320px;
    padding-top: 50px;
    padding-bottom: 97px;
  }
  .keyvisual-common .keyvisual-thumbnail {
    min-height: 320px;
  }
  .keyvisual-common .title-english {
    margin-bottom: 10px;
    font-size: 0.23rem;
    line-height: 1.7391304348;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    min-height: 2rem;
    padding-top: 0.24rem;
    padding-bottom: 0.47rem;
  }
  .keyvisual-common .title-english {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    line-height: 1.2;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.25rem;
    line-height: 1.2;
  }
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.breadcrumb-common .breadcrumb-item {
  display: inline;
  position: relative;
}
.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  display: inline-block;
  position: relative;
  color: #aaa;
}
.breadcrumb-common .breadcrumb-item:first-child {
  margin-left: 0;
}
.breadcrumb-common .item-wrapper {
  letter-spacing: 0.04em;
}
@media print, (min-width: 767.98px) {
  .breadcrumb-common {
    min-height: 40px;
  }
  .breadcrumb-common .item-wrapper {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .breadcrumb-common .breadcrumb-item::before {
    top: 0;
    left: 0;
    margin-right: 4px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0 0.1rem;
  }
  .breadcrumb-common .item-wrapper {
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .breadcrumb-common .breadcrumb-item {
    margin: 0 0.03rem;
  }
  .breadcrumb-common .breadcrumb-item::before {
    top: 0;
    left: -0.03rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
}

.section-entry-common {
  position: relative;
}
.section-entry-common::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.section-entry-common .entry-controller {
  display: flex;
  justify-content: center;
}
.section-entry-common .button-common-primary {
  font-weight: 700;
}
@media print, (min-width: 767.98px) {
  .section-entry-common {
    padding: 50px 0;
    background: url("../img/common/entry_bg_01.jpg") center/cover no-repeat;
  }
  .section-entry-common .title-common-primary {
    margin-bottom: 50px;
  }
  .section-entry-common .button-common-primary {
    width: 290px;
    min-height: 60px;
    font-size: 0.2rem;
  }
  .section-entry-common .button-common-primary::before {
    right: 10px;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-entry-common .title-common-primary .title-japanese {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-entry-common {
    padding: 0.49rem 0;
    background: url("../img/common/sp/entry_bg_01.jpg") center/cover no-repeat;
  }
  .section-entry-common .title-common-primary {
    margin-bottom: 0.46rem;
  }
  .section-entry-common .title-common-primary .title-japanese {
    margin-top: 0.1rem;
    line-height: 1.3846153846;
  }
  .section-entry-common .button-common-primary {
    width: 2.15rem;
    min-height: 0.4875rem;
  }
}

.section-common-introduction {
  overflow: hidden;
  font-feature-settings: "palt";
}
.section-common-introduction .introduction-controller {
  display: flex;
  justify-content: center;
}
.section-common-introduction .button-common-primary {
  font-weight: 700;
}
@media print, (min-width: 767.98px) {
  .section-common-introduction {
    padding: 150px 0;
    background: url("../img/common/introduction_bg_01.png") center/cover no-repeat;
  }
  .section-common-introduction .button-common-primary {
    width: 307px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduction {
    padding: 0.71rem 0;
    background: url("../img/common/sp/introduction_bg_01.png") center/cover no-repeat;
  }
  .section-common-introduction .title-common-primary {
    margin-bottom: 0.26rem;
  }
  .section-common-introduction .button-common-primary {
    width: 2.45rem;
  }
}

.slider-group-introduction .slider-viewport {
  overflow: visible;
}
.slider-group-introduction .slider-wrapper {
  transition-timing-function: linear;
}
@media print, (min-width: 767.98px) {
  .slider-group-introduction {
    margin-bottom: 70px;
  }
  .slider-group-introduction .slider-element {
    width: 278px;
    height: 372px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-group-introduction {
    margin-bottom: 0.5rem;
  }
  .slider-group-introduction .slider-element {
    width: 1.63rem;
    height: 2.15rem;
    padding: 0 0.1rem;
  }
}

.button-common-primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transform: rotate(0.0001deg);
  transition: transform 0.35s ease;
  border-radius: 0.5rem;
  background: #e1690d;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.button-common-primary.is-center {
  margin: 0 auto;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.35s ease;
  border-radius: 50%;
  background: #fff url("../img/common/icon_arrow_01_orange.svg") center/contain no-repeat;
}
.button-common-primary .button-wrapper {
  transition: transform 0.35s ease;
}
@media print, (min-width: 767.98px) {
  .button-common-primary {
    width: 220px;
    min-height: 65px;
    padding: 3px 50px 6px 15px;
    font-size: 0.18rem;
    line-height: 1.6016666667;
  }
  .button-common-primary::before {
    right: 17px;
    width: 30px;
    height: 30px;
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover {
    flex: none;
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover::before {
    transform: scale(1.02) translateY(-50%);
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover .button-wrapper {
    transform: scale(1.004, 1.01);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 1.65rem;
    min-height: 0.4875rem;
    padding: 0.06rem 0.38rem 0.05rem 0.12rem;
    font-size: 0.14rem;
    line-height: 1.5442857143;
  }
  .button-common-primary::before {
    right: 0.14rem;
    width: 0.22rem;
    height: 0.22rem;
  }
}

.title-common-primary {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.title-common-primary.is-center {
  text-align: center;
}
.title-common-primary .title-japanese {
  display: block;
}
.title-common-primary .title-japanese span {
  color: #e1690d;
}
.title-common-primary .title-english {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.title-common-primary .title-english span:nth-child(even) {
  color: #e1690d;
}
.title-common-primary .title-english span:nth-child(odd) {
  color: #0f83c6;
}
.title-common-primary.is-entry {
  color: #fff;
}
.title-common-primary.is-entry .title-english {
  color: rgba(255, 255, 255, 0.5);
}
@media print, (min-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 53px;
    font-size: 0.45rem;
    line-height: 1.1111111111;
  }
  .title-common-primary .title-english {
    margin-bottom: 10px;
    font-size: 0.23rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.12rem;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .title-common-primary .title-english {
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}

.title-common-secondary {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-common-secondary .title-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/common/decoration_icon_01.svg") center/contain no-repeat;
}
.title-common-secondary .title-wrapper span:nth-child(even) {
  color: #e1690d;
}
.title-common-secondary .title-wrapper span:nth-child(odd) {
  color: #0f83c6;
}
@media print, (min-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 65px;
    font-size: 0.45rem;
    line-height: 1.1111111111;
  }
  .title-common-secondary .title-wrapper {
    padding-top: 70px;
  }
  .title-common-secondary .title-wrapper::before {
    width: 42px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.29rem;
    font-size: 0.26rem;
    line-height: 1.9230769231;
  }
  .title-common-secondary .title-wrapper {
    padding-top: 0.34rem;
  }
  .title-common-secondary .title-wrapper::before {
    width: 0.31rem;
    height: 0.38rem;
  }
}

.title-common-tertiary {
  color: #e1690d;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media print, (min-width: 767.98px) {
  .title-common-tertiary {
    margin-bottom: 21px;
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    margin-bottom: 0.08rem;
    font-size: 0.22rem;
    line-height: 1.5909090909;
  }
}

.title-common-quaternary {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media print, (min-width: 767.98px) {
  .title-common-quaternary {
    font-size: 0.3rem;
    line-height: 1.7666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    font-size: 0.2rem;
    line-height: 1.6645;
  }
}

.title-common-quinary {
  font-feature-settings: "palt";
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #e1690d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
@media print, (min-width: 767.98px) {
  .title-common-quinary {
    padding: 9px 43px 7px;
    font-size: 0.43rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quinary {
    font-size: 0.28rem;
    line-height: 1.2;
  }
}

.pagination-common .wp-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  justify-content: center;
}
.pagination-common .arrow a {
  position: absolute;
  font-family: "Roboto", sans-serif;
}
.pagination-common .arrow a::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow_02.svg") center/contain no-repeat;
}
.pagination-common .arrow.prev a {
  text-align: right;
}
.pagination-common .arrow.prev a::before {
  left: 0;
}
.pagination-common .arrow.next a {
  text-align: left;
}
.pagination-common .arrow.next a::before {
  right: 0;
  transform: rotate(180deg);
}
@media print, (min-width: 767.98px) {
  .pagination-common .arrow a {
    min-width: 91px;
    font-size: 0.22rem;
  }
  .pagination-common .arrow a::before {
    top: 6.5px;
    width: 13px;
    height: 28px;
  }
  .pagination-common .arrow.prev a {
    top: -68px;
    left: 361px;
  }
  .pagination-common .arrow.next a {
    top: -68px;
    right: 363px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .pagination-common .arrow.prev a {
    top: -268px;
    left: 15.7407407407%;
  }
  .pagination-common .arrow.next a {
    top: -268px;
    right: 15.7407407407%;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common .arrow a {
    min-width: 0.66rem;
    font-size: 0.16rem;
  }
  .pagination-common .arrow a::before {
    top: 0.08rem;
    width: 0.09rem;
    height: 0.14rem;
  }
  .pagination-common .arrow.prev a {
    top: -4.03rem;
    left: 0.51rem;
  }
  .pagination-common .arrow.next a {
    top: -4.03rem;
    right: 0.51rem;
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes text-left-to-right {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@keyframes datashow {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes image-blue {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.wow {
  visibility: hidden;
  opacity: 0;
}
@media print {
  .wow {
    visibility: visible !important;
  }
}

html.is-visible.wf-active .animated {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeinup {
  animation-name: fade-in-up;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}

html.is-visible.wf-active .effect-fadeindown {
  animation-name: fade-in-down;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}

html.is-visible.wf-active .effect-fadeinleft {
  transition: opacity 0.8s ease, -webkit-clip-path 0.8s ease;
  transition: opacity 0.8s ease, clip-path 0.8s ease;
  transition: opacity 0.8s ease, clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  animation-name: text-left-to-right;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeup {
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
  animation-name: datashow;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeblur {
  transition: opacity 0.6s ease-out, filter 0.6s ease-out;
  animation-name: image-blue;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

section .item-paragraph p:last-child,
section .schedule-paragraph p:last-child,
section .content-paragraph p:last-child,
section .about-paragraph p:last-child {
  margin-bottom: 0;
}

.information-wrapper {
  margin-top: 10%;
}

.section-interview-information {
  overflow: hidden;
}
.section-interview-information .information-block {
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}
.section-interview-information .information-block::before, .section-interview-information .information-block::after {
  content: "";
  position: absolute;
}
.section-interview-information .block-thumbnail img {
  -o-object-position: top;
     object-position: top;
}
.section-interview-information .block-content {
  position: relative;
  background-color: #ffebd7;
}
.section-interview-information .block-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.section-interview-information .content-caption {
  color: rgba(225, 105, 13, 0.5);
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.section-interview-information .content-caption span {
  display: block;
  transform: rotate(-9deg);
  font-style: italic;
}
.section-interview-information .content-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #e1690d;
  color: #fff;
  font-size: 0.14rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.section-interview-information .name-japanese {
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section-interview-information .name-english {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.24em;
}
.section-interview-information .name-english span:nth-child(odd) {
  color: #0f83c6;
}
.section-interview-information .name-english span:nth-child(even) {
  color: #e1690d;
}
.section-interview-information .content-year {
  margin: 0;
  letter-spacing: 0.12em;
}
@media print, (min-width: 767.98px) {
  .section-interview-information {
    margin-bottom: -50px;
    padding: 12px 0 200px;
  }
  .section-interview-information .information-block::before {
    top: -85px;
    left: -56px;
    width: 259px;
    height: 243px;
    background: url("../img/interview/decoration_img_01.png") top left/100% auto no-repeat;
    z-index: -2;
  }
  .section-interview-information .information-block::after {
    right: -54px;
    bottom: -181px;
    width: 338px;
    height: 308px;
    background: url("../img/interview/decoration_img_02.png") top left/100% auto no-repeat;
    z-index: -2;
  }
  .section-interview-information .breadcrumb-common {
    margin-bottom: 88px;
  }
  .section-interview-information .block-thumbnail {
    position: absolute;
    max-height: 700px;
    top: 0;
    right: 0;
    width: 70%;
    transform: translate(90%, -150px);
  }
  .section-interview-information .block-content {
    width: 60%;
    padding: 50px 80px 50px 50px;
    position: relative;
  }
  .section-interview-information .block-content::before {
    top: 101px;
  }
  .section-interview-information .content-caption {
    margin-bottom: 68px;
    margin-left: -8px;
    font-size: 0.7rem;
    line-height: 0.7142857143;
  }
  .section-interview-information .title-common-quaternary {
    margin-bottom: 72px;
  }
  .section-interview-information .content-label {
    margin-bottom: 8px;
    padding: 2px 20px 3px;
  }
  .section-interview-information .content-name {
    margin-bottom: 11px;
  }
  .section-interview-information .name-japanese {
    margin-bottom: 2px;
    font-size: 0.4116rem;
    line-height: 1.4997570457;
  }
  .section-interview-information .name-english {
    font-size: 0.16rem;
  }
  .section-interview-information .content-year {
    font-size: 0.14rem;
    line-height: 2.7142857143;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-information .breadcrumb-common {
    margin-bottom: 0.13rem;
  }
  .section-interview-information .block-thumbnail {
    position: relative;
    min-height: 3rem;
    margin: 0 -0.2rem;
    padding-top: 123%;
  }
  .section-interview-information .block-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .section-interview-information .block-thumbnail.pc-none {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 767.98px) {
  .section-interview-information .block-thumbnail.pc-none {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-interview-information .block-thumbnail.pc-none {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-information .block-content {
    margin: 0 -0.2rem;
    padding: 0.1rem 0.3rem 0.32rem;
    background: #ffebd7 url("../img/interview/sp/information_bg_01.png") top left/cover no-repeat;
  }
  .section-interview-information .content-caption {
    margin-bottom: 0.17rem;
    margin-left: -0.03rem;
    font-size: 0.2rem;
    line-height: 1.8535;
  }
  .section-interview-information .title-common-quaternary {
    margin-bottom: 17px;
  }
  .section-interview-information .content-label {
    margin-bottom: 0.05rem;
    padding: 0.01rem 0.2rem 0.03rem;
  }
  .section-interview-information .content-name {
    margin-bottom: 11px;
  }
  .section-interview-information .name-japanese {
    margin-bottom: 0.01rem;
    font-size: 0.35rem;
    line-height: 1.5;
  }
  .section-interview-information .name-english {
    font-size: 0.12rem;
  }
}

.section-interview-about {
  font-feature-settings: "palt";
}
@media print, (min-width: 767.98px) {
  .section-interview-about {
    padding: 50px 0 150px;
  }
  .section-interview-about .title-common-primary {
    margin-bottom: 66px;
  }
  .section-interview-about .about-paragraph {
    line-height: 2.2975;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-about {
    padding: 0.67rem 0 0.62rem;
  }
  .section-interview-about .title-common-primary {
    margin-bottom: 0.46rem;
  }
  .section-interview-about .about-paragraph {
    padding: 0 0.1rem;
    font-size: 0.12rem;
    line-height: 2.4166666667;
  }
}

.list-interview-about .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-interview-about .item-wrapper {
  height: 100%;
  border: 0.02rem solid #e1690d;
  background: #fff;
}
.list-interview-about .title-common-quinary {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.list-interview-about .item-heading {
  display: flex;
  justify-content: center;
}
.list-interview-about .item-title {
  background: #ffebd7;
  letter-spacing: 0.16em;
  text-align: center;
}
.list-interview-about .item-paragraph {
  letter-spacing: 0.01rem;
}
@media print, (min-width: 767.98px) {
  .list-interview-about {
    margin-bottom: 59px;
  }
  .list-interview-about .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
  }
  .list-interview-about .list-item {
    width: 50%;
    padding: 25px;
  }
  .list-interview-about .item-wrapper {
    min-height: 555px;
    margin-top: -25px;
    padding: 60px 48px 40px;
    border-radius: 30px;
  }
  .list-interview-about .title-common-quinary {
    width: 187px;
    margin: 0 auto;
    padding: 4px 43px 3px;
  }
  .list-interview-about .item-title {
    margin-bottom: 29px;
    padding: 7px 20px 9px;
    font-size: 0.22rem;
    line-height: 1.6363636364;
  }
  .list-interview-about .item-paragraph {
    line-height: 2.3125;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-interview-about {
    margin-bottom: 0.5rem;
  }
  .list-interview-about .list-wrapper {
    margin: 0 0.09rem;
  }
  .list-interview-about .list-item {
    margin-bottom: 0.5rem;
  }
  .list-interview-about .list-item:last-child {
    margin-bottom: 0;
  }
  .list-interview-about .item-heading {
    margin-top: -0.18rem;
    margin-bottom: 0.29rem;
  }
  .list-interview-about .title-common-quinary {
    width: 1.23rem;
    margin: 0 auto;
    padding: 0.01rem 0.1rem 0;
  }
  .list-interview-about .item-title {
    margin-bottom: 0.21rem;
    padding: 0.06rem 0.18rem 0.04rem;
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
  .list-interview-about .item-wrapper {
    min-height: 4.74rem;
    margin-top: -0.48rem;
    padding: 0.46rem 0.28rem 0.3rem;
    border-radius: 0.2rem;
  }
  .list-interview-about .item-paragraph {
    font-size: 0.12rem;
    line-height: 2.4166666667;
  }
}

.section-interview-schedule {
  background: #faf5f0;
  font-feature-settings: "palt";
}
.section-interview-schedule .schedule-paragraph {
  letter-spacing: 0.06em;
}
@media print, (min-width: 767.98px) {
  .section-interview-schedule {
    margin-top: -10px;
    padding: 150px 0;
  }
  .section-interview-schedule .title-common-primary {
    margin-bottom: 68px;
  }
  .section-interview-schedule .schedule-paragraph {
    margin-bottom: 62px;
    line-height: 2.2975;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-schedule {
    padding: 0.68rem 0 0.7rem;
  }
  .section-interview-schedule .title-common-primary {
    margin-bottom: 1.23rem;
  }
  .section-interview-schedule .schedule-paragraph {
    margin-bottom: 0.26rem;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    line-height: 1.6257142857;
  }
}

.list-interview-schedule {
  font-feature-settings: "palt";
}
.list-interview-schedule .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-interview-schedule .schedule-item {
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.list-interview-schedule .schedule-item:last-child {
  padding-bottom: 0;
}
.list-interview-schedule .schedule-item:last-child::before {
  display: none;
}
.list-interview-schedule .schedule-item::before {
  content: "";
  position: absolute;
  width: 0.02rem;
  height: 100%;
  background: #646464;
}
.list-interview-schedule .schedule-time {
  flex: 0 0 auto;
}
.list-interview-schedule .time-wrapper {
  margin: 0;
  color: #e1690d;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.14em;
}
.list-interview-schedule .schedule-content {
  width: 100%;
  background: #ffebd7;
}
.list-interview-schedule .content-wrapper {
  position: relative;
}
.list-interview-schedule .content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/group/decoration_icon_01.svg") center/contain no-repeat;
}
.list-interview-schedule .content-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #646464;
}
.list-interview-schedule .content-title {
  margin: 0;
  color: #e1690d;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.list-interview-schedule .content-paragraph {
  letter-spacing: 0.06em;
}
@media print, (min-width: 767.98px) {
  .list-interview-schedule .list-wrapper {
    margin-bottom: 60px;
  }
  .list-interview-schedule .schedule-item {
    padding-bottom: 49px;
  }
  .list-interview-schedule .schedule-item::before {
    top: 33px;
    left: 115px;
  }
  .list-interview-schedule .schedule-time {
    width: 190px;
    padding-right: 60px;
  }
  .list-interview-schedule .time-wrapper {
    font-size: 0.3rem;
    line-height: 1.7;
  }
  .list-interview-schedule .schedule-content {
    padding: 20px 30px;
  }
  .list-interview-schedule .content-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
  }
  .list-interview-schedule .content-wrapper::before {
    top: -6px;
    left: -47px;
    width: 21px;
    height: 23px;
  }
  .list-interview-schedule .content-wrapper::after {
    top: -1px;
    left: -111px;
    width: 15px;
    height: 15px;
  }
  .list-interview-schedule .content-title {
    font-size: 0.22rem;
    line-height: 1.7272727273;
  }
  .list-interview-schedule .content-paragraph {
    line-height: 2.2975;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-interview-schedule .list-wrapper {
    margin-bottom: 0.5rem;
  }
  .list-interview-schedule .schedule-item {
    padding: 0 0.1rem 0.31rem;
  }
  .list-interview-schedule .schedule-item::before {
    top: 0.24rem;
    left: 0.72rem;
  }
  .list-interview-schedule .schedule-time {
    width: 0.93rem;
    padding-top: 0.1rem;
    padding-right: 0.25rem;
    font-size: 0.16rem;
  }
  .list-interview-schedule .schedule-content {
    padding: 0.06rem 0.2rem 0.16rem;
  }
  .list-interview-schedule .content-wrapper {
    margin-bottom: 0.01rem;
  }
  .list-interview-schedule .content-wrapper::before {
    top: 0.06rem;
    left: -0.35rem;
    width: 0.21rem;
    height: 0.22rem;
  }
  .list-interview-schedule .content-wrapper::after {
    top: 0.12rem;
    left: -0.55rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .list-interview-schedule .content-title {
    margin-top: 0.02rem;
    font-size: 0.16rem;
    line-height: 2.375;
  }
  .list-interview-schedule .content-paragraph {
    font-size: 0.14rem;
    line-height: 1.4828571429;
  }
}

.list-interview-thumbnail .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-interview-thumbnail .item-thumbnail {
  position: relative;
  padding-top: 70%;
}
.list-interview-thumbnail .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 767.98px) {
  .list-interview-thumbnail .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }
  .list-interview-thumbnail .list-item {
    width: 33.3333333333%;
    padding: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-interview-thumbnail {
    margin: 0 0.1rem;
  }
  .list-interview-thumbnail .list-item {
    margin-bottom: 0.3rem;
  }
  .list-interview-thumbnail .list-item:last-child {
    margin-bottom: 0;
  }
}

.section-interview-message {
  font-feature-settings: "palt";
  overflow: hidden;
}
.section-interview-message .thumbnail-wrapper {
  position: relative;
}
.section-interview-message .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-interview-message .content-wrapper {
  position: relative;
  z-index: 1;
}
.section-interview-message .content-title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section-interview-message .content-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background: url("../img/interview/introduction_title.svg") center/contain no-repeat;
}
.section-interview-message .content-title span:nth-child(odd) {
  color: #0f83c6;
}
.section-interview-message .content-title span:nth-child(even) {
  color: #e1690d;
}
.section-interview-message .content-paragraph {
  letter-spacing: 0.06em;
}
@media print, (min-width: 767.98px) {
  .section-interview-message {
    padding: 150px 0;
  }
  .section-interview-message .message-wrapper {
    display: flex;
  }
  .section-interview-message .message-thumbnail {
    flex: 0 0 auto;
    width: 100%;
    max-width: 540px;
  }
  .section-interview-message .thumbnail-wrapper {
    padding-top: 74.0740740741%;
  }
  .section-interview-message .message-content {
    padding: 160px 0 0 49px;
  }
  .section-interview-message .content-title {
    margin-bottom: 49px;
    font-size: 0.3rem;
    line-height: 1.1333333333;
  }
  .section-interview-message .content-title::before {
    top: -591.1764705882%;
    right: -36.9710467706%;
    width: 151.8930957684%;
    height: 723.5294117647%;
    min-height: 246px;
  }
  .section-interview-message .content-paragraph {
    margin-bottom: -7px;
    line-height: 2.0475;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-interview-message .message-wrapper {
    display: block;
  }
  .section-interview-message .message-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 130px;
  }
  .section-interview-message .message-content {
    padding: 0;
  }
  .section-interview-message .content-title::before {
    top: -110px;
    right: 0;
    width: 350px;
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-message {
    padding: 0.69rem 0 0.92rem;
  }
  .section-interview-message .message-wrapper {
    margin: 0 0.1rem;
  }
  .section-interview-message .message-thumbnail {
    margin-bottom: 0.32rem;
  }
  .section-interview-message .thumbnail-wrapper {
    padding-top: 74.1176470588%;
  }
  .section-interview-message .content-title {
    margin-bottom: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.7;
  }
  .section-interview-message .content-title::before {
    right: -0.2rem;
    bottom: -2.48rem;
    width: 1.69rem;
    height: 0.9rem;
  }
  .section-interview-message .content-paragraph {
    font-size: 0.14rem;
    line-height: 1.9114285714;
  }
}

.section-interview-staff {
  background: #ffebd7;
  font-feature-settings: "palt";
}
.section-interview-staff .staff-wrapper {
  position: relative;
}
.section-interview-staff .staff-link {
  display: block;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: 2.375;
}
.section-interview-staff .staff-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-50%);
  background: url("../img/interview/decoration_img_03.svg") center/contain no-repeat;
}
@media print, (min-width: 767.98px) {
  .section-interview-staff {
    padding: 70px 0 174px;
  }
  .section-interview-staff .staff-link {
    width: 90px;
    margin-top: 123px;
    padding-top: 58px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-interview-staff {
    padding: 0.7rem 0 0.6rem;
  }
  .section-interview-staff .staff-link {
    width: 0.9rem;
    margin-top: 3rem;
    padding-top: 0.58rem;
  }
}

.list-interview-staff {
  display: flex;
}
.list-interview-staff .block-wrapper {
  position: absolute;
  width: 100%;
}
.list-interview-staff .block-thumbnail {
  position: relative;
  overflow: hidden;
}
.list-interview-staff .block-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-interview-staff .block-content {
  text-align: center;
}
.list-interview-staff .content-position {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #e1690d;
  color: #fff;
  letter-spacing: 0.12em;
}
.list-interview-staff .content-position span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-interview-staff .content-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media print, (min-width: 767.98px) {
  .list-interview-staff .block-wrapper {
    max-width: 200px;
  }
  .list-interview-staff .block-wrapper.is-prev {
    top: -123px;
    left: 11.1111111111%;
  }
  .list-interview-staff .block-wrapper.is-next {
    top: -123px;
    right: 11.1111111111%;
  }
  .list-interview-staff .block-thumbnail {
    margin-bottom: 14px;
    padding-top: 125%;
    border-radius: 10px;
  }
  .list-interview-staff .content-position {
    margin-bottom: 0;
    padding: 1px 13px 1px 15px;
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .list-interview-staff .content-name {
    font-size: 0.24rem;
    line-height: 1.5833333333;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .list-interview-staff .content-position {
    padding: 1px 13px 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-interview-staff .block-wrapper {
    max-width: 1.46rem;
  }
  .list-interview-staff .block-wrapper.is-prev {
    top: -2.67rem;
    left: 0.1rem;
  }
  .list-interview-staff .block-wrapper.is-next {
    top: -2.67rem;
    right: 0.1rem;
  }
  .list-interview-staff .block-thumbnail {
    margin-bottom: 0.05rem;
    padding-top: 125.3424657534%;
    border-radius: 0.1rem;
  }
  .list-interview-staff .content-position {
    margin: 0 -0.05rem;
    padding: 0.01rem 0.15rem;
    font-size: 0.1rem;
    line-height: 1.4;
  }
  .list-interview-staff .content-name {
    font-size: 0.16rem;
    line-height: 1.3;
  }
}/*# sourceMappingURL=interview.css.map */